summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed an OOM problem with file: URLsDan Fandrich2007-10-303-11/+10
* Reverted the const change--what was I thinking?Dan Fandrich2007-10-292-3/+3
* Made some pointers constDan Fandrich2007-10-292-3/+3
* let 7.17.1 be version-info 4:1:0Daniel Stenberg2007-10-291-1/+1
* OpenWatcom cannot use wldap32.lib (wrong calling convention?).Gisle Vanem2007-10-281-31/+34
* Fixed a valgrind uninitialized variable error.Dan Fandrich2007-10-261-0/+1
* typecast to prevent compiler warningYang Tse2007-10-261-1/+1
* Made libcurl built with NSS possible to ignore the peer verification.Daniel Stenberg2007-10-251-7/+10
* prevent compiler warnings about shadowing and one case of unused variableDaniel Stenberg2007-10-251-14/+17
* Don't assume there's a sessionhandle around when a connection is disconnected,Daniel Stenberg2007-10-251-3/+1
* fix the checkDaniel Stenberg2007-10-251-4/+6
* Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg2007-10-251-1/+5
* Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. ThatDaniel Stenberg2007-10-241-33/+28
* added clarifying commentDaniel Stenberg2007-10-241-2/+7
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-243-10/+18
* Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points outDaniel Stenberg2007-10-231-7/+11
* File is not a protocol that can deal with "persistancy"Yang Tse2007-10-231-0/+10
* Fix compiler warning: subscript has type `char'Yang Tse2007-10-231-1/+1
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-227-62/+98
* Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points outDaniel Stenberg2007-10-221-5/+13
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-201-3/+3
* Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...Yang Tse2007-10-202-2/+2
* Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0Patrick Monnerat2007-10-181-5/+13
* Avoid a NULL pointer dereference in an OOM condition.Dan Fandrich2007-10-181-1/+1
* Fix overflow detection, take four. Avoiding zero size malloc.Yang Tse2007-10-171-2/+2
* Fix overflow detection, thanks to Patrick Monnerat detecting testYang Tse2007-10-171-2/+3
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-1710-105/+106
* Fix compiler warning: signed and unsigned type in conditional expressionYang Tse2007-10-171-5/+6
* Fix compiler warning: comparison between signed and unsignedYang Tse2007-10-171-2/+3
* ANSI C compliant overflow checkYang Tse2007-10-161-4/+2
* Fixed compiler warning re: unused variable `bigsize'Dan Fandrich2007-10-161-1/+3
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-155-13/+75
* Fix LDAP compile error when LDAP is not available.Dan Fandrich2007-10-151-1/+1
* Made a few more functions static with the protocol handler table in place.Dan Fandrich2007-10-134-9/+16
* another Curl_handler fix, the #ifdefs got a bit mixed up...Daniel Stenberg2007-10-121-16/+14
* Fixed a few compile errors and warnings.Dan Fandrich2007-10-123-9/+18
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-1218-409/+708
* lber.h needs to be included since ldap.h might not include itYang Tse2007-10-091-0/+3
* added check for MSVC6 standard PSDK and bail out since insufficient for LDAP ...Gunter Knauf2007-10-091-1/+5
* fix socklen_t for MSVC6 & 7.Gunter Knauf2007-10-091-1/+1
* added two more module dependencies for LDAPS.Gunter Knauf2007-10-091-2/+2
* Known bug #47, which confused libcurl if doing NTLM auth over a proxy withDaniel Stenberg2007-10-071-0/+4
* Michael Wallner made the CULROPT_COOKIELIST option support a new magicDaniel Stenberg2007-10-051-24/+40
* Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.Daniel Stenberg2007-10-043-3/+7
* Cleanup no longer used macrosYang Tse2007-10-031-10/+0
* Fix compiler warning: local variable may be used without having been initializedYang Tse2007-10-031-2/+2
* Fix issue related with the use of ares_timeout() result.Yang Tse2007-10-031-4/+5
* exported symbols must use lowercase "curl_", and I also fixed two compilerDaniel Stenberg2007-10-031-4/+5
* Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION andDaniel Stenberg2007-10-033-67/+112
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-035-12/+12