1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/ext/http11
zedshaw 98a33bb304 Fixed a bug in the Error404Handler. Created the first Rails runner script.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@21 19e92222-5c0b-0410-8929-a290d50e31e9
2006-02-08 12:48:41 +00:00
..
ext_help.h initial import into trunk 2006-01-28 19:03:53 +00:00
extconf.rb initial import into trunk 2006-01-28 19:03:53 +00:00
http11.c * Moved various constants around. * Created the remaining feasible CGI variables people need. * Now create a REQUEST_URI which other CGI variables derive from. Implemented a simple DirHandler for browsing a directory and sending the files. 2006-02-03 05:42:08 +00:00
http11_parser.c Fixed a bug in the Error404Handler. Created the first Rails runner script. 2006-02-08 12:48:41 +00:00
http11_parser.h * Moved various constants around. * Created the remaining feasible CGI variables people need. * Now create a REQUEST_URI which other CGI variables derive from. Implemented a simple DirHandler for browsing a directory and sending the files. 2006-02-03 05:42:08 +00:00
http11_parser.rl * Moved various constants around. * Created the remaining feasible CGI variables people need. * Now create a REQUEST_URI which other CGI variables derive from. Implemented a simple DirHandler for browsing a directory and sending the files. 2006-02-03 05:42:08 +00:00
MANIFEST initial import into trunk 2006-01-28 19:03:53 +00:00
tst.h initial import into trunk 2006-01-28 19:03:53 +00:00
tst_cleanup.c initial import into trunk 2006-01-28 19:03:53 +00:00
tst_delete.c initial import into trunk 2006-01-28 19:03:53 +00:00
tst_grow_node_free_list.c initial import into trunk 2006-01-28 19:03:53 +00:00
tst_init.c initial import into trunk 2006-01-28 19:03:53 +00:00
tst_insert.c initial import into trunk 2006-01-28 19:03:53 +00:00
tst_search.c Improved the trie searching to only require one search and work more correctly. Fixed a few bugs found by people. 2006-02-02 06:53:32 +00:00