index
:
tinyproxy
ninji-patches
personal modifications to tinyproxy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conf.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-07
Add reversepath_list parameter to reversepath_add.
Michael Adam
1
-2
/
+2
2009-12-07
upstream: add upstream list parameter to upstream_add()
Michael Adam
1
-3
/
+3
2009-12-06
move handling of upstream list to new module upstream.{c,h}
Michael Adam
1
-0
/
+1
2009-12-06
conf: fix tab->spaces
Michael Adam
1
-1
/
+1
2009-12-06
conf: allow set_string_arg to overwrite previous values (i.e. don't leak)
Michael Adam
1
-0
/
+4
2009-11-16
set_string_arg: Remove unneccesary check for determining the return code.
Michael Adam
1
-1
/
+1
2009-11-17
Remove excessive copying
Mukund Sivaraman
1
-2
/
+3
2009-11-14
Fix typo in log string
Mukund Sivaraman
1
-1
/
+1
2009-11-14
conf: refactor loading of config file out into load_config_file()
Michael Adam
1
-2
/
+27
2009-11-10
conf: fix reverspath parsing: the string in the 2nd arg is actually the inner...
Michael Adam
1
-2
/
+2
2009-11-10
conf: make the WS optional too, before the optional 2nd argument to reversepath
Michael Adam
1
-1
/
+1
2009-11-10
conf: fix ipv6 regex patterns, take three
Michael Adam
1
-0
/
+1
2009-11-09
conf: fix the IPV6 regex patterns, take two
Michael Adam
1
-17
/
+17
2009-11-09
conf: fix the IPV6 regex patterns
Michael Adam
1
-17
/
+17
2009-11-09
Fix validation of IPv6 addresses
Mukund Sivaraman
1
-4
/
+27
2009-10-11
Add a boolean config option "DisableViaHeader".
Michael Adam
1
-0
/
+15
2009-09-28
conf: beautify one formatting in the directives array.
Michael Adam
1
-1
/
+2
2009-09-27
conf: make xtinyproxy BOOL in the directives array, too
Michael Adam
1
-1
/
+1
2009-09-27
conf: turn XTinyproxy into a boolean option
Michael Adam
1
-1
/
+1
2009-09-21
Rename conffile.[ch] to conf.[ch]
Mukund Sivaraman
1
-1
/
+1
2009-09-20
Remove inline keyword from static functions
Mukund Sivaraman
1
-1
/
+1
2009-09-14
conffile: reformat the directives array for readability.
Michael Adam
1
-52
/
+56
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
1
-399
/
+342
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
1
-1
/
+1
2009-08-04
conffile: change [sg]et_int_arg() to return unsigned long int
Michael Adam
1
-7
/
+7
2009-08-04
conffile: add explicit cast in get_string_arg().
Michael Adam
1
-1
/
+1
2009-08-04
config_compile(): add an explicit cast.
Michael Adam
1
-1
/
+1
2009-08-04
config_compile(): fix as signed / unsigned comparison compiler warning.
Michael Adam
1
-1
/
+1
2009-08-04
conffile: fix indentation in the directives definition.
Michael Adam
1
-45
/
+47
2009-08-04
conffile: fix some missing initializer warnings in the directives definition.
Michael Adam
1
-4
/
+5
2009-08-04
conffile: reformat some indentation and linebreak in the directives definition.
Michael Adam
1
-10
/
+8
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
1
-29
/
+29
2008-12-08
Break at 80 columns
Mukund Sivaraman
1
-1
/
+3
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
1
-388
/
+400
2008-07-14
Allow numeric uid/gids in User and Group directives
Mukund Sivaraman
1
-1
/
+1
2008-05-24
Renamed htmlerror.[ch] to html-error.[ch]
Mukund Sivaraman
1
-1
/
+1
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
1
-16
/
+20
2008-03-30
Free arg before returning, or it'll leak
Mukund Sivaraman
1
-0
/
+3
2008-03-13
Renamed file to replace underscores in it with dashes
Mukund Sivaraman
1
-1
/
+1
2005-11-04
Added support for UPSTREAM directive.
Robert James Kaes
1
-4
/
+52
2005-11-04
Reformatted the reverse and filter configuration blocks. If either
Robert James Kaes
1
-73
/
+10
2005-11-04
Fixed up whitespace formatting of the config file directives. Also
Robert James Kaes
1
-52
/
+61
2005-08-16
* [Refactor] Moved Reverse Proxy Code
Robert James Kaes
1
-1
/
+2
2005-08-15
* [Indent] Ran Source Through indent
Robert James Kaes
1
-168
/
+281
2004-08-24
(get_bool_arg): Moved the initialization of "p" _before_ the assert()
Robert James Kaes
1
-3
/
+3
2004-08-14
Reorganized the source code. Added the missing reverse proxy
Robert James Kaes
1
-109
/
+143
2004-08-13
Added some error logging information for directives that are
Robert James Kaes
1
-13
/
+49
2004-08-13
Added the new configuration parsing system (conffile.c and
Robert James Kaes
1
-0
/
+612