obnox/tinyproxy.git
2009-08-07 Michael Adamsend_stored_logs: fix signed/unsigned comparison
2009-08-07 Michael Adamlog_message(): remove implicit cast warning.
2009-08-07 Michael Adamlog: make const char array const.
2009-08-07 Michael Adamhttp_message_add_headers: make argument num_headers...
2009-08-07 Michael Adamhttp_message_add_headers(): fix implicit cast warning.
2009-08-07 Michael Adamhttp_message_create(): remove two implicit cast warnings.
2009-08-07 Michael Adamheap: make a const string const in malloc_shared_memory().
2009-08-07 Michael Adamheap: fix an implicit cast warning.
2009-08-07 Michael Adamhashmap: fix three implicit cast warnings.
2009-08-07 Michael AdamFix an implicit cast warning in initialize_conn().
2009-08-07 Michael Adamsend_html_file(): remove a discards qualifyer warning
2009-08-07 Michael Adamhtml-error: make read only argument const in lookup_var...
2009-08-07 Michael Adammake a const string const in send_http_error_message().
2009-08-07 Michael Adammake a const string const in send_http_headers().
2009-08-07 Michael Adammake message argument of indicate_http_error() const.
2009-08-07 Michael Adammake message argument to send_http_headers() constant.
2009-08-07 Michael Adamadd_error_variable(): make key and data arguments const
2009-08-07 Michael Adamshowstats(): fix an implicit cast warning.
2009-08-07 Michael Adamshowstats(): add a const to a const string
2009-08-07 Michael Adaminit_stats(): fix implicit cast warning.
2009-08-07 Mukund SivaramanUpdate bug tracker URL
2009-08-06 Mukund SivaramanWrap len in parantheses
2009-08-06 Matthew Dempskycorrectly handle folded header fields
2009-08-06 Mukund SivaramanFix const warning
2009-08-06 Mukund SivaramanRename tinyproxy.[ch] to main.[ch]
2009-08-06 Matthew Dempskyfix error message formatting
2009-08-04 Michael Adam.gitignore: ignore vi backup files
2009-08-04 Michael Adamadd const to the key argument of anonymous_insert().
2009-08-04 Michael Adamadd const to the key argument for anonymous_search().
2009-08-04 Michael Adamutils: make headers constant in send_http_message(...
2009-08-04 Michael Adamhttp_message_add_headers(): make parameter headers...
2009-08-04 Michael Adamfilter_init(): kill implicit cast warnings by adding...
2009-08-04 Michael Adamvector: remove implicit cast warning in vector_insert...
2009-08-04 Michael Adamvector: remove implicit cast warning in vector_create()
2009-08-04 Michael Adamchild_pool_create(): add to explicit cats to reduce...
2009-08-04 Michael Adamchild: adapt child_config to contain unsigned integers
2009-08-04 Michael Adamconffile: change [sg]et_int_arg() to return unsigned...
2009-08-04 Michael Adamconffile: add explicit cast in get_string_arg().
2009-08-04 Michael Adamconfig_compile(): add an explicit cast.
2009-08-04 Michael Adamconfig_compile(): fix as signed / unsigned comparison...
2009-08-04 Michael Adamconffile: fix indentation in the directives definition.
2009-08-04 Michael Adamconffile: fix some missing initializer warnings in...
2009-08-04 Michael Adamconffile: reformat some indentation and linebreak in...
2009-08-04 Michael Adamchild: add explicit cast in child_main().
2009-08-04 Michael Adambuffer: add explicit cast in read_buffer().
2009-08-04 Michael Adambuffer: add explicit cast in new_buffer().
2009-08-04 Michael Adambuffer: untangle assignment and check.
2009-08-04 Michael Adambuffer: add two explicit casts to reduce compiler warni...
2009-08-04 Michael Adambuffer: untangle assignment from check in makenewline().
2009-08-04 Michael Adamcheck_acl(): initialize "perm" to eliminate compiler...
2009-08-04 Michael Adamcheck_acl(): remove the fd argument - it is not used.
2009-08-04 Michael Adamcheck_acl(): fix function header comment.
2009-08-04 Michael Adamcheck_acl(): add explicit cast to return value of vecto...
2009-08-04 Michael Adamcheck_acl(): add cast to recuce compiler warning (unsig...
2009-08-04 Michael Adamchange vector_prepend() to take size_t len instead...
2009-08-04 Michael Adamchange vector_append() to take size_t len instead of...
2009-08-04 Michael Adamvector: change vectore_insert() to take size_t len...
2009-08-04 Michael Adamremove "discard const" compiler warnings with log_messa...
2009-08-04 Michael Adamconfigure: Add more warnings to CFLAGS in debug mode
2009-08-03 Michael Adamtinyproxy.conf: fix a comment typo
2009-08-03 Mukund Sivaraman[BB#53] Add a GPLv2 COPYING file
2009-06-14 Michael Adamtinyproxy.conf: kill some trailing spaces
2009-05-28 Michael Adamautogen.sh: fix errors with new autotools.
2008-12-29 Mukund SivaramanIndenting change
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
next