Mukund Sivaraman
753010f571
build: Update CFLAGS and also check if they are supported
...
Also, enable all warnings by default, whether it is a debug
build or not.
2009-09-20 13:32:46 +05:30
Mukund Sivaraman
07ad8ad1b2
Remove unnecessary CFLAGS initialization
2009-09-20 13:19:22 +05:30
Mukund Sivaraman
1196cc11b9
Remove unnecessary prefix test
2009-09-20 13:12:57 +05:30
Mukund Sivaraman
abafcf08ab
Remove the target system information when the version is displayed
...
If we require information about the runtime environment, it can be
found using the uname program. And binutils can tell about what the
tinyproxy binary contains. Tinyproxy doesn't have to report this
information.
2009-09-20 12:40:52 +05:30
Mukund Sivaraman
90e7d07f44
Remove ability to change the name of the default configuration file
...
This feature will only confuse us during support, if users come to
us with a Tinyproxy build which has a differently named default config
file. This feature is not that useful anyway.
2009-09-20 12:33:47 +05:30
Mukund Sivaraman
6f9fa5287f
Remove obsolete SOCKS related entries from configure.ac
...
These were probably never supported, and we shouldn't claim that
we support SOCKS when we don't.
2009-09-20 12:21:59 +05:30
Mukund Sivaraman
fbc0549540
Remove unused statements from configure.ac
2009-09-20 12:14:02 +05:30
Mukund Sivaraman
851ef02fbe
build: Generate more version related variables
2009-09-20 12:13:26 +05:30
Mukund Sivaraman
e33fb9f77b
docs: Make formatting changes in tinyproxy.conf manpage
2009-09-20 11:55:47 +05:30
Mukund Sivaraman
9dfe1f1a56
docs: Further describe User and Group keys in tinyproxy.conf manpage
2009-09-20 11:53:44 +05:30
Mukund Sivaraman
9f0bf550af
Revert "docs: extend description of the User and Group parameters."
...
This reverts commit b6433522eb
.
2009-09-20 11:50:47 +05:30
Michael Adam
371e13e44f
docs: document Listen, Bind, Bindsame, and Timeout in tinyproxy.conf(5)
...
Michael
2009-09-20 01:54:06 +02:00
Michael Adam
b6433522eb
docs: extend description of the User and Group parameters.
...
Michael
2009-09-20 01:54:06 +02:00
Mukund Sivaraman
f7d494d9f7
doc: Add initial description in tinyproxy.conf manpage
2009-09-19 23:04:04 +05:30
Mukund Sivaraman
0def858576
docs: Add placeholder for tinyproxy.conf manpage
2009-09-19 09:57:24 +05:30
Michael Adam
4d4f7d2a09
tests:webclient: add copyright notice to the pod documentation.
...
Michael
2009-09-17 00:25:57 +02:00
Michael Adam
d1c8a68375
tests:webserver: Add copyright notice to the pod documentation.
...
Michael
2009-09-17 00:25:57 +02:00
Michael Adam
aae8ae5d8d
tests:webclient: reduce duplication.
...
Michael
2009-09-17 00:25:57 +02:00
Michael Adam
b7d9256a7a
tests:webclient: add a --dry-run mode that prints the request to stdout
...
and does not connect to the server at all.
Michael
2009-09-16 22:35:35 +02:00
Michael Adam
4ef7901115
tests:webclient: extend webclient to support HTTP/0.9, 1.0 and 1.1 requests.
...
Enable spcifying HTTP protocol version on command line ( --http-version).
Enable specifying method (GET, CONNECT, ...) on the command line (--method).
Add POD documentation.
Use pod2usage() to print help message.
Michael
2009-09-16 22:35:35 +02:00
Michael Adam
b5a69151fa
tests: add Makefile.am to tests/ and tests/scripts dir (for packaging)
...
Michael
2009-09-16 22:35:35 +02:00
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 42d2e10c93
.
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