Mukund Sivaraman
6f255d0900
Update bug tracker URL
2009-08-07 05:38:46 +05:30
Mukund Sivaraman
4518e4334d
Wrap len in parantheses
2009-08-07 04:30:38 +05:30
Matthew Dempsky
59d273fdcc
correctly handle folded header fields
2009-08-07 03:59:10 +05:30
Mukund Sivaraman
402b662def
Fix const warning
2009-08-07 03:54:08 +05:30
Mukund Sivaraman
a21cd7e3ed
Rename tinyproxy.[ch] to main.[ch]
2009-08-07 03:42:53 +05:30
Matthew Dempsky
b5089fecc7
fix error message formatting
...
Signed-off-by: Michael Adam <obnox@samba.org>
2009-08-06 07:33:20 +02:00
Michael Adam
f904831acd
.gitignore: ignore vi backup files
...
Michael
2009-08-05 00:28:01 +02:00
Michael Adam
2ca1f9027b
add const to the key argument of anonymous_insert().
...
Michael
2009-08-05 00:15:04 +02:00
Michael Adam
c6475974b5
add const to the key argument for anonymous_search().
...
Michael
2009-08-05 00:14:20 +02:00
Michael Adam
caf20d786b
utils: make headers constant in send_http_message() to reduce compiler warnings
...
Michael
2009-08-05 00:09:41 +02:00
Michael Adam
1cdd76af31
http_message_add_headers(): make parameter headers const.
...
Michael
2009-08-05 00:09:16 +02:00
Michael Adam
867b4c9813
filter_init(): kill implicit cast warnings by adding explicit casts.
...
Michael
2009-08-04 23:57:30 +02:00
Michael Adam
f0a46fd71c
vector: remove implicit cast warning in vector_insert() by adding explicit cast
...
Michael
2009-08-04 23:52:56 +02:00
Michael Adam
5b81dec879
vector: remove implicit cast warning in vector_create()
...
Michael
2009-08-04 23:51:29 +02:00
Michael Adam
0aa45b0d34
child_pool_create(): add to explicit cats to reduce compiler warnings.
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
60de38ceaa
child: adapt child_config to contain unsigned integers
...
as just changed in get_int_arg.
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
b4d8c5b9bf
conffile: change [sg]et_int_arg() to return unsigned long int
...
This is also the parser regexp for INT in the definition.
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
23b09947c6
conffile: add explicit cast in get_string_arg().
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
35abbbc26d
config_compile(): add an explicit cast.
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
0b583194b7
config_compile(): fix as signed / unsigned comparison compiler warning.
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
f52be1a2a1
conffile: fix indentation in the directives definition.
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
e6ac4b28cd
conffile: fix some missing initializer warnings in the directives definition.
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
32c7caf710
conffile: reformat some indentation and linebreak in the directives definition.
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
8f955d5543
child: add explicit cast in child_main().
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
50dbd61063
buffer: add explicit cast in read_buffer().
...
Michael
2009-08-04 23:47:28 +02:00
Michael Adam
e5e665b0c6
buffer: add explicit cast in new_buffer().
...
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
88dbe04c81
buffer: untangle assignment and check.
...
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
f5c80119ca
buffer: add two explicit casts to reduce compiler warnings in makenewline().
...
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
25344751eb
buffer: untangle assignment from check in makenewline().
...
For better debuggability.
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
ab4df6edb8
check_acl(): initialize "perm" to eliminate compiler warning.
...
Provides safe fallback for switch statement, just in case..
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
14a3e187ee
check_acl(): remove the fd argument - it is not used.
...
Host name and IP address are provided instead.
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
64ff313260
check_acl(): fix function header comment.
...
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
0abd82b7e9
check_acl(): add explicit cast to return value of vector_getentry()
...
to reduce compiler warnings.
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
b9f2325c54
check_acl(): add cast to recuce compiler warning (unsigned / signed comparison)
...
vector_lenth() returns < 0 if the vectore is NULL but this has been
checked before, so we can safely cast.
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
a34276feee
change vector_prepend() to take size_t len instead of ssize_t len argument.
...
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
67628dcc63
change vector_append() to take size_t len instead of ssize_t len argument
...
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
590f99ef2d
vector: change vectore_insert() to take size_t len instead of ssize_t len arg
...
Michael
2009-08-04 23:47:27 +02:00
Michael Adam
c2c7245030
remove "discard const" compiler warnings with log_message().
...
Michael
2009-08-04 23:47:26 +02:00
Michael Adam
c409e0f9d8
configure: Add more warnings to CFLAGS in debug mode
...
Michael
2009-08-04 23:47:26 +02:00
Michael Adam
04b19ac8b4
tinyproxy.conf: fix a comment typo
...
Michael
2009-08-04 01:36:22 +02:00
Mukund Sivaraman
9d971cb2d0
[BB#53] Add a GPLv2 COPYING file
...
Tinyproxy is distributed under the GNU GPLv2 or above license.
If autotools are used to build Tinyproxy without this file, they
copy the system installed COPYING file which is nowadays the
GNU GPLv3 license.
2009-08-04 04:21:46 +05:30
Michael Adam
1491483c35
tinyproxy.conf: kill some trailing spaces
...
Michael
2009-06-14 23:01:07 +02:00
Michael Adam
3ebb2ce607
autogen.sh: fix errors with new autotools.
...
The following errors occurred when running ./autogen.sh :
$ ./autogen.sh
+ aclocal
configure.ac:18: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...
../../lib/autoconf/specific.m4:332: AC_GNU_SOURCE is expanded from...
configure.ac:18: the top level
configure.ac:18: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
configure.ac:19: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...
configure.ac:19: the top level
configure.ac:19: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
and so on for autoheader and friends.
According to the autotools docs, the proper way to handle this
is to just call AC_USE_SYSTEM_EXTENSIONS.
Michael
2009-05-29 00:09:43 +02:00
Mukund Sivaraman
0b191f16fe
Indenting change
2008-12-29 13:28:02 +00:00
Mukund Sivaraman
024b317de0
Convert tabs to spaces
2008-12-08 13:39:44 +00:00
Mukund Sivaraman
6e6f992f8c
Update Tinyproxy website URL
2008-12-08 12:41:44 +00:00
Mukund Sivaraman
4c1ede779e
Break at 80 columns
2008-12-08 12:26:08 +00:00
Mukund Sivaraman
a257703e59
Reformat code to GNU coding style
...
This is a commit which simply ran all C source code files
through GNU indent. No other modifications were made.
2008-12-01 15:01:11 +00:00
Mukund Sivaraman
448c19077c
Don't disable the creation of core files
...
Creation of core files can be disabled in the OS environment such
as by using the ulimit program.
2008-12-01 14:40:26 +00:00
Mukund Sivaraman
a37a81db2d
Update Tinyproxy website URLs
2008-10-16 18:21:16 +01:00