summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-24Minor text updatesMukund Sivaraman1-8/+7
2010-01-24Minor text updates to the patch sectionMukund Sivaraman1-4/+5
2010-01-21Revert "Pass address family when binding to outgoing socket"Mukund Sivaraman1-7/+4
This reverts commit 65ef313cc4601b5ad84d1da1800ff38bf8f046a9. This patch could've been the reason for BB#69.
2010-01-19Reformat README for asciidocMukund Sivaraman1-23/+31
2010-01-19List all authors when license is requestedMukund Sivaraman2-1/+5
(Not just recent authors.)
2010-01-19Add more authorsMukund Sivaraman2-0/+2
2010-01-19Change to for loopMukund Sivaraman1-8/+3
2010-01-18Show authors and documenters when license is requestedMukund Sivaraman5-1/+174
2010-01-18Add authors.* files to EXTRA_DISTMukund Sivaraman1-0/+3
2010-01-18Make note about auto-generated file an asciidoc commentMukund Sivaraman2-0/+4
2010-01-18Update AUTHORS file for dual rolesMukund Sivaraman2-4/+8
2010-01-18Move documenters under Documentation sectionMukund Sivaraman2-2/+2
2010-01-18Do better asciidoc formatting of AUTHORS fileMukund Sivaraman2-15/+27
2010-01-18Update the AUTHORS fileMukund Sivaraman6-14/+134
This uses an XML based system now to store author names. We also keep a pre-generated AUTHORS file checked in.
2010-01-18Remove completed items from TODO listMukund Sivaraman1-6/+0
2010-01-17Reset the NEWS file for the master branchMukund Sivaraman1-72/+3
2010-01-17Bump master version to 1.9.0Mukund Sivaraman1-2/+2
2010-01-17Fix bug #68: Allow all ports for CONNECT at absence of ConnectPort in config.Michael Adam1-3/+3
2010-01-17Bump version to 1.8.0Mukund Sivaraman1-3/+3
2010-01-17Do an openlog() on fallback to syslogMukund Sivaraman1-10/+8
2010-01-17Remove extra argument to log_message()Mukund Sivaraman1-1/+1
2010-01-17Remove ret variable as 0 is always returnedMukund Sivaraman1-5/+1
2010-01-17Remove unused labelMukund Sivaraman1-1/+0
2010-01-17log: when opening the log file fails, fall back to syslog logging.Michael Adam1-4/+13
2010-01-16conf: reduce indentation in load_config_file()Michael Adam1-15/+14
This replaces a do { ... } while (0) with break statements ba gotos. Imho, this is much clearer. Michael
2010-01-16Add author sections to the manpagesMukund Sivaraman2-0/+12
2010-01-16Add see-also sections to the manpagesMukund Sivaraman2-0/+10
2010-01-16Fix leak of file handle in load_config_file()Mukund Sivaraman1-14/+21
2010-01-16Use HTTPS link in URLs to Tinyproxy websitesMukund Sivaraman1-1/+1
2010-01-16Bump version number in override tooMukund Sivaraman1-1/+1
2010-01-16Fix text about bug reportingMukund Sivaraman1-1/+1
2010-01-16Fix case of Bugzilla product nameMukund Sivaraman1-1/+1
2010-01-15Rename version 1.7.2 to 1.8.0 in NEWSMukund Sivaraman1-1/+1
2010-01-14Add old NEWS for 1.7.0Mukund Sivaraman1-0/+16
2010-01-14Fix caseMukund Sivaraman1-1/+1
2010-01-14Fix typos and elaborate some NEWS itemsMukund Sivaraman1-13/+13
2010-01-14Fix list of 1.7.2 contributorsMukund Sivaraman1-2/+1
2010-01-14Revert list of 1.7.1 contributors to what it was beforeMukund Sivaraman1-2/+2
2010-01-14Add a separate contributors section for version 1.7.2Mukund Sivaraman1-0/+6
2010-01-14Fix version number in NEWS fileMukund Sivaraman1-1/+1
2010-01-14NEWS: add David Shanks to the list of contributors.Michael Adam1-2/+2
2010-01-14NEWS: document some more new features in the release notesMichael Adam1-0/+6
Michael
2010-01-14NEWS: add list of bugs fixed since 1.7.1Michael Adam1-0/+13
Muks: please verify - thes are current the fixed bugs with milestone 1.8.0 (i.e. the renamed 1.7.2). I hope this is correct! I also hope this was the intended scheme - have bug lists per version section. Please feel free to edit... Michael
2010-01-14NEWS: mention change of XTinyProxy to be a global boolMichael Adam1-0/+3
Michael
2010-01-14check_numeric_acl() should return -1 when IPs don't match.David Shanks1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2010-01-13NEWS: move the changes after 1.7.1 to new section 1.7.2Michael Adam1-5/+9
Michael
2010-01-13NEWS: reformulate and elaborate some items.Michael Adam1-4/+5
Michael
2010-01-13update NEWSMichael Adam1-0/+7
* mention config reload and upon HUP * log-reopen (not trunc!) upon HUP * file-logging as default Michael
2010-01-13NEWS: add Mathew Mrosko as contributor.Michael Adam1-2/+2
2010-01-13log: turn tabs into spaces =)Michael Adam1-3/+3
Michael