Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-31 | examples/externalsocket.c: s/closesocket/closecb | Daniel Stenberg | |
... since closesocket is a function in WinSock. Reported-by: Marcel Raad Bug: https://github.com/curl/curl/commit/55fcb8485914700132fd1854c9509b66c955efbe#co mmitcomment-22347818 | |||
2017-05-31 | example/externalsocket.c: make it use CLOSESOCKETFUNCTION too | Daniel Stenberg | |
2017-03-26 | spelling fixes | klemens | |
Closes #1356 | |||
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg | |
... they're already frowned upon in our source code style guide, this now enforces the rule harder. | |||
2016-04-03 | docs/examples: remove spurious white spaces all over | Daniel Stenberg | |
... to please the new, slightly picker, checksrc.pl | |||
2016-02-17 | externalsocket.c: fix compiler warning for fwrite return type | 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-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-06-18 | examples: more descriptions | Daniel Stenberg | |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme | |
Use Unix when generically writing about Unix based systems as UNIX is the trademark and should only be used in a particular product's name. | |||
2012-12-10 | examples/externalsocket.c: fix SunPro compilation issue | Yang Tse | |
2012-04-13 | examples: fix compiler warnings | Yang Tse | |
2011-12-06 | Added some include files in a couple of example programs | Dan Fandrich | |
This improves portability of the examples. This patch was submitted to the OpenBSD ports collection by naddy. | |||
2011-09-21 | Fixed sample to compile for Windows platform. | Guenter Knauf | |
2011-08-23 | externalsocket.c: new example | Daniel Stenberg | |