summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-125-0/+151
* imap: Fixed response check for LSUB and UID commandsSteve Holme2013-09-111-1/+3
* NI_MAXSERV: remove all use of itDaniel Stenberg2013-09-103-6/+6
* http2: use the support HTTP2 draft version in the upgrade headerDaniel Stenberg2013-09-101-2/+3
* ldap.c: Fix compilation warningSteve Holme2013-09-101-1/+1
* imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska2013-09-103-9/+15
* ldap.c: Corrected build error from commit 857f999353f333Steve Holme2013-09-101-3/+3
* README.http2: explain nghttp2 a littleDaniel Stenberg2013-09-101-0/+7
* http2: adjust to new nghttp2_pack_settings_payload protoDaniel Stenberg2013-09-091-1/+3
* url: handle abortion by read/write callbacks, tooKamil Dudka2013-09-091-1/+7
* ldap: fix the build for systems with ldap_url_parse()Daniel Stenberg2013-09-091-21/+12
* pingpong: Check SSL library buffers for already read dataJiri Hruska2013-09-091-0/+4
* imap: Fixed calculation of transfer when partial FETCH receivedSteve Holme2013-09-091-3/+3
* http2: include curl_memory.hDaniel Stenberg2013-09-071-0/+1
* http: fix build warning under LLVMNick Zitzmann2013-09-071-0/+2
* http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg2013-09-073-9/+139
* README.http2: how to use it best with the multi API?Daniel Stenberg2013-09-071-0/+5
* http2: first embryo toward Upgrade:Daniel Stenberg2013-09-073-0/+39
* http: rename use_http_1_1 to use_http_1_1plusDaniel Stenberg2013-09-071-10/+15
* Pass password to OpenSSL engine by user interfacePetr Písař2013-09-071-1/+56
* http2: use correct include for snprintfGisle Vanem2013-09-061-0/+3
* LDAP: fix bad free() when URL parsing failedGeoff Beier2013-09-061-38/+30
* darwinssl: add support for PKCS#12 files for client authenticationNick Zitzmann2013-09-051-4/+105
* SASL: fix compiler warningsDaniel Stenberg2013-09-043-7/+7
* Curl_setopt: refuse CURL_HTTP_VERSION_2_0 if built without supportDaniel Stenberg2013-09-041-1/+6
* http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg2013-09-044-3/+84
* imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme2013-09-042-4/+4
* curl.h: added CURL_HTTP_VERSION_2_0Daniel Stenberg2013-09-041-0/+19
* url.c: Fixed compilation warningSteve Holme2013-09-011-3/+4
* easy.c: Fixed compilation warningSteve Holme2013-09-011-1/+1
* Removed reference to krb4.c.Guenter Knauf2013-08-311-1/+0
* imap: Fixed response check for EXPUNGE commandSteve Holme2013-08-311-1/+2
* FTP: fix getsock during DO_MORE stateDaniel Stenberg2013-08-291-24/+14
* curl_multi_remove_handle: allow multiple removesDaniel Stenberg2013-08-291-0/+4
* Curl_parsenetrc: document that the arguments must be allocatedDaniel Stenberg2013-08-291-1/+4
* easy: rename struct monitor to socketmonitorDaniel Stenberg2013-08-291-8/+8
* multi_socket: improved 100-continue timeout handlingDaniel Stenberg2013-08-284-18/+16
* security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg2013-08-265-5/+5
* smtp: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-262-1/+62
* imap: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-262-1/+64
* security.h: Fixed compilation warningSteve Holme2013-08-261-1/+1
* options: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-252-0/+19
* sasl: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-252-0/+43
* FTP: remove krb4 supportDaniel Stenberg2013-08-2511-518/+40
* easy: define away easy_events() for non-debug buildsDaniel Stenberg2013-08-251-0/+3
* multi: move on from STATE_DONE fasterDaniel Stenberg2013-08-221-11/+3
* TFTP: make the CURLOPT_LOW_SPEED* options workDaniel Stenberg2013-08-221-0/+10
* curl_easy_perform_ev: make it CURL_EXTERNGisle Vanem2013-08-211-1/+1
* CURLM_ADDED_ALREADY: new error codeDaniel Stenberg2013-08-202-3/+5
* multi_init: moved init code here from add_handleDaniel Stenberg2013-08-201-39/+18