summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* MemoryTracking: adjust initialization callingYang Tse2011-08-202-5/+3
* tcpconnect: follow-up commit after b998d95bDaniel Stenberg2011-08-194-5/+5
* ssh.c: add PATH_MAX definition for WIN32Yang Tse2011-08-191-0/+5
* connect: set TIMER_CONNECTDaniel Stenberg2011-08-192-2/+5
* FTP: fix proxy connect race conditionDaniel Stenberg2011-08-184-14/+21
* Curl_SOCKS4: minor code compressionDaniel Stenberg2011-08-181-4/+1
* zlib: enforce full initialization of our data space z_stream structsYang Tse2011-08-181-10/+2
* VC makefiles: fixed variable name mistakeDaniel Stenberg2011-08-171-1/+1
* MemoryTracking: adjust curl_domalloc() and curl_dofree() memory fillingYang Tse2011-08-171-3/+49
* MemoryTracking: make curl_docalloc() call calloc() avoiding our zero fillYang Tse2011-08-161-5/+3
* MSVC makefiles: provide SSH build targetsDaniel Stenberg2011-08-151-3/+37
* Curl_pgrsStartNow: clear all flags but HIDEDaniel Stenberg2011-08-151-1/+1
* nss: start with no database if the selected database is brokenKamil Dudka2011-08-151-24/+39
* http NTLM: reinstate "nssg.h" "curl_sspi.h" header inclusionsYang Tse2011-08-151-0/+6
* telnet: allow programatic use on WindowsDaniel Stenberg2011-08-141-19/+41
* http NTLM: reinstate "memdebug.h" header inclusionYang Tse2011-08-141-0/+3
* RTSP: GET_PARAMETER requests have a bodyDaniel Stenberg2011-08-141-0/+1