tinyproxy/src
Robert James Kaes 1d2e4fc2c3 Change the code to use the new config_parse() method rather than the
flex/bison based configuration system.
2004-08-13 21:03:11 +00:00
..
.cvsignore These files list all the other files that CVS should ignore. It makes 2004-04-27 18:28:45 +00:00
acl.c Completely rewrote the ACL functionality. The new system is intended 2004-08-11 20:09:20 +00:00
acl.h Changed the check_acl() function to require the peer IP address and string 2002-04-17 20:52:45 +00:00
anonymous.c Changed the header includes around to reflect the new source layout. 2002-05-23 18:20:27 +00:00
anonymous.h Removed reference to ternary.h 2001-12-15 20:08:24 +00:00
buffer.c Removed unnecessary casts (mostly dealing with memory allocation.) I 2004-02-13 21:27:42 +00:00
buffer.h Moved the definition of the struct buffer_s into the buffer.c file and out 2002-05-14 00:43:38 +00:00
child.c Merged in changes from 1.6.3 2004-08-10 21:24:24 +00:00
child.h Merged in changes from 1.6.3 2004-08-10 21:24:24 +00:00
common.h tinyproxy no longer includes a fall-back regular expression library, 2003-08-07 16:32:12 +00:00
conffile.c Added the new configuration parsing system (conffile.c and 2004-08-13 20:19:50 +00:00
conffile.h Added the new configuration parsing system (conffile.c and 2004-08-13 20:19:50 +00:00
conns.c Merged in changes from 1.6.3 2004-08-10 21:24:24 +00:00
conns.h Merged in changes from 1.6.3 2004-08-10 21:24:24 +00:00
daemon.c Merged in changes from 1.6.3 2004-08-10 21:24:24 +00:00
daemon.h Initial addition into CVS. Moves various functions relating the daemon 2002-05-23 04:39:32 +00:00
filter.c Removed unnecessary casts (mostly dealing with memory allocation.) I 2004-02-13 21:27:42 +00:00
filter.h Added code to handle the "FilterDefaultDeny" directive. The filter_set_default_policy() function is used to select the default policy (either default allow or default deny) for the filtering code. Also, the two filtering functions now support the policy code. 2002-06-07 18:36:22 +00:00
grammar.y Added the "BindSame" configure directive from Oswald Buddenhagen. 2004-04-27 18:53:14 +00:00
hashmap.c Removed unnecessary casts (mostly dealing with memory allocation.) I 2004-02-13 21:27:42 +00:00
hashmap.h Removed the hashmap_keys() function and added the "iterator" concept. 2002-04-25 18:55:56 +00:00
heap.c Removed unnecessary casts (mostly dealing with memory allocation.) I 2004-02-13 21:27:42 +00:00
heap.h Fixed the cast in both safefree() macros to compile cleaning using a 2003-07-31 23:41:26 +00:00
htmlerror.c Included patches from Steven Young to use the hashmap functionality to 2003-08-01 00:14:34 +00:00
htmlerror.h # Added copyright notices for Steve. Reformatted the source code to 2003-03-14 22:45:59 +00:00
http_message.c Removed unnecessary casts (mostly dealing with memory allocation.) I 2004-02-13 21:27:42 +00:00
http_message.h An API to handle HTTP messages as concrete entities. 2003-03-13 05:25:30 +00:00
log.c Removed unnecessary casts (mostly dealing with memory allocation.) I 2004-02-13 21:27:42 +00:00
log.h The internal log structure now uses a vector rather than a hash. This 2002-10-03 20:49:57 +00:00
Makefile.am Added the new configuration parsing system (conffile.c and 2004-08-13 20:19:50 +00:00
network.c Added two functions: 2004-02-18 20:17:18 +00:00
network.h Added two functions: 2004-02-18 20:17:18 +00:00
reqs.c (check_allowed_connect_ports): By default DENY any CONNECT requests 2004-08-12 20:15:04 +00:00
reqs.h Added reverse proxy support from Kim Holviala. His comments regarding 2004-01-26 19:11:52 +00:00
scanner.l Added the "BindSame" configure directive from Oswald Buddenhagen. 2004-04-27 18:53:14 +00:00
sock.c Added the "BindSame" configure directive from Oswald Buddenhagen. 2004-04-27 18:53:14 +00:00
sock.h Added the "BindSame" configure directive from Oswald Buddenhagen. 2004-04-27 18:53:14 +00:00
stats.c (init_stats): Fixed a memset bug, where the structure was not cleared 2004-04-27 18:48:53 +00:00
stats.h Reformated text. 2001-11-22 00:31:10 +00:00
text.c (chomp): Fixed up the code to prevent negative array access. Added 2003-03-13 05:20:06 +00:00
text.h (chomp): Fixed up the code to prevent negative array access. Added 2003-03-13 05:20:06 +00:00
tinyproxy.c Change the code to use the new config_parse() method rather than the 2004-08-13 21:03:11 +00:00
tinyproxy.h Merged in changes from 1.6.3 2004-08-10 21:24:24 +00:00
utils.c (send_http_message): Changed the function to use the new http_message 2003-03-14 06:15:27 +00:00
utils.h Moved the send_http_error_message() and indicate_http_error() 2003-03-13 21:34:38 +00:00
vector.c Removed unnecessary casts (mostly dealing with memory allocation.) I 2004-02-13 21:27:42 +00:00
vector.h # Fixed a preprocessor test (misspelled __cplusplus) 2003-07-31 23:40:16 +00:00