aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-09-11imap: Fixed response check for LSUB and UID commandsSteve Holme
2013-09-10NI_MAXSERV: remove all use of itDaniel Stenberg
2013-09-10http2: use the support HTTP2 draft version in the upgrade headerDaniel Stenberg
2013-09-10ldap.c: Fix compilation warningSteve Holme
2013-09-10imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska
2013-09-10ldap.c: Corrected build error from commit 857f999353f333Steve Holme
2013-09-10README.http2: explain nghttp2 a littleDaniel Stenberg
2013-09-09http2: adjust to new nghttp2_pack_settings_payload protoDaniel Stenberg
2013-09-09url: handle abortion by read/write callbacks, tooKamil Dudka
2013-09-09ldap: fix the build for systems with ldap_url_parse()Daniel Stenberg
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