aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-09-09pingpong: Check SSL library buffers for already read dataJiri Hruska
2013-09-09imap: Fixed calculation of transfer when partial FETCH receivedSteve Holme
2013-09-07http2: include curl_memory.hDaniel Stenberg
2013-09-07http: fix build warning under LLVMNick Zitzmann
2013-09-07http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg
2013-09-07README.http2: how to use it best with the multi API?Daniel Stenberg
2013-09-07http2: first embryo toward Upgrade:Daniel Stenberg
2013-09-07http: rename use_http_1_1 to use_http_1_1plusDaniel Stenberg
2013-09-07Pass password to OpenSSL engine by user interfacePetr Písař
2013-09-06http2: use correct include for snprintfGisle Vanem
2013-09-06LDAP: fix bad free() when URL parsing failedGeoff Beier
2013-09-05darwinssl: add support for PKCS#12 files for client authenticationNick Zitzmann
2013-09-04SASL: fix compiler warningsDaniel Stenberg
2013-09-04Curl_setopt: refuse CURL_HTTP_VERSION_2_0 if built without supportDaniel Stenberg
2013-09-04http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg
2013-09-04imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme
2013-09-04curl.h: added CURL_HTTP_VERSION_2_0Daniel Stenberg
2013-09-01url.c: Fixed compilation warningSteve Holme
2013-09-01easy.c: Fixed compilation warningSteve Holme
2013-08-31Removed reference to krb4.c.Guenter Knauf
2013-08-31imap: Fixed response check for EXPUNGE commandSteve Holme
2013-08-29FTP: fix getsock during DO_MORE stateDaniel Stenberg
2013-08-29curl_multi_remove_handle: allow multiple removesDaniel Stenberg
2013-08-29Curl_parsenetrc: document that the arguments must be allocatedDaniel Stenberg
2013-08-29easy: rename struct monitor to socketmonitorDaniel Stenberg
2013-08-28multi_socket: improved 100-continue timeout handlingDaniel Stenberg
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