Age | Commit message (Expand) | Author |
2017-05-03 | lib: fix compiler warnings | Marcel Raad |
2017-05-03 | typecheck-gcc: add support for CURLINFO_SOCKET | Marcel Raad |
2017-05-03 | typecheck-gcc: add missing string options | Marcel Raad |
2017-05-03 | abstract-unix-socket.d: shorten the help text to fit within 79 cols | Daniel Stenberg |
2017-05-02 | RELEASE-NOTES: synced with 862b02f89 | Daniel Stenberg |
2017-05-02 | Telnet: Write full buffer instead of byte-by-byte | Richard Hsu |
2017-05-02 | curl: non-boolean command line args reject --no- prefixes | Daniel Stenberg |
2017-05-02 | testpart: remove _MPRINTF_REPLACE | Marcel Raad |
2017-05-02 | gtls: fixed a lingering BUFSIZE reference | Dan Fandrich |
2017-05-02 | ssh: fix compiler warning from e40e9d7f0de | Daniel Stenberg |
2017-05-02 | url: let CURLOPT_BUFFERSIZE realloc to smaller sizes too | Daniel Stenberg |
2017-05-01 | BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE | Daniel Stenberg |
2017-05-01 | openssl: use local stack for temp storage | Daniel Stenberg |
2017-05-01 | sendf: remove use of BUFSIZE from debug data conversions | Daniel Stenberg |
2017-05-01 | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg |
2017-05-01 | krb5: use private buffer for temp string, not receive buffer | Daniel Stenberg |
2017-05-01 | upload: UPLOAD_BUFSIZE is now for the upload buffer | Daniel Stenberg |
2017-05-01 | unit1606: do not print/access buffer | Daniel Stenberg |
2017-05-01 | http-proxy: use a dedicated CONNECT response buffer | Daniel Stenberg |
2017-05-01 | transfer: fix minor buffer_size mistake | Daniel Stenberg |
2017-05-01 | failf: use private buffer, don't clobber receive buffer | Daniel Stenberg |
2017-05-01 | pingpong: use the set buffer size | Daniel Stenberg |
2017-05-01 | http2: use the correct set buffer size | Daniel Stenberg |
2017-05-01 | http: don't clobber the receive buffer for timecond | Daniel Stenberg |
2017-05-01 | buffer_size: make sure it always has the correct size | Daniel Stenberg |
2017-05-01 | file: use private buffer for C-L output | Daniel Stenberg |
2017-05-01 | CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size | Daniel Stenberg |
2017-05-01 | ftp: use private buffer for temp storage, not receive buffer | Daniel Stenberg |
2017-05-01 | http: use private user:password output buffer | Daniel Stenberg |
2017-05-01 | anyauthput: remove unused code | Marcel Raad |
2017-05-01 | tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONS | Jay Satiro |
2017-05-01 | curl_setup: Ensure no more than one IDN lib is enabled | Jay Satiro |
2017-05-01 | getpart: use correct variable type | Marcel Raad |
2017-05-01 | tests: declare TU-local variables static | Marcel Raad |
2017-05-01 | tool_cb_prg: fix double-promotion warning | Marcel Raad |
2017-05-01 | examples: fixed too long line and too long string warnings | Dan Fandrich |
2017-04-30 | examples: declare TU-local variables static | Marcel Raad |
2017-04-30 | http2: declare TU-local variables static | Marcel Raad |
2017-04-30 | unit1604: fixed indentation | Dan Fandrich |
2017-04-30 | unit1604: fixed compilation under Windows, broken in the previous commit | Dan Fandrich |
2017-04-30 | tests: fixed OOM handling of unit tests to abort test | Dan Fandrich |
2017-04-29 | curl_rtmp: fix missing-variable-declarations warnings | Marcel Raad |
2017-04-29 | url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZE | Dan Fandrich |
2017-04-29 | tests: added --remote-time tests for remaining protocols that support it | Dan Fandrich |
2017-04-29 | runtests.pl: support multiline <postcheck> commands | Dan Fandrich |
2017-04-27 | tool_operate: use utimes instead of obsolescent utime when available | Dan Fandrich |
2017-04-27 | test1443: test --remote-time | Dan Fandrich |
2017-04-27 | http-proxy: removed unused argument in CURL_DISABLE_PROXY case | Dan Fandrich |
2017-04-27 | cookie_interface.c: changed the other domain to example.com too | Daniel Stenberg |
2017-04-27 | cookie_interface.c: fix cookie domain so the example works | Daniel Stenberg |