summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Emil Romanus fixed:Daniel Stenberg2009-01-101-2/+1
* Unified much of the SessionHandle initialization done in Curl_open() andDan Fandrich2009-01-083-115/+80
* Created a CURLMIN macro to match CURLMAXDan Fandrich2009-01-073-13/+7
* fix compiler warningsDaniel Stenberg2009-01-071-2/+2
* - Rob Crittenden did once again provide an NSS update:Daniel Stenberg2009-01-071-18/+41
* added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd wit...Gunter Knauf2008-12-301-3/+3
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf2008-12-308-8/+10
* added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ...Gunter Knauf2008-12-306-0/+16
* - Phil Lisiecki filed bug report #2413067Daniel Stenberg2008-12-291-5/+11
* - Peter Korsgaard fixed building libcurl with "configure --with-sslDaniel Stenberg2008-12-281-4/+0
* silent 'unused' warnings.Gunter Knauf2008-12-281-0/+3
* Remove trailing #undef value. Typo?Gisle Vanem2008-12-221-1/+1
* libssh2_sftp_seek2 was just renamed to libssh2_sftp_seek64 ...Daniel Stenberg2008-12-222-4/+11
* - Given a recent enough libssh2, libcurl can now seek/resume with SFTP evenDaniel Stenberg2008-12-221-3/+13
* - Anthony Bryan provided a set of patches that cleaned up manual language,Daniel Stenberg2008-12-221-0/+6
* malloc+memset => callocDaniel Stenberg2008-12-202-7/+4
* same procedure, simpler codeDaniel Stenberg2008-12-201-7/+1
* - Igor Novoseltsev fixed a bad situation for the multi_socket() API when doingDaniel Stenberg2008-12-201-2/+67
* make the debug/helper function output to stderr as that makes it play nicerDaniel Stenberg2008-12-201-5/+5
* - curl_multi_timeout() could return a timeout value of 0 even though nothingDaniel Stenberg2008-12-191-1/+12
* oops, removing debug output that wasn't supposed to be thereDaniel Stenberg2008-12-191-3/+0
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-1912-21/+148
* - SCP and SFTP with the multi interface had the same flaw: the 'DONE'Daniel Stenberg2008-12-171-19/+13
* Updated dependencies based on "gcc -MM".Gisle Vanem2008-12-161-112/+121
* Added the use of Watt-32 tcp/ip stack for Win32 target.Gisle Vanem2008-12-161-5/+15
* Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem2008-12-163-6/+24
* - libssh2_sftp_last_error() was wrongly used at some places in libcurl whichDaniel Stenberg2008-12-151-12/+32
* - More work with Igor Novoseltsev to first fix the remaining stuff forDaniel Stenberg2008-12-121-4/+12
* Make the getoff all pipelines function only set _inuse to FALSE if theDaniel Stenberg2008-12-121-14/+18
* - Bug report #2416182 titled "crash in ConnectionExists when usingDaniel Stenberg2008-12-111-7/+2
* Dan F pointed out that we don't need to scan IPv6 addresses for '%'-lettersDaniel Stenberg2008-12-111-1/+4
* - Keshav Krity found out that libcurl failed to deal with dotted IPv6Daniel Stenberg2008-12-111-1/+2
* _ Use getaddrinfo/getnameinfo ascii wrappers on OS400.Patrick Monnerat2008-12-111-6/+12
* - Internet Explorer had a broken HTTP digest authentication before v7 andDaniel Stenberg2008-12-103-2/+40
* - Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume anyDaniel Stenberg2008-12-091-32/+4
* - Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg2008-12-081-5/+0
* - Christian Krause filed bug #2221237Daniel Stenberg2008-12-082-17/+36
* Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6Dan Fandrich2008-12-041-0/+2
* - Igor Novoseltsev filed bug #2351645Daniel Stenberg2008-12-033-20/+37
* - Pawel Kierski pointed out a mistake in the cookie code that could lead to aDaniel Stenberg2008-12-031-1/+2
* explain the two *channel_inuse fields somewhat betterDaniel Stenberg2008-12-021-0/+4
* Further adjust a libssh2 preprocessor function-symbol definition checkYang Tse2008-11-291-3/+3
* Adjust some libssh2 preprocessor symbol definition checksYang Tse2008-11-292-16/+15
* narrow the comment to < 80 columnsDaniel Stenberg2008-11-261-2/+2
* - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19Daniel Stenberg2008-11-241-17/+72
* - I removed the default use of "Pragma: no-cache" from libcurl when a proxy isDaniel Stenberg2008-11-191-7/+0
* - Christian Krause reported and fixed a memory leak that would occur with HTTPDaniel Stenberg2008-11-191-0/+4
* - Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas gotDaniel Stenberg2008-11-191-0/+5
* Avoid creating garbage on an OOM errorDan Fandrich2008-11-181-1/+4
* Made an array static constDan Fandrich2008-11-181-1/+1