Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-21 | Added a hrequest_t parameter to authentication function | 1 | -2/+2 | ||
2006-03-15 | Build in separate directory | 1 | -0/+1 | ||
2006-03-06 | nanoHTTP client example added | 1 | -0/+143 | ||
2006-03-06 | Buildsystem cleanup | 1 | -23/+3 | ||
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | 1 | -8/+123 | ||
- 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 | 1 | -12/+15 | ||
Thanks to Heiko Ronsdorf | |||||
2005-07-21 | removed LDFLAGS warnings | 1 | -6/+6 | ||
2004-10-15 | development | 4 | -25/+559 | ||
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) | 2 | -24/+57 | ||
Added DIME "client" support (very experimental) | |||||
2004-09-01 | removed helloserver | 1 | -4/+1 | ||
2004-08-30 | moved to libsoap-win32 project | 10 | -991/+0 | ||
2004-08-26 | Test http | 15 | -397/+1326 | ||
2004-01-30 | develop | 1 | -1/+4 | ||
2004-01-30 | initial import | 1 | -0/+90 | ||
2004-01-21 | initial import | 1 | -0/+89 | ||
2004-01-21 | added server functionality | 1 | -2/+8 | ||
2004-01-21 | initial import | 1 | -0/+68 | ||
2004-01-06 | changed scanf to gets | 1 | -3/+5 | ||
2004-01-06 | removed libxml2 libraries and added LIBSOCKET and LIBNSL (for Solaris) | 1 | -3/+5 | ||
2004-01-05 | added post method | 1 | -0/+84 | ||
2004-01-05 | startet post function | 1 | -6/+9 | ||
2003-12-18 | added hpairnode_get_ignore_case() and used in httpc_talk_to_server() | 2 | -3/+6 | ||
2003-12-12 | removed second INCLUDES variable | 1 | -1/+0 | ||
2003-12-11 | initial import | 3 | -0/+178 | ||