| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright year | Yang Tse | 2007-04-03 | 1 | -1/+1 |
* | Check for stdbool.h at configuration stage, and include it if available. | Yang Tse | 2007-02-22 | 1 | -7/+0 |
* | Oops missing var | Yang Tse | 2007-02-19 | 1 | -0/+1 |
* | add debug messages for initialization failures | Yang Tse | 2007-02-19 | 4 | -9/+43 |
* | Move portable error number symbolic name definitions to setup_once.h | Yang Tse | 2007-02-17 | 1 | -6/+0 |
* | getpart implicitly drags in some networking functions, so it needs to be | Dan Fandrich | 2007-02-17 | 1 | -0/+2 |
* | Better separate the library dependencies into those required by libcurl | Dan Fandrich | 2007-02-17 | 1 | -0/+8 |
* | Remove C99isms | Dan Fandrich | 2007-02-17 | 1 | -7/+8 |
* | add debug messages for fopen() failures | Yang Tse | 2007-02-16 | 1 | -2/+15 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 3 | -4/+4 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 5 | -27/+13 |
* | compiler warning fix | Yang Tse | 2007-02-14 | 1 | -3/+3 |
* | enhance HTTP server request input writing, | Yang Tse | 2007-02-14 | 1 | -9/+36 |
* | compiler warning fix | Yang Tse | 2007-02-02 | 1 | -2/+2 |
* | Ignore XML DOCTYPEs and declarations. | Dan Fandrich | 2007-01-23 | 1 | -4/+7 |
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 1 | -0/+13 |
* | Leave the TFTPD test server running after a file upload. | Dan Fandrich | 2007-01-15 | 1 | -3/+3 |
* | prevent compiler warning since we use base64.h from libcurl which now has | Daniel Stenberg | 2007-01-04 | 1 | -1/+6 |
* | Venkat Akella found out that libcurl did not like HTTP responses that simply | Daniel Stenberg | 2006-11-25 | 1 | -2/+7 |
* | Tor Arntsen spotted this mistake | Daniel Stenberg | 2006-11-13 | 1 | -1/+1 |
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 3 | -3/+3 |
* | Avoid trying to compare more than strlen bytes. | Yang Tse | 2006-10-23 | 1 | -1/+1 |
* | Replace is*() macros with our own IS*() ones. | Yang Tse | 2006-10-23 | 4 | -5/+6 |
* | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse | 2006-10-18 | 3 | -16/+20 |
* | Remove redundant __CYGWIN__ symbol check | Yang Tse | 2006-10-11 | 6 | -10/+9 |
* | 'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' for | Gisle Vanem | 2006-09-13 | 2 | -14/+12 |
* | Cygwin preprocessor adjustments | Yang Tse | 2006-09-12 | 5 | -5/+5 |
* | test 530 is the first ever HTTP pipelining test for libcurl | Daniel Stenberg | 2006-09-08 | 1 | -6/+45 |
* | Replace exit() with return() in main() | Yang Tse | 2006-08-14 | 2 | -7/+7 |
* | Allow again proper compilation outside of the source tree | Yang Tse | 2006-08-07 | 1 | -1/+5 |
* | Fix compiler warnings. | Yang Tse | 2006-07-29 | 1 | -2/+2 |
* | Replace send() and recv() with swrite() and sread() macros. | Yang Tse | 2006-07-28 | 1 | -9/+10 |
* | Abort if unable to write pid file, and close socket when aborting. | Yang Tse | 2006-07-19 | 1 | -4/+16 |
* | Abort if unable to write pid file. | Yang Tse | 2006-07-19 | 1 | -0/+2 |
* | -Use curl_socket_t instead of int. | Yang Tse | 2006-07-17 | 1 | -13/+22 |
* | Minor cleanup | Yang Tse | 2006-07-17 | 1 | -36/+47 |
* | Null terminate string in buffer before feeding it to strtol() | Yang Tse | 2006-07-14 | 1 | -0/+1 |
* | Change to meaningful var names and take care of a compiler warning on IRIX 6.... | Yang Tse | 2006-07-13 | 1 | -24/+26 |
* | Remove var not used. | Yang Tse | 2006-07-12 | 1 | -1/+0 |
* | Log a message if not all data is sent. | Yang Tse | 2006-07-12 | 1 | -1/+7 |
* | Fix compiler warning: comparison between signed and unsigned | Yang Tse | 2006-07-12 | 1 | -1/+1 |
* | Place parenthesis surrounding macro parameters so that the use of sread and s... | Yang Tse | 2006-07-12 | 1 | -1/+1 |
* | sread now returns ssize_t | Yang Tse | 2006-07-12 | 1 | -1/+1 |
* | Pay attention when typecasting an operation | Yang Tse | 2006-07-12 | 1 | -1/+1 |
* | sread now returns ssize_t | Yang Tse | 2006-07-12 | 1 | -1/+1 |
* | Use platform's native types for recv() and send() arguments. | Yang Tse | 2006-07-12 | 2 | -3/+4 |
* | make sure we pass a time_t * to localtime(), and the timeval struct members | Daniel Stenberg | 2006-05-24 | 1 | -2/+3 |
* | based on Tor Arntsen's fix, this should correct test case 271 to again run | Daniel Stenberg | 2006-05-24 | 1 | -1/+1 |
* | removed variable declarations shadowing previously declared variables | Daniel Stenberg | 2006-05-10 | 1 | -4/+4 |
* | if configure found a fork(), sws supports --fork which is *NOT* used by the | Daniel Stenberg | 2006-04-10 | 1 | -17/+34 |