Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-01 | Fix nanoHTTP HTTPS client (still needs port in URL) | m0gg | 1 | -8/+41 | |
2006-11-30 | Code cleanup | m0gg | 1 | -4/+4 | |
2006-11-27 | Code cleanup | m0gg | 1 | -62/+3 | |
2006-11-24 | Documentation enhancements | m0gg | 1 | -13/+46 | |
2006-11-23 | Code cleanup | m0gg | 1 | -20/+26 | |
2006-11-19 | nanohttp admin patch; code cleanup | m0gg | 1 | -3/+4 | |
2006-05-15 | Code cleanup | m0gg | 1 | -7/+3 | |
2006-04-26 | Fixed a significant bug in updated ssl code that would allow processes to ↵ | mrcsys | 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 | mrcsys | 1 | -2/+2 | |
I had not noticed that he had renamed ALL of mine before | |||||
2006-04-14 | renamed function at heiko's request | mrcsys | 1 | -2/+2 | |
2006-04-13 | SSL code updated to aways have a user verify function. | mrcsys | 1 | -2/+3 | |
added set_user_verify so that you can implement your own | |||||
2006-03-27 | hssl_enabled added; code cleanup | m0gg | 1 | -1/+5 | |
2006-03-07 | Removed C++ style comments | m0gg | 1 | -3/+3 | |
2006-03-07 | File header changed | m0gg | 1 | -21/+23 | |
2006-03-06 | Various changes see ChangeLog | m0gg | 1 | -58/+41 | |
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | snowdrop | 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 | snowdrop | 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. | mrcsys | 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. | mrcsys | 1 | -0/+4 | |
2006-01-11 | intergrating ssl. Removing global variables SSL* like SSLctx and ↵ | snowdrop | 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 | snowdrop | 1 | -5/+5 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 1 | -10/+10 | |
2006-01-06 | added #ifdef HAVE_SSL check | snowdrop | 1 | -2/+8 | |
2005-12-19 | initial import | snowdrop | 1 | -0/+97 | |