aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Initialize destroy_cell_queue.Nick Mathewson2013-07-19
* 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
| | * tmpNick Mathewson2013-07-18
* | | Start of a unit test for options_validate.Nick Mathewson2013-07-18
* | | 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
| * | | 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
|\ \ \
| * | | 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
| * | | Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis2013-07-18
| * | | Write unit tests for the ServerTransportOptions parsing function.George Kadianakis2013-07-18
| * | | Write function that parses ServerTransportOptions torrc lines.George Kadianakis2013-07-18
* | | | 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
* | | | Merge remote-tracking branch 'asn/bug9265'Nick Mathewson2013-07-16
|\ \ \ \
| * | | | Test deeper in test_pt_parsing().George Kadianakis2013-07-16
* | | | | 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 reset-gcov...Andrea Shepard2013-07-15
* | | | | Appease "make check-spaces"Nick Mathewson2013-07-15
* | | | | Use format_hex_number_sigsafe to format syscalls in sandbox.cNick Mathewson2013-07-15
| |_|/ / |/| | |
* | | | Lightly refactor and test format_hex_number_sigsafeNick Mathewson2013-07-15
* | | | HEX_ERRNO_SIZE is no longer the correct upper limit for format_hex_number_sig...Nick Mathewson2013-07-15
* | | | Expose format_hex_number_..., and rename it to ..._sigsafe().Nick Mathewson2013-07-15
* | | | Don't build format_helper_exit_status on win32Nick Mathewson2013-07-15
* | | | Merge remote-tracking branch 'linus/unused_param'Nick Mathewson2013-07-15
|\ \ \ \
| * | | | Avoid compiler warning 'unused param'.Linus Nordberg2013-07-15
* | | | | Merge remote-tracking branch 'linus/binshify'Nick Mathewson2013-07-15
|\ \ \ \ \
| * | | | | Traditional /bin/sh is unhappy about {a,b} globbing.Linus Nordberg2013-07-15
| |/ / / /
* | | | | Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson2013-07-15
|\| | | |