summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sasl: Reworked SASL mechanism constantsSteve Holme2013-04-131-7/+7
* sasl: Added predefined preferred mechanism valuesSteve Holme2013-04-131-0/+4
* url: Added support for parsing login options from the URLSteve Holme2013-04-132-20/+62
* smtp: Fix compiler warningSteve Holme2013-04-131-1/+0
* smtp: Moved parsing of url path into separate functionSteve Holme2013-04-121-12/+30
* FTP: handle a 230 welcome responseDaniel Stenberg2013-04-121-1/+4
* FTP: access files in root dir correctlyDaniel Stenberg2013-04-121-2/+15
* pop3: Reworked the function description for Curl_pop3_write()Steve Holme2013-04-121-2/+7
* pop3: Added function description to pop3_parse_custom_request()Steve Holme2013-04-121-0/+6
* pop3: Moved utility functions to end of pop3.cSteve Holme2013-04-121-33/+33
* darwinssl: add TLS session resumptionNick Zitzmann2013-04-122-1/+47
* imap: Added function description to imap_parse_custom_request()Steve Holme2013-04-121-0/+6
* imap: Moved utility functions to end of imap.c (Part 3/3)Steve Holme2013-04-121-38/+38
* imap: Moved utility functions to end of imap.c (Part 2/3)Steve Holme2013-04-121-143/+143
* imap: Moved utility functions to end of imap.c (Part 1/3)Steve Holme2013-04-121-113/+115
* imap: Corrected function description for imap_connect()Steve Holme2013-04-121-2/+4
* cookie: fix tailmatching to prevent cross-domain leakageYAMADA Yasuharu2013-04-111-5/+19
* Enabled MinGW sync resolver builds.Guenter Knauf2013-04-112-9/+15
* if2ip.c: fix compiler warningYang Tse2013-04-101-0/+2
* Fixed lost OpenSSL output with "-t" - followup.Guenter Knauf2013-04-101-6/+13
* FTP: handle "rubbish" in front of directory name in 257 responsesBill Middlecamp2013-04-091-2/+8
* Fixed ares-enabled builds with static makefiles.Guenter Knauf2013-04-092-2/+6
* Fixed lost OpenSSL output with "-t".Guenter Knauf2013-04-091-3/+3
* darwinssl: disable insecure ciphers by defaultNick Zitzmann2013-04-081-22/+81
* tcpkeepalive: Support CURLOPT_TCP_KEEPIDLE on OSXRobert Wruck2013-04-081-0/+9
* proxy: make ConnectionExists() check credential of proxyconnections tooFabian Keil2013-04-081-11/+12
* if2ip.c: Fixed another warning: unused parameter 'remote_scope'Marc Hoersken2013-04-071-0/+4
* cookie.c: Made cookie sort function more deterministicMarc Hoersken2013-04-071-4/+21
* curl_schannel.c: Follow up on memory leak fix ae4558dMarc Hoersken2013-04-071-10/+14
* http_negotiate.c: Fixed passing argument from incompatible pointer typeMarc Hoersken2013-04-071-2/+2
* ftp.c: Added missing brackets around ABOR command logicMarc Hoersken2013-04-061-1/+2
* curl_schannel.c: Fixed memory leak if connection was not successfulMarc Hoersken2013-04-061-0/+14
* if2ip.c: Fixed warning: unused parameter 'remote_scope'Marc Hoersken2013-04-061-0/+1
* FTP: wait on both connections during active STOR stateDaniel Stenberg2013-04-061-3/+5
* connect: treat an interface bindlocal() problem as a non-fatal errorKim Vandry2013-04-064-79/+145
* Curl_open: restore default MAXCONNECTS to 5Daniel Stenberg2013-04-052-4/+3
* easy.c: fix compiler warningYang Tse2013-04-041-1/+2
* http_negotiate.c: follow-up for commit 3dcc1a9cYang Tse2013-04-041-2/+4
* easy: Fix the broken CURLOPT_MAXCONNECTS optionLinus Nielsen Feltzing2013-04-041-0/+3
* Updated copyright date.Guenter Knauf2013-04-041-1/+1
* Another small output fix for --help and --version.Guenter Knauf2013-04-041-1/+1
* http_negotiate.c: fix several SPNEGO memory handling issuesYang Tse2013-04-041-68/+81
* Added a cont to specify base64 line wrap.Guenter Knauf2013-04-041-4/+6
* Fixed version output.Guenter Knauf2013-04-041-1/+1
* Added support for --help and --version options.Guenter Knauf2013-04-041-1/+8
* Added option to specify length of base64 output.Guenter Knauf2013-04-041-5/+10
* Curl_cookie_add: only increase numcookies for new cookiesYasuharu Yamada2013-04-021-1/+1
* SO_SNDBUF: don't set SNDBUF for win32 versions vista or laterDaniel Stenberg2013-04-021-0/+22
* darwinssl: additional descriptive messages of SSL handshake errorsNick Zitzmann2013-04-011-1/+13
* code-policedDaniel Stenberg2013-04-011-2/+2