Commit Briefs

Omar Polo

missing comma ,



Omar Polo

typo in comment



Omar Polo

rename reschedule_* to yield_*


Omar Polo

typo... in the program name...

Just how retarded can I be?


Omar Polo

typo



Omar Polo

typos


Omar Polo

hide output of etags

even the message "sh: etags: not such file or directory" or whatever seems to be confusing for users, so silent it. (maybe it would be better not to automatically generate the TAGS, but it's so handy...)




Omar Polo

sync changelog


Omar Polo

fix IRI-parsing bug

Some particularly crafted IRIs can cause a denial of service (DOS). IRIs which have a trailing `..' segment and resolve to a valid IRI (i.e. a .. that's not escaping the root directory) will make the server process loop forever. This is """just""" an DOS vulnerability, it doesn't expose anything sensitive or give an attacker anything else.