index
:
tinyproxy
ninji-patches
personal modifications to tinyproxy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-07
Use reload_config() in main.
Michael Adam
1
-24
/
+5
2009-12-07
main: Move setup_logging to after the config post-processing checks.
Michael Adam
1
-8
/
+8
2009-12-07
Don't make config_file const in the config struct.
Michael Adam
1
-1
/
+8
2009-12-06
main/conf: add maxidletimeout to initialize_config_defaults
Michael Adam
1
-0
/
+1
2009-12-06
main: fix tab -> spaces
Michael Adam
1
-1
/
+1
2009-12-06
conf: move setting of default stathost to initialize_config_defaults()
Michael Adam
1
-6
/
+1
2009-12-06
main: use safestrdup instead of strdup in process_cmdline
Michael Adam
1
-1
/
+1
2009-11-14
conf: refactor loading of config file out into load_config_file()
Michael Adam
1
-14
/
+2
2009-11-14
main: add a config struct argument to process_cmdline.
Michael Adam
1
-5
/
+5
2009-11-14
main: put initialization of config defaults into a function of its own
Michael Adam
1
-9
/
+14
2009-11-14
extract setup of the logging subsystem into a function of its own.
Michael Adam
1
-17
/
+3
2009-11-14
main: move initialization of default config values closer together
Michael Adam
1
-5
/
+4
2009-10-25
Change child_kill_children() to take the signal as an argument.
Michael Adam
1
-1
/
+1
2009-10-07
add muks' and my (C) to the main.c boilerplate comment.
Michael Adam
1
-0
/
+3
2009-10-07
main: add muks and me to the license output (tinyproxy -l)
Michael Adam
1
-0
/
+2
2009-09-27
Modify usage help text shown when Tinyproxy is run with -h
Mukund Sivaraman
1
-7
/
+26
2009-09-27
strdup() the default stathost in config struct as it can be freed
Mukund Sivaraman
1
-1
/
+1
2009-09-21
Rename conffile.[ch] to conf.[ch]
Mukund Sivaraman
1
-1
/
+1
2009-09-20
build: Remove use of the obsolete AC_TYPE_SIGNAL macro
Mukund Sivaraman
1
-1
/
+1
2009-09-20
build: Rename autoconf variable
Mukund Sivaraman
1
-2
/
+2
2009-09-20
Remove the target system information when the version is displayed
Mukund Sivaraman
1
-1
/
+1
2009-09-20
Remove ability to change the name of the default configuration file
Mukund Sivaraman
1
-1
/
+1
2009-09-15
Make takesig() into a static function
Mukund Sivaraman
1
-3
/
+1
2009-09-15
Minor indenting changes
Mukund Sivaraman
1
-46
/
+38
2009-09-15
Return instead of exit() at end of main()
Mukund Sivaraman
1
-1
/
+1
2009-09-15
Minor indenting changes
Mukund Sivaraman
1
-5
/
+10
2009-09-15
Exit with proper status in case of bad commandline arguments
Mukund Sivaraman
1
-1
/
+4
2009-09-15
Add doc for change_user()
Mukund Sivaraman
1
-0
/
+8
2009-09-15
Return correct error status when setuid() or setgid() fails
Mukund Sivaraman
1
-2
/
+2
2009-09-15
Extract setuid/setgid code into a function
Mukund Sivaraman
1
-53
/
+62
2009-09-15
Extract cmdline parsing code into a function
Mukund Sivaraman
1
-22
/
+37
2009-09-15
Remove unused variable
Mukund Sivaraman
1
-1
/
+0
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
1
-338
/
+306
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
1
-1
/
+1
2009-08-06
fix error message formatting
Matthew Dempsky
1
-4
/
+4
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
1
-103
/
+103
2008-12-08
Break at 80 columns
Mukund Sivaraman
1
-2
/
+4
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
1
-320
/
+346
2008-12-01
Don't disable the creation of core files
Mukund Sivaraman
1
-12
/
+0
2008-08-24
Set umask before mkstemp() for some versions of glibc
Mukund Sivaraman
1
-0
/
+5
2008-07-14
Allow numeric uid/gids in User and Group directives
Mukund Sivaraman
1
-21
/
+50
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
1
-17
/
+21
2005-08-15
* [Indent] Ran Source Through indent
Robert James Kaes
1
-275
/
+272
2005-07-12
* Updated Copyright Email Addresses
Robert James Kaes
1
-2
/
+2
2004-08-24
(takesig): Fixed the return type to use the autoconf defined
Robert James Kaes
1
-3
/
+3
2004-08-14
Changed the calls to the config_compile() and config_parse()
Robert James Kaes
1
-20
/
+21
2004-08-13
Change the code to use the new config_parse() method rather than the
Robert James Kaes
1
-7
/
+12
2004-01-26
Added reverse proxy support from Kim Holviala. His comments regarding
Robert James Kaes
1
-4
/
+7
2003-03-17
# Moved the location of the "initializing" log message to below the
Robert James Kaes
1
-3
/
+3
2003-03-13
# Added variables to config structure to keep track of the files to be
Robert James Kaes
1
-6
/
+14
[next]