Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-26 | http stuff | 11 | -1766/+3794 | ||
2004-06-04 | added HTTP/1.1 100 Continue functionality | 1 | -1/+5 | ||
2004-05-18 | Added command line argument support for "-NHTTPtsig <signal>" by adding | 2 | -6/+9 | ||
_http_terminate_signal variable. This defines the termination signal handler value. Example : ./myserver -NHTTPtsig 2 will shutdown nano http properly by pressing ctrl-c (SIGINT = 2). | |||||
2004-05-14 | timeout is explicitly set before each select() call | 1 | -4/+5 | ||
2004-05-14 | close the client side connection in httpc_receive_with_connection_closed() ↵ | 1 | -2/+3 | ||
function | |||||
2004-03-26 | 1 | -11/+42 | |||
patch f creates detached threads (depending on problem under Redhat 9), thanks Menzo Windhouwer gracefully terminate HTTP server, added SIGTERM signal handler, thanks again to Menzo Windhouwer | |||||
2004-02-03 | develop | 3 | -33/+52 | ||
2004-01-30 | added post method | 2 | -23/+65 | ||
2004-01-29 | removed struct timaval in http_run()before_soap_api_change | 1 | -4/+4 | ||
2004-01-21 | added server functionality | 5 | -10/+261 | ||
2004-01-21 | initial import | 2 | -0/+456 | ||
2004-01-13 | optimized code | 3 | -109/+30 | ||
2004-01-06 | added null termination in callback function | 1 | -2/+2 | ||
2004-01-05 | startet post function | 4 | -18/+132 | ||
2003-12-18 | splitted httpc_talk_to_server() | 3 | -209/+302 | ||
2003-12-18 | added hpairnode_get_ignore_case() and used in httpc_talk_to_server() | 3 | -4/+55 | ||
2003-12-18 | begin implementing httpc_get and httpc_post | 4 | -282/+380 | ||
2003-12-17 | bugfix in hurl_new() | 1 | -2/+2 | ||
2003-12-17 | added connection close recv. fixed chunked encoding | 3 | -33/+118 | ||
2003-12-16 | develop | 3 | -47/+48 | ||
2003-12-16 | added chunked transfer encoding | 5 | -29/+292 | ||
2003-12-11 | initial import | 8 | -0/+1574 | ||