index
:
tinyproxy
ninji-patches
personal modifications to tinyproxy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-25
Added a test to define INADDR_NONE if it's not present. For example,
Robert James Kaes
1
-1
/
+8
2003-03-13
# Changed the wording of the header comment to remove the reference to
Robert James Kaes
1
-3
/
+3
2003-03-13
Fixed up the include order for the <sys/time.h> and <time.h> headers.
Robert James Kaes
1
-10
/
+6
2002-12-04
Removed the "bool_t" type since it conflicts with the newer C standards.
Robert James Kaes
1
-9
/
+11
2002-05-26
Removed the "pthread" related includes.
Robert James Kaes
1
-8
/
+4
2002-05-23
Initial addition to CVS. This header moves all the system includes from
Robert James Kaes
1
-43
/
+11
2002-04-24
Moved bind_address inside the config structure.
Robert James Kaes
1
-3
/
+2
2002-04-22
The log_message() function now stores the messages if the configuration
Robert James Kaes
1
-1
/
+3
2002-04-18
Moved the log rotation code out of the signal handler and into it's own
Robert James Kaes
1
-2
/
+3
2002-04-09
The malloc/free functions should be in stdlib.h, but if we can't find
Robert James Kaes
1
-4
/
+5
2001-12-28
Removed an unused header.
Robert James Kaes
1
-4
/
+1
2001-12-23
Add a pre-processor test around the sys/types.h header file, to make sure
Robert James Kaes
1
-1
/
+3
2001-12-23
Fixed up the order of some of the includes to cope with OpenBSD. Also,
Robert James Kaes
1
-4
/
+12
2001-11-26
Added support for the <pthreads.h> header.
Robert James Kaes
1
-1
/
+5
2001-11-26
Increased the maximum buffer size to 96 KB
Robert James Kaes
1
-2
/
+2
2001-11-25
Added tests for _every_ header to make sure they are actually present on
Robert James Kaes
1
-27
/
+108
2001-11-22
Reformated text.
Robert James Kaes
1
-2
/
+2
2001-10-25
Header reorganization. Basically all system headers are now included in
Robert James Kaes
1
-2
/
+12
2001-10-25
Some code clean up due to the creation of the conns.{c,h} files which now
Robert James Kaes
1
-10
/
+1
2001-10-25
Added the upstream flag to the conn_s structure.
Robert James Kaes
1
-1
/
+2
2001-09-16
Added the configure variables to support the upstream proxy.
Robert James Kaes
1
-2
/
+6
2001-09-14
Include the SSL field in the connection structure since we're going to
Robert James Kaes
1
-1
/
+2
2001-09-08
Changed all the mallocs and callocs to use the new safemalloc and
Robert James Kaes
1
-3
/
+1
2001-08-29
Text clean up.
Robert James Kaes
1
-2
/
+2
2001-08-27
Moved some of the includes around so that FreeBSD can compile correctly.
Robert James Kaes
1
-3
/
+3
2001-08-26
Removed the config.anonymous entry since we've moved the information into
Robert James Kaes
1
-2
/
+2
2001-06-06
Fixed the include order to better handle the sys/time.h and time.h
Robert James Kaes
1
-3
/
+11
2001-06-02
Fixed up the names of the DEFINES.
Robert James Kaes
1
-4
/
+4
2001-05-27
Added code to stop the creation of core files.
Robert James Kaes
1
-2
/
+2
2001-05-23
Made the safefree() macro enabled all the time.
Robert James Kaes
1
-7
/
+4
2000-09-26
Moved the safefree() macro to the tinyproxy.h header.
Robert James Kaes
1
-1
/
+7
2000-09-14
Need to do a check for the <stdint.h> header since it's not a standard
Robert James Kaes
1
-2
/
+4
2000-09-12
Fixed the change user/group ability.
Robert James Kaes
1
-39
/
+65
2000-03-31
Removed the allowedhdr_s structure since it is now accessed through
Robert James Kaes
1
-7
/
+1
2000-03-11
Included the changes needed to re-add the upstream proxy option.
Robert James Kaes
1
-1
/
+5
2000-02-16
This commit was generated by cvs2svn to compensate for changes in r2,
Steven Young
1
-0
/
+87