Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-06 | compiler warning fix | Yang Tse | |
2006-11-06 | remove redundant check for Win32 | Yang Tse | |
2006-11-06 | avoid a couple of potential zero size memory allocations | Yang Tse | |
2006-11-05 | mention the areslib.dsp fix | Daniel Stenberg | |
2006-11-05 | add the recent crowd of contributors | Daniel Stenberg | |
2006-11-05 | Andreas Rieke fixed back the correct line endings! | Daniel Stenberg | |
2006-11-05 | Prevent multiple initialization of memdebug configuration variables. | Yang Tse | |
This was possible on debug c-ares enabled builds when both CURL_MEMDEBUG and CARES_MEMDEBUG environment variables were set. Leading to a file handle leak even when both variables had the same value, and wierd test suite results when different. | |||
2006-11-03 | Ifdef around S_IRGRP and S_IROTH (meaningless on Win32). | Gisle Vanem | |
2006-11-03 | add a couple more of debugging messages | Yang Tse | |
2006-11-03 | SCP support added | Daniel Stenberg | |
2006-11-03 | Olaf Stueben provided a patch that I edited slightly. It fixes the notorious | Daniel Stenberg | |
KNOWN_BUGS #25, which happens when a proxy closes the connection when libcurl has sent CONNECT, as part of an authentication negotiation. Starting now, libcurl will re-connect accordingly and continue the authentication as it should. | |||
2006-11-03 | initial SCP support is now added | Daniel Stenberg | |
2006-11-03 | Update the information about what c-ares version that's required. 1.3.1 had | Daniel Stenberg | |
a fatal bug so we must require 1.3.2 to get flawless functionality with c-ares. | |||
2006-11-03 | stand clear for release 1.3.2 | Daniel Stenberg | |
2006-11-03 | Andreas Rieke added missing file and changed line endings | Daniel Stenberg | |
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 | |