obnox/tinyproxy.git
2008-12-08 Mukund SivaramanConvert tabs to spaces
2008-12-08 Mukund SivaramanUpdate Tinyproxy website URL
2008-12-08 Mukund SivaramanBreak at 80 columns
2008-12-01 Mukund SivaramanReformat code to GNU coding style
2008-12-01 Mukund SivaramanDon't disable the creation of core files
2008-10-16 Mukund SivaramanUpdate Tinyproxy website URLs
2008-08-24 Mukund SivaramanTweak configure.ac a bit
2008-08-24 Mukund SivaramanUpdate the bugmail field
2008-08-24 Mukund SivaramanAdd more calls to umask() before mkstemp()
2008-08-24 Mukund SivaramanMove buffer to the heap due to its size
2008-08-24 Mukund SivaramanSet umask before mkstemp() for some versions of glibc
2008-08-24 Mukund Sivaramanpos can never be less than 0 as it's of type size_t
2008-08-24 Mukund SivaramanRemove useless check as data can't be NULL at this...
2008-07-30 Mukund SivaramanAdd whitespace
2008-07-30 Mukund SivaramanUpdate the bug-report field
2008-07-14 Mukund SivaramanAdd missing comma
2008-07-14 Mukund SivaramanChange bug report address to email address in AC_INIT
2008-07-14 Mukund SivaramanAllow numeric uid/gids in User and Group directives
2008-07-14 Mukund SivaramanFix error variable names that stats.html expects
2008-07-14 Mukund SivaramanFix a regression where empty error variables caused...
2008-07-14 Mukund SivaramanMake the embedded error message display valid XHTML too
2008-07-14 Mukund SivaramanAdd version info in embedded stats page
2008-07-14 Mukund SivaramanAdd error number as a template parameter for error...
2008-07-14 Mukund SivaramanMake the embedded stats message display valid XHTML too
2008-07-14 Mukund SivaramanSpruce up error page footers a bit
2008-07-14 Mukund SivaramanReplace h2 with h1 for the main heading
2008-07-14 Mukund SivaramanRemove ltmain.sh from dist target
2008-07-14 Mukund SivaramanRemove title attribute
2008-07-14 Mukund SivaramanUpdate error pages to valid XHTML format
2008-07-14 Mukund SivaramanRemove unused autoconf macro calls
2008-06-20 Mukund SivaramanFix tinyproxy homepage link
2008-06-19 Mukund SivaramanRemove Id tag from configure.ac
2008-06-19 Mukund SivaramanRemoved obsolete ignore rules
2008-06-17 Mukund SivaramanInclude values.h to use LONG_MAX and LONG_MIN
2008-06-17 Robert James... Add strtol conversion error checking
2008-06-17 Robert James... Refactored netmask array fill with range check
2008-06-10 Mukund SivaramanDon't check the value to be inserted as it's already...
2008-06-09 Robert James... Moved transparent proxy code into its own file
2008-06-04 Mukund SivaramanChange tinyproxy Bugzilla component to product
2008-06-03 Robert James... Ignore profiling generated files
2008-05-24 Mukund SivaramanAnother minor README update
2008-05-24 Mukund SivaramanUpdated README
2008-05-24 Mukund SivaramanAdded .gitignore entries
2008-05-24 Mukund SivaramanUpdated toplevel Makefile.am to reflect recent automake...
2008-05-24 Mukund SivaramanUpdated copyright header in Makefile.am
2008-05-24 Mukund SivaramanRemoved unnecessary LDFLAGS variable
2008-05-24 Mukund SivaramanQuoted TP_ARG_ENABLE
2008-05-24 Mukund Sivaramanconfigure.ac changes
2008-05-24 Mukund SivaramanRestructured automake macros
2008-05-24 Mukund SivaramanRenamed htmlerror.[ch] to html-error.[ch]
2008-05-24 Mukund SivaramanUpdated copyright, license notices in source code
2008-05-05 Mukund SivaramanFixed links in spec file
2008-05-03 Mukund SivaramanUpdated .gitignore files
2008-05-01 Jeremy HinegardnerSync Fedora initscript and specfile
2008-03-31 Mukund SivaramanFree arg before returning, or it'll leak
2008-03-31 Mukund SivaramanFree entry_buffer or it'll be leaked
2008-03-31 Mukund SivaramanFixed leaks of va_lists
2008-03-31 Mukund SivaramanGenerate RPM spec file from .spec.in file
2008-03-31 Mukund SivaramanAdded Makefile.am in packaging dirs
2008-03-31 Mukund SivaramanRemoved old RPM packaging files
2008-03-30 Jeremy HinegardnerAdded Fedora packaging files
2008-03-30 Mukund SivaramanMoved RPM packaging dir to top-level
2008-03-30 Mukund SivaramanRemoved obsolete packaging patch file
2008-03-30 Mukund SivaramanDo not allow anyone except localhost by default
2008-03-30 Mukund SivaramanMade the default group nobody
2008-03-30 Mukund SivaramanRemoved obsolete lexer/parser files
2008-03-19 Andrew StribblehillAdded more patterns to .gitignore
2008-03-13 Mukund SivaramanFixed format string warnings
2008-03-13 Mukund SivaramanRemoved the clean target from the src directory
2008-03-13 Mukund SivaramanCorrected datatype of salen to fix compiler warning
2008-03-13 Mukund SivaramanAdded missing ltmain.sh
2008-03-13 Mukund SivaramanAdded empty NEWS file that's required by autotools now
2008-03-13 Mukund SivaramanRenamed file to replace underscores in it with dashes
2008-03-13 Mukund SivaramanRenamed file to replace underscores in it with dashes
2008-03-13 Mukund SivaramanRenamed .cvsignore to .gitignore
2008-03-13 Mukund SivaramanRenamed bootstrap to autogen.sh
2005-11-04 Robert James... Added support for UPSTREAM directive.
2005-11-04 Robert James... Reformatted the reverse and filter configuration blocks...
2005-11-04 Robert James... Fixed up whitespace formatting of the config file direc...
2005-08-16 Robert James... Added the typecheck.m4 macro file to improve type check...
2005-08-16 Robert James... * [Refactor] Moved Reverse Proxy Code
2005-08-15 Robert James... * [Indent] Fixed typedef Formatting
2005-08-15 Robert James... * [Indent] Ran Source Through indent
2005-07-12 Robert James... * Specified Correct typedef in getsock_ip()
2005-07-12 Robert James... * Updated Copyright Email Addresses
2005-07-06 Robert James... Removed the proxy-* headers from the list of headers...
2005-05-03 Robert James... * [1118363] Proxy reverse order of headers
2004-08-24 Robert James... Replaced all the AC_ARG_ENABLE calls with calls to...
2004-08-24 Robert James... Added config/argenable.m4 to the list of configuration...
2004-08-24 Robert James... Initial checkin of the TP_ARG_ENABLE macro. This macro...
2004-08-24 Robert James... Moved the autoconf/automake configuration files into...
2004-08-24 Robert James... Moved all the autoconf/automake configuration informati...
2004-08-24 Robert James... Removed the "releases.txt" file from the distribution...
2004-08-24 Robert James... (takesig): Fixed the return type to use the autoconf...
2004-08-24 Robert James... Added code to handle HTTP/0.9 simple GET requests.
2004-08-24 Robert James... (get_bool_arg): Moved the initialization of "p" _before...
2004-08-24 Robert James... Changed some of the variable types so that the code...
2004-08-24 Robert James... Fixed up the acl_s structure so that it compiles correc...
2004-08-20 Robert James... Bootstrap the autoconf system
2004-08-20 Robert James... Moved the configuration information into it's own direc...
next