aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* Coverity 709056: Check return value on fputs in tor-gencertNick Mathewson2012-07-16
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Fix some remaining nmake/msvc build issuesNick Mathewson2012-05-16
* Apply a patch from Gisle Vanem to make tor-gencert build under MSVCNick Mathewson2012-05-07
* Fix compile error against miniupnpc-1.6 when --enable-upnpAnthony G. Basile2012-04-24
* Include compat.h from natpmp-helper to fix buildSebastian Hahn2012-02-14
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.cNick Mathewson2012-01-18
* -lm should not be hardcoded.Martin Hebnes Pedersen2011-12-19
* Fix compilation of natpmp-helper on non-windowsSebastian Hahn2011-12-10
* Make file descriptor type an unsigned integerSteven Murdoch2011-11-30
* Support NAT-PMP on WindowsSteven Murdoch2011-11-30
* tor-gencert: Fix a minor formatting issue in an error message (re: #4574)Peter Palfrader2011-11-25
* Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* Correct reference to libiphlpapi from libiphlapiSteven Murdoch2011-08-22
* 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