Age | Commit message (Expand) | Author |
2013-07-31 | Fix compilation on Windows | Nick Mathewson |
2013-07-31 | Merge branch 'bug9288_rebased' | Nick Mathewson |
2013-07-31 | Fix mixed declaration/statement warning | Nick Mathewson |
2013-07-31 | Update pt/configure_proxy until it stops segfaulting | Nick Mathewson |
2013-07-31 | Modifications to transports.c for the unit tests to work. | George Kadianakis |
2013-07-31 | Write unit tests for configure_proxy(). | George Kadianakis |
2013-07-31 | Prepare some mock functions to test #9288. | George Kadianakis |
2013-07-31 | Fix invalid-read when a managed proxy configuration fails. | George Kadianakis |
2013-07-26 | Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrc | Nick Mathewson |
2013-07-26 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson |
2013-07-26 | Avoid assertion failure on unexepcted address family in DNS reply. | Nick Mathewson |
2013-07-23 | Fix bug9309, and n_noncanonical count/continue code | Nick Mathewson |
2013-07-23 | Fix bug9309, and n_noncanonical count/continue code | Nick Mathewson |
2013-07-19 | Whoops; check in test_circuitmux.c | Nick Mathewson |
2013-07-19 | Regression test for destroy cell queue | Nick Mathewson |
2013-07-19 | Initialize destroy_cell_queue. | Nick Mathewson |
2013-07-18 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson |
2013-07-18 | Merge remote-tracking branch 'public/bug9295_023' into maint-0.2.4 | Nick Mathewson |
2013-07-18 | tmp | Nick Mathewson |
2013-07-18 | Start of a unit test for options_validate. | Nick Mathewson |
2013-07-18 | Add a test for n_cells_in_circuit_queues | Nick Mathewson |
2013-07-18 | Unit tests for cell queues. | Nick Mathewson |
2013-07-18 | Use TOR_SIMPLEQ for packed_cell_t | Nick Mathewson |
2013-07-18 | Remove a redundant declaration | Nick Mathewson |
2013-07-18 | Fix a wide line in test_pt.c | Nick Mathewson |
2013-07-18 | Merge branch 'bug8978_rebase_2' | Nick Mathewson |
2013-07-18 | Merge branch 'bug8929_rebase_2' | Nick Mathewson |
2013-07-18 | Improve test coverage of 8929 code | Nick Mathewson |
2013-07-18 | Fix memory leaks in test_config_parse_transport_options_line | Nick Mathewson |
2013-07-18 | Document what "escape" means in tor_escape_str_for_pt_args | Nick Mathewson |
2013-07-18 | Insert the environment variable only if we have options to pass. | George Kadianakis |
2013-07-18 | Place the options in the environment after processing them properly. | George Kadianakis |
2013-07-18 | Rename tor_escape_str_for_socks_arg() to something more generic. | George Kadianakis |
2013-07-18 | Pass characters to be escaped to tor_escape_str_for_socks_arg(). | George Kadianakis |
2013-07-18 | Write unit tests for the ServerTransportOptions parsing function. | George Kadianakis |
2013-07-18 | Write function that parses ServerTransportOptions torrc lines. | George Kadianakis |
2013-07-18 | Add a basic unit test for pt_get_extra_info_descriptor_string. | Nick Mathewson |
2013-07-18 | Add a unit test for smethod lines with arguments. | Nick Mathewson |
2013-07-18 | Write transport ARGS to extra-info descriptor. | George Kadianakis |
2013-07-18 | Extract ARGS from SMETHOD line and attach them to transport. | George Kadianakis |
2013-07-16 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson |
2013-07-16 | Re-do a cast in order to make old buggy freebsd gcc happy | Nick Mathewson |
2013-07-16 | Merge remote-tracking branch 'asn/bug9265' | Nick Mathewson |
2013-07-16 | Remove an unused variable in test_replaycache_scrub | Nick Mathewson |
2013-07-16 | Add more replaycache.c unit tests, bringing coverage to 100% for that file | Andrea Shepard |
2013-07-16 | Eliminate an impossible case in replaycache_scrub_if_needed_internal() | Andrea Shepard |
2013-07-16 | Test deeper in test_pt_parsing(). | George Kadianakis |
2013-07-15 | Appease "make check-spaces" | Nick Mathewson |
2013-07-15 | Use format_hex_number_sigsafe to format syscalls in sandbox.c | Nick Mathewson |
2013-07-15 | Lightly refactor and test format_hex_number_sigsafe | Nick Mathewson |