Age | Commit message (Expand) | Author |
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 |
2017-04-26 | Makefile: fix make dist | Dan Fandrich |
2017-04-26 | lib: remove unused code | Marcel Raad |
2017-04-26 | http-proxy: remove unused argument from Curl_proxyCONNECT() | Daniel Stenberg |
2017-04-26 | url: declare get_protocol_family() static | Martin Kepplinger |
2017-04-25 | examples: ftpuploadfrommem.c | Daniel Stenberg |
2017-04-25 | nss: load libnssckbi.so if no other trust is specified | Kamil Dudka |
2017-04-25 | nss: factorize out nss_{un,}load_module to separate fncs | Kamil Dudka |
2017-04-25 | nss: do not leak PKCS #11 slot while loading a key | Kamil Dudka |
2017-04-25 | typecheck-gcc: fix _curl_is_slist_info | Marcel Raad |
2017-04-25 | curl: set a 100K buffer size by default | Daniel Stenberg |
2017-04-25 | transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload() | Daniel Stenberg |
2017-04-25 | configure: stop prepending to LDFLAGS, CPPFLAGS | Jay Satiro |
2017-04-25 | if2ip: fix -Wcast-align warning | Marcel Raad |
2017-04-24 | Makefile: avoid use of GNU-specific form of $< | Dan Fandrich |
2017-04-24 | nss: adapt to the new Curl_llist API | Kamil Dudka |
2017-04-24 | curl-compilers.m4: accept -Og and -Ofast GCC flags | Marcel Raad |
2017-04-24 | RELEASE-NOTES: synced with c68fed875 | Daniel Stenberg |
2017-04-24 | configure: fix the -ldl check for openssl, add -lpthread check | Daniel Stenberg |
2017-04-24 | llist: fix a comment after cbae73e1dd9 | Daniel Stenberg |
2017-04-22 | schannel: Don't treat encrypted partial record as pending data | Jay Satiro |
2017-04-22 | multi: clarify condition in curl_multi_wait | Alan Jenkins |
2017-04-22 | lib: fix maybe-uninitialized warnings | Marcel Raad |
2017-04-22 | gnutls: removed some code when --disable-verbose is configured | Dan Fandrich |