Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-21 | fixed a win32 compat issue | mrcsys | 1 | -2/+12 | |
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | snowdrop | 1 | -156/+198 | |
Thanks to Heiko Ronsdorf | |||||
2006-02-08 | the attached patches address the following issues: | snowdrop | 1 | -4/+53 | |
* query the port the server is listening on {soap_server,httpd}_get_port * the possibility to add a default service via httpd_register_default * remove some compiler warnings (on FreeBSD pthread_t is a pointer to a struct pthread, on Linux it is a (unsigned?) long int) tschuess, Heiko | |||||
2006-01-25 | Some WIN32 libraries do not allow %T in strftime. WIN32 stinks. | mrcsys | 1 | -2/+2 | |
2006-01-19 | Minor win32 fixes. | mrcsys | 1 | -1/+3 | |
2006-01-18 | Tweaking to integrate. | mrcsys | 1 | -4/+19 | |
2006-01-18 | Added start_ssl function to initialize library. | mrcsys | 1 | -1/+5 | |
2006-01-11 | intergrating ssl. Removing global variables SSL* like SSLctx and ↵ | snowdrop | 1 | -8/+11 | |
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl() | |||||
2006-01-11 | changed default temination signal to SIGINTbefore_ssl_api_intro | snowdrop | 1 | -2/+2 | |
2006-01-10 | A bad SSL init would cause a crash here due to an odd return | mrcsys | 1 | -5/+3 | |
2006-01-10 | If the service function issued a connection close, in a 1.1 connection it ↵ | mrcsys | 1 | -243/+257 | |
was remaining open. | |||||
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | snowdrop | 1 | -251/+244 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 1 | -156/+188 | |
2006-01-06 | Updated to take the HAVE_SSL define and act accordingly | mrcsys | 1 | -1/+7 | |
2005-12-22 | moved SSL init into the new thread, thatway an SSL problem will not cause ↵ | mrcsys | 1 | -1/+13 | |
the server to stop answering requests. | |||||
2005-12-19 | integrated with ssl (https) capability | snowdrop | 1 | -53/+120 | |
2005-07-22 | changed position of pthread.h | snowdrop | 1 | -2/+3 | |
2005-07-15 | Fix from mailinglist 05.06.2005 with subject "Small fix form nanohttp" | snowdrop | 1 | -1/+6 | |
from christian. | |||||
2005-05-27 | patch from mailinglist | snowdrop | 1 | -5/+11 | |
2004-11-02 | dos2unix | snowdrop | 1 | -28/+28 | |
2004-11-02 | develop | snowdrop | 1 | -2/+3 | |
2004-10-29 | added hoption feature | snowdrop | 1 | -2/+5 | |
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | snowdrop | 1 | -30/+41 | |
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | snowdrop | 1 | -6/+13 | |
2004-10-15 | added mime support and https stream object | snowdrop | 1 | -138/+449 | |
2004-09-19 | Added http stream feature (only input stream yet) | snowdrop | 1 | -25/+26 | |
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 | 1 | -8/+8 | |
2004-09-14 | migrating with mingw | snowdrop | 1 | -5/+50 | |
2004-09-14 | optimizing code and extracting some long functions into little functions | snowdrop | 1 | -47/+110 | |
2004-09-13 | Made SIGTERM stuff work properly on both UNIX and Windows | rans | 1 | -537/+555 | |
2004-09-13 | made win32 threaded httpd_run not threaded againr1_0_2_beta | snowdrop | 1 | -565/+537 | |
2004-09-07 | Made httpd_run run on a thread and added Sleep statements - seems to solve ↵ | rans | 1 | -14/+42 | |
WIndows performance problems | |||||
2004-09-01 | indent | snowdrop | 1 | -319/+362 | |
2004-09-01 | added the -NHTTPmaxconn feature | snowdrop | 1 | -41/+43 | |
2004-09-01 | migrating to win32 platform | snowdrop | 1 | -164/+177 | |
2004-08-31 | Reaper added and rearranged code | rans | 1 | -120/+25 | |
2004-08-31 | Added multiple simultaneous connection support | rans | 1 | -36/+94 | |
2004-08-31 | Removed pthread dependence. Now uses native threads. | rans | 1 | -5/+25 | |
2004-08-30 | migration win32 socket code | snowdrop | 1 | -9/+14 | |
2004-08-30 | optimized warnings | snowdrop | 1 | -5/+4 | |
2004-08-30 | fixed some bugs corresponding win32 port code | snowdrop | 1 | -3/+10 | |
2004-08-26 | http stuff | rans | 1 | -326/+354 | |
2004-05-18 | Added command line argument support for "-NHTTPtsig <signal>" by adding | snowdrop | 1 | -5/+7 | |
_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-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 | 1 | -18/+21 | |
2004-01-30 | added post method | snowdrop | 1 | -22/+62 | |
2004-01-29 | removed struct timaval in http_run()before_soap_api_change | snowdrop | 1 | -4/+4 | |
2004-01-21 | initial import | snowdrop | 1 | -0/+380 | |