Commit Briefs

Omar Polo

mark variable as static


Omar Polo

drop useless struct declaration


Omar Polo

move keymap funcs in its own file


Omar Polo

drop tests from about:new


Omar Polo

add screenshot and minor tweaks


Omar Polo

add screenshot


Omar Polo

add required #include


Omar Polo

add license file to the tarball


Omar Polo

Provide a stub for the sandbox


Omar Polo

add compat for memmem(3)


Omar Polo

add compat for memmem(3)


Omar Polo

avoid unnecessary wmove




Omar Polo

don't drop the start of the document

The first tls_read may and up reading more than the response line, but we were using another buffer in copy_body so we loose up to the first 1K of every document.