Commit graph

75 commits

Author SHA1 Message Date
1edc4dff77 Log directory indexes, add webfs script 2012-11-07 19:23:28 -07:00
747cd86e65 Remove -a option, add contrib directory
There wasn't actually any authentication code in eris.c.  I'll add it
back in if anybody asks.
2012-11-07 18:45:42 -07:00
c73f0b6d0d Version bump 2012-10-30 19:15:49 -06:00
b9d6c8ce98 Quit needing CFLAGS 2012-10-30 19:10:55 -06:00
f0cd1af781 Make it easier to Debianize 2012-10-30 17:45:19 -06:00
25600693cc Bump version 2012-10-30 15:46:39 -05:00
1a707fea54 Merge remote branch 'origin/master'
Conflicts:
	test.sh
2012-10-30 15:41:44 -05:00
Neale Pickett
c520aa22ae chdir on cgi exec 2012-10-30 14:38:58 -06:00
aaf9c85731 Handle Status: header from cgi 2012-10-09 12:36:06 -05:00
9683c12bbd fix HTTP redirect 2012-09-17 16:35:52 -05:00
f56fbd7477 handle server push 2012-07-17 12:35:19 -05:00
Neale Pickett
6af696b8ec I hate this directory indexing output less 2012-06-22 13:49:27 -06:00
Neale Pickett
b4cb8c1e96 Add -. option 2012-06-22 13:10:26 -06:00
Neale Pickett
dcb83f3e47 Fix if-modified-since bug, update test.sh 2012-05-17 14:03:38 -06:00
Neale Pickett
ef9e02251d Handle busybox tcpsvd too 2012-05-16 12:02:51 -06:00
Neale Pickett
9f2749512f Remove fmemopen 2012-05-10 12:08:41 -06:00
Neale Pickett
d63e957ee3 Document known bugs 2012-04-30 12:52:53 -06:00
19950e5b3b Log request path on sigpipe 2012-03-22 21:36:21 -05:00
81d2a1a5d7 Timeout reading header was a horrible idea. 2012-03-19 22:10:49 -05:00
Neale Pickett
49f6374ff0 Print HTTP results on timeouts 2012-03-19 15:04:45 -06:00
7995aed5bb Fix if-modified-since test bug 2012-03-13 20:54:22 -06:00
a2179d8453 more reasonable timeouts 2012-03-13 20:40:28 -06:00
3c4ee62af4 fix directory redirect bug 2012-03-11 21:53:32 -06:00
90a0d5efa1 New fnord bug, add another test 2012-03-11 19:47:04 -06:00
e15c2d40a4 fix $REMOTE* and $SERVER_PROTOCOL 2012-03-09 13:40:56 -07:00
Neale Pickett
e991c1f24f Add (failing) CGI test, break some broken env code 2012-03-09 10:51:29 -07:00
Neale Pickett
ef5bf33e3e Quit setting environment variables to NULL 2012-03-09 10:27:00 -07:00
4ee3918c15 Merge remote branch 'origin/fuckit' into fuckit 2012-03-08 16:29:33 -06:00
cf10e1615c fix printf warning 2012-03-08 16:29:23 -06:00
Neale Pickett
1394cb3e87 fix REQUEST_METHOD, add tomfoolery tests 2012-03-08 15:29:04 -07:00
Neale Pickett
71112ac2a7 passing all tests 2012-03-08 11:45:11 -07:00
ba030d7917 CGI passing some tests 2012-03-07 22:16:02 -07:00
c5550f134b start CGI (does not compile) 2012-03-07 20:55:27 -07:00
ae8112f5c5 Static files + directory indexing 2012-03-07 18:10:16 -07:00
b12721e22a ready to serve files 2012-03-06 22:10:24 -07:00
78ec64f506 remove "#if 0" sections (they will come back later) 2012-03-06 21:09:25 -07:00
36ec9d4466 Creating CGI setenv, parsing a few header fields 2012-03-06 17:27:56 -07:00
Neale Pickett
3277e847a9 Parsing request OK 2012-02-29 17:22:09 -07:00
669fcc25a4 Fix 302 bug, found another fnord bug 2012-02-27 22:07:22 -07:00
f066042785 add a fuzzer 2012-02-24 21:09:33 -07:00
9002ee8dfe convert makefile to new test 2012-02-24 20:06:17 -07:00
82f6a39293 convert regression tests 2012-02-24 20:03:20 -07:00
Neale Pickett
98f853c8ac found another fnord bug 2012-02-24 17:03:09 -07:00
Neale Pickett
4536afe4a6 POST working: passing regression tests now 2012-02-24 11:47:39 -07:00
03d532240a CGI beginning to work again 2012-02-23 22:53:26 -07:00
Neale Pickett
688d7c9b7e get unit tests working again 2012-02-21 17:30:17 -07:00
Neale Pickett
451db45dad Fix second mime-type, add break-fnord script 2012-02-21 17:11:46 -07:00
Neale Pickett
f8c2f7604b Overhauled header parsing 2012-02-17 17:50:05 -07:00
23123e1cac trying to fix \r\n\n in cgi 2012-02-17 08:24:04 -07:00
db4455f6c9 add -p flag 2012-02-16 20:50:42 -07:00