aboutsummaryrefslogtreecommitdiffstats
path: root/sync_pipe_write.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde1-4/+4
2020-06-08sync_pipe_write: Fixup a comment.Gerald Combs1-2/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-2/+2
2015-11-07Just use <wsutil/file_util.h>.Guy Harris1-8/+2
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-04-10Remove unneeded #include.Bill Meier1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2012-12-26pipe_write_header() should return ssize_t, as it returns the returnGuy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-4/+4
2008-06-23Rename an argument to avoid colliding with pipe().Guy Harris1-13/+13
2007-09-29Don't hardcode the notion that the sync pipe is the standard output intoGuy Harris1-4/+5
2007-02-19Add missing include file when compiling under windowsBill Meier1-0/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-0/+110