Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-03 | reduce max size of dinamically allocated arrays to minimize the nasty | Yang Tse | |
behaviour some versions of IRIX exhibit of committing suicide on big mallocs instead of just returning a friendly null pointer | |||
2006-11-03 | fix missing '$' for var OPT_LIBSSH2 | Yang Tse | |
2006-11-03 | update copyright year | Yang Tse | |
2006-11-03 | fix comments and renumber rlimit return codes | Yang Tse | |
fix closing of fd's when limit is reached | |||
2006-11-03 | fix comments and renumber rlimit return codes | Yang Tse | |
2006-11-02 | update the counter | Daniel Stenberg | |
2006-11-02 | mention the new options | Daniel Stenberg | |
2006-11-02 | James Housley brought support for SCP transfers | Daniel Stenberg | |
2006-11-02 | remove leftover comment | Yang Tse | |
2006-11-02 | update and split test cases 518 and 537 into its own source code file | Yang Tse | |
2006-11-02 | code cleanup | Yang Tse | |
2006-11-02 | use our internal string functions and replace sprintf with snprintf | Yang Tse | |
2006-11-02 | Update protocol verification end of lines | Yang Tse | |
2006-11-02 | check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h | Yang Tse | |
2006-11-02 | prototype for gethostname is in unistd.h | Yang Tse | |
2006-11-01 | test 518 is all about testing libcurl functionality | Yang Tse | |
when more than FD_SETSIZE file descriptors are open. This means that if for any reason we are not able to open more than FD_SETSIZE file descriptors then test 518 should not be run. test 537 is all about testing libcurl functionality when the system has nearly exhausted the number of free file descriptors. Test 537 will try to run with very few free file descriptors. | |||
2006-10-31 | Updated dependency output. | Gisle Vanem | |
2006-10-31 | Updated dependencies to not include config.h. | Gisle Vanem | |
2006-10-31 | Removed unneeded stuff. | Gisle Vanem | |
2006-10-31 | Added Watt-32 section to fix things for Watt32+Win32 targets. | Gisle Vanem | |
2006-10-31 | Don't include "nameser.h" for Watt32. Use the normal BSD-socket headers. | Gisle Vanem | |
2006-10-31 | Added definition of select() for Watt32. | Gisle Vanem | |
2006-10-31 | Rewritten to use ../packages/DOS/common.dj. | Gisle Vanem | |
2006-10-31 | Change 'FILETYPE' to ' VFT_APP'. | Gisle Vanem | |
2006-10-31 | Show stderr log file for test 518 unconditionally. | Yang Tse | |
In this way we'll be able to sort out problems that might arise in the prechek phase of the 518 test. Once that 518 has been verified this change will be undone. | |||
2006-10-31 | Sync comment with code and add three messages more | Yang Tse | |
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 | |