summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* formdata.c: Fixed compilation warningSteve Holme2016-03-181-1/+1
* openssl: adapt to API breakage in ERR_remove_thread_state()Gisle Vanem2016-03-171-1/+7
* version: init moved to private name space, added protosDaniel Stenberg2016-03-172-4/+6
* openssl: verbose: show matching SAN patternDaniel Stenberg2016-03-171-27/+30
* version: thread safetyJay Satiro2016-03-162-2/+26
* transfer: Removed redundant HTTP authentication include filesSteve Holme2016-03-161-5/+1
* easy: Removed redundant HTTP authentication include filesSteve Holme2016-03-161-1/+0
* curl_sasl: Minor code indent fixesSteve Holme2016-03-151-58/+58
* easy: add check to malloc() when running event-basedDaniel Stenberg2016-03-141-9/+13
* memdebug: skip logging the limit countdown, fflush when reachedDaniel Stenberg2016-03-141-5/+2
* curl_sasl.c: minor code indent fixesDaniel Stenberg2016-03-141-29/+29
* multi: simplified singlesocketDaniel Stenberg2016-03-141-49/+40
* multi: introduce sh_getentry() for looking up sockets in the sockhashDaniel Stenberg2016-03-141-22/+20
* multi hash: ensure modulo performed on curl_socket_tJaime Fullaondo2016-03-141-3/+3
* base64: Minor coding standard and style updatesSteve Holme2016-03-131-6/+12
* base64: Use 'CURLcode result' for curl result codesSteve Holme2016-03-131-5/+5
* negotiate: Use 'CURLcode result' for curl result codesSteve Holme2016-03-131-7/+9
* multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECTMaksim Kuzevanov2016-03-131-2/+4
* digest: Use boolean based success code for Curl_sasl_digest_get_pair()Steve Holme2016-03-123-15/+14
* digest: Corrected some typos in commentsSteve Holme2016-03-121-9/+9
* krb5: Corrected some typos in function descriptionsSteve Holme2016-03-122-10/+10
* ntlm: Corrected some typos in function descriptionsSteve Holme2016-03-123-16/+16
* url: Corrected indentation when calling idna_to_ascii_lz()Steve Holme2016-03-111-23/+19
* idn_win32: Use boolean based success codesSteve Holme2016-03-112-16/+19
* idn_win32.c: warning: Trailing whitespaceDaniel Stenberg2016-03-101-1/+1
* idn_win32.c: Fixed compilation warning from commit 9e7fcd4291Steve Holme2016-03-101-4/+7
* ftp: remove a check for NULL(!)Daniel Stenberg2016-03-101-6/+7
* cookies: first n/v pair in Set-Cookie: is the cookie, then parametersDaniel Stenberg2016-03-101-9/+10
* krb5: improved type handling to avoid clang compiler warningsDaniel Stenberg2016-03-101-9/+6
* url.c: fix clang warning: no newline at end of fileDaniel Stenberg2016-03-101-1/+1
* curl_multi_wait: never return -1 in 'numfds'Daniel Stenberg2016-03-101-10/+11
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-085-9/+149
* cookie: do not refuse cookies for localhostTim Rühsen2016-03-081-4/+6
* ftp_done: clear tunnel_state when secondary socket closesDaniel Stenberg2016-03-081-15/+15
* openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messagesGisle Vanem2016-03-081-15/+24
* pipeline: Sanity check pipeline pointer before accessing it.Anders Bakken2016-03-082-11/+14
* mprintf: update trio project linkJay Satiro2016-03-061-1/+1
* makefile.m32: add missing libs for static -winssl-ssh2 buildsViktor Szakats2016-03-051-0/+5
* mbedtls: fix user-specified SSL protocol versionJay Satiro2016-03-051-4/+21
* makefile.m32: fix to allow -ssh2-winssl combinationViktor Szakats2016-03-051-0/+2
* cookie: Don't expire session cookies in remove_expiredJay Satiro2016-03-051-1/+1
* cookie: remove redundant checkDaniel Stenberg2016-03-031-18/+15
* url: if Curl_done is premature then pipeline not in useAnders Bakken2016-03-011-1/+2
* makefile.m32: allow to pass .dll/.exe-specific LDFLAGSViktor Szakats2016-03-011-1/+1
* formpost: fix memory leaks in AddFormData error branchesDaniel Stenberg2016-02-291-11/+25
* getinfo: Fix syntax error when mbedTLSJay Satiro2016-02-281-1/+1
* getinfo: Add support for mbedTLS TLS session infoJay Satiro2016-02-271-17/+13
* file: try reading from files with no sizeDaniel Stenberg2016-02-251-8/+18
* Curl_read: check for activated HTTP/1 pipelining, not only requestedDaniel Stenberg2016-02-241-2/+5
* getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro2016-02-231-25/+32