Age | Commit message (Expand) | Author |
2017-01-18 | usercertinmem.c: improve the short description | Daniel Stenberg |
2017-01-08 | examples: make the C++ examples follow our code style too | Daniel Stenberg |
2017-01-08 | asiohiper: improved socket handling | Aulddays |
2016-12-18 | curl_easy_recv: Improve documentation and example program | Michael Kaufmann |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-08 | examples/fileupload.c: fclose the file as well | Daniel Stenberg |
2016-11-07 | s/cURL/curl | Daniel Stenberg |
2016-11-03 | docs: shorten and simplify the top comment in multi-uv.c | Daniel Stenberg |
2016-11-03 | docs: handle CURL_POLL_INOUT in multi-uv example | Andrei Sedoi |
2016-11-03 | docs: multi-uv: don't use CURLMsg after cleanup | Andrei Sedoi |
2016-11-03 | docs: remove unused variables in multi-uv example | Andrei Sedoi |
2016-10-27 | docs: fix req->data in multi-uv example | Andrei Sedoi |
2016-09-18 | examples/imap-append: Set size of data to be uploaded | Jay Satiro |
2016-04-19 | make/checksrc: use $srcdir, not $top_srcdir | Daniel Stenberg |
2016-04-18 | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg |
2016-04-03 | docs/examples: remove spurious white spaces all over | Daniel Stenberg |
2016-03-06 | curlx.c: use more curl style code | Daniel Stenberg |
2016-02-17 | examples/make: add 'checksrc' target | Daniel Stenberg |
2016-02-17 | 10-at-a-time: typecast the argument passed to sleep() | Daniel Stenberg |
2016-02-17 | externalsocket.c: fix compiler warning for fwrite return type | Daniel Stenberg |
2016-02-17 | anyauthput.c: fix compiler warnings | Daniel Stenberg |
2016-02-17 | simplessl.c: warning: while with space | Daniel Stenberg |
2016-02-17 | curlx.c: i2s_ASN1_IA5STRING() clashes with an openssl function | Daniel Stenberg |
2016-02-11 | examples: fix some compiler warnings | Daniel Stenberg |
2016-02-11 | simplessl.c: fix my breakage | Daniel Stenberg |
2016-02-11 | examples: adhere to curl code style | Daniel Stenberg |
2016-02-11 | examples/cookie_interface.c: add cleanup call | Daniel Stenberg |
2016-02-06 | examples/asiohiper: Avoid function name collision on Windows | Gisle Vanem |
2016-02-06 | examples/htmltitle: Use _stricmp on Windows | Gisle Vanem |
2016-02-02 | URLs: change more http to https | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-27 | getredirect.c: fix variable name | Daniel Stenberg |
2016-01-27 | examples/Makefile.inc: specify programs without .c! | Daniel Stenberg |
2016-01-04 | progressfunc.c: spellfix description | Daniel Stenberg |
2016-01-04 | docs/examples/multi-app.c: fix bad desc formatting | Daniel Stenberg |
2016-01-04 | examples: added descriptions | Daniel Stenberg |
2016-01-04 | example/simple.c: add description | Daniel Stenberg |
2016-01-04 | getredirect.c: a new example | Daniel Stenberg |
2015-12-01 | docs/examples: gitignore some more built examples | Daniel Stenberg |
2015-11-25 | examples/README: cut out the incomplete list | Daniel Stenberg |
2015-11-22 | examples: Added website parse-able descriptions to the e-mail examples | Steve Holme |
2015-11-21 | examples: Fixed compilation warnings | Steve Holme |
2015-10-20 | copyrights: update Gisle Vanem's email | Daniel Stenberg |
2015-10-04 | hiperfifo: fix the pointer passed to WRITEDATA | rouzier |
2015-08-10 | build: refer to fixed libidn versions | Viktor Szakats |
2015-07-11 | examples: Fix typo in multi-single.c | Jay Satiro |