summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg2011-09-253-16/+19
* NetWare makefile tweaks to select different builds.Guenter Knauf2011-09-251-0/+37
* http header: allow Content-Length to be replacedDaniel Stenberg2011-09-241-64/+68
* Curl_pgrsStartNow: keep HEADERS_OUT setDaniel Stenberg2011-09-221-1/+2
* Added NetWare examples makefile.Guenter Knauf2011-09-221-0/+4
* NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse2011-09-224-13/+13
* smtp: without a MAIL_FROM, send blank MAIL FROMGisle Vanem2011-09-211-1/+5
* lib/http: add missing whitespace in verbose outputDave Reisner2011-09-211-1/+1
* Changed suffix rules to pattern rules.Guenter Knauf2011-09-211-3/+2
* Added dependency so that curlbuild.h is created.Guenter Knauf2011-09-211-1/+1
* Some more MinGW build tweaks.Guenter Knauf2011-09-211-4/+16
* A bunch of MinGW build tweaks.Guenter Knauf2011-09-201-21/+26
* Changed Windows 64bit OS define to x86_64.Guenter Knauf2011-09-201-2/+2
* Also skip certs masked as CKT_NSS_TRUST_UNKNOWN.Guenter Knauf2011-09-201-1/+2
* Added _WIN32_WINNT define for IPv6 builds.Guenter Knauf2011-09-201-1/+1
* Curl_follow: handle redirects to "//hostname/path"Daniel Stenberg2011-09-201-19/+30
* Curl_gethostname: return un-qualified machine nameSteve Holme2011-09-181-6/+37
* Make Curl_safefree() macro assign NULL to given pointer when free'dYang Tse2011-09-151-1/+3
* ftp.c: add a couple of failure messagesYang Tse2011-09-141-0/+4
* Curl_add_custom_headers: support headers with no datawarp kawada2011-09-131-0/+25
* codestyle: minor whitespace fixDaniel Stenberg2011-09-131-2/+2
* polarssl: build with PolarSSL-1.0.0Jeff Pohlmeyer2011-09-131-4/+22
* ftp.c: fix socket leak torture tests detected 2011-08-30Yang Tse2011-09-121-2/+12
* spell-checked commentsDaniel Stenberg2011-09-111-15/+14
* Updated makefiles to latest libssh2.Guenter Knauf2011-09-113-4/+4
* ftp.c: fix ftp active connects which got broken with commit fdf157abdfYang Tse2011-09-101-7/+7
* ssh.c: revert needless commit 7b7c45879eYang Tse2011-09-101-57/+3
* tcpnodelay: rename variableDaniel Stenberg2011-09-091-3/+3
* libssh2: use calloc as alloc function for libssh2 versions older than 1.3Yang Tse2011-09-081-3/+57
* Curl_speedcheck: don't mistakenly clear Curl_expire()Adriano Meirelles2011-09-081-3/+6
* ftp_state_use_port: minor code indent fixDaniel Stenberg2011-09-071-1/+2
* checksrc: detect "}else" uses as wellDaniel Stenberg2011-09-071-1/+1
* ssh.c: fix memory leaks triggered upon OOM or other failuresYang Tse2011-09-071-1/+30
* pingpong.c: avoid a memmove call in function Curl_pp_vsendfYang Tse2011-09-051-4/+7
* fix bool variables checking and assignmentYang Tse2011-09-0520-116/+115
* Fixed final message output.Guenter Knauf2011-09-041-1/+1
* setup_once.h cleanup and syncYang Tse2011-09-042-24/+28
* Fix to skip untrusted certs.Guenter Knauf2011-09-041-21/+29
* Added SPNEGO to MinGW makefiles.Guenter Knauf2011-09-041-0/+6
* NTLM WB: fix file descriptor leak upon OOM conditionYang Tse2011-09-041-0/+5
* revert changes not intended to be pushed with commit 6b75d2c2Yang Tse2011-09-032-4/+4
* fix a bunch of MSVC compiler warningsYang Tse2011-09-0335-75/+102
* Updated dependecies versions.Guenter Knauf2011-09-033-3/+3
* Some MinGW makefile tweaks for MinGW64.Guenter Knauf2011-09-031-0/+8
* Changed MinGW to use own winidn prototypes.Guenter Knauf2011-09-031-2/+1
* Fix NTLM winbind support to pass the torture testsDan Fandrich2011-09-021-3/+3
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-028-19/+48
* transfer.c: fix parentheses/braces placement for vi/emacs delimiter matchingYang Tse2011-09-021-11/+11
* transfer.c: fix loadhostpairs() OOM handlingYang Tse2011-09-021-1/+3
* hostip.c: return immediately from Curl_resolv_timeout() upon expired timeout.Yang Tse2011-09-011-0/+4