summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: show the libcurl release date in --version outputbagder/curl-version-dateDaniel Stenberg2017-05-113-5/+11
* cookie_interface: fix -Wcomma warningMarcel Raad2017-05-111-1/+2
* formdata: fix -Wcomma warningMarcel Raad2017-05-111-1/+1
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-1012-70/+66
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-1010-39/+98
* tests: remove superfluous test 1399Richard Hsu2017-05-102-44/+1
* tests: make test file names more uniqueDan Fandrich2017-05-0913-34/+38
* tests: removed redundant --trace-ascii argumentsDan Fandrich2017-05-0912-12/+12
* tool: fix remaining -Wcast-qual warningsMarcel Raad2017-05-093-8/+8
* formboundary: convert assert into run-time checkDaniel Stenberg2017-05-091-1/+2
* tests: list the primary server first in the server sectionDan Fandrich2017-05-092-2/+2
* curl: generate the --help outputDaniel Stenberg2017-05-083-253/+435
* tests: updated for modified fake randomDaniel Stenberg2017-05-0833-44/+44
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-085-54/+87
* tests: give each stunnel.conf file a unique nameDan Fandrich2017-05-082-2/+3
* tool_msgs: remove wrong castMarcel Raad2017-05-081-1/+1
* tftpd: fix signed/unsigned mismatch warningsMarcel Raad2017-05-081-3/+3
* libtest: fix MinGW-w64 warningsMarcel Raad2017-05-086-6/+6
* curl.1: depend the build on the Makefile.inc tooDaniel Stenberg2017-05-081-1/+1
* RELEASE-NOTES: synced with e3f84efc32d6b01aDaniel Stenberg2017-05-081-2/+29
* runtests: fix "use of undefined value" warning in -R handlingDaniel Stenberg2017-05-081-1/+5
* test537: use correct variable typeMarcel Raad2017-05-081-2/+2
* sendrecv: fix MinGW-w64 warningMarcel Raad2017-05-071-1/+1
* tool_parsecfg: fix -Wcast-qual warningMarcel Raad2017-05-071-1/+1
* asyn-thread: fix unused macro warningsMarcel Raad2017-05-071-5/+5
* tftp: silence bad-function-cast warningMarcel Raad2017-05-071-2/+6
* buildconf: fix hang on IRIXcanavan at github2017-05-071-2/+2
* opts: fix bad example formatting \n => \\nDaniel Stenberg2017-05-0620-22/+22
* opts: examples added to 8 more libcurl option man pagesDaniel Stenberg2017-05-068-16/+164
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-0610-178/+3
* runtests.pl: simplify the datacheck read sectionDan Fandrich2017-05-062-28/+17
* tests: fix -Wcast-qual warningsMarcel Raad2017-05-056-10/+11
* docs/opts: 24 more man pages now have examplesDaniel Stenberg2017-05-0524-47/+382
* docs/opts: 23 more man pages now have examplesDaniel Stenberg2017-05-0526-52/+445
* tests/server: run checksrc by default in debug-buildsDaniel Stenberg2017-05-052-2/+23
* curl_slist_append.3: clarify a NULL input creates a new listDaniel Stenberg2017-05-051-14/+14
* unit1305: fix compiler warningMarcel Raad2017-05-051-5/+2
* runtests: use -R for random orderDaniel Stenberg2017-05-052-5/+5
* runtests: add -o to run test cases in scrambled orderDaniel Stenberg2017-05-042-6/+27
* sockfilt.c: shortened too long lineDan Fandrich2017-05-041-1/+2
* tests/server: make string literals constMarcel Raad2017-05-045-12/+12
* schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOTDan Fandrich2017-05-041-1/+2
* test557: set a known good numeric localeDan Fandrich2017-05-042-5/+13
* curl: fix warning "comma at end of enumerator list"Daniel Stenberg2017-05-041-1/+1
* test559: verify use of minimum CURLOPT_BUFFERSIZEDaniel Stenberg2017-05-044-2/+111
* curl_setup_once: use SEND_QUAL_ARG2 for swriteMarcel Raad2017-05-041-1/+1
* CURLINFO_REDIRECT_URL.3: add exampleDaniel Stenberg2017-05-041-2/+16
* CURLINFO_EFFECTIVE_URL.3: add exampleDaniel Stenberg2017-05-041-2/+17
* lib: fix compiler warningsMarcel Raad2017-05-032-3/+3
* typecheck-gcc: add support for CURLINFO_SOCKETMarcel Raad2017-05-031-0/+9