Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-22 | Fixed a problem where a user's variable would be uninitialized if a DNS | Robert James Kaes | 1 | -1/+3 | |
lookup failed. | |||||
2001-09-16 | Moved the safe_write() and safe_read() functions here. | Robert James Kaes | 1 | -1/+31 | |
2001-09-07 | Error message cleanup. | Robert James Kaes | 1 | -4/+4 | |
2001-08-29 | Cleaned up the locking code to make it more fine grained. Did this since | Robert James Kaes | 1 | -18/+10 | |
dncache.c has locking itself now. | |||||
2001-05-27 | Removed the SA define. | Robert James Kaes | 1 | -26/+31 | |
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.) | |||||
2001-05-23 | Added ASSERT statements. | Robert James Kaes | 1 | -1/+20 | |
2000-09-11 | Needed locking in getpeer_string(). | Robert James Kaes | 1 | -282/+102 | |
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-03-31 | Completely rewrote the readline function. | Robert James Kaes | 1 | -39/+79 | |
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | 1 | -0/+362 | |
which included commits to RCS files with non-trunk default branches. |