Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-02 | Added XML preamble | 1 | -15/+21 | ||
2006-12-01 | Fix nanoHTTP HTTPS client (still needs port in URL) | 1 | -6/+8 | ||
2006-11-30 | Code cleanup | 6 | -366/+224 | ||
2006-11-29 | Message encryption added | 1 | -14/+16 | ||
2006-11-28 | XML signature improvements | 2 | -4/+4 | ||
2006-11-26 | soap.udp transport added (alpha) | 3 | -13/+26 | ||
2006-11-25 | Code cleanup | 3 | -18/+25 | ||
2006-11-25 | Documentation enhancements | 2 | -79/+5 | ||
2006-11-25 | documentation enhancements and code cleanup | 7 | -7/+14 | ||
2006-11-24 | Message signature with xmlsec1 | 1 | -2/+2 | ||
2006-11-23 | Code cleanup | 7 | -96/+58 | ||
2006-11-21 | decoupling of nanohttp/libcsoap | 7 | -56/+95 | ||
2006-11-19 | nanohttp admin patch; code cleanup | 7 | -18/+80 | ||
2006-07-09 | ported logging function to a seperate file (nanohttp-logging.*)r1_1_0 | 9 | -14/+23 | ||
and renamed all logging functions. | |||||
2006-04-21 | Added a hrequest_t parameter to authentication function | 1 | -2/+2 | ||
2006-03-15 | Build in separate directory | 2 | -0/+2 | ||
2006-03-06 | nanoHTTP client example added | 1 | -0/+143 | ||
2006-03-06 | Buildsystem cleanup | 3 | -39/+6 | ||
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | 2 | -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-19 | initial import | 1 | -0/+70 | ||
2006-02-18 | changes bin_PROGRAMS to noinst_PROGRAMS | 1 | -1/+1 | ||
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | 2 | -13/+16 | ||
Thanks to Heiko Ronsdorf | |||||
2006-02-08 | Changed C++ style programming to C style | 1 | -30/+36 | ||
2006-02-08 | the attached patches address the following issues: | 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 ...' | 1 | -2/+2 | ||
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | 5 | -172/+170 | ||
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | 5 | -313/+404 | ||
2006-01-06 | removed -lssl and added | 1 | -1/+1 | ||
2005-12-19 | integrated with ssl (https) capability | 1 | -2/+1 | ||
2005-09-14 | initial import | 1 | -0/+194 | ||
2005-09-14 | added soapclient | 1 | -0/+5 | ||
2005-07-22 | changed loglevel to LOG_INFO | 1 | -2/+2 | ||
2005-07-22 | changed bin_PROGRAMS to noinst_PROGRAMS | 1 | -1/+1 | ||
2005-07-21 | removed LDFLAGS warnings | 2 | -11/+11 | ||
2004-11-06 | fixed bug : changed req->env to res->envr1_0_3 | 1 | -2/+2 | ||
2004-11-02 | dos2unix | 4 | -377/+377 | ||
2004-11-02 | develop | 2 | -10/+34 | ||
2004-11-01 | disabled nanohttp examples | 1 | -1/+1 | ||
2004-11-01 | added soap_ctx_add_file() | 3 | -35/+8 | ||
2004-10-29 | added hoption feature | 1 | -2/+2 | ||
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | 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 | 3 | -5/+12 | ||
2004-10-15 | changed header comments | 1 | -3/+3 | ||
2004-10-15 | development | 8 | -34/+816 | ||
2004-10-15 | removed because callback receiving is no longer supported | 1 | -90/+0 | ||
2004-09-19 | Added http stream feature (only input stream yet) | 3 | -26/+60 | ||
Added DIME "client" support (very experimental) | |||||
2004-09-13 | made win32 threaded httpd_run not threaded againr1_0_2_beta | 1 | -100/+88 | ||
2004-09-07 | Because Windows httpd_run runs on a thread, have a pause line in here (gets ↵ | 1 | -8/+15 | ||
(&c) ) | |||||
2004-09-02 | Just changed casts to libxml2's BAD_CAST xwin32_migration_20040903 | 1 | -2/+2 | ||
2004-09-01 | removed helloserver | 1 | -4/+1 | ||