Commit Briefs

Omar Polo

[gopher] prevent crash on malformed item lines

initialize selector, address and port to "" to prevent a NUL deferencing on emit_line


Omar Polo

replace TAILQ_EMPTY/INSERT_HEAD/TAIL dance with a single TAILQ_INSERT_TAIL

Now that all the queues are correctly initialised, there's no need for that dance.


Omar Polo

initialize all the queues


Omar Polo

initial gophermaps support