summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vms: config-vms.h is removed, no use trying to distribute itcurl-7_29_0Daniel Stenberg2013-02-061-11/+10
* Curl_sasl_create_digest_md5_message: fix buffer overflowEldar Zaitov2013-02-061-17/+6
* setup-vms.h: post VMS patch cleanup - IIIYang Tse2013-02-063-9/+12
* imap.h: Corrected incorrect comment clarificationSteve Holme2013-02-051-1/+1
* VMS: fix and generate the VMS build configJohn E. Malmberg2013-02-057-427/+408
* Curl_proxyCONNECT: return once CONNECT is sentDaniel Stenberg2013-02-051-26/+3
* email: Reworked comments in the endofresp() functionsSteve Holme2013-02-053-9/+9
* schannel: Removed extended error connection setup flagMarc Hoersken2013-02-051-6/+4
* singleipconnect: Update *sockp for all CURLE_OKTor Arntsen2013-02-051-0/+2
* curl_easy_perform: Value stored to 'mcode' is never readDaniel Stenberg2013-02-051-1/+3
* singleipconnect: remove dead assignmentDaniel Stenberg2013-02-051-1/+0
* CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing2013-02-051-11/+93
* email: Provided extra comments following recent pop3/imap fixesSteve Holme2013-02-043-7/+17
* pop3.c: Updated variable names to use shorter / more readable variantSteve Holme2013-02-041-3/+3
* imap: Fixed no known authentication mechanism when fallback is requiredSteve Holme2013-02-032-8/+14
* pop3: Fixed no known authentication mechanism when fallback is requiredSteve Holme2013-02-031-46/+41
* singleipconnect: simplify and clean upDaniel Stenberg2013-02-011-91/+49
* Curl_perfom: removedDaniel Stenberg2013-02-013-377/+5
* darwinssl: Fix bug where packets were sometimes transmitted twiceNick Zitzmann2013-01-291-6/+10
* Updated dependency libs.Guenter Knauf2013-01-284-4/+4
* smtp.c: Fixed unnecessary state change if starttls failsSteve Holme2013-01-271-1/+2
* pop3.c: Fixed unnecessary state change if starttls failsSteve Holme2013-01-271-1/+2
* imap.c: Fixed unnecessary state change if starttls failsSteve Holme2013-01-271-1/+2
* email: Updated comment regarding ssldone usageSteve Holme2013-01-263-8/+4
* smtp.c: Added comments to smtp_endofresp()Steve Holme2013-01-251-0/+4
* smtp.c: Corrected RFC referencesSteve Holme2013-01-241-3/+4
* smtp.c: Fixed failure detection during TLS upgradeSteve Holme2013-01-241-6/+9
* pop3.c: Fixed failure detection during TLS upgradeSteve Holme2013-01-241-6/+9
* imap.c: Fixed failure detection during TLS upgradeSteve Holme2013-01-241-6/+9
* email: Removed unnecessary return statementsSteve Holme2013-01-233-8/+2
* curl_sasl.c: Corrected references to RFCSteve Holme2013-01-221-1/+1
* email: Corrected references to SASL RFCSteve Holme2013-01-223-3/+3
* formpost: support quotes, commas and semicolon in file namesUlion2013-01-221-22/+47
* pop3.c: Fixed conditional compilation of the apop response functionSteve Holme2013-01-201-0/+4
* formadd: reject trying to read a directory where a file is expectedDaniel Stenberg2013-01-191-3/+4
* email: General code tidy upSteve Holme2013-01-193-40/+20
* pop3.c: Fixed a problem with pop3s connections not connecting properlySteve Holme2013-01-181-1/+6
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-1720-798/+410
* url.c: fix HTTP CONNECT tunnel establishment upon delayed responseYang Tse2013-01-171-8/+10
* FTP: reject illegal port numbers in EPSV 229 responsesDaniel Stenberg2013-01-151-1/+5
* nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILEKamil Dudka2013-01-151-2/+0
* Curl_resolver_getsock: fix the function description commentDaniel Stenberg2013-01-121-6/+6
* nss: clear session cache if a client cert from file is usedKamil Dudka2013-01-111-4/+8
* sockfilt.c: fix some W64 compiler warningsYang Tse2013-01-092-2/+36
* build: fix circular header inclusion with other packagesYang Tse2013-01-09164-180/+169
* pop3: Added support for non-blocking SSL upgradeSteve Holme2013-01-082-7/+37
* imap.c: Small tidy up to add missing commentSteve Holme2013-01-071-0/+1
* imap: Added support for sasl digest-md5 authenticationSteve Holme2013-01-072-1/+86
* imap: Added support for sasl cram-md5 authenticationSteve Holme2013-01-072-0/+72
* imap: Added support for sasl ntlm authenticationSteve Holme2013-01-072-0/+103