index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-04
Merge pull request #59 from gmp216/pull
Michael Adam
2017-01-04
configure.ac: add conditional for -z,defs
Greg
2017-01-04
Added conditional for xmllint by testing "a2x" without the -L flag.
Greg
2017-01-04
Merge pull request #71 from gmp216/lookup
Michael Adam
2016-12-27
Move lookup_variable into hashmap.c / hashmap.h
Greg
2016-12-27
Change signature for lookup_variable to take map instead of connptr
Greg
2016-12-24
Merge pull request #70 from obnoxxx/compile
Michael Adam
2016-12-24
Merge pull request #69 from obnoxxx/readme
Michael Adam
2016-12-24
add 'compile' to gitignore
Michael Adam
2016-12-24
README: mention --enable-reverse configure option
Michael Adam
2016-12-24
Merge pull request #68 from obnoxxx/travis
Michael Adam
2016-12-24
Enable travis-ci: add .travis.yml
Michael Adam
2016-12-20
Merge pull request #63 from rofl0r/fix_manpage_gen
Michael Adam
2016-12-20
ship manpages as part of the dist tarball
rofl0r
2016-12-20
Merge pull request #62 from obnoxxx/bundle-readme-md
Michael Adam
2016-12-20
build: add README.md to the bundled files
Michael Adam
2016-12-20
Merge pull request #61 from obnoxxx/cleanup-readme
Michael Adam
2016-12-20
Add placeholder ChangeLog to keep automake happy
Michael Adam
2016-12-20
README: update install instructions
Michael Adam
2016-12-20
README: add README pointing to README.md to make automake happy
Michael Adam
2016-12-20
README: Rename README --> README.md
Michael Adam
2016-12-20
REAMDE: convert README to github markdown
Michael Adam
2016-12-20
README: cleanup readme from legacy content
Michael Adam
2016-09-11
Merge pull request #36 from obnoxxx/issue-21
Michael Adam
2016-09-11
build: remove foreign from AM_INIT_AUTOMAKE - generate INSTALL again
Michael Adam
2016-09-10
Continue with forward proxy if ReverseOnly is not true and no mapping availab...
Stephan Leemburg
2016-01-19
configure.ac: remove check for broken regex which breaks crosscompilation
John Spencer
2016-01-03
Merge pull request #6 from rofl0r/url
Michael Adam
2016-01-03
update URL
rofl0r
2014-12-13
BB#110 Increase number of hash buckets from 32 to 256.
Michael Adam
2014-12-13
BB#110 limit the number of headers per request to prevent DoS
Michael Adam
2014-12-13
BB#110 secure the hashmaps by adding a seed
Michael Adam
2014-12-13
BB#110 Replace hash function with Dan Bernstein's.
Peter H. Froehlich
2014-05-01
Remove suggester (see Banu RT #138)
Mukund Sivaraman
2013-11-23
buffer: fix log message in read_buffer().
Michael Adam
2013-11-23
buffer: reduce indentation in read_buffer()
Michael Adam
2013-11-23
reqs: fix typo in a debug message in get_request_entity()
Michael Adam
2013-11-23
transparent: make transparent support compile after introduction of multi Listen
Michael Adam
2013-11-23
child: remove use of config.listen_addrs in child_listening_sockets()
Michael Adam
2013-11-22
reqs: Fix CID 1130969 (part 3) - unchecked return value from library.
Michael Adam
2013-11-22
reqs: Fix CID 1130969 (part 2) - unchecked return value from library.
Michael Adam
2013-11-22
reqs: Fix CID 1130972 - remove logically dead code.
Michael Adam
2013-11-22
network: Fix CID 113095 - unchecked return value from library
Michael Adam
2013-11-22
child: check return code of socket_blocking for accept in child_main
Michael Adam
2013-11-22
child: Fix CID 1130966 - unchecked return value from library
Michael Adam
2013-11-22
reqs: Fix CID 1130967 - unchecked return value from library.
Michael Adam
2013-11-22
reqs: Fix CID 1130968 - unchecked return value from library
Michael Adam
2013-11-22
reqs: rename a variable.
Michael Adam
2013-11-22
reqs: fix CID 1130969 - unchecked return code from library
Michael Adam
2013-11-22
reqs: fix CID 1130970 - unchecked return code from library
Michael Adam
[next]