aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrcNick Mathewson2013-07-26
| | | | Patch from CharlieB for ticket #9214
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-26
|\
| * Merge branch 'bug9337' into maint-0.2.4Nick Mathewson2013-07-26
| |\
| | * Avoid assertion failure on unexepcted address family in DNS reply.Nick Mathewson2013-07-26
| |/ | | | | | | Fixes bug 9337; bugfix on 0.2.4.7-alpha.
| * Fix bug9309, and n_noncanonical count/continue codeNick Mathewson2013-07-23
| | | | | | | | | | | | | | | | When we moved channel_matches_target_addr_for_extend() into a separate function, its sense was inverted from what one might expect, and we didn't have a ! in one place where we should have. Found by skruffy.
| * fix typoRoger Dingledine2013-07-18
| |
* | Fix bug9309, and n_noncanonical count/continue codeNick Mathewson2013-07-23
| | | | | | | | | | | | | | | | When we moved channel_matches_target_addr_for_extend() into a separate function, its sense was inverted from what one might expect, and we didn't have a ! in one place where we should have. Found by skruffy.
* | fix typoRoger Dingledine2013-07-23
| |
* | Whoops; check in test_circuitmux.cNick Mathewson2013-07-19
| |
* | Merge branch 'bug9296'Nick Mathewson2013-07-19
|\ \
| * | Regression test for destroy cell queueNick Mathewson2013-07-19
| | | | | | | | | | | | This exercises the code that crashed and caused #9296.
| * | Initialize destroy_cell_queue.Nick Mathewson2013-07-19
|/ / | | | | | | | | Likely fix for the crash bug of #9296, which was introduced through a combination of #7912 and #8586. Bugfix not in any released Tor.
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-18
|\|
| * Merge remote-tracking branch 'public/bug9295_023' into maint-0.2.4Nick Mathewson2013-07-18
| |\
| | * Fix for bug 9295: Don't crash when running --hash-password.Nick Mathewson2013-07-18
| | | | | | | | | | | | | | | | | | Fix on 0.2.4.15-rc; I'm doing this branch against 0.2.3, since we're considering #9122 for an 0.2.3 backport, and if we do, we should merge this too.
| | * tmpNick Mathewson2013-07-18
| | |
* | | Start of a unit test for options_validate.Nick Mathewson2013-07-18
| | | | | | | | | | | | | | | | | | I added this so I could write a unit test for ServerTransportOptions, but it incidentally exercises the succeed-on-defaults case of options_validate too.
* | | Merge branch 'simpleq_for_cells_3'Nick Mathewson2013-07-18
|\ \ \
| * | | Add a test for n_cells_in_circuit_queuesNick Mathewson2013-07-18
| | | |
| * | | Unit tests for cell queues.Nick Mathewson2013-07-18
| | | | | | | | | | | | | | | | | | | | This removes some INLINE markers from functions that probably didn't need them.
| * | | Use TOR_SIMPLEQ for packed_cell_tNick Mathewson2013-07-18
|/ / /
* | | Remove a redundant declarationNick Mathewson2013-07-18
| | |
* | | Remove a stray debugging echo from configure.acNick Mathewson2013-07-18
| | |
* | | Fix a wide line in test_pt.cNick Mathewson2013-07-18
| | |
* | | Merge branch 'bug8978_rebase_2'Nick Mathewson2013-07-18
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/test/test_pt.c
| * | | Add a basic unit test for pt_get_extra_info_descriptor_string.Nick Mathewson2013-07-18
| | | |
| * | | Add a unit test for smethod lines with arguments.Nick Mathewson2013-07-18
| | | |
| * | | Write transport ARGS to extra-info descriptor.George Kadianakis2013-07-18
| | | |
| * | | Extract ARGS from SMETHOD line and attach them to transport.George Kadianakis2013-07-18
| | | |
* | | | Merge branch 'bug8929_rebase_2'Nick Mathewson2013-07-18
|\ \ \ \ | |/ / / |/| | |
| * | | Improve test coverage of 8929 codeNick Mathewson2013-07-18
| | | |
| * | | Fix memory leaks in test_config_parse_transport_options_lineNick Mathewson2013-07-18
| | | |
| * | | Document what "escape" means in tor_escape_str_for_pt_argsNick Mathewson2013-07-18
| | | |
| * | | Insert the environment variable only if we have options to pass.George Kadianakis2013-07-18
| | | |
| * | | Add changes file and enrich the manual page.George Kadianakis2013-07-18
| | | |
| * | | Place the options in the environment after processing them properly.George Kadianakis2013-07-18
| | | |
| * | | Rename tor_escape_str_for_socks_arg() to something more generic.George Kadianakis2013-07-18
| | | | | | | | | | | | | | | | | | | | Since we are going to be using that function to also escape parameters passed to transport proxies using environment variables.
| * | | Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis2013-07-18
| | | | | | | | | | | | | | | | | | | | This is in preparation for using tor_escape_str_for_socks_arg() to escape server-side pluggable transport parameters.
| * | | Write unit tests for the ServerTransportOptions parsing function.George Kadianakis2013-07-18
| | | |
| * | | Write function that parses ServerTransportOptions torrc lines.George Kadianakis2013-07-18
| | | | | | | | | | | | | | | | And use it to validate them.
* | | | A python script to combin gcov output with git blameNick Mathewson2013-07-16
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-16
|\ \ \ \ | | |/ / | |/| |
| * | | Re-do a cast in order to make old buggy freebsd gcc happyNick Mathewson2013-07-16
| | | | | | | | | | | | | | | | | | | | | | | | Fix for #9254. Bugfix on 0.2.4.14-alpha. This is not actually a bug in the Tor code.
* | | | Merge remote-tracking branch 'asn/bug9265'Nick Mathewson2013-07-16
|\ \ \ \
| * | | | Test deeper in test_pt_parsing().George Kadianakis2013-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | We used to test parse_{c,s}method_line() without actually testing that the resulting transport_t was well formed.
* | | | | Remove an unused variable in test_replaycache_scrubNick Mathewson2013-07-16
| | | | |
* | | | | Make contrib/coverage smarter about check file-existence edge casesAndrea Shepard2013-07-16
| | | | |
* | | | | Add more replaycache.c unit tests, bringing coverage to 100% for that fileAndrea Shepard2013-07-16
| | | | |
* | | | | Eliminate an impossible case in replaycache_scrub_if_needed_internal()Andrea Shepard2013-07-16
| | | | |
* | | | | Add optional target directory parameter to coverage script and add ↵Andrea Shepard2013-07-15
| | | | | | | | | | | | | | | | | | | | reset-gcov target to Makefile.am