Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-03 | Split nanoHTTP and cSOAP logging | m0gg | 1 | -247/+119 | |
2007-01-03 | Documentation cleanup | m0gg | 1 | -2/+2 | |
2006-12-13 | Documentation fix | m0gg | 1 | -18/+27 | |
2006-12-13 | Documentation fix | m0gg | 1 | -2/+2 | |
2006-12-13 | Documentation fix | m0gg | 1 | -3/+3 | |
2006-12-11 | Documentation fixup | m0gg | 1 | -15/+17 | |
2006-12-10 | nhttp client fix and documentation update | m0gg | 1 | -1/+2 | |
2006-12-10 | Documentation enhancements | m0gg | 1 | -2/+676 | |
2006-12-10 | Documentation enhancements | m0gg | 1 | -6/+7 | |
2006-12-09 | Documentation enhancements | m0gg | 1 | -10/+24 | |
2006-12-08 | hurl_t moved to nanohttp-url.[ch] | m0gg | 1 | -125/+44 | |
2006-11-26 | soap.udp transport added (alpha) | m0gg | 1 | -2/+2 | |
2006-11-25 | Code cleanup | m0gg | 1 | -53/+65 | |
2006-11-25 | Documentation enhancements | m0gg | 1 | -1/+80 | |
2006-11-25 | Documentation enhancements | m0gg | 1 | -3/+194 | |
2006-11-25 | documentation enhancements and code cleanup | m0gg | 1 | -259/+305 | |
2006-11-23 | Code cleanup | m0gg | 1 | -98/+8 | |
2006-11-19 | nanohttp admin patch; code cleanup | m0gg | 1 | -5/+1 | |
2006-07-09 | ported logging function to a seperate file (nanohttp-logging.*)r1_1_0 | snowdrop | 1 | -96/+44 | |
and renamed all logging functions. | |||||
2006-05-01 | HTTP header fields from RFC2616 | m0gg | 1 | -11/+91 | |
2006-04-26 | added timeout argument | mrcsys | 1 | -1/+2 | |
2006-03-06 | Various changes see ChangeLog | m0gg | 1 | -30/+29 | |
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | snowdrop | 1 | -16/+14 | |
- adds various malloc error messages - does some libcsoap/*.c #include fixups - removes a memleak in libcsoap/soap-server.c soap_server_entry - removes the double free of SoapCtx->action (again!!!) - rewrites more or less cleanly hsocket_close - adds volatile keywords for thread shared data items - _httpd_parse_arguments cleanup - rwerites the _httpd_connection initialization - adds a call to pthread_attr_destroy in httpd_session_main - fixes a wrong loop initialization in _httpd_wait_for_emtpy_conn - fixes a memleak in httpd_session_main (req) - more sophisticated httpd_server example - HTTP authentication SEGfault without password fixed | |||||
2006-02-27 | Added c++ macro | snowdrop | 1 | -2/+8 | |
#ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endf | |||||
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | snowdrop | 1 | -10/+3 | |
Thanks to Heiko Ronsdorf | |||||
2006-01-18 | Tweaking to integrate. | mrcsys | 1 | -1/+4 | |
2006-01-11 | intergrating ssl. Removing global variables SSL* like SSLctx and ↵ | snowdrop | 1 | -3/+4 | |
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl() | |||||
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | snowdrop | 1 | -42/+42 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 1 | -72/+67 | |
2005-12-19 | integrated with ssl (https) capability | snowdrop | 1 | -2/+10 | |
2005-07-23 | changed if _MSVER ... | snowdrop | 1 | -2/+2 | |
2004-11-05 | changed #ifndef MINGW to #ifndef __FUNCTION__ | snowdrop | 1 | -2/+2 | |
2004-11-02 | dos2unix | snowdrop | 1 | -68/+68 | |
2004-11-01 | added soap_ctx_add_file() | snowdrop | 1 | -24/+26 | |
2004-10-29 | added hoption feature | snowdrop | 1 | -5/+13 | |
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | snowdrop | 1 | -5/+22 | |
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | snowdrop | 1 | -3/+16 | |
2004-10-15 | added mime support and https stream object | snowdrop | 1 | -42/+326 | |
2004-09-19 | Added http stream feature (only input stream yet) | snowdrop | 1 | -31/+39 | |
Added DIME "client" support (very experimental) | |||||
2004-09-14 | migrating with mingw | snowdrop | 1 | -2/+4 | |
2004-09-14 | optimizing code and extracting some long functions into little functions | snowdrop | 1 | -1/+9 | |
2004-08-30 | fixed some bugs corresponding win32 port code | snowdrop | 1 | -1/+6 | |
2004-08-26 | http stuff | rans | 1 | -2/+2 | |
2004-01-21 | added server functionality | snowdrop | 1 | -1/+15 | |
2003-12-18 | added hpairnode_get_ignore_case() and used in httpc_talk_to_server() | snowdrop | 1 | -1/+10 | |
2003-12-18 | begin implementing httpc_get and httpc_post | snowdrop | 1 | -6/+24 | |
2003-12-17 | added connection close recv. fixed chunked encoding | snowdrop | 1 | -1/+3 | |
2003-12-16 | added chunked transfer encoding | snowdrop | 1 | -2/+3 | |
2003-12-11 | initial import | snowdrop | 1 | -0/+142 | |