Age | Commit message (Expand) | Author |
2016-03-17 | version: init moved to private name space, added protos | Daniel Stenberg |
2016-03-17 | openssl: verbose: show matching SAN pattern | Daniel Stenberg |
2016-03-16 | version: thread safety | Jay Satiro |
2016-03-16 | transfer: Removed redundant HTTP authentication include files | Steve Holme |
2016-03-16 | easy: Removed redundant HTTP authentication include files | Steve Holme |
2016-03-15 | curl_sasl: Minor code indent fixes | Steve Holme |
2016-03-14 | easy: add check to malloc() when running event-based | Daniel Stenberg |
2016-03-14 | memdebug: skip logging the limit countdown, fflush when reached | Daniel Stenberg |
2016-03-14 | curl_sasl.c: minor code indent fixes | Daniel Stenberg |
2016-03-14 | multi: simplified singlesocket | Daniel Stenberg |
2016-03-14 | multi: introduce sh_getentry() for looking up sockets in the sockhash | Daniel Stenberg |
2016-03-14 | multi hash: ensure modulo performed on curl_socket_t | Jaime Fullaondo |
2016-03-13 | base64: Minor coding standard and style updates | Steve Holme |
2016-03-13 | base64: Use 'CURLcode result' for curl result codes | Steve Holme |
2016-03-13 | negotiate: Use 'CURLcode result' for curl result codes | Steve Holme |
2016-03-13 | multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECT | Maksim Kuzevanov |
2016-03-12 | digest: Use boolean based success code for Curl_sasl_digest_get_pair() | Steve Holme |
2016-03-12 | digest: Corrected some typos in comments | Steve Holme |
2016-03-12 | krb5: Corrected some typos in function descriptions | Steve Holme |
2016-03-12 | ntlm: Corrected some typos in function descriptions | Steve Holme |
2016-03-11 | url: Corrected indentation when calling idna_to_ascii_lz() | Steve Holme |
2016-03-11 | idn_win32: Use boolean based success codes | Steve Holme |
2016-03-10 | idn_win32.c: warning: Trailing whitespace | Daniel Stenberg |
2016-03-10 | idn_win32.c: Fixed compilation warning from commit 9e7fcd4291 | Steve Holme |
2016-03-10 | ftp: remove a check for NULL(!) | Daniel Stenberg |
2016-03-10 | cookies: first n/v pair in Set-Cookie: is the cookie, then parameters | Daniel Stenberg |
2016-03-10 | krb5: improved type handling to avoid clang compiler warnings | Daniel Stenberg |
2016-03-10 | url.c: fix clang warning: no newline at end of file | Daniel Stenberg |
2016-03-10 | curl_multi_wait: never return -1 in 'numfds' | Daniel Stenberg |
2016-03-08 | imap/pop3/smtp: Fixed connections upgraded with TLS are not reused | Steve Holme |
2016-03-08 | cookie: do not refuse cookies for localhost | Tim Rühsen |
2016-03-08 | ftp_done: clear tunnel_state when secondary socket closes | Daniel Stenberg |
2016-03-08 | openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messages | Gisle Vanem |
2016-03-08 | pipeline: Sanity check pipeline pointer before accessing it. | Anders Bakken |
2016-03-06 | mprintf: update trio project link | Jay Satiro |
2016-03-05 | makefile.m32: add missing libs for static -winssl-ssh2 builds | Viktor Szakats |
2016-03-05 | mbedtls: fix user-specified SSL protocol version | Jay Satiro |
2016-03-05 | makefile.m32: fix to allow -ssh2-winssl combination | Viktor Szakats |
2016-03-05 | cookie: Don't expire session cookies in remove_expired | Jay Satiro |
2016-03-03 | cookie: remove redundant check | Daniel Stenberg |
2016-03-01 | url: if Curl_done is premature then pipeline not in use | Anders Bakken |
2016-03-01 | makefile.m32: allow to pass .dll/.exe-specific LDFLAGS | Viktor Szakats |
2016-02-29 | formpost: fix memory leaks in AddFormData error branches | Daniel Stenberg |
2016-02-28 | getinfo: Fix syntax error when mbedTLS | Jay Satiro |
2016-02-27 | getinfo: Add support for mbedTLS TLS session info | Jay Satiro |
2016-02-25 | file: try reading from files with no size | Daniel Stenberg |
2016-02-24 | Curl_read: check for activated HTTP/1 pipelining, not only requested | Daniel Stenberg |
2016-02-23 | getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION | Jay Satiro |
2016-02-23 | multi_remove_handle: keep the timeout list until after disconnect | Daniel Stenberg |
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro |