]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2014-01-02 Eric Schulteupdate link in README
2014-01-01 Eric Schultedoc tweaks
2013-12-31 Eric Schulteadded commentary
2013-12-31 Eric Schultechanged prefix: ews -> ws
2013-12-31 Eric Schulterenaming files
2013-12-31 Eric SchulteMAYBE incremental handler calls
2013-12-31 Eric Schultesmall updates to README and NOTES
2013-12-28 Eric Schulteupdate README
2013-12-26 Eric Schulteeven more documentation and examples
2013-12-26 Eric Schultemore documentation and examples
2013-12-25 Eric Schultenew request object
2013-12-25 Eric Schultenote
2013-12-25 Eric Schultemore
2013-12-24 Eric SchulteMakefile integration
2013-12-24 Eric Schulteincluding examples in documentation
2013-12-24 Eric Schultemoving around examples
2013-12-24 Eric Schulteremoved extra comments from examples
2013-12-24 Eric Schultestarting on documentation
2013-12-23 Eric Schultefixed tests, running and passing
2013-12-23 Eric Schultebug fix
2013-12-22 Eric Schultecleaned up header/param parsing
2013-12-21 Eric Schultefound a confounding POST example
2013-12-21 Eric Schulteews-subdirectoryp convenience function
2013-12-21 Eric Schulteurl-encoded parameters
2013-12-20 Eric Schultematch more HTTP methods
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