Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-21 | decoupling of nanohttp/libcsoap | 6 | -11/+18 | ||
2006-11-21 | Web Services Addressing for multiple transport daemons (initial) | 5 | -7/+31 | ||
2006-11-19 | nanohttp admin patch; code cleanup | 21 | -239/+489 | ||
2006-08-28 | #ifdef __cplusplus removed | 1 | -5/+1 | ||
2006-07-09 | ported logging function to a seperate file (nanohttp-logging.*)r1_1_0 | 11 | -264/+80 | ||
and renamed all logging functions. | |||||
2006-07-09 | initial import | 2 | -0/+315 | ||
2006-05-31 | added a helper function to determine how many nanohttp connections are activer1_1_0rc1 | 2 | -2/+24 | ||
2006-05-19 | successful authentication quieted | 1 | -2/+2 | ||
2006-05-15 | Fixed one log message to make fore sense. | 2 | -4/+4 | ||
Fixed check of SSL_read return code, was not correct. | |||||
2006-05-15 | Code cleanup | 2 | -11/+8 | ||
2006-05-02 | Documentation update | 1 | -1/+21 | ||
2006-05-01 | this is cleaner | 1 | -9/+4 | ||
2006-05-01 | Some fixes because recent changes did not work in WIN32. Now should be compat | 3 | -6/+36 | ||
2006-05-01 | HTTP header fields from RFC2616 | 1 | -11/+91 | ||
2006-04-26 | added timeout argument | 1 | -1/+2 | ||
2006-04-26 | Fixed a significant bug in updated ssl code that would allow processes to ↵ | 6 | -435/+626 | ||
"run away" Added a new option and helper functions for socket timeout Added new helper function for ssl arguments | |||||
2006-04-26 | Documentation improvements | 1 | -19/+82 | ||
2006-04-21 | Added a hrequest_t parameter to authentication function | 2 | -4/+4 | ||
2006-04-17 | updated to match heiko's prefered function names | 2 | -9/+9 | ||
I had not noticed that he had renamed ALL of mine before | |||||
2006-04-14 | renamed function at heiko's request | 2 | -4/+4 | ||
2006-04-13 | SSL code updated to aways have a user verify function. | 2 | -12/+13 | ||
added set_user_verify so that you can implement your own | |||||
2006-04-13 | log debug -> verbose change | 1 | -2/+2 | ||
2006-03-28 | put done=1 if service not found | 1 | -1/+2 | ||
2006-03-27 | hssl_enabled added; code cleanup | 2 | -71/+69 | ||
2006-03-23 | Typo: httpd_register_default_secure | 1 | -2/+2 | ||
2006-03-23 | log_debug -> log_verbose | 1 | -2/+2 | ||
2006-03-23 | httpd_get_protocol function added | 2 | -2/+9 | ||
2006-03-16 | log_warn -> log_warn[123] replaced | 1 | -4/+4 | ||
2006-03-15 | Build in seperate directory | 1 | -0/+1 | ||
2006-03-07 | Removed C++ style comments | 6 | -58/+19 | ||
2006-03-07 | File header changed | 2 | -47/+46 | ||
2006-03-06 | Various changes see ChangeLog | 17 | -1009/+815 | ||
2006-03-06 | Removed unused readme.txt | 1 | -2/+0 | ||
2006-03-06 | Buildsystem cleanup | 2 | -60/+11 | ||
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | 17 | -259/+336 | ||
- 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-27 | Added c++ macro | 8 | -9/+68 | ||
#ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endf | |||||
2006-02-27 | added #ifdef __cplusplus { | 1 | -1/+8 | ||
extern "C" macros | |||||
2006-02-25 | patches by Heiko. See mailinglist (archive 25.02.06) | 1 | -72/+84 | ||
2006-02-22 | Fixed a small bug in reading (or not) a calist | 1 | -1/+1 | ||
2006-02-21 | SSL socket read stuff and a whole section that could never get called. | 3 | -30/+21 | ||
Errors were also difficult to deal with, this has been cleaned up | |||||
2006-02-21 | fixed a win32 compat issue | 2 | -3/+17 | ||
2006-02-21 | Removed some log messages | 1 | -3/+3 | ||
2006-02-19 | initial import | 2 | -0/+182 | ||
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | 14 | -692/+515 | ||
Thanks to Heiko Ronsdorf | |||||
2006-02-09 | A few more error conditions need to be checked for in a socket read under SSL | 1 | -2/+6 | ||
2006-02-09 | pthread header not needed in win32 and may cause errors. | 1 | -1/+3 | ||
2006-02-08 | the attached patches address the following issues: | 7 | -26/+108 | ||
* 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 | Added include file netinet/in.h to be able to compile under FreeBSD | 1 | -1/+5 | ||
2006-01-31 | Odd state that would cause a bad loop | 1 | -2/+8 | ||
2006-01-25 | Some WIN32 libraries do not allow %T in strftime. WIN32 stinks. | 2 | -4/+4 | ||