Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-14 | headers: require GCC 2.7 or newer in order to allow attribute GCC'isms usage | Yang Tse | |
Usage in other code paths already protected and requiring even newer versions. | |||
2012-04-12 | configure: NATIVE_WINDOWS no longer defined in config files | Yang Tse | |
2012-04-11 | build adjustments: functionally revert commits 4d3fb91f and bbfe1182 | Yang Tse | |
Undefining CURL_HIDDEN_SYMBOLS in source files isn't the proper fix. | |||
2012-04-10 | test servers: build adjustment | Yang Tse | |
Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might leak from lib/setup.h into source files where this should not be defined. | |||
2012-03-22 | SWS: refuse to serve CONNECT unless running as proxy | Daniel Stenberg | |
2012-01-17 | sws.c: fix proxy mode secondary connection monitoring condition | Yang Tse | |
2012-01-16 | sws.c: improve proxy mode torture testing support - followup to 18c6c8a5 | Yang Tse | |
2012-01-16 | sws.c: improve proxy mode torture testing support - followup to c731fc58 | Yang Tse | |
2012-01-15 | sws.c: improve proxy mode torture testing support - followup to d4bf87dc | Yang Tse | |
2012-01-13 | sws.c: improve proxy mode torture testing support | Yang Tse | |
2012-01-09 | sws.c: replace sleep() usage with wait_ms() | Yang Tse | |
2012-01-08 | sws.c: some compiler warning fixes | Yang Tse | |
2012-01-06 | sws.c: 812fa73057 follow-up | Yang Tse | |
2012-01-05 | sws.c: some IPv6 proxy mode peparatory adjustments | Yang Tse | |
2012-01-04 | sws.c: fix proxy mode segfault | Yang Tse | |
2012-01-03 | test proxy supports CONNECT | Daniel Stenberg | |
There's a new 'http-proxy' server for tests that runs on a separate port and lets clients do HTTP CONNECT to other ports on the same host to allow us to test HTTP "tunneling" properly. Test cases now have a <proxy> section in <verify> to check that the proxy protocol part matches correctly. Test case 80, 83, 95, 275, 503 and 1078 have been converted. Test 1316 was added. | |||
2011-10-31 | FTP test server: NODATACONN commands commit c761fcb0 follow-up | Yang Tse | |
Adjustments that make NODATACONN custom commands fully usable. | |||
2011-10-30 | FTP test server: fix server unresponsiveness | Yang Tse | |
Some torture tests left FTP test server in an unresponsive state, resulting in torture tests that actually completed following unexpected code paths. Changes in this commit solely address this issue and some adjustments for ftpserver.pl logging relative to data channel establishment and tear down. Pending NODATACONN relative adjustments reserved for a further commit. | |||
2011-10-14 | sws.c: HTTP and GOPHER test server-side connection closing adjustment | Yang Tse | |
When, for a given test, server is instructed to close connection after server reply we now wait a very small amount of time (50ms) before doing so. This is done to allow client to, at least partially, read server reply before getting an ECONNRESET. The above is required to make test cases 1070, 1200, 1201 and 1202 pass with Cygwin 1.5.X on W2K. GOPHER test server closes connection after _every_ server-reply, as such, at some point it could require a bigger time or using shutdown() before a server-side initiated disconnection. | |||
2011-09-05 | fix bool variables checking and assignment | Yang Tse | |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse | |
Previous interfaces for these libcurl internal functions did not allow to tell apart a legitimate zero size result from an error condition. These functions now return a CURLcode indicating function success or otherwise specific error. Output size is returned using a pointer argument. All usage of these two functions, and others closely related, has been adapted to the new interfaces. Relative error and OOM handling adapted or added where missing. Unit test 1302 also adapted. | |||
2011-07-31 | NTLM single-sign on adjustments (VIII) | Yang Tse | |
Use preprocessor symbols WINBIND_NTLM_AUTH_ENABLED and WINBIND_NTLM_AUTH_FILE for Samba's winbind daemon ntlm_auth helper code implementation and filename. Retain preprocessor symbol USE_NTLM_SSO for NTLM single-sign-on feature availability implementation independent. For test harness, prefix NTLM_AUTH environment vars with CURL_ Refactor and rename configure option --with-ntlm-auth to --enable-wb-ntlm-auth[=FILE] | |||
2011-07-29 | fix compiler warning | Yang Tse | |
2011-07-28 | NTLM single-sign on adjustments (VI) | Yang Tse | |
Fix compiler warning | |||
2011-07-28 | Removed an extraneous \n that violated the SSO daemon protocol | Dan Fandrich | |
This caused fake_ntlm to abort due to an invalid command causing sporadic test 2005 failures. | |||
2011-07-28 | NTLM single-sign on adjustments (V) | Yang Tse | |
Enhance test harness fake_ntlm logging upon invalid input. | |||
2011-07-27 | NTLM single-sign on adjustments (IV) | Yang Tse | |
Fix compiler warning | |||
2011-07-27 | NTLM single-sign on adjustments (II) | Yang Tse | |
Ensure test harness fake_ntlm main function can properly handle arguments. | |||
2011-07-26 | Fixed test 2005 to work in out-of-tree builds | Dan Fandrich | |
Also, set the test number in the test data file so fake_ntlm can be reused in future tests. | |||
2011-07-26 | fix compiler warning | Yang Tse | |
2011-07-18 | gitignore: ignore fake_ntlm | Daniel Stenberg | |
2011-07-18 | test2005: verify ntlm single-signon | Mandy Wu | |
2011-07-17 | sws: don't enable pipelining for requests with content-length | Daniel Stenberg | |
Log texts also modified and some white space edits | |||
2011-07-03 | sws: allow multiple commands in <servercmd> | Daniel Stenberg | |
2011-06-11 | write: add return code checks when used | Daniel Stenberg | |
These were just warnings in test code but it still makes it nicer to not generate them. | |||
2011-05-27 | distribution: Fix EXTRA_DIST letter case | Yang Tse | |
2011-04-05 | Changed some nonportable types | Dan Fandrich | |
2010-12-17 | tftpd: avoid buffer overflow report from glibc | Paul Howarth | |
2010-12-06 | sws: fix compier warning: external definition with no prior declaration | Yang Tse | |
2010-12-02 | fix compiler warning: rounding, sign extension, or loss of accuracy may result | Yang Tse | |
2010-11-28 | atoi: remove atoi usage | Yang Tse | |
2010-11-19 | test servers: fix strict aliasing compiler warnings | Yang Tse | |
2010-10-02 | sws: Added writedelay HTTP server command | Dan Fandrich | |
This delays between write operations, hopefully making it easier to spot problems where libcurl doesn't flush the socket properly before waiting for the next response. | |||
2010-08-25 | sws: added basic gopher support | Daniel Stenberg | |
2010-03-25 | remove all .cvsignore files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-03-23 | ignore more files generated when tests run in the source tree | Daniel Stenberg | |
2010-02-26 | fix compiler warning | Yang Tse | |
2010-02-25 | fix file name | Yang Tse | |