aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-08-26security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg
2013-08-26smtp: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-26imap: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-26security.h: Fixed compilation warningSteve Holme
2013-08-25options: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-25sasl: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-25FTP: remove krb4 supportDaniel Stenberg
2013-08-25easy: define away easy_events() for non-debug buildsDaniel Stenberg
2013-08-22multi: move on from STATE_DONE fasterDaniel Stenberg
2013-08-22TFTP: make the CURLOPT_LOW_SPEED* options workDaniel Stenberg
2013-08-21curl_easy_perform_ev: make it CURL_EXTERNGisle Vanem
2013-08-20CURLM_ADDED_ALREADY: new error codeDaniel Stenberg
2013-08-20multi_init: moved init code here from add_handleDaniel Stenberg
2013-08-20multi: remove dns cache creation code from *add_handleDaniel Stenberg
2013-08-20curl_easy_perform_ev: debug/test functionDaniel Stenberg
2013-08-20transfer: the recent sessionhandle change broke CURL_DOES_CONVERSIONSGisle Vanem
2013-08-20url: handle arbitrary-length username and password before '@'Jonathan Nieder
2013-08-20url: handle exceptional cases first in parse_url_login()Jonathan Nieder
2013-08-20Curl_setopt: handle arbitrary-length username and passwordJonathan Nieder
2013-08-20netrc: handle longer username and passwordJonathan Nieder
2013-08-20url: allocate username, password, and options on the heapJonathan Nieder
2013-08-20url: use goto in create_conn() for exception handlingJonathan Nieder
2013-08-20sasl: allow arbitrarily long username and passwordJonathan Nieder
2013-08-19imap: Fixed response check for SEARCH commandAlex McLellan
2013-08-14ftp: convert state names to a global arrayDaniel Stenberg
2013-08-14ftp_domore_getsock: when passive mode, the second conn is already thereDaniel Stenberg
2013-08-12nss: make sure that NSS is initializedKamil Dudka
2013-08-12multi: s/easy/dataDaniel Stenberg
2013-08-12cleanup: removed one function, made one staticDaniel Stenberg
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-08-09comments: remove old and wrong multi/easy interface statementsDaniel Stenberg
2013-08-08global dns cache: fix memory leakDaniel Stenberg
2013-08-08global dns cache: didn't work [regression]Daniel Stenberg
2013-08-08FTP: renamed several local functionsDaniel Stenberg
2013-08-06FTP: when EPSV gets a 229 but fails to connect, retry with PASVDaniel Stenberg
2013-08-05md5: remove use of CommonCrypto-to-OpenSSL macros for the benefit of LeopardNick Zitzmann
2013-08-05Simplify check for trusted certificates.Guenter Knauf
2013-08-04formadd: wrong pointer for file name when CURLFORM_BUFFERPTR usedDaniel Stenberg
2013-08-04Skip more untrusted certificates.Guenter Knauf
2013-08-03multi: remove data->state.current_conn struct fieldDaniel Stenberg
2013-08-03multi: remove the one_easy struct fieldDaniel Stenberg
2013-08-03multi: rename all Curl_one_easy to SessionHandleDaniel Stenberg
2013-08-03multi: remove the multi_pos struct fieldDaniel Stenberg
2013-08-03multi: remove easy_handle struct fieldDaniel Stenberg
2013-08-03multi: remove 'Curl_one_easy' struct, phase 1Daniel Stenberg
2013-07-30darwinssl: added LFs to some strings passed into infof()Nick Zitzmann
2013-07-30darwinssl: fix build error in crypto authentication under Snow LeopardNick Zitzmann
2013-07-30md5 & metalink: use better build macros on Apple operating systemsNick Zitzmann
2013-07-29curl_easy_pause: on unpause, trigger mulit-socket handlingDaniel Stenberg