summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-upYang Tse2011-09-011-13/+9
* ssh.c: fix realloc() OOM handlingYang Tse2011-08-311-4/+9
* ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-upYang Tse2011-08-311-18/+24
* fix some leaks torture tests detected 2011-08-30Yang Tse2011-08-311-2/+6
* fix some leaks torture tests detected 2011-08-30Yang Tse2011-08-311-3/+19
* pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command lengthYang Tse2011-08-293-43/+32
* NTLM: header inclusion cleanup follow-upYang Tse2011-08-283-9/+17
* NTLM: header inclusion cleanupYang Tse2011-08-288-196/+150
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-2812-1324/+1324
* NTLM: move NTLM core specifics into curl_ntlm_core.[ch]Yang Tse2011-08-286-338/+483
* NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse2011-08-2710-337/+441
* NTLM_WB: final congruency naming adjustmentsYang Tse2011-08-276-30/+29
* NTLM single-sign on adjustments (XI)Yang Tse2011-08-274-18/+7
* Curl_read_plain: indent codeDaniel Stenberg2011-08-261-4/+4
* NTLM single-sign on adjustments (X)Yang Tse2011-08-265-31/+29
* http NTLM: refactoring followupSteve Holme2011-08-253-77/+47
* include limits.h for INT_MAXYang Tse2011-08-242-0/+8
* add missing semicolonsYang Tse2011-08-241-2/+2
* add missing semicolonsDaniel Stenberg2011-08-242-2/+2
* safefree use: fix compiler warningDaniel Stenberg2011-08-241-0/+1
* SMTP authentication: fix ordering of preferred authentication methodSteve Holme2011-08-241-34/+35
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-2416-199/+335
* http NTLM: remaining bits from 0001-Moved-ntlm-[...]-curl_ntlm-mod_3.patchSteve Holme2011-08-222-8/+56
* zlib: ensure user provided memory functions are used by zlib, when givenYang Tse2011-08-211-0/+20