aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-fw-helper
AgeCommit message (Expand)Author
2014-03-25Add missing -Isrc/ext to tor-fw-helper/include.amNick Mathewson
2013-06-10Fix tor-fw-helper exit code.Arlo Breault
2013-03-19Merge remote-tracking branch 'public/bug7768' into maint-0.2.4Nick Mathewson
2013-03-19Use option name --test-commandline in tor-fw-helper.David Fifield
2013-03-15Fix some basic socket issues with tor-fw-helper-natpmp on windowsNick Mathewson
2013-03-15Fix brackets in tor-fw-helper help output.David Fifield
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-28Fix undefined reference to libm functions linking tor-fw-helperAnthony G. Basile
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-09-05Fix some bugs that did not allow compilation on Windows.George Kadianakis
2012-09-05General tweaks and fixes for Nick's comments.George Kadianakis
2012-09-05Tweak code and pump the tor-fw-helper version.George Kadianakis
2012-09-05All loging messages are now sent to stderr.George Kadianakis
2012-09-05Refactor our backends' interface.George Kadianakis
2012-09-05Further implement tor-fw-helper's TCP port forwarding system.George Kadianakis
2012-09-05Implement the new TCP port parsing logic in tor-fw-helper.George Kadianakis
2012-09-05Refactor tor-fw-helper port forwarding logic.George Kadianakis
2012-08-09Move to non-recursive makeStewart Smith
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-04-24Fix compile error against miniupnpc-1.6 when --enable-upnpAnthony G. Basile
2012-02-14Include compat.h from natpmp-helper to fix buildSebastian Hahn
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.cNick Mathewson
2011-12-10Fix compilation of natpmp-helper on non-windowsSebastian Hahn
2011-11-30Make file descriptor type an unsigned integerSteven Murdoch
2011-11-30Support NAT-PMP on WindowsSteven Murdoch
2011-08-22Correct reference to libiphlpapi from libiphlapiSteven Murdoch
2011-08-22Appease "make check spaces"Steven Murdoch
2011-08-19Only link ws2_32 and iphlapi on windows.Nick Mathewson
2011-08-19Link and build tor-fw-helper on WindowsSteven Murdoch
2011-08-01Re-order tor_fw_helper_LDADD flags so that they workNick Mathewson
2011-06-20Fix tor-fw-helper-natpmp.c API usageJacob Appelbaum
2011-01-03Bump copyright statements to 2011 (master)Nick Mathewson
2010-11-11Fix up tor-fw-helper "INCLUDES" directiveNick Mathewson
2010-11-11Split long lines in configure.in and Makefile.am filesNick Mathewson
2010-09-30Fix space and formatting issuesNick Mathewson
2010-09-30Turn select() usage in tor-fw-helper into a function.Nick Mathewson
2010-09-30Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch
2010-09-30Changes to tor-fw-helper, some based on Nick's reviewJacob Appelbaum
2010-09-30First implementation of tor-fw-helper.Jacob Appelbaum