Donate Share

Dublet's HTTP Daemon

File Release Notes and Changelog

Release Name: 0.0-prealpha-0.18

Notes: The IPO :} Hopelessly Out Of Date!!


Changes: 01-06-2002 [0.0-prealpha-0.18] Dublet <dublet@dublet.org> -added error document support( http.c, file.c, several new functions) 01-06-2002 [0.0-prealpha-0.17] Dublet <dublet@dublet.org> -split up source code into seperate files -add Makefiles and other autogeneration stuff -fixed seg fault when not starting with -p (main.c, main()) 01-06-2002 [0.0-prealpha-0.16] Dublet <dublet@dublet.prg> -Able to parse requested file out of GET request (child()) -Secured against ../ file requests (get_file()) -Better returning of HTTP codes (child()) 01-06-2002 [0.0-prealpha-0.14] Dublet <dublet@dublet.org> -Able to recognize GET requests (child()) -Sends proper text with the HTTP response codes (http_response_text()) 01-06-2002 [0.0-prealpha-0.12] Dublet <dublet@dublet.org> -Able to open files (get_file()) -Catches SIGINTs (for improper shutdown, not closing server socket) (caught_signal()) 31-05-2002 [0.0-prealpha-0.0] Dublet <dublet@dublet.org> -Initial setup (main() and child())