summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2006-11-26soap.udp transport added (alpha)Gravatar m0gg3-13/+26
2006-11-25Code cleanupGravatar m0gg3-18/+25
2006-11-25Documentation enhancementsGravatar m0gg2-79/+5
2006-11-25documentation enhancements and code cleanupGravatar m0gg7-7/+14
2006-11-24Message signature with xmlsec1Gravatar m0gg1-2/+2
2006-11-23Code cleanupGravatar m0gg7-96/+58
2006-11-21decoupling of nanohttp/libcsoapGravatar m0gg7-56/+95
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg7-18/+80
2006-07-09ported logging function to a seperate file (nanohttp-logging.*)r1_1_0Gravatar snowdrop9-14/+23
and renamed all logging functions.
2006-04-21Added a hrequest_t parameter to authentication functionGravatar m0gg1-2/+2
2006-03-15Build in separate directoryGravatar m0gg2-0/+2
2006-03-06nanoHTTP client example addedGravatar m0gg1-0/+143
2006-03-06Buildsystem cleanupGravatar m0gg3-39/+6
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop2-9/+125
- 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-19initial importGravatar snowdrop1-0/+70
2006-02-18changes bin_PROGRAMS to noinst_PROGRAMSGravatar snowdrop1-1/+1
2006-02-18added basic authentication and SOAP-Header capabilities for request objectsGravatar snowdrop2-13/+16
Thanks to Heiko Ronsdorf
2006-02-08Changed C++ style programming to C styleGravatar snowdrop1-30/+36
2006-02-08the attached patches address the following issues:Gravatar snowdrop1-3/+4
* 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-11changed to 'press ctrl-c to ...'Gravatar snowdrop1-2/+2
2006-01-10indent with 'indent -nut -bli0 -fca -npcs' commandGravatar snowdrop5-172/+170
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop5-313/+404
2006-01-06removed -lssl and addedGravatar snowdrop1-1/+1
2005-12-19integrated with ssl (https) capabilityGravatar snowdrop1-2/+1
2005-09-14initial importGravatar snowdrop1-0/+194
2005-09-14added soapclientGravatar snowdrop1-0/+5
2005-07-22changed loglevel to LOG_INFOGravatar snowdrop1-2/+2
2005-07-22changed bin_PROGRAMS to noinst_PROGRAMSGravatar snowdrop1-1/+1
2005-07-21removed LDFLAGS warningsGravatar snowdrop2-11/+11
2004-11-06fixed bug : changed req->env to res->envr1_0_3Gravatar snowdrop1-2/+2
2004-11-02dos2unixGravatar snowdrop4-377/+377
2004-11-02developGravatar snowdrop2-10/+34
2004-11-01disabled nanohttp examplesGravatar snowdrop1-1/+1
2004-11-01added soap_ctx_add_file()Gravatar snowdrop3-35/+8
2004-10-29added hoption featureGravatar snowdrop1-2/+2
2004-10-28changed hstatus_t to herror_t and chagend the API function to return ↵Gravatar snowdrop4-225/+252
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm.
2004-10-15updated for compiling under *nixGravatar snowdrop3-5/+12
2004-10-15changed header commentsGravatar snowdrop1-3/+3
2004-10-15developmentGravatar snowdrop8-34/+816
2004-10-15removed because callback receiving is no longer supportedGravatar snowdrop1-90/+0
2004-09-19Added http stream feature (only input stream yet)Gravatar snowdrop3-26/+60
Added DIME "client" support (very experimental)
2004-09-13made win32 threaded httpd_run not threaded againr1_0_2_betaGravatar snowdrop1-100/+88
2004-09-07Because Windows httpd_run runs on a thread, have a pause line in here (gets ↵Gravatar rans1-8/+15
(&c) )
2004-09-02Just changed casts to libxml2's BAD_CAST xwin32_migration_20040903Gravatar rans1-2/+2
2004-09-01removed helloserverGravatar snowdrop1-4/+1
2004-08-30migration win32 socket codeGravatar snowdrop2-3/+6
2004-08-30optimized warningsGravatar snowdrop2-5/+4
2004-08-30fixed some bugs corresponding win32 port codeGravatar snowdrop1-4/+4
2004-08-30moved to libsoap-win32 projectGravatar snowdrop16-1286/+0
2004-08-26Test httpGravatar rans15-397/+1326