summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-095-0/+151
* 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
* multi: remove dns cache creation code from *add_handleDaniel Stenberg2013-08-201-17/+0
* curl_easy_perform_ev: debug/test functionDaniel Stenberg2013-08-202-51/+350
* transfer: the recent sessionhandle change broke CURL_DOES_CONVERSIONSGisle Vanem2013-08-201-5/+7
* url: handle arbitrary-length username and password before '@'Jonathan Nieder2013-08-202-25/+21
* url: handle exceptional cases first in parse_url_login()Jonathan Nieder2013-08-201-62/+59
* Curl_setopt: handle arbitrary-length username and passwordJonathan Nieder2013-08-201-10/+19
* netrc: handle longer username and passwordJonathan Nieder2013-08-203-26/+28
* url: allocate username, password, and options on the heapJonathan Nieder2013-08-201-3/+14
* url: use goto in create_conn() for exception handlingJonathan Nieder2013-08-201-27/+40
* sasl: allow arbitrarily long username and passwordJonathan Nieder2013-08-201-9/+16
* imap: Fixed response check for SEARCH commandAlex McLellan2013-08-191-1/+2
* ftp: convert state names to a global arrayDaniel Stenberg2013-08-141-41/+43