Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-03 | xsd2c and wsdl2c added | m0gg | 1 | -1/+8 | |
2007-01-01 | Header parsing error solved | m0gg | 2 | -10/+12 | |
2007-01-01 | WSDL via HTTP GET re-enabled | m0gg | 1 | -4/+4 | |
2006-12-10 | nhttp client fix and documentation update | m0gg | 1 | -2/+6 | |
2006-11-30 | Code cleanup | m0gg | 3 | -20/+5 | |
2006-11-29 | Message encryption added | m0gg | 1 | -14/+16 | |
2006-11-28 | XML signature improvements | m0gg | 2 | -4/+4 | |
2006-11-26 | soap.udp transport added (alpha) | m0gg | 3 | -13/+26 | |
2006-11-25 | Code cleanup | m0gg | 3 | -18/+25 | |
2006-11-25 | documentation enhancements and code cleanup | m0gg | 5 | -5/+10 | |
2006-11-24 | Message signature with xmlsec1 | m0gg | 1 | -2/+2 | |
2006-11-23 | Code cleanup | m0gg | 5 | -72/+38 | |
2006-11-21 | decoupling of nanohttp/libcsoap | m0gg | 5 | -51/+91 | |
2006-11-19 | nanohttp admin patch; code cleanup | m0gg | 5 | -7/+54 | |
2006-07-09 | ported logging function to a seperate file (nanohttp-logging.*)r1_1_0 | snowdrop | 6 | -9/+16 | |
and renamed all logging functions. | |||||
2006-03-15 | Build in separate directory | m0gg | 1 | -0/+1 | |
2006-03-06 | Buildsystem cleanup | m0gg | 1 | -15/+2 | |
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | snowdrop | 1 | -1/+2 | |
- 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-08 | Changed C++ style programming to C style | snowdrop | 1 | -30/+36 | |
2006-02-08 | the attached patches address the following issues: | snowdrop | 1 | -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-11 | changed to 'press ctrl-c to ...' | snowdrop | 1 | -2/+2 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | snowdrop | 5 | -172/+170 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 5 | -313/+404 | |
2006-01-06 | removed -lssl and added | snowdrop | 1 | -1/+1 | |
2005-12-19 | integrated with ssl (https) capability | snowdrop | 1 | -2/+1 | |
2005-09-14 | initial import | snowdrop | 1 | -0/+194 | |
2005-09-14 | added soapclient | snowdrop | 1 | -0/+5 | |
2005-07-22 | changed loglevel to LOG_INFO | snowdrop | 1 | -2/+2 | |
2005-07-22 | changed bin_PROGRAMS to noinst_PROGRAMS | snowdrop | 1 | -1/+1 | |
2005-07-21 | removed LDFLAGS warnings | snowdrop | 1 | -5/+5 | |
2004-11-06 | fixed bug : changed req->env to res->envr1_0_3 | snowdrop | 1 | -2/+2 | |
2004-11-02 | dos2unix | snowdrop | 4 | -377/+377 | |
2004-11-02 | develop | snowdrop | 2 | -10/+34 | |
2004-11-01 | added soap_ctx_add_file() | snowdrop | 3 | -35/+8 | |
2004-10-29 | added hoption feature | snowdrop | 1 | -2/+2 | |
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | snowdrop | 4 | -225/+252 | |
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-15 | updated for compiling under *nix | snowdrop | 3 | -5/+12 | |
2004-10-15 | changed header comments | snowdrop | 1 | -3/+3 | |
2004-10-15 | development | snowdrop | 4 | -9/+257 | |
2004-09-19 | Added http stream feature (only input stream yet) | snowdrop | 1 | -2/+3 | |
Added DIME "client" support (very experimental) | |||||
2004-09-13 | made win32 threaded httpd_run not threaded againr1_0_2_beta | snowdrop | 1 | -100/+88 | |
2004-09-07 | Because Windows httpd_run runs on a thread, have a pause line in here (gets ↵ | rans | 1 | -8/+15 | |
(&c) ) | |||||
2004-09-02 | Just changed casts to libxml2's BAD_CAST xwin32_migration_20040903 | rans | 1 | -2/+2 | |
2004-08-30 | migration win32 socket code | snowdrop | 2 | -3/+6 | |
2004-08-30 | optimized warnings | snowdrop | 2 | -5/+4 | |
2004-08-30 | fixed some bugs corresponding win32 port code | snowdrop | 1 | -4/+4 | |
2004-08-30 | moved to libsoap-win32 project | snowdrop | 6 | -295/+0 | |
2004-08-26 | CSoap Client | rans | 6 | -0/+295 | |
2004-05-12 | removed soap_router_free() | snowdrop | 1 | -2/+3 | |
2004-02-03 | changes url adress | snowdrop | 1 | -1/+4 | |