Changed the calls to write() to send() so that we can use send(...,
[obnox/tinyproxy.git] / src / sock.c
2001-12-19 Robert James KaesChanged the calls to write() to send() so that we can...
2001-12-17 Robert James KaesAdded the assert() calls to safe_write() to make sure...
2001-12-15 Robert James KaesChanged safe_write() to fully send all the data in...
2001-12-15 Robert James KaesAdded the host name lookup code (which use to be in...
2001-11-25 Robert James KaesAdd support to limit the maximum size of the input...
2001-11-23 Robert James KaesStyle changes. Also replaces all mallocs with safemallo...
2001-11-22 Robert James KaesReplaced the readline() function with a new version...
2001-11-12 Robert James KaesChanged the read() call into a recv() call with a flag...
2001-10-25 Robert James KaesBit of source code clean up.
2001-10-24 Robert James KaesError message cleanup to make the information more...
2001-10-23 Robert James KaesFixed a spelling problem in a log message.
2001-10-23 Robert James KaesMoved the zero-length string setting to outside the...
2001-10-22 Robert James KaesChanged the getpeer_*() functions to return the reason...
2001-10-22 Robert James KaesFixed a problem where a user's variable would be uninit...
2001-09-16 Robert James KaesMoved the safe_write() and safe_read() functions here.
2001-09-07 Robert James KaesError message cleanup.
2001-08-29 Robert James KaesCleaned up the locking code to make it more fine graine...
2001-05-27 Robert James KaesRemoved the SA define.
2001-05-23 Robert James KaesAdded ASSERT statements.
2000-09-11 Robert James KaesNeeded locking in getpeer_string().
2000-03-31 Robert James KaesCompletely rewrote the readline function.
2000-02-16 Steven YoungThis commit was generated by cvs2svn to compensate...