aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
...
* Appease "make check spaces"Steven Murdoch2011-08-22
* Only link ws2_32 and iphlapi on windows.Nick Mathewson2011-08-19
* Link and build tor-fw-helper on WindowsSteven Murdoch2011-08-19
* Re-order tor_fw_helper_LDADD flags so that they workNick Mathewson2011-08-01
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-19
|\
| * Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom2011-07-19
* | Fix tor-fw-helper-natpmp.c API usageJacob Appelbaum2011-06-20
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-28
|\|
| * Remove the -F option from tor-resolve.Nick Mathewson2011-05-23
* | Bump copyright statements to 2011 (master)Nick Mathewson2011-01-03
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Stop linking src/tools/* against libeventNick Mathewson2010-11-11
* | | Fix up tor-fw-helper "INCLUDES" directiveNick Mathewson2010-11-11
* | | Split long lines in configure.in and Makefile.am filesNick Mathewson2010-11-11
* | | Fix space and formatting issuesNick Mathewson2010-09-30
* | | Turn select() usage in tor-fw-helper into a function.Nick Mathewson2010-09-30
* | | Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch2010-09-30
* | | Changes to tor-fw-helper, some based on Nick's reviewJacob Appelbaum2010-09-30
* | | First implementation of tor-fw-helper.Jacob Appelbaum2010-09-30
|/ /
* | Rename log.h to torlog.hNick Mathewson2010-07-09
* | clean up whitespace in src/toolsNick Mathewson2010-05-20
* | Add --enable-static-zlib optionSebastian Hahn2010-04-14
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Make expand_filename into a tor_strdup() alias on windows.Nick Mathewson2010-02-22
* | Expand homedirs in paths passed to tor-checkkeySebastian Hahn2010-02-22
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-01-24
|\|
| * Add --enable-static-(openssl|libevent) optionsNick Mathewson2010-01-24
* | Build Bug: -lm should come after passing ../common/libor.a to linkerMichael Witten2010-01-18
* | Refactor a bit so that it is safe to include math.h, and mostly not needed.Nick Mathewson2009-12-15
* | Make tor-gencert build on AndroidNick Mathewson2009-09-29
* | Include util.h and log.h as relative paths.Nathan Freitas2009-09-29
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-01
|\|
| * Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-18
|\|
| * tor-resolve: Don't automatically refuse .onion addresses.Nick Mathewson2009-06-18
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson2009-06-12
* | Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck2009-05-23
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* In tor-resolve, when the Tor client to use is specified by <hostname>:<port>,...Steven Murdoch2009-03-10
* Enhance tor-checkkey tool so it can generate key hashes too.Nick Mathewson2009-02-10
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Add cross-certification to authority key certificates. Partial implementatio...Nick Mathewson2008-12-12
* Change logging code to use fds instead of stdio. Fixes bug 861, and probably...Nick Mathewson2008-12-02
* #include "orconfig.h" in tor-checkkey.c to see if we can resolveRoger Dingledine2008-12-02
* Make tor-resolve take a -p port option in addition to the current host:port s...Nick Mathewson2008-09-29
* Fix a memory leak in tor-gencert.cNick Mathewson2008-09-05