Age | Commit message (Collapse) | Author |
|
some people want to run tinyproxy with minimal configuration from
the command line (and as non-root), but tinyproxy insists on writing
a pid file, which only makes sense for usage as a service, hereby
forcing the user to either run it as root so it can write to the
default location, or start editing the default config file to work
around it.
and if no pidfile is specified in the config, it frankly doesn't
make sense to force creation of one anyway.
|
|
|
|
tinyproxy conservatively defaulted to allow CONNECT method only
on two ports used by SSL in the ancient past, but since HTTPS usage
got much more widespread (actually, it's now the default for the
majority of websites), it makes sense now to allow it without
restriction by default to accomodate for the new situation.
|
|
|
|
tinyproxy configure does not actually support enable-static
|
|
See #90 and #99
|
|
honor result of inet_ntop in get_ip_string()
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Configure trim
|
|
Prevent child from calling exit() on interrupt
|
|
src/Makefile.am: fix spaces vs TAB
|
|
this causes a build failure on several platforms using older versions
of autotools or GNU make.
make[2]: Entering directory `src'
Makefile:670: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
make[2]: Leaving directory `src'
fixes #72
|
|
Fix OS X build
|
|
|
|
|
|
Move lookup_variable from html-error.c to hashmap.c
|
|
A proposed fix for the logrotate SIGHUP issue.
|
|
|
|
|
|
add 'compile' to gitignore
|
|
README: mention --enable-reverse configure option
|
|
it's generated by autogen
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Enable travis-ci: add .travis.yml
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
addresses #65
|
|
addresses #65
|
|
addresses #65
|
|
ship manpages as part of the dist tarball
|
|
`make dist` now creates the manpages and puts them into the tarball, so
the user does not need to have `a2x` installed to build them.
closes #2
|
|
build: add README.md to the bundled files
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Cleanup readme and fix installation instructions
|
|
Closes #60
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Closes #30
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
build: remove foreign from AM_INIT_AUTOMAKE - generate INSTALL again
|
|
Closes #21
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
available (#35)
allow non-reverse mappings if reverseonly is not enabled
|
|
in the unlikely case that the user's C library has broken regex support,
she should probably update to a bugfree version.
in its full consequence, checking if individual functions works basically
require to test every single function in use, which is nonsensical.
since this check required to compile and run a code sample on the host,
it cannot be checked in cross-compile scenarios and as it defaulted to yes
(broken), causes build failure in any such scenario.
closes #1
Signed-off-by: John Spencer <maillist-tinyproxy@barfooze.de>
Reviewed-by: Michael Adam <obnox@samba.org>
|
|
update URL
|
|
|
|
This should make hash processing generally faster.
There is a treadeoff between memory footprint and
speed of processing. 10 KB instead of 1.2 KB of
hash table per process should not be a huge problem
even on very limited current systems.
Who really needs to stick to 32 buckets could
recompile. We could also think about making
this configurable at some point.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Based on patch provided by gpernot@praksys.org on bugzilla.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Based on a patch provided by gpernot@praksys.org on bugzilla.
Signed-off-by: Michael Adam <obnox@samba.org>
|