Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-18 | Converted the various socket functions to work with both IPv4 and IPv6 | Robert James Kaes | 1 | -5/+6 | |
addresses. | |||||
2003-01-27 | # Style clean up. | Robert James Kaes | 1 | -2/+2 | |
2002-05-23 | Changed the lookup_domain() function to use the new "dnsserver" API. | Robert James Kaes | 1 | -11/+2 | |
Also moved safe_write(), safe_read(), readline(), and write_message() functions into their own file. | |||||
2001-12-24 | Added the write_message() function (from reqs.c) | Robert James Kaes | 1 | -1/+2 | |
2001-12-15 | Changed safe_write() to fully send all the data in the buffer it was | Robert James Kaes | 1 | -3/+3 | |
passed. Also safe_write() and safe_read() now use char pointer buffers rather than the void pointer style. | |||||
2001-11-22 | Replaced the readline() function with a new version which has no | Robert James Kaes | 1 | -3/+3 | |
restrictions on the length of a line (unless you fill memory of course.) Reformated the source. | |||||
2001-10-25 | Changed the included headers to be only the "tinyproxy.h" since it | Robert James Kaes | 1 | -4/+2 | |
contains all the code for properly bringing in the system headers (in the correct order and with proper dependancies.) | |||||
2001-09-16 | Moved the safe_write() and safe_read() functions here. | Robert James Kaes | 1 | -1/+4 | |
2001-06-02 | Fixed up the names of the DEFINES. | Robert James Kaes | 1 | -3/+7 | |
2001-05-27 | Removed the SA define. | Robert James Kaes | 1 | -4/+4 | |
Made the sock_mutex static since it's not referenced outside the file. Changed the data types for some of the variables. Cleaned up the readline function (changed data types and removed variables.) | |||||
2000-09-11 | Needed locking in getpeer_string(). | Robert James Kaes | 1 | -12/+10 | |
Added mutex locking around the dnscache() call. Removed the global sockaddr and setup_fd variables. Added the socket_blocking() and socket_nonblocking() functions. Gutted the readling() function and replaced it with something similar to the 1.0 version. :) | |||||
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | 1 | -0/+40 | |
which included commits to RCS files with non-trunk default branches. |