]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
10 years agotesting a hello-world server
Eric Schulte [Fri, 20 Dec 2013 04:06:06 +0000 (21:06 -0700)]
testing a hello-world server

10 years agorun test processes asynch
Eric Schulte [Fri, 20 Dec 2013 03:34:44 +0000 (20:34 -0700)]
run test processes asynch

10 years agothread proc through some functions
Eric Schulte [Thu, 19 Dec 2013 07:20:29 +0000 (00:20 -0700)]
thread proc through some functions

10 years agoseems to be generally usable, added a README
Eric Schulte [Thu, 19 Dec 2013 07:01:46 +0000 (00:01 -0700)]
seems to be generally usable, added a README

10 years agoparse application/x-www-form-urlencoded post data
Eric Schulte [Thu, 19 Dec 2013 06:47:11 +0000 (23:47 -0700)]
parse application/x-www-form-urlencoded post data

10 years agohandle close-connection thrown during header parse
Eric Schulte [Thu, 19 Dec 2013 06:46:51 +0000 (23:46 -0700)]
handle close-connection thrown during header parse

10 years agofile serving example
Eric Schulte [Thu, 19 Dec 2013 06:20:25 +0000 (23:20 -0700)]
file serving example

10 years agohelper to send a file with mime type
Eric Schulte [Thu, 19 Dec 2013 06:16:01 +0000 (23:16 -0700)]
helper to send a file with mime type

10 years agodon't require non-nil return to close connection
Eric Schulte [Thu, 19 Dec 2013 06:06:35 +0000 (23:06 -0700)]
don't require non-nil return to close connection

10 years agosimply (name . content) for form elements
Eric Schulte [Thu, 19 Dec 2013 06:00:35 +0000 (23:00 -0700)]
simply (name . content) for form elements

10 years ago404 not found helper
Eric Schulte [Thu, 19 Dec 2013 05:54:29 +0000 (22:54 -0700)]
404 not found helper

10 years agohandling errors
Eric Schulte [Thu, 19 Dec 2013 05:50:50 +0000 (22:50 -0700)]
handling errors

10 years agotasks
Eric Schulte [Thu, 19 Dec 2013 02:59:45 +0000 (19:59 -0700)]
tasks

10 years agomore lenient parsing of multipart forms
Eric Schulte [Thu, 19 Dec 2013 02:58:45 +0000 (19:58 -0700)]
more lenient parsing of multipart forms

10 years agobetter requirements for test
Eric Schulte [Thu, 19 Dec 2013 02:58:37 +0000 (19:58 -0700)]
better requirements for test

10 years agotasks
Eric Schulte [Wed, 18 Dec 2013 21:52:58 +0000 (14:52 -0700)]
tasks

10 years agocompiling to .elc
Eric Schulte [Wed, 18 Dec 2013 21:23:33 +0000 (14:23 -0700)]
compiling to .elc

10 years agomore flexible network process creation
Eric Schulte [Wed, 18 Dec 2013 21:02:50 +0000 (14:02 -0700)]
more flexible network process creation

10 years agosome simple examples
Eric Schulte [Wed, 18 Dec 2013 20:53:43 +0000 (13:53 -0700)]
some simple examples

10 years agoparsing form data in POST
Eric Schulte [Wed, 18 Dec 2013 20:11:20 +0000 (13:11 -0700)]
parsing form data in POST

10 years agoNOTES file for tasks and notes
Eric Schulte [Wed, 18 Dec 2013 14:44:46 +0000 (07:44 -0700)]
NOTES file for tasks and notes

10 years agoTODO: handle post data
Eric Schulte [Wed, 18 Dec 2013 08:25:22 +0000 (01:25 -0700)]
TODO: handle post data

10 years agohelper for HTTP headers
Eric Schulte [Wed, 18 Dec 2013 07:49:43 +0000 (00:49 -0700)]
helper for HTTP headers

10 years agostub out (but don't write any) tests
Eric Schulte [Wed, 18 Dec 2013 07:21:38 +0000 (00:21 -0700)]
stub out (but don't write any) tests

10 years agosimple hello world server working
Eric Schulte [Wed, 18 Dec 2013 07:14:27 +0000 (00:14 -0700)]
simple hello world server working

10 years agoparsing HTTP headers
Eric Schulte [Wed, 18 Dec 2013 06:16:55 +0000 (23:16 -0700)]
parsing HTTP headers

10 years agologging support
Eric Schulte [Wed, 18 Dec 2013 05:14:01 +0000 (22:14 -0700)]
logging support

10 years agoinitial commit, echo server working
Eric Schulte [Wed, 18 Dec 2013 04:52:34 +0000 (21:52 -0700)]
initial commit, echo server working