Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-09 | Documentation enhancements | m0gg | 1 | -23/+29 | |
2006-12-09 | Documentation enhancements | m0gg | 4 | -49/+50 | |
2006-12-08 | hurl_t moved to nanohttp-url.[ch] | m0gg | 1 | -2/+2 | |
2006-12-06 | C++ style comments removed | m0gg | 5 | -37/+35 | |
2006-12-03 | Error codes moved | m0gg | 3 | -7/+18 | |
2006-12-02 | Added XML preamble | m0gg | 1 | -25/+21 | |
2006-12-02 | Added XML preamble | m0gg | 1 | -12/+13 | |
2006-11-30 | Code cleanup | m0gg | 3 | -15/+32 | |
2006-11-29 | Message signature verification added | m0gg | 1 | -2/+33 | |
2006-11-29 | Message encryption added | m0gg | 10 | -318/+464 | |
2006-11-28 | XML signature improvements | m0gg | 9 | -85/+975 | |
2006-11-27 | Code cleanup | m0gg | 1 | -2/+3 | |
2006-11-27 | Documentation enhancements | m0gg | 4 | -10/+62 | |
2006-11-27 | Code cleanup | m0gg | 2 | -8/+10 | |
2006-11-27 | Documentation enhancements | m0gg | 5 | -9/+187 | |
2006-11-26 | soap.udp transport added (alpha) | m0gg | 10 | -58/+319 | |
2006-11-25 | Code cleanup | m0gg | 4 | -8/+4 | |
2006-11-25 | Documentation enhancements | m0gg | 4 | -13/+29 | |
2006-11-25 | documentation enhancements and code cleanup | m0gg | 16 | -65/+81 | |
2006-11-24 | Commandline switch for xmlsec | m0gg | 2 | -0/+312 | |
2006-11-24 | Message signature with xmlsec1 | m0gg | 6 | -76/+156 | |
2006-11-23 | Code cleanup | m0gg | 27 | -736/+728 | |
2006-11-23 | Automatic generation of a WSIL document | m0gg | 2 | -0/+190 | |
2006-11-21 | decoupling of nanohttp/libcsoap | m0gg | 24 | -832/+1565 | |
2006-11-21 | Web Services Addressing for multiple transport daemons (initial) | m0gg | 7 | -15/+780 | |
2006-11-19 | nanohttp admin patch; code cleanup | m0gg | 11 | -63/+160 | |
2006-07-09 | ported logging function to a seperate file (nanohttp-logging.*)r1_1_0 | snowdrop | 8 | -11/+24 | |
and renamed all logging functions. | |||||
2006-05-24 | small bug allows core dump | mrcsys | 1 | -2/+2 | |
2006-05-15 | csoap admin commandline switch | m0gg | 2 | -4/+16 | |
2006-05-15 | HTTP authentication added | m0gg | 3 | -4/+15 | |
2006-04-13 | Add missing HEADER_CONTENT_TYPE in _soap_server_send_ctx | m0gg | 1 | -1/+3 | |
2006-03-29 | Link to Service Description added; HTML cleanup | m0gg | 1 | -9/+16 | |
2006-03-29 | Don't #include soap-admin.c | m0gg | 5 | -40/+153 | |
2006-03-27 | added support for soap admin | snowdrop | 1 | -2/+11 | |
2006-03-27 | initial import | snowdrop | 1 | -0/+114 | |
2006-03-15 | SoapEnv->cur in soap_env_new_from_doc fixed | m0gg | 2 | -2/+4 | |
2006-03-07 | WSDL registration | m0gg | 3 | -69/+110 | |
2006-03-07 | Removed C++ style comments | m0gg | 1 | -19/+1 | |
2006-03-06 | Various changes see ChangeLog | m0gg | 12 | -207/+251 | |
2006-03-06 | Removed unused readme.txt | m0gg | 1 | -2/+0 | |
2006-03-06 | Buildsystem cleanup | m0gg | 1 | -34/+7 | |
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | snowdrop | 7 | -33/+113 | |
- 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-25 | patches by Heiko. See mailinglist (archive 25.02.06) | snowdrop | 2 | -81/+76 | |
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | snowdrop | 7 | -203/+226 | |
Thanks to Heiko Ronsdorf | |||||
2006-02-08 | the attached patches address the following issues: | snowdrop | 4 | -72/+51 | |
* 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-02-04 | changed encoding to encodingStyle | snowdrop | 1 | -3/+3 | |
2006-01-27 | Fixed two buffer overflow problems. | mrcsys | 3 | -25/+24 | |
This results in different deffinitions for soap_env_find_urn() and soap_env_find_methodname() | |||||
2006-01-25 | fixed a bug that was preventing the return of default namespaces | mrcsys | 1 | -2/+3 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | snowdrop | 16 | -562/+550 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 16 | -929/+1034 | |