summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-13doc: Move doc/tinyproxy.conf to etc/ directoryMukund Sivaraman4-25/+8
2009-09-13doc: Move doc/HTML_VARIABLES content to the manpageMukund Sivaraman4-16/+80
2009-09-13doc: Rename some filesMukund Sivaraman3-2/+2
2009-09-13doc: Delete report.sh.tmplMukund Sivaraman1-16/+0
2009-09-13doc: Move templates to data/templates/ directoryMukund Sivaraman8-10/+16
2009-09-13doc: Cleanup doc/Makefile.amMukund Sivaraman1-5/+10
2009-09-13doc: Use asciidoc for manpageMukund Sivaraman6-62/+189
2009-09-13doc: Remove report.sh scriptMukund Sivaraman1-14/+0
2009-09-11tests: add a script wrapper to run tinyproxy under valgrind in the tests.Michael Adam1-0/+28
2009-09-11tests: add support for running tinyproxy under valgrind.Michael Adam1-1/+1
2009-09-10make "config_file" a const in the config struct.Michael Adam1-1/+1
2009-09-10reqs.c: fix two implicit cast warnings.Michael Adam1-2/+2
2009-09-10tests: restructure run_tests into functions to make main flow clearer.Michael Adam1-65/+104
2009-09-10tests:run_tests: add complete GPL boilerplate.Michael Adam1-2/+13
2009-09-10tests:webclient: add complete GPL boilerplate.Michael Adam1-2/+13
2009-09-10tests/webserver: add complete GPL boilerplate.Michael Adam1-2/+14
2009-09-10tests:webserver: make pid-file, log-dir and doc-root reside in /tmp by defaultMichael Adam1-3/+3
2009-09-10tests/webserver: rework locking of pid file.Michael Adam1-5/+27
2009-09-10tests:webserver: reopen STDOUT/STDERR after locking pid file.Michael Adam1-5/+8
2009-09-10tests: this is a first draft of the beginning of a test suite.Michael Adam1-0/+138
2009-09-10tests: add a simple web client written in perl.Michael Adam1-0/+46
2009-09-10tests: add a simple webserver written in perl.Michael Adam1-0/+276
2009-09-09README: Update the CONTRIBUTING section.Michael Adam1-2/+16
2009-08-12Fix compiler warnings: make const strings const in process_server_headers().Michael Adam1-1/+1
2009-08-12Fix compiler warnings: make const strings const in process_client_headers().Michael Adam1-1/+1
2009-08-12Fix compiler warnings: Make const strings const in remove_connection_headers()Michael Adam1-1/+1
2009-08-09Fix implicit cast warning in get_all_headers().Michael Adam1-1/+2
2009-08-09Fix two implicit cast warnings in pull_client_data().Michael Adam1-2/+3
2009-08-09Fix three implicit cast warnings in process_request().Michael Adam1-4/+4
2009-08-09Fix implicit cast warning in upstream_add().Michael Adam1-1/+1
2009-08-09Fix implicit cast warning in extract_ssl_url().Michael Adam1-1/+1
2009-08-09Fix implicit cast warning in extract_http_url().Michael Adam1-1/+1
2009-08-09Fix implicit cast warning in check_allowed_connect_ports().Michael Adam1-1/+1
2009-08-09fix signed vs unsigned comparison warning in check_allowed_connect_ports().Michael Adam1-1/+1
2009-08-07readline(): fix 5 implicit cast warningsMichael Adam1-5/+7
2009-08-07write_message(): fix signed/unsigned comparison warningMichael Adam1-1/+1
2009-08-07write_message(): fix implicit cast warnings.Michael Adam1-2/+2
2009-08-07safe_write: fix unsigned vs. signed comparisonMichael Adam1-1/+1
2009-08-07send_stored_logs(): remove an implicit cast warning.Michael Adam1-1/+1
2009-08-07send_stored_logs: fix signed/unsigned comparisonMichael Adam1-1/+1
2009-08-07log_message(): remove implicit cast warning.Michael Adam1-1/+1
2009-08-07log: make const char array const.Michael Adam1-1/+1
2009-08-07http_message_add_headers: make argument num_headers unsignedMichael Adam2-5/+4
2009-08-07http_message_add_headers(): fix implicit cast warning.Michael Adam1-1/+2
2009-08-07http_message_create(): remove two implicit cast warnings.Michael Adam1-2/+3
2009-08-07heap: make a const string const in malloc_shared_memory().Michael Adam1-1/+1
2009-08-07heap: fix an implicit cast warning.Michael Adam1-1/+1
2009-08-07hashmap: fix three implicit cast warnings.Michael Adam1-3/+4
2009-08-07Fix an implicit cast warning in initialize_conn().Michael Adam1-1/+1
2009-08-07send_html_file(): remove a discards qualifyer warningMichael Adam1-2/+3