Michael Adam
f648d82edc
tests: prepare tinyproxy for filter file usage in tests.
...
Michael
2009-09-15 02:25:10 +02:00
Michael Adam
574a65c28e
filter: un-linebreak after un-indent...
...
Michael
2009-09-15 02:25:10 +02:00
Michael Adam
c240ca3bcc
child: move log messagte in child_main_loop() to a less irritating place.
...
Michael
2009-09-15 02:25:10 +02:00
Michael Adam
93b00446b9
filter: reduce indentation in filter_init by 16 characters by using return.
...
Michael
2009-09-15 02:25:09 +02:00
Mukund Sivaraman
9594b8889e
Revert "Fix constness of stathost"
...
This reverts commit 42d2e10c93aacea89b7e5c23c1487a45788715b3.
2009-09-15 04:14:26 +05:30
Mukund Sivaraman
f3312c22a0
Remove unused parameter from process_request()
2009-09-15 04:11:58 +05:30
Mukund Sivaraman
551e041638
Make takesig() into a static function
2009-09-15 04:09:34 +05:30
Mukund Sivaraman
42d2e10c93
Fix constness of stathost
2009-09-15 04:08:26 +05:30
Mukund Sivaraman
83ebd74d87
Minor indenting changes
...
Also changed the text "configuration file" to read "config file".
2009-09-15 04:07:06 +05:30
Mukund Sivaraman
d243515fa7
Return instead of exit() at end of main()
2009-09-15 04:06:26 +05:30
Mukund Sivaraman
ce55167487
Minor indenting changes
2009-09-15 03:53:35 +05:30
Mukund Sivaraman
b3065b6d18
Exit with proper status in case of bad commandline arguments
2009-09-15 03:53:18 +05:30
Mukund Sivaraman
34e23233ce
Add doc for change_user()
2009-09-15 02:00:20 +05:30
Mukund Sivaraman
1d744eb4c9
Return correct error status when setuid() or setgid() fails
2009-09-15 01:55:16 +05:30
Mukund Sivaraman
56748c5e65
Extract setuid/setgid code into a function
2009-09-15 01:55:16 +05:30
Mukund Sivaraman
5ec5449194
Extract cmdline parsing code into a function
2009-09-15 01:55:16 +05:30
Michael Adam
f25b0e2872
filter: untangle assignment and check in filter_init().
...
Michael
2009-09-14 22:18:28 +02:00
Michael Adam
c8e1696a22
conffile: reformat the directives array for readability.
...
Michael
2009-09-14 22:17:45 +02:00
Michael Adam
b6413068e2
tests:webserver: record the value of the server header field in a variable.
...
Michael
2009-09-14 22:12:30 +02:00
Mukund Sivaraman
96303e10f3
Remove unused variable
2009-09-15 01:15:27 +05:30
Mukund Sivaraman
7b9234f394
Indent code to Tinyproxy coding style
...
The modified files were indented with GNU indent using the
following command:
indent -npro -kr -i8 -ts8 -sob -l80 -ss -cs -cp1 -bs -nlps -nprs -pcs \
-saf -sai -saw -sc -cdw -ce -nut -il0
No other changes of any sort were made.
2009-09-15 01:11:25 +05:30
Mukund Sivaraman
2cb6777592
Remove C++ wrapper from headers
...
These are not necessary as Tinyproxy is pure C code, and only
to be used within Tinyproxy. It is not a library.
2009-09-15 01:04:28 +05:30
Mukund Sivaraman
26b95f7b81
Add Tinyproxy indent script
2009-09-15 01:00:50 +05:30
Mukund Sivaraman
5d48ba3c66
docs: Fix .gitignore
2009-09-14 19:13:34 +05:30
Michael Adam
df4892d939
tests:webclient: add User-Agent header to request.
...
Michael
2009-09-14 13:30:58 +02:00
Michael Adam
8c5391ab6e
tests:webserver: add handing of bad request error.
...
Michael
2009-09-14 13:30:57 +02:00
Michael Adam
78502e4565
tests:webserver: add parsing of request
...
Michael
2009-09-14 13:30:57 +02:00
Mukund Sivaraman
e06aaa5c79
Rename doc directory to docs
2009-09-14 16:56:12 +05:30
Mukund Sivaraman
0491411807
doc: Remove pre-generated manpage from repo
...
A pre-generated manpage still gets EXTRA_DIST'ed in release tarballs.
2009-09-14 16:50:49 +05:30
Mukund Sivaraman
325d12b01d
doc: Don't EXTRA_DIST configure generated tinyproxy.txt
2009-09-14 16:49:56 +05:30
Mukund Sivaraman
caba182038
doc: Add .gitignore to doc/man8/
2009-09-14 16:43:06 +05:30
Mukund Sivaraman
05ee13a649
doc: Another manpage text update
2009-09-14 16:20:10 +05:30
Mukund Sivaraman
017ba5d42f
doc: Case changes and minor text updates to manpage
2009-09-14 15:51:37 +05:30
Mukund Sivaraman
00614c1523
doc: Update manpage to set missing fields
2009-09-14 15:46:18 +05:30
Michael Adam
675c7492c1
docs: update asciidoc-generated manpage tinyproxy.8 after changes.
...
Michael
2009-09-14 11:22:51 +02:00
Michael Adam
19add5471b
doc: use asciidoc-auto-enumeration in list.
...
Michael
2009-09-14 11:20:07 +02:00
Michael Adam
b3e3fe6647
doc: add my c to the manpage
...
Michael
2009-09-14 11:03:34 +02:00
Michael Adam
cdb9d54dca
docs: update tinyproxy manpage: elaborate template files and explain stat host.
...
Michael
2009-09-14 11:02:28 +02:00
Michael Adam
afacc3d80b
tests:webserver: move parsing of request to its own function.
...
(Prepare for really parsing the request...)
Michael
2009-09-14 11:02:28 +02:00
Mukund Sivaraman
8f8f99098e
packaging: Update summary and description in spec file
2009-09-13 17:26:38 +05:30
Mukund Sivaraman
b952bc6595
Remove acinclude.m4 and configure macro dir
2009-09-13 17:14:08 +05:30
Michael Adam
f1a586648e
tests: test retreival of stathost page.
...
Michael
2009-09-13 01:52:26 +02:00
Michael Adam
282ec11792
tests: set stathost to 127.0.0.127 in the testsuite
...
Michael
2009-09-13 01:52:11 +02:00
Michael Adam
5a96099cde
tests: print IP and port after firing up tinyproxy and webserver
...
Michael
2009-09-13 01:31:05 +02:00
Michael Adam
abb2283e2e
tests:webserver: be more rfc 1945 compliant in the server-header.
...
Michael
2009-09-13 01:14:44 +02:00
Michael Adam
71f3721bb1
tests: fix run_tests.sh after templates have moved.
...
Michael
2009-09-13 01:09:44 +02:00
Mukund Sivaraman
7aa5482754
doc: Remove missing tinyproxy.conf from EXTRA_DIST
2009-09-13 04:14:21 +05:30
Mukund Sivaraman
168935344a
Cleanup top-level Makefile.am
2009-09-13 04:13:21 +05:30
Mukund Sivaraman
9b6975c9eb
m4macros: EXTRA_DIST m4 macros from its own directory
2009-09-13 04:12:32 +05:30
Mukund Sivaraman
49971a76b9
Remove files that are distributed anyway from EXTRA_DIST
2009-09-13 04:09:37 +05:30