summaryrefslogtreecommitdiff
path: root/docs/examples/multi-post.c
Commit message (Expand)AuthorAgeFilesLines
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-221-3/+3
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats2017-09-041-5/+5
* mime: tests and examples.Patrick Monnerat2017-09-021-32/+28
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-3/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* examples: provide <DESC> sectionsDaniel Stenberg2015-07-011-3/+6
* docs: Spelling fixesVille Skyttä2015-06-081-1/+1
* examples: Wait recommended 100ms when no file descriptors are readyJay Satiro2014-11-191-8/+12
* examples: Don't call select() to sleep on windowsJay Satiro2014-11-151-7/+24
* examples: use do/while loop for multi examplesDave Reisner2012-08-271-2/+2
* sources: update source headersDaniel Stenberg2011-03-101-4/+16
* examples: fix compiler warningsDaniel Stenberg2010-12-171-1/+1
* multi use: call multi_perform even on select() timeoutsDaniel Stenberg2010-11-041-1/+0
* examples: use example.com in example URLsDaniel Stenberg2010-10-051-2/+1
* multi & hiper examples: updates and cleanupsDirk Manske2010-09-301-4/+2
* examples: add curl_multi_timeoutConstantine Sapuntzakis2010-07-141-0/+11
* test536: do not fail with threaded DNS resolverKamil Dudka2010-04-241-3/+5
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-1/+1
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-1/+1
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-3/+1
* Added comments about checking return code and the maxfd counterDaniel Stenberg2006-10-131-0/+4
* Make this code use the proper pointersDaniel Stenberg2006-05-021-4/+4
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-4/+4
* Added multi-post.c, based on the source file posted by Gustaf HuiDaniel Stenberg2002-05-061-0/+126