Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-11 | Documentation fixup | 1 | -5/+6 | ||
2006-12-03 | Error codes moved | 1 | -1/+16 | ||
2006-12-01 | Fix nanoHTTP HTTPS client (still needs port in URL) | 1 | -8/+41 | ||
2006-11-30 | Code cleanup | 1 | -4/+4 | ||
2006-11-27 | Code cleanup | 1 | -62/+3 | ||
2006-11-24 | Documentation enhancements | 1 | -13/+46 | ||
2006-11-23 | Code cleanup | 1 | -20/+26 | ||
2006-11-19 | nanohttp admin patch; code cleanup | 1 | -3/+4 | ||
2006-05-15 | Code cleanup | 1 | -7/+3 | ||
2006-04-26 | Fixed a significant bug in updated ssl code that would allow processes to ↵ | 1 | -21/+54 | ||
"run away" Added a new option and helper functions for socket timeout Added new helper function for ssl arguments | |||||
2006-04-17 | updated to match heiko's prefered function names | 1 | -2/+2 | ||
I had not noticed that he had renamed ALL of mine before | |||||
2006-04-14 | renamed function at heiko's request | 1 | -2/+2 | ||
2006-04-13 | SSL code updated to aways have a user verify function. | 1 | -2/+3 | ||
added set_user_verify so that you can implement your own | |||||
2006-03-27 | hssl_enabled added; code cleanup | 1 | -1/+5 | ||
2006-03-07 | Removed C++ style comments | 1 | -3/+3 | ||
2006-03-07 | File header changed | 1 | -21/+23 | ||
2006-03-06 | Various changes see ChangeLog | 1 | -58/+41 | ||
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | 1 | -4/+4 | ||
- 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 | 1 | -0/+8 | ||
#ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endf | |||||
2006-02-21 | SSL socket read stuff and a whole section that could never get called. | 1 | -0/+2 | ||
Errors were also difficult to deal with, this has been cleaned up | |||||
2006-01-18 | Added start_ssl function to initialize library. | 1 | -0/+4 | ||
2006-01-11 | intergrating ssl. Removing global variables SSL* like SSLctx and ↵ | 1 | -1/+11 | ||
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl() | |||||
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | 1 | -5/+5 | ||
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | 1 | -10/+10 | ||
2006-01-06 | added #ifdef HAVE_SSL check | 1 | -2/+8 | ||
2005-12-19 | initial import | 1 | -0/+97 | ||