summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-01-04Merge pull request #59 from gmp216/pullMichael Adam
2017-01-04configure.ac: add conditional for -z,defsGreg
2017-01-04Added conditional for xmllint by testing "a2x" without the -L flag.Greg
2017-01-04Merge pull request #71 from gmp216/lookupMichael Adam
2016-12-27Move lookup_variable into hashmap.c / hashmap.hGreg
2016-12-27Change signature for lookup_variable to take map instead of connptrGreg
2016-12-24Merge pull request #70 from obnoxxx/compileMichael Adam
2016-12-24Merge pull request #69 from obnoxxx/readmeMichael Adam
2016-12-24add 'compile' to gitignoreMichael Adam
2016-12-24README: mention --enable-reverse configure optionMichael Adam
2016-12-24Merge pull request #68 from obnoxxx/travisMichael Adam
2016-12-24Enable travis-ci: add .travis.ymlMichael Adam
2016-12-20Merge pull request #63 from rofl0r/fix_manpage_genMichael Adam
2016-12-20ship manpages as part of the dist tarballrofl0r
2016-12-20Merge pull request #62 from obnoxxx/bundle-readme-mdMichael Adam
2016-12-20build: add README.md to the bundled filesMichael Adam
2016-12-20Merge pull request #61 from obnoxxx/cleanup-readmeMichael Adam
2016-12-20Add placeholder ChangeLog to keep automake happyMichael Adam
2016-12-20README: update install instructionsMichael Adam
2016-12-20README: add README pointing to README.md to make automake happyMichael Adam
2016-12-20README: Rename README --> README.mdMichael Adam
2016-12-20REAMDE: convert README to github markdownMichael Adam
2016-12-20README: cleanup readme from legacy contentMichael Adam
2016-09-11Merge pull request #36 from obnoxxx/issue-21Michael Adam
2016-09-11build: remove foreign from AM_INIT_AUTOMAKE - generate INSTALL againMichael Adam
2016-09-10Continue with forward proxy if ReverseOnly is not true and no mapping availab...Stephan Leemburg
2016-01-19configure.ac: remove check for broken regex which breaks crosscompilationJohn Spencer
2016-01-03Merge pull request #6 from rofl0r/urlMichael Adam
2016-01-03update URLrofl0r
2014-12-13BB#110 Increase number of hash buckets from 32 to 256.Michael Adam
2014-12-13BB#110 limit the number of headers per request to prevent DoSMichael Adam
2014-12-13BB#110 secure the hashmaps by adding a seedMichael Adam
2014-12-13BB#110 Replace hash function with Dan Bernstein's.Peter H. Froehlich
2014-05-01Remove suggester (see Banu RT #138)Mukund Sivaraman
2013-11-23buffer: fix log message in read_buffer().Michael Adam
2013-11-23buffer: reduce indentation in read_buffer()Michael Adam
2013-11-23reqs: fix typo in a debug message in get_request_entity()Michael Adam
2013-11-23transparent: make transparent support compile after introduction of multi ListenMichael Adam
2013-11-23child: remove use of config.listen_addrs in child_listening_sockets()Michael Adam
2013-11-22reqs: Fix CID 1130969 (part 3) - unchecked return value from library.Michael Adam
2013-11-22reqs: Fix CID 1130969 (part 2) - unchecked return value from library.Michael Adam
2013-11-22reqs: Fix CID 1130972 - remove logically dead code.Michael Adam
2013-11-22network: Fix CID 113095 - unchecked return value from libraryMichael Adam
2013-11-22child: check return code of socket_blocking for accept in child_mainMichael Adam
2013-11-22child: Fix CID 1130966 - unchecked return value from libraryMichael Adam
2013-11-22reqs: Fix CID 1130967 - unchecked return value from library.Michael Adam
2013-11-22reqs: Fix CID 1130968 - unchecked return value from libraryMichael Adam
2013-11-22reqs: rename a variable.Michael Adam
2013-11-22reqs: fix CID 1130969 - unchecked return code from libraryMichael Adam
2013-11-22reqs: fix CID 1130970 - unchecked return code from libraryMichael Adam