]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2013-12-20 Eric Schultefleshed out some more tests
2013-12-20 Eric Schulteupdate examples
2013-12-20 Eric Schultetesting a hello-world server
2013-12-20 Eric Schulterun test processes asynch
2013-12-19 Eric Schultethread proc through some functions
2013-12-19 Eric Schulteseems to be generally usable, added a README
2013-12-19 Eric Schulteparse application/x-www-form-urlencoded post data
2013-12-19 Eric Schultehandle close-connection thrown during header parse
2013-12-19 Eric Schultefile serving example
2013-12-19 Eric Schultehelper to send a file with mime type
2013-12-19 Eric Schultedon't require non-nil return to close connection
2013-12-19 Eric Schultesimply (name . content) for form elements
2013-12-19 Eric Schulte404 not found helper
2013-12-19 Eric Schultehandling errors
2013-12-19 Eric Schultetasks
2013-12-19 Eric Schultemore lenient parsing of multipart forms
2013-12-19 Eric Schultebetter requirements for test
2013-12-18 Eric Schultetasks
2013-12-18 Eric Schultecompiling to .elc
2013-12-18 Eric Schultemore flexible network process creation
2013-12-18 Eric Schultesome simple examples
2013-12-18 Eric Schulteparsing form data in POST
2013-12-18 Eric SchulteNOTES file for tasks and notes
2013-12-18 Eric SchulteTODO: handle post data
2013-12-18 Eric Schultehelper for HTTP headers
2013-12-18 Eric Schultestub out (but don't write any) tests
2013-12-18 Eric Schultesimple hello world server working
2013-12-18 Eric Schulteparsing HTTP headers
2013-12-18 Eric Schultelogging support
2013-12-18 Eric Schulteinitial commit, echo server working