Commit Graph

  • 02e7bc7545 send_html_file(): remove a discards qualifyer warning Michael Adam 2009-08-07 08:56:46 +0200
  • 3adec81872 html-error: make read only argument const in lookup_variable(). Michael Adam 2009-08-07 08:53:26 +0200
  • 76dadf47d3 make a const string const in send_http_error_message(). Michael Adam 2009-08-07 08:51:35 +0200
  • 1c3c268b50 make a const string const in send_http_headers(). Michael Adam 2009-08-07 08:49:21 +0200
  • c8ee85702e make message argument of indicate_http_error() const. Michael Adam 2009-08-07 08:48:51 +0200
  • 20b606b6f5 make message argument to send_http_headers() constant. Michael Adam 2009-08-07 08:44:47 +0200
  • 251a975126 add_error_variable(): make key and data arguments const Michael Adam 2009-08-07 08:41:36 +0200
  • 05d1b2b372 showstats(): fix an implicit cast warning. Michael Adam 2009-08-07 08:38:41 +0200
  • 3127baa4c6 showstats(): add a const to a const string Michael Adam 2009-08-07 08:37:44 +0200
  • bb067eb13c init_stats(): fix implicit cast warning. Michael Adam 2009-08-07 08:36:10 +0200
  • 6f255d0900 Update bug tracker URL Mukund Sivaraman 2009-08-07 05:38:46 +0530
  • 4518e4334d Wrap len in parantheses Mukund Sivaraman 2009-08-07 04:30:38 +0530
  • 59d273fdcc correctly handle folded header fields Matthew Dempsky 2009-08-05 18:23:42 -0700
  • 402b662def Fix const warning Mukund Sivaraman 2009-08-07 03:54:08 +0530
  • a21cd7e3ed Rename tinyproxy.[ch] to main.[ch] Mukund Sivaraman 2009-08-07 03:42:53 +0530
  • b5089fecc7 fix error message formatting Matthew Dempsky 2009-08-05 16:23:55 -0700
  • f904831acd .gitignore: ignore vi backup files Michael Adam 2009-08-05 00:28:01 +0200
  • 2ca1f9027b add const to the key argument of anonymous_insert(). Michael Adam 2009-08-05 00:15:04 +0200
  • c6475974b5 add const to the key argument for anonymous_search(). Michael Adam 2009-08-05 00:14:20 +0200
  • caf20d786b utils: make headers constant in send_http_message() to reduce compiler warnings Michael Adam 2009-08-05 00:09:41 +0200
  • 1cdd76af31 http_message_add_headers(): make parameter headers const. Michael Adam 2009-08-05 00:09:16 +0200
  • 867b4c9813 filter_init(): kill implicit cast warnings by adding explicit casts. Michael Adam 2009-08-04 23:57:30 +0200
  • f0a46fd71c vector: remove implicit cast warning in vector_insert() by adding explicit cast Michael Adam 2009-08-04 23:52:56 +0200
  • 5b81dec879 vector: remove implicit cast warning in vector_create() Michael Adam 2009-08-04 23:51:29 +0200
  • 0aa45b0d34 child_pool_create(): add to explicit cats to reduce compiler warnings. Michael Adam 2009-08-04 23:01:13 +0200
  • 60de38ceaa child: adapt child_config to contain unsigned integers Michael Adam 2009-08-04 22:57:33 +0200
  • b4d8c5b9bf conffile: change [sg]et_int_arg() to return unsigned long int Michael Adam 2009-08-04 22:54:59 +0200
  • 23b09947c6 conffile: add explicit cast in get_string_arg(). Michael Adam 2009-08-04 15:30:30 +0200
  • 35abbbc26d config_compile(): add an explicit cast. Michael Adam 2009-08-04 15:29:12 +0200
  • 0b583194b7 config_compile(): fix as signed / unsigned comparison compiler warning. Michael Adam 2009-08-04 15:27:28 +0200
  • f52be1a2a1 conffile: fix indentation in the directives definition. Michael Adam 2009-08-04 15:25:36 +0200
  • e6ac4b28cd conffile: fix some missing initializer warnings in the directives definition. Michael Adam 2009-08-04 15:24:26 +0200
  • 32c7caf710 conffile: reformat some indentation and linebreak in the directives definition. Michael Adam 2009-08-04 15:23:32 +0200
  • 8f955d5543 child: add explicit cast in child_main(). Michael Adam 2009-08-04 14:51:22 +0200
  • 50dbd61063 buffer: add explicit cast in read_buffer(). Michael Adam 2009-08-04 14:50:42 +0200
  • e5e665b0c6 buffer: add explicit cast in new_buffer(). Michael Adam 2009-08-04 14:49:56 +0200
  • 88dbe04c81 buffer: untangle assignment and check. Michael Adam 2009-08-04 14:49:09 +0200
  • f5c80119ca buffer: add two explicit casts to reduce compiler warnings in makenewline(). Michael Adam 2009-08-04 14:48:16 +0200
  • 25344751eb buffer: untangle assignment from check in makenewline(). Michael Adam 2009-08-04 14:46:54 +0200
  • ab4df6edb8 check_acl(): initialize "perm" to eliminate compiler warning. Michael Adam 2009-08-04 14:44:04 +0200
  • 14a3e187ee check_acl(): remove the fd argument - it is not used. Michael Adam 2009-08-04 14:40:25 +0200
  • 64ff313260 check_acl(): fix function header comment. Michael Adam 2009-08-04 14:38:32 +0200
  • 0abd82b7e9 check_acl(): add explicit cast to return value of vector_getentry() Michael Adam 2009-08-04 14:33:04 +0200
  • b9f2325c54 check_acl(): add cast to recuce compiler warning (unsigned / signed comparison) Michael Adam 2009-08-04 14:30:52 +0200
  • a34276feee change vector_prepend() to take size_t len instead of ssize_t len argument. Michael Adam 2009-08-04 14:28:08 +0200
  • 67628dcc63 change vector_append() to take size_t len instead of ssize_t len argument Michael Adam 2009-08-04 14:27:28 +0200
  • 590f99ef2d vector: change vectore_insert() to take size_t len instead of ssize_t len arg Michael Adam 2009-08-04 14:20:00 +0200
  • c2c7245030 remove "discard const" compiler warnings with log_message(). Michael Adam 2009-08-04 13:49:15 +0200
  • c409e0f9d8 configure: Add more warnings to CFLAGS in debug mode Michael Adam 2009-08-04 23:39:53 +0200
  • 04b19ac8b4 tinyproxy.conf: fix a comment typo Michael Adam 2009-08-04 01:36:22 +0200
  • 33f7405bf5 * [1118363] Proxy reverse order of headers Robert James Kaes 2005-05-03 20:34:54 +0000
  • bb489a5570 [BB#53] Add a GPLv2 COPYING file Mukund Sivaraman 2009-08-04 04:23:56 +0530
  • 9d971cb2d0 [BB#53] Add a GPLv2 COPYING file Mukund Sivaraman 2009-08-04 04:21:46 +0530
  • 1491483c35 tinyproxy.conf: kill some trailing spaces Michael Adam 2009-06-14 22:59:29 +0200
  • 3ebb2ce607 autogen.sh: fix errors with new autotools. Michael Adam 2009-05-29 00:07:30 +0200
  • 82e3af8fd3 Fix memset bug where wrong buffer size was being passed (trac #29) Mukund Sivaraman 2008-12-29 13:31:08 +0000
  • 0b191f16fe Indenting change Mukund Sivaraman 2008-12-29 13:28:02 +0000
  • 024b317de0 Convert tabs to spaces Mukund Sivaraman 2008-12-08 13:39:44 +0000
  • 6e6f992f8c Update Tinyproxy website URL Mukund Sivaraman 2008-12-08 12:41:44 +0000
  • 4c1ede779e Break at 80 columns Mukund Sivaraman 2008-12-08 12:26:08 +0000
  • a257703e59 Reformat code to GNU coding style Mukund Sivaraman 2008-12-01 15:01:11 +0000
  • 448c19077c Don't disable the creation of core files Mukund Sivaraman 2008-12-01 14:40:26 +0000
  • d5148b0b73 Update Tinyproxy website URLs Mukund Sivaraman 2008-10-16 18:28:38 +0100
  • a37a81db2d Update Tinyproxy website URLs Mukund Sivaraman 2008-10-16 18:21:16 +0100
  • c15fc551da Tweak configure.ac a bit Mukund Sivaraman 2008-08-24 12:28:39 +0530
  • a46a02dbf7 Tweak configure.ac a bit 1.6.4 Mukund Sivaraman 2008-08-24 12:26:11 +0530
  • 8c1beab96e Update the bugmail field Mukund Sivaraman 2008-08-24 12:16:08 +0530
  • 7518fbb956 Update the bugmail address Mukund Sivaraman 2008-08-24 12:15:26 +0530
  • 08b4e06247 Fix leak of args Mukund Sivaraman 2008-08-24 12:09:17 +0530
  • fc815b12c1 Move buffer to the heap due to its size Mukund Sivaraman 2008-08-24 12:07:24 +0530
  • b6bd791e24 Set umask before mkstemp() for some versions of glibc Mukund Sivaraman 2008-08-24 12:02:54 +0530
  • ee70057f76 Fix leak of entry_buffer Mukund Sivaraman 2008-08-24 11:59:24 +0530
  • a7f379fafc pos can never be less than 0 as it's of type size_t Mukund Sivaraman 2008-08-24 11:55:22 +0530
  • fadb98ee55 Add more calls to umask() before mkstemp() Mukund Sivaraman 2008-08-24 11:47:50 +0530
  • 82cd6c765b Move buffer to the heap due to its size Mukund Sivaraman 2008-08-24 11:38:59 +0530
  • fce253253a Set umask before mkstemp() for some versions of glibc Mukund Sivaraman 2008-08-24 11:27:38 +0530
  • 62ddbd5e74 pos can never be less than 0 as it's of type size_t Mukund Sivaraman 2008-08-24 10:58:16 +0530
  • 90c1bb4b73 Remove useless check as data can't be NULL at this point Mukund Sivaraman 2008-08-24 10:45:29 +0530
  • 1e44781c4d Remove unused autoconf macro calls Mukund Sivaraman 2008-07-30 19:35:48 +0530
  • 039273c134 Add whitespace Mukund Sivaraman 2008-07-30 18:56:15 +0530
  • f613cec7ad Update the bug-report field Mukund Sivaraman 2008-07-30 18:53:55 +0530
  • bb5bbb6431 Fix the bug-report field Mukund Sivaraman 2008-07-30 18:53:17 +0530
  • fc06880f81 Add missing comma Mukund Sivaraman 2008-07-14 18:20:43 +0530
  • 7c1c547fc8 Change bug report address to email address in AC_INIT Mukund Sivaraman 2008-07-14 18:17:41 +0530
  • aa95c34004 Allow numeric uid/gids in User and Group directives Mukund Sivaraman 2008-07-14 17:40:20 +0530
  • 2fe213d777 Fix error variable names that stats.html expects Mukund Sivaraman 2008-07-14 17:14:12 +0530
  • 7e5ac7c58a Fix a regression where empty error variables caused strlen() to crash Mukund Sivaraman 2008-07-14 17:13:06 +0530
  • 7bdd47d030 Make the embedded error message display valid XHTML too Mukund Sivaraman 2008-07-14 15:47:00 +0530
  • 7b9e178a76 Add version info in embedded stats page Mukund Sivaraman 2008-07-14 15:46:05 +0530
  • 7f12f71f94 Add error number as a template parameter for error pages Mukund Sivaraman 2008-07-14 15:31:14 +0530
  • 8b26558254 Make the embedded stats message display valid XHTML too Mukund Sivaraman 2008-07-14 15:09:02 +0530
  • 74f5c3e417 Spruce up error page footers a bit Mukund Sivaraman 2008-07-14 15:02:41 +0530
  • 4caa397ec5 Replace h2 with h1 for the main heading Mukund Sivaraman 2008-07-14 14:32:02 +0530
  • 4f0b24ff9a Remove ltmain.sh from dist target Mukund Sivaraman 2008-07-14 14:30:32 +0530
  • fea8dafe0c Remove title attribute Mukund Sivaraman 2008-07-14 14:28:17 +0530
  • 922e0be574 Update error pages to valid XHTML format Mukund Sivaraman 2008-07-14 11:58:19 +0530
  • 7751efc218 Remove unused autoconf macro calls Mukund Sivaraman 2008-07-14 11:31:13 +0530
  • fbb43fb72b fix building of Makefiles in packaging subtree Jeremy Hinegardner 2008-06-23 21:21:04 -0600
  • 7bac0827f6 Fix tinyproxy homepage link Mukund Sivaraman 2008-06-20 12:42:18 +0530
  • 20ac984707 Add new Fedora packaging files Mukund Sivaraman 2008-06-19 21:59:16 +0530