Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-18 | included the check for errcode = 200before_patch_01 | 1 | -2/+5 | ||
2004-11-06 | fixed bug : changed req->env to res->envr1_0_3 | 1 | -2/+2 | ||
2004-11-05 | changed #ifndef MINGW to #ifndef __FUNCTION__ | 1 | -2/+2 | ||
2004-11-02 | prepare for release 1.0.3rc1r1_0_3rc1 | 4 | -5/+8 | ||
2004-11-02 | removed | 1 | -73/+0 | ||
2004-11-02 | dos2unix | 26 | -1738/+1738 | ||
2004-11-02 | develop | 9 | -20/+72 | ||
2004-11-02 | develop | 1 | -203/+408 | ||
2004-11-01 | disabled nanohttp examples | 1 | -1/+1 | ||
2004-11-01 | added soap_ctx_add_file() | 9 | -80/+108 | ||
2004-10-29 | initial import | 4 | -0/+1315 | ||
2004-10-29 | added hoption feature | 12 | -68/+195 | ||
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | 29 | -742/+986 | ||
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | 14 | -83/+156 | ||
2004-10-18 | hsocket_close() debug | 1 | -2/+2 | ||
2004-10-18 | hsocket_close() shutdown ported to non win32 | 1 | -3/+5 | ||
2004-10-18 | modified hsocket_close() . added while loop | 1 | -18/+53 | ||
2004-10-18 | uncommented closesocket() | 1 | -5/+5 | ||
2004-10-15 | updated for compiling under *nix | 10 | -17/+43 | ||
2004-10-15 | added #define USE_XMLSTRING | 1 | -2/+21 | ||
2004-10-15 | development | 2 | -53/+514 | ||
2004-10-15 | changed header comments | 1 | -3/+3 | ||
2004-10-15 | is now in nanohttp-server.c | 1 | -64/+0 | ||
2004-10-15 | development | 8 | -34/+816 | ||
2004-10-15 | removed because callback receiving is no longer supported | 1 | -90/+0 | ||
2004-10-15 | development | 15 | -481/+1443 | ||
2004-10-15 | develop | 5 | -7/+22 | ||
2004-10-15 | added attachment support | 6 | -95/+449 | ||
2004-10-15 | initial import | 9 | -0/+1763 | ||
2004-10-15 | added mime support and https stream object | 8 | -1748/+1608 | ||
2004-09-19 | Added http stream feature (only input stream yet) | 18 | -1002/+2058 | ||
Added DIME "client" support (very experimental) | |||||
2004-09-14 | fixed: select() function in http_run()r1_0_2b | 1 | -42/+33 | ||
2004-09-14 | develop (not stable version of file) | 2 | -10/+9 | ||
2004-09-14 | migrating with mingw | 3 | -8/+56 | ||
2004-09-14 | moved SOCKET to hsocket_t | 1 | -2/+2 | ||
2004-09-14 | optimizing code and extracting some long functions into little functions | 5 | -825/+844 | ||
2004-09-13 | Update authors | 1 | -0/+1 | ||
2004-09-13 | Update log | 1 | -0/+9 | ||
2004-09-13 | Windows port | 1 | -1/+1 | ||
2004-09-13 | Made SIGTERM stuff work properly on both UNIX and Windows | 3 | -549/+567 | ||
2004-09-13 | made win32 threaded httpd_run not threaded againr1_0_2_beta | 2 | -665/+625 | ||
2004-09-13 | fixed: if (err) was out of the ifdef block | 1 | -2/+2 | ||
2004-09-07 | Because Windows httpd_run runs on a thread, have a pause line in here (gets ↵ | 1 | -8/+15 | ||
(&c) ) | |||||
2004-09-07 | Made httpd_run run on a thread and added Sleep statements - seems to solve ↵ | 2 | -15/+44 | ||
WIndows performance problems | |||||
2004-09-02 | Just changed casts to libxml2's BAD_CAST xwin32_migration_20040903 | 7 | -42/+46 | ||
2004-09-01 | indent | 1 | -319/+362 | ||
2004-09-01 | initial import | 1 | -0/+2 | ||
2004-09-01 | added the -NHTTPmaxconn feature | 2 | -42/+45 | ||
2004-09-01 | migrating to win32 platform | 7 | -957/+1069 | ||
2004-09-01 | removed helloserver | 1 | -4/+1 | ||