index
:
tinyproxy
ninji-patches
personal modifications to tinyproxy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sock.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2002-10-03
#Style formatting change.
Robert James Kaes
1
-2
/
+2
2002-05-31
(getpeer_information): Fixed a problem retrieving the FQDN of a host because ...
Robert James Kaes
1
-3
/
+4
2002-05-27
(opensock): Changed a comment around to better state what the code is actuall...
Robert James Kaes
1
-2
/
+2
2002-05-26
Removed the DNS API calls and replaced them with the standard
Robert James Kaes
1
-24
/
+15
2002-05-24
Fixed some spelling mistakes, and removed the getpeer_ip() and
Robert James Kaes
1
-67
/
+1
2002-05-23
Changed the lookup_domain() function to use the new "dnsserver" API.
Robert James Kaes
1
-255
/
+67
2002-04-24
bind_address has been moved inside the config structure. Fixed up a
Robert James Kaes
1
-5
/
+6
2002-04-22
The "Bind" directive sets a binding address which the outgoing connections
Robert James Kaes
1
-4
/
+4
2002-04-18
Whoops. The previous include only had the code conditionally removed.
Robert James Kaes
1
-9
/
+1
2002-04-18
Removed the call to inet_aton() since the gethostbyname() function handles
Robert James Kaes
1
-1
/
+3
2002-04-18
Removed the call to hstrerror() in the getpeer_string() function. It's
Robert James Kaes
1
-3
/
+2
2002-04-17
Removed the LOOKUP_LOCK() and LOOKUP_UNLOCK() macros since I believe I
Robert James Kaes
1
-12
/
+4
2002-04-16
Tightened the lookup_domain() function.
Robert James Kaes
1
-3
/
+2
2002-04-15
Added a test to make sure the "whole_buffer" could be allocated.
Robert James Kaes
1
-3
/
+5
2002-04-13
Added additional error handling for the bind() and listen() system calls
Robert James Kaes
1
-3
/
+11
2002-04-13
Modified the opensock() function to respect the Listen directive. If it's
Robert James Kaes
1
-1
/
+17
2001-12-24
Added the write_message() function (from reqs.c)
Robert James Kaes
1
-1
/
+53
2001-12-19
Changed the calls to write() to send() so that we can use send(...,
Robert James Kaes
1
-2
/
+2
2001-12-17
Added the assert() calls to safe_write() to make sure the arguments are
Robert James Kaes
1
-1
/
+5
2001-12-15
Changed safe_write() to fully send all the data in the buffer it was
Robert James Kaes
1
-8
/
+24
2001-12-15
Added the host name lookup code (which use to be in the DNS caching
Robert James Kaes
1
-3
/
+46
2001-11-25
Add support to limit the maximum size of the input line (to 128KB which
Robert James Kaes
1
-1
/
+11
2001-11-23
Style changes. Also replaces all mallocs with safemalloc, etc.
Robert James Kaes
1
-12
/
+8
2001-11-22
Replaced the readline() function with a new version which has no
Robert James Kaes
1
-59
/
+134
2001-11-12
Changed the read() call into a recv() call with a flag of NOSIGNAL since I
Robert James Kaes
1
-5
/
+9
2001-10-25
Bit of source code clean up.
Robert James Kaes
1
-1
/
+2
2001-10-24
Error message cleanup to make the information more informative.
Robert James Kaes
1
-7
/
+7
2001-10-23
Fixed a spelling problem in a log message.
Robert James Kaes
1
-2
/
+2
2001-10-23
Moved the zero-length string setting to outside the tests in getpeer_*()
Robert James Kaes
1
-4
/
+15
2001-10-22
Changed the getpeer_*() functions to return the reason why the name or IP
Robert James Kaes
1
-3
/
+3
2001-10-22
Fixed a problem where a user's variable would be uninitialized if a DNS
Robert James Kaes
1
-1
/
+3
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
2001-05-27
Removed the SA define.
Robert James Kaes
1
-26
/
+31
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
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