summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-common.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-03Split nanoHTTP and cSOAP loggingGravatar m0gg1-247/+119
2007-01-03Documentation cleanupGravatar m0gg1-2/+2
2006-12-13Documentation fixGravatar m0gg1-18/+27
2006-12-13Documentation fixGravatar m0gg1-2/+2
2006-12-13Documentation fixGravatar m0gg1-3/+3
2006-12-11Documentation fixupGravatar m0gg1-15/+17
2006-12-10nhttp client fix and documentation updateGravatar m0gg1-1/+2
2006-12-10Documentation enhancementsGravatar m0gg1-2/+676
2006-12-10Documentation enhancementsGravatar m0gg1-6/+7
2006-12-09Documentation enhancementsGravatar m0gg1-10/+24
2006-12-08hurl_t moved to nanohttp-url.[ch]Gravatar m0gg1-125/+44
2006-11-26soap.udp transport added (alpha)Gravatar m0gg1-2/+2
2006-11-25Code cleanupGravatar m0gg1-53/+65
2006-11-25Documentation enhancementsGravatar m0gg1-1/+80
2006-11-25Documentation enhancementsGravatar m0gg1-3/+194
2006-11-25documentation enhancements and code cleanupGravatar m0gg1-259/+305
2006-11-23Code cleanupGravatar m0gg1-98/+8
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg1-5/+1
2006-07-09ported logging function to a seperate file (nanohttp-logging.*)r1_1_0Gravatar snowdrop1-96/+44
and renamed all logging functions.
2006-05-01HTTP header fields from RFC2616Gravatar m0gg1-11/+91
2006-04-26added timeout argumentGravatar mrcsys1-1/+2
2006-03-06Various changes see ChangeLogGravatar m0gg1-30/+29
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop1-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-27Added c++ macroGravatar snowdrop1-2/+8
#ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endf
2006-02-18added basic authentication and SOAP-Header capabilities for request objectsGravatar snowdrop1-10/+3
Thanks to Heiko Ronsdorf
2006-01-18Tweaking to integrate.Gravatar mrcsys1-1/+4
2006-01-11intergrating ssl. Removing global variables SSL* like SSLctx and ↵Gravatar snowdrop1-3/+4
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl()
2006-01-10indent with 'indent -nut -bli0 -fca -npcs' commandGravatar snowdrop1-42/+42
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop1-72/+67
2005-12-19integrated with ssl (https) capabilityGravatar snowdrop1-2/+10
2005-07-23changed if _MSVER ...Gravatar snowdrop1-2/+2
2004-11-05changed #ifndef MINGW to #ifndef __FUNCTION__Gravatar snowdrop1-2/+2
2004-11-02dos2unixGravatar snowdrop1-68/+68
2004-11-01added soap_ctx_add_file()Gravatar snowdrop1-24/+26
2004-10-29added hoption featureGravatar snowdrop1-5/+13
2004-10-28changed hstatus_t to herror_t and chagend the API function to return ↵Gravatar snowdrop1-5/+22
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm.
2004-10-20optimized for visualc 6Gravatar snowdrop1-3/+16
2004-10-15added mime support and https stream objectGravatar snowdrop1-42/+326
2004-09-19Added http stream feature (only input stream yet)Gravatar snowdrop1-31/+39
Added DIME "client" support (very experimental)
2004-09-14migrating with mingwGravatar snowdrop1-2/+4
2004-09-14optimizing code and extracting some long functions into little functionsGravatar snowdrop1-1/+9
2004-08-30fixed some bugs corresponding win32 port codeGravatar snowdrop1-1/+6
2004-08-26http stuffGravatar rans1-2/+2
2004-01-21added server functionalityGravatar snowdrop1-1/+15
2003-12-18added hpairnode_get_ignore_case() and used in httpc_talk_to_server()Gravatar snowdrop1-1/+10
2003-12-18begin implementing httpc_get and httpc_postGravatar snowdrop1-6/+24
2003-12-17added connection close recv. fixed chunked encodingGravatar snowdrop1-1/+3
2003-12-16added chunked transfer encodingGravatar snowdrop1-2/+3
2003-12-11initial importGravatar snowdrop1-0/+142