Age | Commit message (Expand) | Author |
2017-07-07 | CURLOPT_POSTFIELDS.3: explain the 100-continue magic better | Daniel Stenberg |
2017-07-07 | test1452: add telnet negotiation | Max Dymond |
2017-07-07 | travis: do more tests in the coverage run | Daniel Stenberg |
2017-07-07 | curl_easy_escape.3: mention the (lack of) encoding | Daniel Stenberg |
2017-07-06 | memdebug: don't setbuf() if the file open failed | Gisle Vanem |
2017-07-06 | appveyor: enable CURL_WERROR on all builds | Daniel Stenberg |
2017-07-06 | cmake: add CURL_WERROR for enabling "warning as errors" | Daniel Stenberg |
2017-07-06 | cmake: remove spurious "-l" from linker flags | Hannes Magnusson |
2017-07-06 | test506: skip if threaded-resolver | Daniel Stenberg |
2017-07-06 | runtests: support "threaded-resolver" as a feature | Daniel Stenberg |
2017-07-06 | asyn-thread.c: fix unused variable warnings on macOS | Daniel Stenberg |
2017-07-06 | http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLD | Daniel Stenberg |
2017-07-05 | cmake: if inet_pton is used, bump _WIN32_WINNT | Daniel Stenberg |
2017-07-05 | select.h: avoid macro redefinition harder | Daniel Stenberg |
2017-07-05 | inet_pton: fix include on windows to get prototype | Daniel Stenberg |
2017-07-05 | TODO: 1.10 auto-detect proxy | Daniel Stenberg |
2017-07-05 | TODO: HTTP proxy CONNECT is non-blocking now | Daniel Stenberg |
2017-07-05 | cmake: fix send/recv argument scanner for windows | Daniel Stenberg |
2017-07-05 | RELEASE-NOTES: synced with 596cfb6c0 | Daniel Stenberg |
2017-07-04 | smb: add support for CURLOPT_FILETIME | Gisle Vanem |
2017-07-04 | travis: install nghttp2 on linux builds | Daniel Stenberg |
2017-07-04 | smb: fix build for djgpp/MSDOS | Gisle Vanem |
2017-07-04 | configure: try ldap/lber in reversed order first | Daniel Stenberg |
2017-07-04 | configure: remove checks for 5 functions never used | Daniel Stenberg |
2017-07-04 | dist: add SMB python deps into the tarball | Daniel Stenberg |
2017-07-04 | test1451: add SMB support to the testbed | Max Dymond |
2017-07-04 | test: add impacket for SMB testing | Max Dymond |
2017-07-04 | travis.yml: use --enable-werror on debug builds | Daniel Stenberg |
2017-07-04 | tool_sleep: typecast to avoid macos compiler warning | Daniel Stenberg |
2017-07-04 | timeval.c: Use long long constant type for timeval assignment | Martin Kepplinger |
2017-07-03 | url: make the original string get used on subsequent transfers | Daniel Stenberg |
2017-07-03 | gtls: fix build when sizeof(long) < sizeof(void *) | Johannes Schindelin |
2017-07-03 | unit1399: fix integer overflow | Ryan Winograd |
2017-07-02 | cmake: Added compatibility options for older Windows versions | Per Malmberg |
2017-07-01 | unit1399: add logging to time comparison | Daniel Stenberg |
2017-06-30 | make: build the docs subdir only from within src | Daniel Stenberg |
2017-06-30 | test1450: fix up DICT server in torture mode | Max Dymond |
2017-06-30 | test1450: add simple testing for DICT | Max Dymond |
2017-06-30 | test1521: fix out-of-tree builds, broken with 467da3af | Dan Fandrich |
2017-06-30 | http2: handle PING frames | Max Dymond |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-30 | openssl: improve fallback seed of PRNG with a time based hash | dmitrykos |
2017-06-30 | progress: prevent resetting t_starttransfer | Ryan Winograd |
2017-06-29 | curl_strequal.3: fix typo in SYNOPSIS | Daniel Stenberg |
2017-06-28 | RELEASE-NOTES: synced with ce2c3ebda | Daniel Stenberg |
2017-06-28 | curl --socks5-{basic,gssapi}: control socks5 auth | Kamil Dudka |
2017-06-28 | CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth | Kamil Dudka |
2017-06-28 | socks: deduplicate the code for auth request | Kamil Dudka |
2017-06-28 | socks: use proxy_user instead of proxy_name | Kamil Dudka |
2017-06-27 | libtest/make: generate lib1521.c | Daniel Stenberg |