summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vauth: Moved the ClearText authentication code to the new vauth directorySteve Holme2016-03-255-114/+177
* vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme2016-03-2510-98/+156
* build: Updated all makefiles and project files for the new vauth directorySteve Holme2016-03-254-9/+14
* schannel: Add ALPN supportJDepooter2016-03-241-1/+105
* http: Minor update based on CODE_STYLE guidelinesSteve Holme2016-03-241-27/+25
* multi: fix "Operation timed out after" timerDaniel Stenberg2016-03-231-1/+1
* openssl: boringssl provides the same numbering as opensslDaniel Stenberg2016-03-231-2/+1
* openssl: fix ERR_remove_thread_state() for boringssl/libresslDaniel Stenberg2016-03-231-1/+3
* hostip6: Fixed compilation warnings when verbose strings disabledSteve Holme2016-03-221-6/+8
* connect/ntlm/http: Fixed compilation warnings when verbose strings disabledSteve Holme2016-03-203-5/+17
* openssl: Fixed compilation warning when /Wall enabledSteve Holme2016-03-201-1/+2
* inet_pton.c: Fixed compilation warningsSteve Holme2016-03-201-2/+2
* mbedtls: fix compiler warningDaniel Stenberg2016-03-191-0/+1
* easy: Minor coding standard and style updatesSteve Holme2016-03-191-11/+11
* easy: Remove poll failure check in easy_transferJay Satiro2016-03-191-6/+1
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-195-14/+18
* config-w32.h: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-2/+2
* imap.c: Fixed compilation warning with /Wall enabledSteve Holme2016-03-191-1/+1
* 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