Age | Commit message (Expand) | Author |
2017-05-12 | pipeline: fix mistakenly trying to pipeline POSTs | Daniel Stenberg |
2017-05-12 | mbedtls: Support server renegotiation request | Ron Eldor |
2017-05-11 | formdata: fix -Wcomma warning | Marcel Raad |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-10 | multi: assign IDs to all timers and make each timer singleton | Daniel Stenberg |
2017-05-09 | formboundary: convert assert into run-time check | Daniel Stenberg |
2017-05-08 | rand: treat fake entropy the same regardless of endianness | Jay Satiro |
2017-05-07 | asyn-thread: fix unused macro warnings | Marcel Raad |
2017-05-07 | tftp: silence bad-function-cast warning | Marcel Raad |
2017-05-04 | schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOT | Dan Fandrich |
2017-05-04 | curl_setup_once: use SEND_QUAL_ARG2 for swrite | Marcel Raad |
2017-05-03 | lib: fix compiler warnings | Marcel Raad |
2017-05-02 | Telnet: Write full buffer instead of byte-by-byte | Richard Hsu |
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 | 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 | curl_setup: Ensure no more than one IDN lib is enabled | Jay Satiro |
2017-04-30 | http2: declare TU-local variables static | Marcel Raad |
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-27 | http-proxy: removed unused argument in CURL_DISABLE_PROXY case | 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 | 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 | transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload() | Daniel Stenberg |
2017-04-25 | if2ip: fix -Wcast-align warning | Marcel Raad |
2017-04-24 | nss: adapt to the new Curl_llist API | Kamil Dudka |
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 |