summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unit1604: fixed indentationDan Fandrich2017-04-301-12/+12
* unit1604: fixed compilation under Windows, broken in the previous commitDan Fandrich2017-04-301-14/+19
* tests: fixed OOM handling of unit tests to abort testDan Fandrich2017-04-304-4/+6
* curl_rtmp: fix missing-variable-declarations warningsMarcel Raad2017-04-291-0/+1
* url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZEDan Fandrich2017-04-291-3/+4
* tests: added --remote-time tests for remaining protocols that support itDan Fandrich2017-04-295-0/+134
* runtests.pl: support multiline <postcheck> commandsDan Fandrich2017-04-291-1/+1
* tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich2017-04-272-1/+13
* test1443: test --remote-timeDan Fandrich2017-04-272-1/+69
* http-proxy: removed unused argument in CURL_DISABLE_PROXY caseDan Fandrich2017-04-271-1/+1
* cookie_interface.c: changed the other domain to example.com tooDaniel Stenberg2017-04-271-1/+1
* cookie_interface.c: fix cookie domain so the example worksDaniel Stenberg2017-04-271-3/+3
* Makefile: fix make distDan Fandrich2017-04-261-3/+6
* lib: remove unused codeMarcel Raad2017-04-265-12/+5
* http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg2017-04-263-18/+9
* url: declare get_protocol_family() staticMartin Kepplinger2017-04-261-1/+1
* examples: ftpuploadfrommem.cDaniel Stenberg2017-04-252-2/+126
* nss: load libnssckbi.so if no other trust is specifiedKamil Dudka2017-04-252-8/+48
* nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka2017-04-251-27/+56
* nss: do not leak PKCS #11 slot while loading a keyKamil Dudka2017-04-251-2/+4
* typecheck-gcc: fix _curl_is_slist_infoMarcel Raad2017-04-251-1/+1
* curl: set a 100K buffer size by defaultDaniel Stenberg2017-04-2510-3/+16
* transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg2017-04-253-29/+25
* configure: stop prepending to LDFLAGS, CPPFLAGSJay Satiro2017-04-252-11/+11
* if2ip: fix -Wcast-align warningMarcel Raad2017-04-251-1/+1
* Makefile: avoid use of GNU-specific form of $<Dan Fandrich2017-04-242-11/+22
* nss: adapt to the new Curl_llist APIKamil Dudka2017-04-241-4/+26
* curl-compilers.m4: accept -Og and -Ofast GCC flagsMarcel Raad2017-04-241-1/+1
* RELEASE-NOTES: synced with c68fed875Daniel Stenberg2017-04-241-2/+18
* configure: fix the -ldl check for openssl, add -lpthread checkDaniel Stenberg2017-04-241-44/+42
* llist: fix a comment after cbae73e1dd9Daniel Stenberg2017-04-241-2/+0
* schannel: Don't treat encrypted partial record as pending dataJay Satiro2017-04-222-2/+15
* multi: clarify condition in curl_multi_waitAlan Jenkins2017-04-221-1/+1
* lib: fix maybe-uninitialized warningsMarcel Raad2017-04-222-3/+3
* gnutls: removed some code when --disable-verbose is configuredDan Fandrich2017-04-221-4/+8
* llist: no longer uses mallocDaniel Stenberg2017-04-2213-208/+170
* typecheck-gcc: handle function pointers properlyMarcel Raad2017-04-211-53/+54
* mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich2017-04-214-14/+20
* tests: remove the html and PDF versions from the tarballDaniel Stenberg2017-04-211-1/+0
* openssl: fix memory leak in servercertDaniel Stenberg2017-04-201-0/+1
* Revert "src/Makefile.am: avoid explicit $<"Daniel Stenberg2017-04-201-4/+6
* bump: start working on next releaseDaniel Stenberg2017-04-192-215/+9
* src/Makefile.am: avoid explicit $<Daniel Stenberg2017-04-191-6/+4
* THANKS: add contributors from 7.54.0 release notescurl-7_54_0Daniel Stenberg2017-04-191-0/+31
* RELEASE-NOTES: curl 7.54.0Daniel Stenberg2017-04-191-6/+23
* nss: fix MinGW compiler warningsMarcel Raad2017-04-181-5/+5
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-1812-22/+26
* openssl: don't try to print nonexistant peer private keysDavid Benjamin2017-04-171-29/+3
* openssl: fix thread-safety bugs in error-handlingDavid Benjamin2017-04-171-25/+27
* openssl: make SSL_ERROR_to_str more future-proofDavid Benjamin2017-04-171-16/+34