aboutsummaryrefslogtreecommitdiffstats
path: root/sync_pipe_write.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs2016-04-131-2/+2
* Just use <wsutil/file_util.h>.Guy Harris2015-11-071-8/+2
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Remove unneeded #include.Bill Meier2014-04-101-1/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-2/+2
* pipe_write_header() should return ssize_t, as it returns the returnGuy Harris2012-12-261-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-3/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-4/+4
* Rename an argument to avoid colliding with pipe().Guy Harris2008-06-231-13/+13
* Don't hardcode the notion that the sync pipe is the standard output intoGuy Harris2007-09-291-4/+5
* Add missing include file when compiling under windowsBill Meier2007-02-191-0/+4
* name changeRonnie Sahlberg2006-05-211-2/+2
* Put the low-level sync routines into a common file so they can be sharedGuy Harris2006-04-031-0/+110