Commit Graph

  • 574a65c28e filter: un-linebreak after un-indent... Michael Adam 2009-09-15 02:22:04 +0200
  • c240ca3bcc child: move log messagte in child_main_loop() to a less irritating place. Michael Adam 2009-09-15 02:20:25 +0200
  • 93b00446b9 filter: reduce indentation in filter_init by 16 characters by using return. Michael Adam 2009-09-15 01:13:11 +0200
  • 9594b8889e Revert "Fix constness of stathost" Mukund Sivaraman 2009-09-15 04:14:26 +0530
  • f3312c22a0 Remove unused parameter from process_request() Mukund Sivaraman 2009-09-15 04:11:58 +0530
  • 551e041638 Make takesig() into a static function Mukund Sivaraman 2009-09-15 04:09:34 +0530
  • 42d2e10c93 Fix constness of stathost Mukund Sivaraman 2009-09-15 04:08:26 +0530
  • 83ebd74d87 Minor indenting changes Mukund Sivaraman 2009-09-15 04:07:06 +0530
  • d243515fa7 Return instead of exit() at end of main() Mukund Sivaraman 2009-09-15 04:06:26 +0530
  • ce55167487 Minor indenting changes Mukund Sivaraman 2009-09-15 03:53:35 +0530
  • b3065b6d18 Exit with proper status in case of bad commandline arguments Mukund Sivaraman 2009-09-15 03:53:18 +0530
  • 34e23233ce Add doc for change_user() Mukund Sivaraman 2009-09-15 02:00:20 +0530
  • 1d744eb4c9 Return correct error status when setuid() or setgid() fails Mukund Sivaraman 2009-09-15 01:54:26 +0530
  • 56748c5e65 Extract setuid/setgid code into a function Mukund Sivaraman 2009-09-15 01:53:07 +0530
  • 5ec5449194 Extract cmdline parsing code into a function Mukund Sivaraman 2009-09-15 01:34:30 +0530
  • f25b0e2872 filter: untangle assignment and check in filter_init(). Michael Adam 2009-09-14 22:18:28 +0200
  • c8e1696a22 conffile: reformat the directives array for readability. Michael Adam 2009-09-14 22:17:45 +0200
  • b6413068e2 tests:webserver: record the value of the server header field in a variable. Michael Adam 2009-09-14 17:14:50 +0200
  • 96303e10f3 Remove unused variable Mukund Sivaraman 2009-09-15 01:15:27 +0530
  • 7b9234f394 Indent code to Tinyproxy coding style Mukund Sivaraman 2009-09-15 01:11:25 +0530
  • 2cb6777592 Remove C++ wrapper from headers Mukund Sivaraman 2009-09-15 01:04:28 +0530
  • 26b95f7b81 Add Tinyproxy indent script Mukund Sivaraman 2009-09-15 01:00:27 +0530
  • 5d48ba3c66 docs: Fix .gitignore Mukund Sivaraman 2009-09-14 19:13:20 +0530
  • df4892d939 tests:webclient: add User-Agent header to request. Michael Adam 2009-09-14 13:29:27 +0200
  • 8c5391ab6e tests:webserver: add handing of bad request error. Michael Adam 2009-09-14 13:28:56 +0200
  • 78502e4565 tests:webserver: add parsing of request Michael Adam 2009-09-14 13:28:27 +0200
  • e06aaa5c79 Rename doc directory to docs Mukund Sivaraman 2009-09-14 16:56:12 +0530
  • 0491411807 doc: Remove pre-generated manpage from repo Mukund Sivaraman 2009-09-14 16:50:49 +0530
  • 325d12b01d doc: Don't EXTRA_DIST configure generated tinyproxy.txt Mukund Sivaraman 2009-09-14 16:49:56 +0530
  • caba182038 doc: Add .gitignore to doc/man8/ Mukund Sivaraman 2009-09-14 16:43:06 +0530
  • 05ee13a649 doc: Another manpage text update Mukund Sivaraman 2009-09-14 16:20:10 +0530
  • 017ba5d42f doc: Case changes and minor text updates to manpage Mukund Sivaraman 2009-09-14 15:51:37 +0530
  • 00614c1523 doc: Update manpage to set missing fields Mukund Sivaraman 2009-09-14 15:42:43 +0530
  • 675c7492c1 docs: update asciidoc-generated manpage tinyproxy.8 after changes. Michael Adam 2009-09-14 11:22:51 +0200
  • 19add5471b doc: use asciidoc-auto-enumeration in list. Michael Adam 2009-09-14 11:20:07 +0200
  • b3e3fe6647 doc: add my c to the manpage Michael Adam 2009-09-14 11:03:34 +0200
  • cdb9d54dca docs: update tinyproxy manpage: elaborate template files and explain stat host. Michael Adam 2009-09-14 11:00:52 +0200
  • afacc3d80b tests:webserver: move parsing of request to its own function. Michael Adam 2009-09-14 10:13:29 +0200
  • 8f8f99098e packaging: Update summary and description in spec file Mukund Sivaraman 2009-09-13 17:26:38 +0530
  • b952bc6595 Remove acinclude.m4 and configure macro dir Mukund Sivaraman 2009-09-13 17:14:08 +0530
  • f1a586648e tests: test retreival of stathost page. Michael Adam 2009-09-13 01:52:26 +0200
  • 282ec11792 tests: set stathost to 127.0.0.127 in the testsuite Michael Adam 2009-09-13 01:48:42 +0200
  • 5a96099cde tests: print IP and port after firing up tinyproxy and webserver Michael Adam 2009-09-13 01:31:05 +0200
  • abb2283e2e tests:webserver: be more rfc 1945 compliant in the server-header. Michael Adam 2009-09-13 01:14:44 +0200
  • 71f3721bb1 tests: fix run_tests.sh after templates have moved. Michael Adam 2009-09-13 01:09:44 +0200
  • 7aa5482754 doc: Remove missing tinyproxy.conf from EXTRA_DIST Mukund Sivaraman 2009-09-13 04:14:21 +0530
  • 168935344a Cleanup top-level Makefile.am Mukund Sivaraman 2009-09-13 04:13:21 +0530
  • 9b6975c9eb m4macros: EXTRA_DIST m4 macros from its own directory Mukund Sivaraman 2009-09-13 04:12:32 +0530
  • 49971a76b9 Remove files that are distributed anyway from EXTRA_DIST Mukund Sivaraman 2009-09-13 04:09:37 +0530
  • 7b4f67ecef data: Cleanup installation of templates Mukund Sivaraman 2009-09-13 04:08:06 +0530
  • 9d7bd43d8e Fix Makefile.am Mukund Sivaraman 2009-09-13 04:05:28 +0530
  • c44264ddaa doc: Move doc/tinyproxy.conf to etc/ directory Mukund Sivaraman 2009-09-13 04:04:18 +0530
  • 4cbc6b0359 doc: Move doc/HTML_VARIABLES content to the manpage Mukund Sivaraman 2009-09-13 03:59:03 +0530
  • 13ccc059d0 doc: Rename some files Mukund Sivaraman 2009-09-13 03:53:32 +0530
  • ce97014bc0 doc: Delete report.sh.tmpl Mukund Sivaraman 2009-09-13 03:49:20 +0530
  • f3e06436b5 doc: Move templates to data/templates/ directory Mukund Sivaraman 2009-09-13 03:48:24 +0530
  • d7296318a0 doc: Cleanup doc/Makefile.am Mukund Sivaraman 2009-09-13 03:40:59 +0530
  • a4a93917c9 doc: Use asciidoc for manpage Mukund Sivaraman 2009-09-13 03:32:38 +0530
  • 31f98e9adc doc: Remove report.sh script Mukund Sivaraman 2009-09-13 02:55:42 +0530
  • 6c83a49bbb tests: add a script wrapper to run tinyproxy under valgrind in the tests. Michael Adam 2009-09-11 01:10:11 +0200
  • 26aa8648b6 tests: add support for running tinyproxy under valgrind. Michael Adam 2009-09-11 01:02:52 +0200
  • 389f5d1464 make "config_file" a const in the config struct. Michael Adam 2009-09-10 22:16:58 +0200
  • 735c9cb70f reqs.c: fix two implicit cast warnings. Michael Adam 2009-09-10 22:12:16 +0200
  • 408c781d14 tests: restructure run_tests into functions to make main flow clearer. Michael Adam 2009-09-10 12:53:25 +0200
  • dfa1763af9 tests:run_tests: add complete GPL boilerplate. Michael Adam 2009-09-10 12:09:12 +0200
  • bc1da1cbb5 tests:webclient: add complete GPL boilerplate. Michael Adam 2009-09-10 12:08:17 +0200
  • 290c4f581e tests/webserver: add complete GPL boilerplate. Michael Adam 2009-09-10 12:07:48 +0200
  • 4d4f8bffef tests:webserver: make pid-file, log-dir and doc-root reside in /tmp by default Michael Adam 2009-09-10 11:07:09 +0200
  • 974be68476 tests/webserver: rework locking of pid file. Michael Adam 2009-09-10 10:27:00 +0200
  • 449af292dc tests:webserver: reopen STDOUT/STDERR after locking pid file. Michael Adam 2009-09-10 10:25:57 +0200
  • 526c70f687 tests: this is a first draft of the beginning of a test suite. Michael Adam 2009-09-10 01:17:25 +0200
  • 158f8a7e15 tests: add a simple web client written in perl. Michael Adam 2009-09-10 01:15:01 +0200
  • a39d7cd8d8 tests: add a simple webserver written in perl. Michael Adam 2009-09-10 01:13:01 +0200
  • e39da7d0b2 README: Update the CONTRIBUTING section. Michael Adam 2009-09-09 10:52:17 +0200
  • 4092c70b06 Fix compiler warnings: make const strings const in process_server_headers(). Michael Adam 2009-08-12 23:49:46 +0200
  • 0d585dca8d Fix compiler warnings: make const strings const in process_client_headers(). Michael Adam 2009-08-12 23:49:16 +0200
  • c59d012d11 Fix compiler warnings: Make const strings const in remove_connection_headers() Michael Adam 2009-08-12 23:47:45 +0200
  • 1bfe8b6bea Fix implicit cast warning in get_all_headers(). Michael Adam 2009-08-09 23:30:04 +0200
  • 3b6bc45c37 Fix two implicit cast warnings in pull_client_data(). Michael Adam 2009-08-09 23:28:36 +0200
  • bfca4019b7 Fix three implicit cast warnings in process_request(). Michael Adam 2009-08-09 23:08:54 +0200
  • 43fcc9ea37 Fix implicit cast warning in upstream_add(). Michael Adam 2009-08-09 23:06:31 +0200
  • 00fd84586c Fix implicit cast warning in extract_ssl_url(). Michael Adam 2009-08-09 23:05:28 +0200
  • ed23ceef64 Fix implicit cast warning in extract_http_url(). Michael Adam 2009-08-09 23:04:27 +0200
  • bfa2c8ed77 Fix implicit cast warning in check_allowed_connect_ports(). Michael Adam 2009-08-09 23:02:54 +0200
  • eb0deeb966 fix signed vs unsigned comparison warning in check_allowed_connect_ports(). Michael Adam 2009-08-09 23:01:32 +0200
  • caee88c774 readline(): fix 5 implicit cast warnings Michael Adam 2009-08-07 10:10:04 +0200
  • 947e8eb838 write_message(): fix signed/unsigned comparison warning Michael Adam 2009-08-07 10:07:07 +0200
  • c535939a9c write_message(): fix implicit cast warnings. Michael Adam 2009-08-07 10:06:12 +0200
  • b450ad76ff safe_write: fix unsigned vs. signed comparison Michael Adam 2009-08-07 10:04:57 +0200
  • 2fff622819 send_stored_logs(): remove an implicit cast warning. Michael Adam 2009-08-07 09:54:15 +0200
  • 4434dd24f1 send_stored_logs: fix signed/unsigned comparison Michael Adam 2009-08-07 09:42:45 +0200
  • 8a27e29f7e log_message(): remove implicit cast warning. Michael Adam 2009-08-07 09:28:35 +0200
  • 87f5657db0 log: make const char array const. Michael Adam 2009-08-07 09:27:51 +0200
  • 1052502b63 http_message_add_headers: make argument num_headers unsigned Michael Adam 2009-08-07 09:24:32 +0200
  • f99edadc92 http_message_add_headers(): fix implicit cast warning. Michael Adam 2009-08-07 09:21:28 +0200
  • baf634194c http_message_create(): remove two implicit cast warnings. Michael Adam 2009-08-07 09:20:28 +0200
  • 6a35704cdb heap: make a const string const in malloc_shared_memory(). Michael Adam 2009-08-07 09:17:49 +0200
  • 8f50875740 heap: fix an implicit cast warning. Michael Adam 2009-08-07 09:17:12 +0200
  • ab9e8a59e2 hashmap: fix three implicit cast warnings. Michael Adam 2009-08-07 09:14:38 +0200
  • 181b03d729 Fix an implicit cast warning in initialize_conn(). Michael Adam 2009-08-07 09:12:42 +0200