aboutsummaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-07-16Coverity 709056: Check return value on fputs in tor-gencertNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-16Fix some remaining nmake/msvc build issuesNick Mathewson
2012-05-07Apply a patch from Gisle Vanem to make tor-gencert build under MSVCNick 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-18Rename nonconformant identifiers.Nick Mathewson
2012-01-18Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.cNick Mathewson
2011-12-19-lm should not be hardcoded.Martin Hebnes Pedersen
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-11-25tor-gencert: Fix a minor formatting issue in an error message (re: #4574)Peter Palfrader
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
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-07-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-19Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom
2011-06-20Fix tor-fw-helper-natpmp.c API usageJacob Appelbaum
2011-05-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Remove the -F option from tor-resolve.Nick Mathewson
2011-01-03Bump copyright statements to 2011 (master)Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-11-11Stop linking src/tools/* against libeventNick 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
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-05-20clean up whitespace in src/toolsNick Mathewson
2010-04-14Add --enable-static-zlib optionSebastian Hahn
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-22Make expand_filename into a tor_strdup() alias on windows.Nick Mathewson
2010-02-22Expand homedirs in paths passed to tor-checkkeySebastian Hahn
2010-01-24Merge commit 'origin/maint-0.2.1'Nick Mathewson
2010-01-24Add --enable-static-(openssl|libevent) optionsNick Mathewson
2010-01-18Build Bug: -lm should come after passing ../common/libor.a to linkerMichael Witten
2009-12-15Refactor a bit so that it is safe to include math.h, and mostly not needed.Nick Mathewson
2009-09-29Make tor-gencert build on AndroidNick Mathewson