summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme2016-03-276-6/+6
* SSH: new CURLOPT_QUOTE command "statvfs"marquis-de-muesli2016-03-272-0/+58
* SSH: support CURLINFO_FILETIMEmarquis-de-muesli2016-03-272-3/+36
* url: don't use bad offset in tld_check_name to show errorJay Satiro2016-03-261-5/+4
* http_negotiate: Combine GSS-API and SSPI source filesSteve Holme2016-03-264-145/+33
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-266-135/+290
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-267-189/+349
* warnless.h: Removed spurious character from commit 696bc6b9c9Steve Holme2016-03-261-1/+1
* schannel: Fixed compilation warning from commit f8d88a4913Steve Holme2016-03-261-2/+2
* warnless?: Added some integer based conversion functionsSteve Holme2016-03-262-3/+66
* build: Corrected typos from commit 70e56939aaSteve Holme2016-03-251-1/+1
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-2517-203/+206
* vauth: Updated the copyright year after recent changesSteve Holme2016-03-2510-10/+10
* vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme2016-03-255-50/+95
* vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme2016-03-2510-86/+71
* vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme2016-03-257-477/+518
* digest.c: Fixed checksrc warningsSteve Holme2016-03-251-2/+4
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-2510-1365/+1485
* vauth: Moved the CRAM-MD5 authentication code to the new vauth directorySteve Holme2016-03-255-101/+154
* 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