Age | Commit message (Expand) | Author |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2017-09-12 | code style: use space after semicolon | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-04-30 | examples: declare TU-local variables static | Marcel Raad |
2017-03-28 | examples/fopen: checksrc compliance | Jay Satiro |
2017-03-26 | spelling fixes | klemens |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-02-11 | examples: adhere to curl code style | Daniel Stenberg |
2015-06-18 | examples: more descriptions | Daniel Stenberg |
2015-06-08 | fopen.c: fix a few compiler warnings | Daniel Stenberg |
2015-06-08 | docs: Spelling fixes | Ville Skyttä |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2014-11-19 | examples: Wait recommended 100ms when no file descriptors are ready | Jay Satiro |
2014-11-15 | examples: Don't call select() to sleep on windows | Jay Satiro |
2010-12-17 | example: fix compiler warnings in fopen.c | Daniel Stenberg |
2010-11-04 | fopen.c: re-indented, fixed previous mistake | Daniel Stenberg |
2010-11-04 | multi use: call multi_perform even on select() timeouts | Daniel Stenberg |
2010-09-30 | multi & hiper examples: updates and cleanups | Dirk Manske |
2010-07-14 | examples: add curl_multi_timeout | Constantine Sapuntzakis |
2010-04-24 | test536: do not fail with threaded DNS resolver | Kamil Dudka |
2010-02-26 | spellchecked by St�phane Fillod | Daniel Stenberg |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-08-31 | MSVC adjustment | Yang Tse |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich |
2008-04-04 | Give a hint as to why a url_fopen failed. | Dan Fandrich |
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich |
2006-10-13 | Added comments about checking return code and the maxfd counter | Daniel Stenberg |
2004-11-22 | remove curl_ prefix from functions not present in libcurl | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2003-12-08 | removed old version checks | Daniel Stenberg |
2003-12-08 | use the newer option names | Daniel Stenberg |
2003-08-11 | Vincent Sanders's massive update of this example code. One could argue | Daniel Stenberg |
2003-01-27 | made it work | Daniel Stenberg |
2002-05-13 | fopen.c added, a fopen() style emulation for URL reading | Daniel Stenberg |