summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2009-09-29Include util.h and log.h as relative paths.Nathan Freitas
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-06-18Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-18tor-resolve: Don't automatically refuse .onion addresses.Nick Mathewson
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
2009-05-23Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-03-10In tor-resolve, when the Tor client to use is specified by <hostname>:<port>,...Steven Murdoch
2009-02-10Enhance tor-checkkey tool so it can generate key hashes too.Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-12Add cross-certification to authority key certificates. Partial implementatio...Nick Mathewson
2008-12-02Change logging code to use fds instead of stdio. Fixes bug 861, and probably...Nick Mathewson
2008-12-02#include "orconfig.h" in tor-checkkey.c to see if we can resolveRoger Dingledine