summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Song Ma found a memory leak in the if2ip code if you pass in an interfaceDaniel Stenberg2007-04-121-1/+3
* Work around an out of memory situation in Curl_ftp_done instead ofDan Fandrich2007-04-121-16/+18
* convenience SIG_ATOMIC_T macro definitionYang Tse2007-04-111-0/+11
* Fixed some out of memory handling issues.Dan Fandrich2007-04-112-19/+21
* Fixed some out of memory handling issues.Dan Fandrich2007-04-102-51/+62
* Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg2007-04-107-53/+97
* Update NTLM flag and descriptionYang Tse2007-04-102-5/+9
* Fixed an out of memory handling issue.Dan Fandrich2007-04-101-1/+4
* VC8+ (VS2005+) has C99 variadic macro supportYang Tse2007-04-091-0/+5
* fix out of memory handling issueYang Tse2007-04-082-3/+12
* Nick Zitzmann did ssh.c cleanupsDaniel Stenberg2007-04-081-24/+40
* fix out of memory handling issueYang Tse2007-04-071-0/+1
* fix out of memory handling issueYang Tse2007-04-072-4/+18
* fix compiler warningYang Tse2007-04-071-1/+1
* fix out of memory handling issueYang Tse2007-04-061-1/+1
* Fixed a few memory leaks in OOM conditions.Dan Fandrich2007-04-061-5/+6
* runtests -t discovered this out of memory handling issuesYang Tse2007-04-051-2/+9
* Fixes some more out of memory handling bugs.Dan Fandrich2007-04-044-1/+9
* Fixed file handle leak in OOM condition.Dan Fandrich2007-04-041-0/+1
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse2007-04-043-15/+6
* Fixed a memory leak and improper shutdown on SFTP post-quote command failure.Dan Fandrich2007-04-041-5/+3
* Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg2007-04-034-0/+20
* update copyright yearYang Tse2007-04-036-6/+6
* fix MSDOS symbol checkYang Tse2007-04-031-3/+3
* recover code simplification lost with last commitYang Tse2007-04-031-2/+1
* DOS targets do have setmode().Gisle Vanem2007-04-031-0/+1
* Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.Daniel Stenberg2007-04-021-1/+338
* fix compiler warningYang Tse2007-04-021-11/+13
* fix compiler warningYang Tse2007-04-021-1/+1
* Robert Iakobashvili made curl_multi_remove_handle() a lot faster when manyDaniel Stenberg2007-04-012-7/+11
* Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg2007-04-011-1/+5
* Pointless to check for non-NULL pointers that already have been dereferencedDaniel Stenberg2007-03-311-2/+2
* avoid dereferencing a NULL pointer by setting a default word to lookup in caseDaniel Stenberg2007-03-311-3/+5
* Better deal with NULL pointers.Daniel Stenberg2007-03-311-8/+14
* *** empty log message ***Daniel Stenberg2007-03-311-2/+2
* When curl_easy_duphandle() fails because it can't get or make a connectionDaniel Stenberg2007-03-311-1/+2
* The info types cannot be checked for explicity by ANDing the types since theyDaniel Stenberg2007-03-311-12/+12
* Check for a NULL easy->easy_conn in multi_getsock() since it can in factDaniel Stenberg2007-03-311-1/+8
* Removed check for ftpcode being NULL, as later it is derefenced unconditionallyDaniel Stenberg2007-03-311-3/+1
* Pointer "conn" dereferenced before NULL check. found by coverity.com scanDaniel Stenberg2007-03-301-1/+3
* Pointer "cur_pos" dereferenced before NULL check, found by coverity.com scan.Daniel Stenberg2007-03-301-1/+1
* dead code removed, found by the coverity.com scanDaniel Stenberg2007-03-301-1/+1
* Don't tear down the ftp connection if the maximum filesize was exceededDan Fandrich2007-03-301-0/+1
* Send an EOF message before closing a channel, as recommended by RFC4254.Dan Fandrich2007-03-291-0/+4
* fix compiler warningYang Tse2007-03-291-2/+3
* fix error introduced in last commitYang Tse2007-03-291-0/+1
* fix compiler warningYang Tse2007-03-281-7/+8
* Improve detection of socket events which allow a further recv() callYang Tse2007-03-281-20/+13
* djgpp uses gcc which has varadic macros.Gisle Vanem2007-03-281-0/+1
* Fix compiler warning.Gisle Vanem2007-03-281-0/+3