aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-14memdebug: skip logging the limit countdown, fflush when reachedDaniel Stenberg
2016-03-14curl_sasl.c: minor code indent fixesDaniel Stenberg
2016-03-14multi: simplified singlesocketDaniel Stenberg
2016-03-14multi: introduce sh_getentry() for looking up sockets in the sockhashDaniel Stenberg
2016-03-14multi hash: ensure modulo performed on curl_socket_tJaime Fullaondo
2016-03-13base64: Minor coding standard and style updatesSteve Holme
2016-03-13base64: Use 'CURLcode result' for curl result codesSteve Holme
2016-03-13negotiate: Use 'CURLcode result' for curl result codesSteve Holme
2016-03-13multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECTMaksim Kuzevanov
2016-03-12digest: Use boolean based success code for Curl_sasl_digest_get_pair()Steve Holme
2016-03-12digest: Corrected some typos in commentsSteve Holme
2016-03-12krb5: Corrected some typos in function descriptionsSteve Holme
2016-03-12ntlm: Corrected some typos in function descriptionsSteve Holme
2016-03-11url: Corrected indentation when calling idna_to_ascii_lz()Steve Holme
2016-03-11idn_win32: Use boolean based success codesSteve Holme
2016-03-10idn_win32.c: warning: Trailing whitespaceDaniel Stenberg
2016-03-10idn_win32.c: Fixed compilation warning from commit 9e7fcd4291Steve Holme
2016-03-10ftp: remove a check for NULL(!)Daniel Stenberg
2016-03-10cookies: first n/v pair in Set-Cookie: is the cookie, then parametersDaniel Stenberg
2016-03-10krb5: improved type handling to avoid clang compiler warningsDaniel Stenberg
2016-03-10url.c: fix clang warning: no newline at end of fileDaniel Stenberg
2016-03-10curl_multi_wait: never return -1 in 'numfds'Daniel Stenberg
2016-03-08imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme
2016-03-08cookie: do not refuse cookies for localhostTim Rühsen
2016-03-08ftp_done: clear tunnel_state when secondary socket closesDaniel Stenberg
2016-03-08openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messagesGisle Vanem
2016-03-08pipeline: Sanity check pipeline pointer before accessing it.Anders Bakken
2016-03-06mprintf: update trio project linkJay Satiro
2016-03-05makefile.m32: add missing libs for static -winssl-ssh2 buildsViktor Szakats
2016-03-05mbedtls: fix user-specified SSL protocol versionJay Satiro
2016-03-05makefile.m32: fix to allow -ssh2-winssl combinationViktor Szakats
2016-03-05cookie: Don't expire session cookies in remove_expiredJay Satiro
2016-03-03cookie: remove redundant checkDaniel Stenberg
2016-03-01url: if Curl_done is premature then pipeline not in useAnders Bakken
2016-03-01makefile.m32: allow to pass .dll/.exe-specific LDFLAGSViktor Szakats
2016-02-29formpost: fix memory leaks in AddFormData error branchesDaniel Stenberg
2016-02-28getinfo: Fix syntax error when mbedTLSJay Satiro
2016-02-27getinfo: Add support for mbedTLS TLS session infoJay Satiro
2016-02-25file: try reading from files with no sizeDaniel Stenberg
2016-02-24Curl_read: check for activated HTTP/1 pipelining, not only requestedDaniel Stenberg
2016-02-23getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro
2016-02-23multi_remove_handle: keep the timeout list until after disconnectDaniel Stenberg
2016-02-23TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro
2016-02-23TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig
2016-02-19curl_sasl: Fix memory leak in digest parserEmil Lerner
2016-02-17http2: don't decompress gzip decoding automaticallyDaniel Stenberg
2016-02-16http: Don't break the header into chunks if HTTP/2Tatsuhiro Tsujikawa
2016-02-16openssl: use macro to guard the opaque EVP_PKEY branchViktor Szakats
2016-02-16openssl: avoid direct PKEY access with OpenSSL 1.1.0Viktor Szakats
2016-02-14SCP: use libssh2_scp_recv2 to support > 2GB files on windowsDavid Byron