Age | Commit message (Expand) | Author |
2017-04-07 | sspi: print out InitializeSecurityContext() error message | Isaac Boukris |
2017-04-06 | gtls: fix compiler warning | Marcel Raad |
2017-04-06 | low_speed_limit: improved function for longer time periods | Daniel Stenberg |
2017-04-06 | nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7d | Marcel Raad |
2017-04-04 | multi: fix queueing of pending easy handles | Dániel Bakai |
2017-04-04 | curl_sasl: declare mechtable static | Martin Kepplinger |
2017-04-04 | url: don't free postponed data on connection reuse | Antti Hätälä |
2017-04-04 | hash: move key into hash struct to reduce mallocs | Daniel Stenberg |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-04-04 | easy: silence compiler warning | Jay Satiro |
2017-04-03 | include: curl/system.h is a run-time version of curlbuild.h | Daniel Stenberg |
2017-04-03 | multi: make curl_multi_wait avoid malloc in the typical case | Daniel Stenberg |
2017-04-01 | telnet: (win32) fix read callback return variable | Daniel Stenberg |
2017-03-31 | libcurl.def: removed, unused | Daniel Stenberg |
2017-03-30 | ssh: fix narrowing conversion warning | Marcel Raad |
2017-03-30 | http2: silence unused parameter warnings | Marcel Raad |
2017-03-30 | schannel: fix unused variable warning | Marcel Raad |
2017-03-30 | connect: fix unreferenced parameter warning | Marcel Raad |
2017-03-30 | select: use correct SIZEOF_ constant | Marcel Raad |
2017-03-29 | NTLM: check for features with #ifdef instead of #if | Marcel Raad |
2017-03-29 | conncache: make hashkey avoid malloc | Daniel Stenberg |
2017-03-28 | http: do not treat FTPS over CONNECT as HTTPS | Kamil Dudka |
2017-03-28 | pause: handle mixed types of data when paused | Daniel Stenberg |
2017-03-28 | http: Fix proxy connection reuse with basic-auth | Isaac Boukris |
2017-03-28 | openssl: exclude DSA code when OPENSSL_NO_DSA is defined | Jay Satiro |
2017-03-28 | schannel: fix variable shadowing warning | Marcel Raad |
2017-03-27 | multi: fix MinGW-w64 compiler warnings | Marcel Raad |
2017-03-26 | spelling fixes | klemens |
2017-03-23 | openssl: fix comparison between signed and unsigned integer expressions | Daniel Stenberg |
2017-03-23 | openssl: made the error table static const | Dan Fandrich |
2017-03-23 | openssl: fall back on SSL_ERROR_* string when no error detail | Jay Satiro |
2017-03-21 | mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION | Ales Mlakar |
2017-03-21 | multi: fix streamclose() crash in debug mode | Daniel Stenberg |
2017-03-18 | darwinssl: fix typo in variable name | Palo Markovic |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-11 | http_proxy: Ignore TE and CL in CONNECT 2xx responses | Jay Satiro |
2017-03-11 | mbedtls: fix typo in variable name | Thomas Glanzmann |
2017-03-11 | proxy: skip SSL initialization for closed connections | Michael Kaufmann |
2017-03-11 | curl_easy_reset: Also reset the authentication state | Michael Kaufmann |
2017-03-11 | authneg: clear auth.multi flag at http_done | Isaac Boukris |
2017-03-11 | url: don't compile detect_proxy if HTTP support is disabled | Dan Fandrich |
2017-03-10 | openssl: add two /* FALLTHROUGH */ to satisfy coverity | Daniel Stenberg |
2017-03-09 | polarssl: fixed compile errors introduced in 6448f98c | Dan Fandrich |
2017-03-08 | openssl: unbreak the build after 6448f98c1857de | Daniel Stenberg |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-03-07 | http2: Fix assertion error on redirect with CL=0 | Tatsuhiro Tsujikawa |
2017-03-07 | ares: Curl_resolver_wait_resolv: clear *entry first in function | Daniel Stenberg |
2017-03-07 | ares: better error return on timeouts | Daniel Stenberg |
2017-03-06 | URL: return error on malformed URLs with junk after port number | Daniel Stenberg |