summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-18some automake updates to Makefile.amHEADmasterGravatar Nikias Bassen4-8/+9
2013-02-18fixed several compiler warningsGravatar Nikias Bassen6-6/+12
2013-02-18fix nanohttp building in non-SSL buildGravatar Nikias Bassen1-0/+2
2013-02-18Fix segfault due to bad sprintf() usageGravatar Martin Szulecki1-1/+1
2013-02-18Fix compilation of strtok_r and localtime_r replacements for WIN32 buildsGravatar Martin Szulecki1-49/+56
2013-02-18Fix compilation of transport for WIN32 buildsGravatar Martin Szulecki1-0/+4
2013-02-18Define missing inet_pton() for WIN32 buildsGravatar Martin Szulecki1-0/+43
2013-02-18Use libtool to link libcsoap with nanohttp libraryGravatar Martin Szulecki1-0/+1
2013-02-18Switch libxml2 detection to pkg-config macrosGravatar Martin Szulecki4-12/+10
2013-02-18Enable win32/include for WIN32 buildsGravatar Martin Szulecki1-0/+2
2013-02-18Remove possibly buggy malloc check of autotoolsGravatar Martin Szulecki1-1/+0
2013-02-18Enable silent rules in configure.acGravatar Martin Szulecki1-1/+5
2013-02-17Use binary fopen() flag for WIN32 compatibilityGravatar Martin Szulecki1-2/+2
2013-02-17Add winsock2.h include where required to compile for WIN32Gravatar Martin Szulecki4-0/+16
2013-02-17Remove redefinition for errno which breaks compilation for WIN32Gravatar Martin Szulecki1-3/+0
2013-02-17Fix include typos for WIN32Gravatar Martin Szulecki2-2/+2
2013-02-17Fix definition for snprintf() on WIN32Gravatar Martin Szulecki2-2/+2
2013-02-17Use newer LT_INIT macro and pass -no-undefined for proper DLL generationGravatar Martin Szulecki3-3/+14
2013-02-17Remove not existing postserver.c example from Makefile to fix make distGravatar Martin Szulecki1-2/+1
2013-02-17Fix broken compilation due to incorrectly named log level constantsGravatar Martin Szulecki2-13/+13
2013-02-17Add string.h to soap-logging.c to properly use strdup()Gravatar Martin Szulecki1-0/+4
2013-02-17Fix compiler warning about usage of exit() in mime_client exampleGravatar Martin Szulecki1-6/+6
2013-02-17Update autogen.sh and add libtool stepGravatar Martin Szulecki1-4/+44
2013-02-17Remove files automatically generated by autotoolsGravatar Martin Szulecki18-39130/+0
2007-11-04Fixed a memleakGravatar m0gg1-25/+15
2007-11-04Removed duplicate/obsolete exampleGravatar m0gg1-213/+0
2007-11-04Added POST exampleGravatar m0gg2-10/+71
2007-11-04Moved project documentation from headers to doc/Gravatar m0gg13-203/+1495
2007-11-03Split nanoHTTP and cSOAP loggingGravatar m0gg65-1846/+2012
2007-01-25Documentation cleanupGravatar m0gg4-33/+36
2007-01-25automake dependency removedGravatar m0gg9-0/+4501
2007-01-23AIX patch (?)Gravatar m0gg3-3/+8
2007-01-15Documentation enhancements (from wiki)Gravatar m0gg1-1/+88
2007-01-05Documentation enhancementsGravatar m0gg2-21/+36
2007-01-05MIME example revivedGravatar m0gg1-7/+28
2007-01-03nanoHTTP MIME client example updateGravatar m0gg5-342/+193
2007-01-03README.xmlsec moved to soap-xmlsec.hGravatar m0gg4-16/+20
2007-01-03README.ssl moved to nanohttp-ssl.hGravatar m0gg5-104/+145
2007-01-03Added content of xsd2c/TODO to TODOGravatar m0gg3-32/+8
2007-01-03xsd2c and wsdl2c addedGravatar m0gg7-3/+24
2007-01-03Documentation cleanupGravatar m0gg5-13/+13
2007-01-01Documentation enhancementsGravatar m0gg1-5/+8
2007-01-01Header parsing error solvedGravatar m0gg9-82/+86
2007-01-01WSDL via HTTP GET re-enabledGravatar m0gg7-34/+139
2007-01-01Response HTTP status codes adjustedGravatar m0gg3-91/+100
2006-12-31Addded hooks for Web Service ManagementGravatar m0gg8-77/+186
2006-12-19Adjust wording according to WS Management: Service Life CycleGravatar m0gg4-25/+27
2006-12-18TODOs rewrittenGravatar m0gg1-5/+15
2006-12-16TODOs revisitedGravatar m0gg1-6/+7
2006-12-16Linux compile fixesGravatar m0gg1-1/+5