aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-01spnego: Corrected some typos in commentsSteve Holme
2016-04-01memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme
2016-04-01upload: missing rewind call could make libcurl hangDaniel Stenberg
2016-04-01curl.h: define CURL_DID_MEMORY_FUNC_TYPEDEFSDaniel Stenberg
2016-04-01curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg
2016-04-01curl_memory.h: avoid the curl/curl.h includeDaniel Stenberg
2016-04-01url: Corrected get protocol family for FTP and LDAPSteve Holme
2016-03-31strerror: don't bit shift a signed integerJay Satiro
2016-03-31http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes
2016-03-31imap: remove duplicated functionDaniel Stenberg
2016-03-31SOCKS5_gssapi_negotiate: don't assume little-endian intsDaniel Stenberg
2016-03-31http: remove ((expression)) double parenthesesDaniel Stenberg
2016-03-31Curl_add_buffer_send: avoid possible NULL dereferenceDaniel Stenberg
2016-03-31file: remove duplicate checks of the same variableDaniel Stenberg
2016-03-30openssl: Fix compilation warningsMarcel Raad
2016-03-30multi: turn Curl_done into file local multi_doneDaniel Stenberg
2016-03-30multi: multi_reconnect_request is the former Curl_reconnect_requestDaniel Stenberg
2016-03-30multi: move Curl_do and Curl_do_done to multi.c and make staticDaniel Stenberg
2016-03-29wolfssl: Use ECC supported curves extensionJay Satiro
2016-03-29GSS: make Curl_gss_log_error more verboseIsaac Boukris
2016-03-29http2: set correct scheme in handler structs [regression]Daniel Stenberg
2016-03-29hostip.c: minor white space edit for styleDaniel Stenberg
2016-03-28wolfssl: Add ALPN supportJay Satiro
2016-03-27http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme
2016-03-27SSH: new CURLOPT_QUOTE command "statvfs"marquis-de-muesli
2016-03-27SSH: support CURLINFO_FILETIMEmarquis-de-muesli
2016-03-26url: don't use bad offset in tld_check_name to show errorJay Satiro
2016-03-26http_negotiate: Combine GSS-API and SSPI source filesSteve Holme
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-26warnless.h: Removed spurious character from commit 696bc6b9c9Steve Holme
2016-03-26schannel: Fixed compilation warning from commit f8d88a4913Steve Holme
2016-03-26warnless?: Added some integer based conversion functionsSteve Holme
2016-03-25build: Corrected typos from commit 70e56939aaSteve Holme
2016-03-25vauth: Refactored function names after move to new vauth directorySteve Holme
2016-03-25vauth: Updated the copyright year after recent changesSteve Holme
2016-03-25vauth: Moved the OAuth 2.0 authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the NTLM authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the Kerberos V5 authentication code to the new vauth directorySteve Holme
2016-03-25digest.c: Fixed checksrc warningsSteve Holme
2016-03-25vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the CRAM-MD5 authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved the ClearText authentication code to the new vauth directorySteve Holme
2016-03-25vauth: Moved Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme
2016-03-25build: Updated all makefiles and project files for the new vauth directorySteve Holme
2016-03-24schannel: Add ALPN supportJDepooter
2016-03-24http: Minor update based on CODE_STYLE guidelinesSteve Holme
2016-03-23multi: fix "Operation timed out after" timerDaniel Stenberg
2016-03-23openssl: boringssl provides the same numbering as opensslDaniel Stenberg
2016-03-23openssl: fix ERR_remove_thread_state() for boringssl/libresslDaniel Stenberg