summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* http: handle trailer headers in all chunked responsesDaniel Stenberg2010-08-252-1/+78
* Fixed a NULL pointer dereference in form postingDan Fandrich2010-08-242-4/+11
* cmdline: make -F type= accept ;charset=Daniel Stenberg2010-08-211-3/+3
* Trial to fix win32 autobuilds.Guenter Knauf2010-08-201-10/+11
* Removed a C99ism & made an array constDan Fandrich2010-08-181-3/+3
* test: added test 579 to verify progress callback for chunked postJulien Chaffraix2010-08-194-2/+238
* progress: callback for POSTs less than MAX_INITIAL_POST_SIZEJulien Chaffraix2010-08-164-2/+146
* Make the LD_PRELOAD path absolute in the tests that use itDan Fandrich2010-08-1623-23/+23
* Clear stdout and stderr files on each test runDan Fandrich2010-08-161-1/+1
* Reset environment variables before starting serversDan Fandrich2010-08-131-10/+10
* runtests: clear old setenv remainders before testDaniel Stenberg2010-08-111-1/+13
* callbacks: acknowledge progress callback error returnsDaniel Stenberg2010-08-102-2/+2
* Added msys Perl since git for Win32 comes with own Perl which identifies as m...Guenter Knauf2010-08-101-1/+1
* Make testcurl.pl Watcom-aware.Guenter Knauf2010-08-101-4/+7
* parse_remote_port: fix ;type= URL suffix over HTTP proxyDaniel Stenberg2010-08-102-2/+1
* build: don't build libhostname unless shared libcurl is builtYang Tse2010-08-091-0/+4
* build: libhostname and chkhostname linkage adjustments followupYang Tse2010-08-092-2/+9
* build: libhostname linkage adjustments followupYang Tse2010-08-083-3/+28
* build: chkhostname build adjustments followupYang Tse2010-08-071-0/+3
* build: allow NTLM tests to run on more build configurationsU-D5B1PQ1J\Administrador2010-08-073-15/+11
* build: ensure that libhostname doesn't get installedYang Tse2010-08-061-11/+19
* build: remove unused fileYang Tse2010-08-041-32/+0
* sethostname: provide local prototype for gethostnameDaniel Stenberg2010-08-021-1/+3
* sethostname: avoid including unistd.h to duck for warningsDaniel Stenberg2010-07-301-2/+6
* sethostname: ISO C does not allow extra `;' outside of a functionDaniel Stenberg2010-07-301-1/+1
* NTLM tests: boost coverage by forcing the hostnameKamil Dudka2010-07-3031-169/+388
* test575: do not fail with threaded DNS resolverKamil Dudka2010-06-171-7/+3
* fix compiler warning: external declaration in primary source fileYang Tse2010-05-311-1/+5
* fix compiler warning: variable was set but never usedYang Tse2010-05-311-0/+4
* CURL_LLONG_MAX: avoid constant overflowKamil Dudka2010-05-291-1/+1
* test1115: verify that unexpected 1xx responses work fineDaniel Stenberg2010-05-282-1/+56
* lib577: avoid redefinition of ERRORKamil Dudka2010-05-281-4/+4
* test313: a new test for CRL supportKamil Dudka2010-05-272-1/+40
* tests/certs: re-generated because of lost pass-phraseKamil Dudka2010-05-2723-499/+535
* tests/certs/scripts: generate also CRLKamil Dudka2010-05-273-7/+27
* lib573: do not compare double for exact matchTor Arntsen2010-05-271-2/+2
* Test 573: Use correct type for CURLINFO_CONNECT_TIMETor Arntsen2010-05-201-3/+3
* ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka2010-05-161-1/+1
* Fixed test 577 to work when --enable-hidden-symbols is configuredDan Fandrich2010-05-142-0/+43
* Added directories.pm to the source tar ballDan Fandrich2010-05-141-1/+1
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-1217-4/+1461
* multi interface: missed storing connection timeDaniel Stenberg2010-05-074-2/+162
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-0/+6
* test: enable valgrind for 604, seems to workDaniel Stenberg2010-04-281-3/+0
* add 1s post-command delay to tests 513 and 514Paul Howarth2010-04-282-2/+4
* test536: do not fail with threaded DNS resolverKamil Dudka2010-04-241-4/+12
* Implement SMTP authenticationmonnerat2010-04-196-9/+181
* Eliminated an unlikely race condition in some tests.Dan Fandrich2010-04-153-40/+42
* ignore files generated by 'maketgz'Daniel Stenberg2010-04-141-0/+4
* Use correct directory for c-ares git pullGuenter Knauf2010-04-131-3/+3