Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-19 | Added http stream feature (only input stream yet) | snowdrop | 12 | -688/+1660 | |
Added DIME "client" support (very experimental) | |||||
2004-09-14 | fixed: select() function in http_run()r1_0_2b | snowdrop | 1 | -42/+33 | |
2004-09-14 | develop (not stable version of file) | snowdrop | 2 | -10/+9 | |
2004-09-14 | migrating with mingw | snowdrop | 3 | -8/+56 | |
2004-09-14 | moved SOCKET to hsocket_t | snowdrop | 1 | -2/+2 | |
2004-09-14 | optimizing code and extracting some long functions into little functions | snowdrop | 5 | -825/+844 | |
2004-09-13 | Made SIGTERM stuff work properly on both UNIX and Windows | rans | 3 | -549/+567 | |
2004-09-13 | made win32 threaded httpd_run not threaded againr1_0_2_beta | snowdrop | 1 | -565/+537 | |
2004-09-13 | fixed: if (err) was out of the ifdef block | snowdrop | 1 | -2/+2 | |
2004-09-07 | Made httpd_run run on a thread and added Sleep statements - seems to solve ↵ | rans | 2 | -15/+44 | |
WIndows performance problems | |||||
2004-09-01 | indent | snowdrop | 1 | -319/+362 | |
2004-09-01 | added the -NHTTPmaxconn feature | snowdrop | 2 | -42/+45 | |
2004-09-01 | migrating to win32 platform | snowdrop | 5 | -955/+1060 | |
2004-08-31 | Reaper added and rearranged code | rans | 6 | -181/+227 | |
2004-08-31 | Added multiple simultaneous connection support | rans | 1 | -36/+94 | |
2004-08-31 | Removed hsocket_accept function | rans | 1 | -44/+1 | |
2004-08-31 | Removed pthread dependence. Now uses native threads. | rans | 1 | -5/+25 | |
2004-08-30 | migration win32 socket code | snowdrop | 5 | -50/+63 | |
2004-08-30 | optimized warnings | snowdrop | 3 | -9/+7 | |
2004-08-30 | fixed some bugs corresponding win32 port code | snowdrop | 4 | -11/+36 | |
2004-08-30 | moved to libsoap-win32 project | snowdrop | 5 | -1916/+0 | |
2004-08-26 | http stuff | rans | 11 | -1766/+3794 | |
2004-06-04 | added HTTP/1.1 100 Continue functionality | snowdrop | 1 | -1/+5 | |
2004-05-18 | Added command line argument support for "-NHTTPtsig <signal>" by adding | snowdrop | 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 | snowdrop | 1 | -4/+5 | |
2004-05-14 | close the client side connection in httpc_receive_with_connection_closed() ↵ | snowdrop | 1 | -2/+3 | |
function | |||||
2004-03-26 | snowdrop | 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 | snowdrop | 3 | -33/+52 | |
2004-01-30 | added post method | snowdrop | 2 | -23/+65 | |
2004-01-29 | removed struct timaval in http_run()before_soap_api_change | snowdrop | 1 | -4/+4 | |
2004-01-21 | added server functionality | snowdrop | 5 | -10/+261 | |
2004-01-21 | initial import | snowdrop | 2 | -0/+456 | |
2004-01-13 | optimized code | snowdrop | 3 | -109/+30 | |
2004-01-06 | added null termination in callback function | snowdrop | 1 | -2/+2 | |
2004-01-05 | startet post function | snowdrop | 4 | -18/+132 | |
2003-12-18 | splitted httpc_talk_to_server() | snowdrop | 3 | -209/+302 | |
2003-12-18 | added hpairnode_get_ignore_case() and used in httpc_talk_to_server() | snowdrop | 3 | -4/+55 | |
2003-12-18 | begin implementing httpc_get and httpc_post | snowdrop | 4 | -282/+380 | |
2003-12-17 | bugfix in hurl_new() | snowdrop | 1 | -2/+2 | |
2003-12-17 | added connection close recv. fixed chunked encoding | snowdrop | 3 | -33/+118 | |
2003-12-16 | develop | snowdrop | 3 | -47/+48 | |
2003-12-16 | added chunked transfer encoding | snowdrop | 5 | -29/+292 | |
2003-12-11 | initial import | snowdrop | 8 | -0/+1574 | |