Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-30 | Address some pitfalls in the rlimit() function check that were | Yang Tse | |
preventing execution of this test on many platforms | |||
2006-10-30 | Allow 'curl_*printf()' to be used in C++ programs. | Gisle Vanem | |
2006-10-30 | add contributors from the 7.16.0 release | Daniel Stenberg | |
2006-10-30 | start working on 7.16.1 | Daniel Stenberg | |
2006-10-29 | 7.16.0 material | Daniel Stenberg | |
2006-10-29 | corrected how tests/memanalyze.pl is used | Daniel Stenberg | |
2006-10-29 | Compiler warning fix | Yang Tse | |
2006-10-29 | Make more human readable and maintainable previous | Yang Tse | |
compiler warning fix since it was Ok and actually avoids the targeted compiler warning. | |||
2006-10-29 | updated to current status | Daniel Stenberg | |
2006-10-29 | updated to reflect reality | Daniel Stenberg | |
2006-10-27 | a small unification of the error text on failed server startups | Daniel Stenberg | |
2006-10-27 | Sync with lib/setup_once.h | Yang Tse | |
2006-10-27 | Compiler warning fix. | Yang Tse | |
Assigning the const value zero to a pointer to function results in a null pointer value assignment to the function pointer. Assignment of any nonzero value is what should result in a implementation compiler dependent result. Since what we want to do here is the first case, this should not trigger compiler warnings related with conversions from 'pointer to data' to 'pointer to function'. Our autobuild test suite will judge. | |||
2006-10-27 | Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send(). | Gisle Vanem | |
2006-10-27 | Get rid of the special sread()+swrite() for MSDOS. Use recv() | Gisle Vanem | |
and send(). Added needed HAVE_x defines. | |||
2006-10-27 | Added 'RECV_TYPE_ARGx' needed in getinfo.c. | Gisle Vanem | |
2006-10-27 | Update copyright year, since the file has been modified | Yang Tse | |
2006-10-27 | Compiler warning fix | Yang Tse | |
2006-10-27 | 30 seconds isn't long enough for this test on a loaded server. | Yang Tse | |
2006-10-27 | Do an explicit typecast of data pointers to function pointers | Yang Tse | |
to avoid picky compiler warnings, since this is what we want! | |||
2006-10-26 | Use proper 'stat' structure for fstat(). I.e. 'struct _stati64' and ↵ | Gisle Vanem | |
'_fstati64()' on Win32. | |||
2006-10-26 | Improved rlimit logic: | Yang Tse | |
- Take in account RLIM_INFINITY. - Verify that soft limit is actually changed when doing so. - Show errno in case getrlimit or setrlimit fails. - Keep file descriptors open only while runing this test. | |||
2006-10-26 | Fix Curl_open() not reporting failure when allocation of the | Yang Tse | |
buffer used to store headers in the SessionHandle failed. | |||
2006-10-26 | 30 seconds isn't long enough for this test on a loaded server. | Yang Tse | |
2006-10-25 | a Smalltalk binding | Daniel Stenberg | |
2006-10-25 | Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the | Daniel Stenberg | |
case when 401 or 407 are returned, *IF* no auth credentials have been given. The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401 and 407 cases when auth credentials is given, but we've now covered this somewhat more. You might get some amounts of headers transferred before this situation is detected, like for when a "100-continue" is received as a response to a POST/PUT and a 401 or 407 is received immediately afterwards. Added test 281 to verify this change. | |||
2006-10-25 | Fixed "'x' might be used uninitialized in this function" warning. | Gisle Vanem | |
Removed trailing whitespace. | |||
2006-10-25 | Added '-d' option for Watt32 targets. Added cvs id. | Gisle Vanem | |
2006-10-25 | Compiler warning fix | Yang Tse | |
2006-10-25 | Add project notice and file Id | Yang Tse | |
2006-10-25 | Compiler warning fix | Yang Tse | |
2006-10-25 | updated copyright year | Daniel Stenberg | |
2006-10-25 | Use curl_global_init() and curl_global_cleanup(). | Yang Tse | |
Improve cleanup in case of initialization failure. | |||
2006-10-24 | other pipelining fixes by Ravi Pratap, that now makes pipelines get used better | Daniel Stenberg | |
2006-10-24 | Abort test if it seems that it would have run forever. This is just to prevent | Yang Tse | |
test hanging and actually is an indication that there's a condition that is not being properly handled at some point in the library. Remove a pair of braces and adjust indentation appropriately. | |||
2006-10-23 | the check in ConnectionExists() for not re-using a non-resolved connection now | Daniel Stenberg | |
applies for asynch name resolves in general and not only ares | |||
2006-10-23 | Ravi Pratap provided a major update with pipelining fixes. We also no longer | Daniel Stenberg | |
re-use connections (for pipelining) before the name resolving is done. | |||
2006-10-23 | Avoid trying to compare more than strlen bytes. | Yang Tse | |
2006-10-23 | 30 seconds isn't long enough for this test on a loaded server. | Dan Fandrich | |
2006-10-23 | Replace is*() macros with our own IS*() ones. | Yang Tse | |
2006-10-22 | Nir Soffer fixed a cp line and got rid of an rm | Daniel Stenberg | |
2006-10-22 | until we learn how to use Makefile.inc from here, I've added socks.o in here | Daniel Stenberg | |
as well | |||
2006-10-21 | Provide 'datarootdir' parameter to shutup configuration warning, | Yang Tse | |
'packages/EPM/curl.list.in seems to ignore the --datarootdir setting' | |||
2006-10-21 | Fix misplaced runtime library specification for 'release-dll' target | Yang Tse | |
2006-10-21 | rely on the global LDADD instead of having specific ones for every program | Daniel Stenberg | |
2006-10-21 | Nir Soffer for his Makefile.am fix | Daniel Stenberg | |
2006-10-21 | Fix copy-paste error | Yang Tse | |
2006-10-21 | Compiler warning fix | Yang Tse | |
2006-10-21 | Nir Soffer made the tests/libtest/Makefile.am use a proper variable for all | Daniel Stenberg | |
the single test applications' link and dependences, so that you easier can override those from the command line when using make. | |||
2006-10-21 | Armel Asselin separated CA cert verification problems from problems with | Daniel Stenberg | |
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code. |