Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Also changed the text "configuration file" to read "config file". | |||||
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 | |
The modified files were indented with GNU indent using the following command: indent -npro -kr -i8 -ts8 -sob -l80 -ss -cs -cp1 -bs -nlps -nprs -pcs \ -saf -sai -saw -sc -cdw -ce -nut -il0 No other changes of any sort were made. | |||||
2009-08-07 | Rename tinyproxy.[ch] to main.[ch] | Mukund Sivaraman | 1 | -0/+476 | |