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