Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-18 | examples/imap-append: Set size of data to be uploaded | Jay Satiro | |
Prior to this commit this example failed with error 'Cannot APPEND with unknown input file size'. Bug: https://github.com/curl/curl/issues/1008 Reported-by: lukaszgn@users.noreply.github.com Closes https://github.com/curl/curl/pull/1011 | |||
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 | |
... to properly support out of source tree builds. | |||
2016-04-03 | docs/examples: remove spurious white spaces all over | Daniel Stenberg | |
... to please the new, slightly picker, checksrc.pl | |||
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 | |
Reported-By: Gisle Vanem | |||
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 | |
All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed. | |||
2016-02-11 | examples/cookie_interface.c: add cleanup call | Daniel Stenberg | |
cleaning up handles is a good idea as we leak memory otherwise Also, line wrapped before 80 columns. | |||
2016-02-06 | examples/asiohiper: Avoid function name collision on Windows | Gisle Vanem | |
closesocket => close_socket Winsock already has the former. Bug: https://curl.haxx.se/mail/lib-2016-02/0016.html | |||
2016-02-06 | examples/htmltitle: Use _stricmp on Windows | Gisle Vanem | |
Bug: https://curl.haxx.se/mail/lib-2016-02/0017.html | |||
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 | |
Reported-by: Bernard Spil | |||
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 | |
... and add a generic explanation for them instead. Each example file should contain its own description these days. | |||
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 | |
pop3-multi.c:96:5: warning: implicit declaration of function 'memset' imap-multi.c:96:5: warning: implicit declaration of function 'memset' http2-download.c:226:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' | |||
2015-10-20 | copyrights: update Gisle Vanem's email | Daniel Stenberg | |
2015-10-04 | hiperfifo: fix the pointer passed to WRITEDATA | rouzier | |
Closes https://github.com/bagder/curl/pull/471 | |||
2015-08-10 | build: refer to fixed libidn versions | Viktor Szakats | |
closes #371 | |||
2015-07-11 | examples: Fix typo in multi-single.c | Jay Satiro | |
2015-07-01 | examples: provide <DESC> sections | Daniel Stenberg | |
2015-06-24 | http2-serverpush.c: example code | Daniel Stenberg | |
2015-06-18 | examples: more descriptions | Daniel Stenberg | |
2015-06-18 | examples: add descriptions with <DESC> | Daniel Stenberg | |
Using this fixed format for example descriptions, we can generate a better list on the web site. | |||
2015-06-08 | fopen.c: fix a few compiler warnings | Daniel Stenberg | |
2015-06-08 | docs: Spelling fixes | Ville Skyttä | |
2015-06-03 | cookie: Stop exporting any-domain cookies | Jay Satiro | |
Prior to this change any-domain cookies (cookies without a domain that are sent to any domain) were exported with domain name "unknown". Bug: https://github.com/bagder/curl/issues/292 | |||
2015-06-01 | http2-upload.c: use PIPEWAIT for playing HTTP/2 better | Daniel Stenberg | |
2015-06-01 | http2-download: check for CURLPIPE_MULTIPLEX properly | Daniel Stenberg | |
Bug: http://curl.haxx.se/mail/lib-2015-06/0001.html Reported-by: Rafayel Mkrtchyan | |||
2015-05-28 | dist: add the http2 examples | Daniel Stenberg | |
2015-05-28 | http2 examples: clean up some comments | Daniel Stenberg | |
2015-05-28 | examples: added two programs doing multiplexed HTTP/2 | Daniel Stenberg | |
2015-05-19 | build: bump version in default nghttp2 paths | Viktor Szakats | |
2015-04-30 | build: update depedency versions, urls, example makefiles | Viktor Szakats | |
- update default versions of dependencies (except for rare/old platforms) - update urls - sync examples makefiles with main ones - remove line ending space | |||
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring | |
The function "free" is documented in the way that no action shall occur for a passed null pointer. It is therefore not needed that a function caller repeats a corresponding check. http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first This issue was fixed by using the software Coccinelle 1.0.0-rc24. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> | |||
2014-12-31 | sepheaders.c: Applied curl oding standards | Steve Holme | |