summaryrefslogtreecommitdiff
path: root/docs/examples/hiperfifo.c
Commit message (Expand)AuthorAgeFilesLines
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-1/+0
* examples/hiperfifo: checksrc complianceJay Satiro2018-03-201-9/+13
* examples/hiperfifo.c: improvedPhilip Prindeville2018-03-161-64/+76
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-11/+11
* ghiper.c/hiperfifo.c: add comment about missing timer functionalityDaniel Stenberg2017-05-191-3/+11
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-7/+7
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+3
* docs/examples: remove spurious white spaces all overDaniel Stenberg2016-04-031-3/+3
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-20/+22
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* hiperfifo: fix the pointer passed to WRITEDATArouzier2015-10-041-1/+1
* examples: more descriptionsDaniel Stenberg2015-06-181-1/+5
* examples: remove all use of CURLM_CALL_MULTI_PERFORMDaniel Stenberg2014-02-171-2/+1
* hiperfifo: updated to use current libevent APIDaniel Stenberg2013-03-101-24/+42
* sources: update source headersDaniel Stenberg2011-03-101-4/+17
* examples: socket type cleanupDaniel Stenberg2010-12-181-1/+1
* multi & hiper examples: updates and cleanupsDirk Manske2010-09-301-50/+28
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* and now it compiles too!Daniel Stenberg2008-11-191-3/+2
* I updated this example to use the modern paradigms of the socket API whereDaniel Stenberg2008-11-191-13/+20
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-2/+2
* change the code style to be more curlish, and changed some of the outputDaniel Stenberg2008-05-191-14/+19
* removed lots of warningsDaniel Stenberg2008-05-161-23/+29
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-2/+2
* - Jeff Pohlmeyer improved the hiperfifo.c example to use theDaniel Stenberg2007-05-021-11/+6
* slightly improvedDaniel Stenberg2006-10-081-0/+4
* hiperfifo.c by Jeff PohlmeyerDaniel Stenberg2006-09-121-0/+412