summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-common.h
AgeCommit message (Expand)AuthorFilesLines
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop1-16/+14
2006-02-27Added c++ macroGravatar snowdrop1-2/+8
2006-02-18added basic authentication and SOAP-Header capabilities for request objectsGravatar snowdrop1-10/+3
2006-01-18Tweaking to integrate.Gravatar mrcsys1-1/+4
2006-01-11intergrating ssl. Removing global variables SSL* like SSLctx and HSOCKET_SSL_...Gravatar snowdrop1-3/+4
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 herror_t...Gravatar snowdrop1-5/+22
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
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