summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearYang Tse2007-04-031-1/+1
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-7/+0
* Oops missing varYang Tse2007-02-191-0/+1
* add debug messages for initialization failuresYang Tse2007-02-194-9/+43
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-171-6/+0
* getpart implicitly drags in some networking functions, so it needs to beDan Fandrich2007-02-171-0/+2
* Better separate the library dependencies into those required by libcurlDan Fandrich2007-02-171-0/+8
* Remove C99ismsDan Fandrich2007-02-171-7/+8
* add debug messages for fopen() failuresYang Tse2007-02-161-2/+15
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-163-4/+4
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-165-27/+13
* compiler warning fixYang Tse2007-02-141-3/+3
* enhance HTTP server request input writing,Yang Tse2007-02-141-9/+36
* compiler warning fixYang Tse2007-02-021-2/+2
* Ignore XML DOCTYPEs and declarations.Dan Fandrich2007-01-231-4/+7
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-0/+13
* Leave the TFTPD test server running after a file upload.Dan Fandrich2007-01-151-3/+3
* prevent compiler warning since we use base64.h from libcurl which now hasDaniel Stenberg2007-01-041-1/+6
* Venkat Akella found out that libcurl did not like HTTP responses that simplyDaniel Stenberg2006-11-251-2/+7
* Tor Arntsen spotted this mistakeDaniel Stenberg2006-11-131-1/+1
* Update copyright year, since the file has been modifiedYang Tse2006-10-273-3/+3
* Avoid trying to compare more than strlen bytes.Yang Tse2006-10-231-1/+1
* Replace is*() macros with our own IS*() ones.Yang Tse2006-10-234-5/+6
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-183-16/+20
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-116-10/+9
* 'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' forGisle Vanem2006-09-132-14/+12
* Cygwin preprocessor adjustmentsYang Tse2006-09-125-5/+5
* test 530 is the first ever HTTP pipelining test for libcurlDaniel Stenberg2006-09-081-6/+45
* Replace exit() with return() in main()Yang Tse2006-08-142-7/+7
* Allow again proper compilation outside of the source treeYang Tse2006-08-071-1/+5
* Fix compiler warnings.Yang Tse2006-07-291-2/+2
* Replace send() and recv() with swrite() and sread() macros.Yang Tse2006-07-281-9/+10
* Abort if unable to write pid file, and close socket when aborting.Yang Tse2006-07-191-4/+16
* Abort if unable to write pid file.Yang Tse2006-07-191-0/+2
* -Use curl_socket_t instead of int.Yang Tse2006-07-171-13/+22
* Minor cleanupYang Tse2006-07-171-36/+47
* Null terminate string in buffer before feeding it to strtol()Yang Tse2006-07-141-0/+1
* Change to meaningful var names and take care of a compiler warning on IRIX 6....Yang Tse2006-07-131-24/+26
* Remove var not used.Yang Tse2006-07-121-1/+0
* Log a message if not all data is sent.Yang Tse2006-07-121-1/+7
* Fix compiler warning: comparison between signed and unsignedYang Tse2006-07-121-1/+1
* Place parenthesis surrounding macro parameters so that the use of sread and s...Yang Tse2006-07-121-1/+1
* sread now returns ssize_tYang Tse2006-07-121-1/+1
* Pay attention when typecasting an operationYang Tse2006-07-121-1/+1
* sread now returns ssize_tYang Tse2006-07-121-1/+1
* Use platform's native types for recv() and send() arguments.Yang Tse2006-07-122-3/+4
* make sure we pass a time_t * to localtime(), and the timeval struct membersDaniel Stenberg2006-05-241-2/+3
* based on Tor Arntsen's fix, this should correct test case 271 to again runDaniel Stenberg2006-05-241-1/+1
* removed variable declarations shadowing previously declared variablesDaniel Stenberg2006-05-101-4/+4
* if configure found a fork(), sws supports --fork which is *NOT* used by theDaniel Stenberg2006-04-101-17/+34