Go to file
Nat Goodspeed 40dc3e0d3b When constructing a pipe to child stdin on Posix, ignore SIGPIPE.
We can't count on every child process reading everything we try to write to
it. And if the child terminates with WritePipe data still pending, unless we
explicitly suppress it, Posix will hit us with SIGPIPE. That would terminate
the calling process, boom. "Ignoring" it means APR gets the correct errno,
passes it back to us, we log it, etc.
2012-02-29 19:40:18 -05:00
doc merge changes for storm-1799 2012-01-23 14:17:21 -05:00
etc
indra When constructing a pipe to child stdin on Posix, ignore SIGPIPE. 2012-02-29 19:40:18 -05:00
scripts
.hgignore
.hgtags Added tag 3.2.9-start for changeset 37dd400ad721 2012-02-06 10:00:15 -05:00
BuildParams
autobuild.xml Update viewer to official builds of http://hg.secondlife.com/3p-apr. 2012-02-11 06:16:39 -05:00
build.sh