summaryrefslogtreecommitdiff
path: root/doc/examples/tcp.c
Commit message (Collapse)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-30/+27
|
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+1
| | | | Dropped opaque type (replaced with uint8_t)
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-1/+1
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
|
* Place examples in public domain. After discussion with Karl.Simon Josefsson2009-05-131-6/+1
|
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-1/+5
|
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
|
* Added copyright notices to examplesNikos Mavrogiannopoulos2007-10-231-0/+7
|
* Include netinet/in.h for FreeBSD, reported by Roman Bogorodskiy ↵Simon Josefsson2006-08-271-0/+1
| | | | <novel@FreeBSD.org>.
* Include config.h, don't include netinet/in.h (for mingw).Simon Josefsson2006-06-161-1/+4
|
* Add, from ex-client2.c.Simon Josefsson2005-08-121-0/+49