summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: updated for modified rake randombagder/fake-rand-for-big-endianDaniel Stenberg2017-05-0833-44/+44
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-085-54/+87
* 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
* typecheck-gcc: add missing string optionsMarcel Raad2017-05-031-0/+14
* abstract-unix-socket.d: shorten the help text to fit within 79 colsDaniel Stenberg2017-05-031-1/+1
* RELEASE-NOTES: synced with 862b02f89Daniel Stenberg2017-05-021-3/+39
* Telnet: Write full buffer instead of byte-by-byteRichard Hsu2017-05-023-32/+95
* curl: non-boolean command line args reject --no- prefixesDaniel Stenberg2017-05-023-221/+230
* testpart: remove _MPRINTF_REPLACEMarcel Raad2017-05-021-2/+1
* gtls: fixed a lingering BUFSIZE referenceDan Fandrich2017-05-022-4/+5
* ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg2017-05-021-1/+1
* url: let CURLOPT_BUFFERSIZE realloc to smaller sizes tooDaniel Stenberg2017-05-021-2/+2
* BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg2017-05-013-18/+18
* openssl: use local stack for temp storageDaniel Stenberg2017-05-011-8/+8
* sendf: remove use of BUFSIZE from debug data conversionsDaniel Stenberg2017-05-011-25/+26
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-018-27/+26
* krb5: use private buffer for temp string, not receive bufferDaniel Stenberg2017-05-011-5/+9
* upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg2017-05-014-4/+8
* unit1606: do not print/access bufferDaniel Stenberg2017-05-011-1/+0
* http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg2017-05-013-15/+42
* transfer: fix minor buffer_size mistakeDaniel Stenberg2017-05-011-2/+1
* failf: use private buffer, don't clobber receive bufferDaniel Stenberg2017-05-011-8/+7