Age | Commit message (Expand) | Author |
2009-08-04 | child: add explicit cast in child_main(). | Michael Adam |
2009-08-04 | buffer: add explicit cast in read_buffer(). | Michael Adam |
2009-08-04 | buffer: add explicit cast in new_buffer(). | Michael Adam |
2009-08-04 | buffer: untangle assignment and check. | Michael Adam |
2009-08-04 | buffer: add two explicit casts to reduce compiler warnings in makenewline(). | Michael Adam |
2009-08-04 | buffer: untangle assignment from check in makenewline(). | Michael Adam |
2009-08-04 | check_acl(): initialize "perm" to eliminate compiler warning. | Michael Adam |
2009-08-04 | check_acl(): remove the fd argument - it is not used. | Michael Adam |
2009-08-04 | check_acl(): fix function header comment. | Michael Adam |
2009-08-04 | check_acl(): add explicit cast to return value of vector_getentry() | Michael Adam |
2009-08-04 | check_acl(): add cast to recuce compiler warning (unsigned / signed comparison) | Michael Adam |
2009-08-04 | change vector_prepend() to take size_t len instead of ssize_t len argument. | Michael Adam |
2009-08-04 | change vector_append() to take size_t len instead of ssize_t len argument | Michael Adam |
2009-08-04 | vector: change vectore_insert() to take size_t len instead of ssize_t len arg | Michael Adam |
2009-08-04 | remove "discard const" compiler warnings with log_message(). | Michael Adam |
2009-08-04 | configure: Add more warnings to CFLAGS in debug mode | Michael Adam |
2009-08-04 | tinyproxy.conf: fix a comment typo | Michael Adam |
2009-08-04 | [BB#53] Add a GPLv2 COPYING file | Mukund Sivaraman |
2009-06-14 | tinyproxy.conf: kill some trailing spaces | Michael Adam |
2009-05-29 | autogen.sh: fix errors with new autotools. | Michael Adam |
2008-12-29 | Indenting change | Mukund Sivaraman |
2008-12-08 | Convert tabs to spaces | Mukund Sivaraman |
2008-12-08 | Update Tinyproxy website URL | Mukund Sivaraman |
2008-12-08 | Break at 80 columns | Mukund Sivaraman |
2008-12-01 | Reformat code to GNU coding style | Mukund Sivaraman |
2008-12-01 | Don't disable the creation of core files | Mukund Sivaraman |
2008-10-16 | Update Tinyproxy website URLs | Mukund Sivaraman |
2008-08-24 | Tweak configure.ac a bit | Mukund Sivaraman |
2008-08-24 | Update the bugmail field | Mukund Sivaraman |
2008-08-24 | Add more calls to umask() before mkstemp() | Mukund Sivaraman |
2008-08-24 | Move buffer to the heap due to its size | Mukund Sivaraman |
2008-08-24 | Set umask before mkstemp() for some versions of glibc | Mukund Sivaraman |
2008-08-24 | pos can never be less than 0 as it's of type size_t | Mukund Sivaraman |
2008-08-24 | Remove useless check as data can't be NULL at this point | Mukund Sivaraman |
2008-07-30 | Add whitespace | Mukund Sivaraman |
2008-07-30 | Update the bug-report field | Mukund Sivaraman |
2008-07-14 | Add missing comma | Mukund Sivaraman |
2008-07-14 | Change bug report address to email address in AC_INIT | Mukund Sivaraman |
2008-07-14 | Allow numeric uid/gids in User and Group directives | Mukund Sivaraman |
2008-07-14 | Fix error variable names that stats.html expects | Mukund Sivaraman |
2008-07-14 | Fix a regression where empty error variables caused strlen() to crash | Mukund Sivaraman |
2008-07-14 | Make the embedded error message display valid XHTML too | Mukund Sivaraman |
2008-07-14 | Add version info in embedded stats page | Mukund Sivaraman |
2008-07-14 | Add error number as a template parameter for error pages | Mukund Sivaraman |
2008-07-14 | Make the embedded stats message display valid XHTML too | Mukund Sivaraman |
2008-07-14 | Spruce up error page footers a bit | Mukund Sivaraman |
2008-07-14 | Replace h2 with h1 for the main heading | Mukund Sivaraman |
2008-07-14 | Remove ltmain.sh from dist target | Mukund Sivaraman |
2008-07-14 | Remove title attribute | Mukund Sivaraman |
2008-07-14 | Update error pages to valid XHTML format | Mukund Sivaraman |