Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-01 | removed helloserver | snowdrop | 1 | -4/+1 | |
2004-08-31 | Reaper added and rearranged code | rans | 6 | -181/+227 | |
2004-08-31 | Added multiple simultaneous connection support | rans | 1 | -36/+94 | |
2004-08-31 | Removed hsocket_accept function | rans | 1 | -44/+1 | |
2004-08-31 | Removed pthread dependence. Now uses native threads. | rans | 1 | -5/+25 | |
2004-08-30 | migration win32 socket code | snowdrop | 9 | -56/+82 | |
2004-08-30 | optimized warnings | snowdrop | 5 | -14/+11 | |
2004-08-30 | bugfix in soap_server_entry() | snowdrop | 1 | -2/+2 | |
2004-08-30 | fixed some bugs corresponding win32 port code | snowdrop | 5 | -15/+40 | |
2004-08-30 | modev to libsoap-win32 project | snowdrop | 47 | -12704/+0 | |
2004-08-30 | moved to libsoap-win32 project | snowdrop | 39 | -4883/+0 | |
2004-08-27 | libcsoap readme | rans | 1 | -0/+2 | |
2004-08-27 | Visual Studio .NET 2003 installer | rans | 1 | -0/+6 | |
2004-08-27 | http stuff | rans | 1 | -0/+3 | |
2004-08-27 | http stuff | rans | 1 | -0/+93 | |
2004-08-26 | http stuff | rans | 11 | -1766/+3794 | |
2004-08-26 | Soap library | rans | 9 | -885/+1221 | |
2004-08-26 | libxml headers | rans | 50 | -0/+13636 | |
2004-08-26 | Test http | rans | 15 | -397/+1326 | |
2004-08-26 | CSoap Client | rans | 6 | -0/+295 | |
2004-08-26 | CSoapServer | rans | 9 | -0/+310 | |
2004-08-26 | Windows thread library (emulates UNIX pthreads) | rans | 3 | -0/+0 | |
2004-06-08 | added wsdl soap namespace support (http://schemas.xmlsoap.org/wsdl/soap/) | snowdrop | 1 | -5/+28 | |
2004-06-08 | added soap_env_add_custom() | snowdrop | 3 | -13/+119 | |
2004-06-04 | removed a debug output | snowdrop | 1 | -2/+2 | |
2004-06-04 | added HTTP/1.1 100 Continue functionality | snowdrop | 1 | -1/+5 | |
2004-06-04 | chaged libxml lib order | snowdrop | 1 | -1/+1 | |
2004-06-03 | fixed typeregistry bug | snowdrop | 5 | -16/+32 | |
example : #include "s0:Dictionary.h" instead of #include "Dictionary.h" | |||||
2004-06-03 | changed make order of nanohttp and libcsoap | snowdrop | 1 | -1/+1 | |
2004-06-03 | added nanohttp reference to linker | snowdrop | 1 | -1/+1 | |
2004-06-03 | added schema namespace | snowdrop | 1 | -2/+2 | |
2004-06-03 | fixed some little bugs | snowdrop | 5 | -34/+71 | |
2004-06-03 | added CallFunc CallVar and CallList objects | snowdrop | 2 | -14/+74 | |
2004-06-03 | initial import | snowdrop | 7 | -0/+623 | |
2004-06-03 | develop | snowdrop | 4 | -29/+73 | |
2004-06-03 | initial import | snowdrop | 1 | -0/+62 | |
2004-06-03 | initial import | snowdrop | 1 | -0/+100 | |
2004-06-02 | integrate wsdl2c and xsd2c projects | snowdrop | 2 | -30/+83 | |
2004-06-02 | integration xsd2c and wsdl2c projects | snowdrop | 10 | -178/+41 | |
2004-06-02 | dos2unix | snowdrop | 1 | -487/+487 | |
2004-06-02 | initial import | snowdrop | 2 | -0/+495 | |
2004-06-02 | *** empty log message *** | snowdrop | 1 | -14/+4 | |
2004-06-02 | added xsd2c Makefile generation | snowdrop | 2 | -1/+2 | |
2004-06-02 | initalial import | snowdrop | 17 | -0/+687 | |
2004-06-02 | initial import | snowdrop | 14 | -0/+2954 | |
2004-05-18 | *** empty log message *** | snowdrop | 1 | -0/+8 | |
2004-05-18 | Added command line argument support for "-NHTTPtsig <signal>" by adding | snowdrop | 2 | -6/+9 | |
_http_terminate_signal variable. This defines the termination signal handler value. Example : ./myserver -NHTTPtsig 2 will shutdown nano http properly by pressing ctrl-c (SIGINT = 2). | |||||
2004-05-14 | timeout is explicitly set before each select() call | snowdrop | 1 | -4/+5 | |
2004-05-14 | close the client side connection in httpc_receive_with_connection_closed() ↵ | snowdrop | 1 | -2/+3 | |
function | |||||
2004-05-14 | added soap_env_free() function decl | snowdrop | 1 | -1/+8 | |