summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-18Tests for backtrace.cNick Mathewson
2013-11-18Unit tests for new functions in log.cNick Mathewson
2013-11-18Make backtrace handler handle signals correctly.Nick Mathewson
2013-11-18Use pc_from_ucontext.m4 from Google Performance ToolsNick Mathewson
2013-11-18Improve new assertion message loggingNick Mathewson
2013-11-18Add a sighandler-safe logging mechanismNick Mathewson
2013-11-18On Linux (and some other systems) we need -rdynamic for backtracesNick Mathewson
2013-11-18Basic backtrace abilityNick Mathewson
2013-07-19Refactor the assertion-failure code into a functionNick Mathewson
2013-07-19Add a signal-safe decimal formatting functionNick Mathewson
2013-07-19Whoops; check in test_circuitmux.cNick Mathewson
2013-07-19Merge branch 'bug9296'Nick Mathewson
2013-07-19Regression test for destroy cell queueNick Mathewson
2013-07-19Initialize destroy_cell_queue.Nick Mathewson
2013-07-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-18Merge remote-tracking branch 'public/bug9295_023' into maint-0.2.4Nick Mathewson
2013-07-18Fix for bug 9295: Don't crash when running --hash-password.Nick Mathewson
2013-07-18tmpNick Mathewson
2013-07-18Start of a unit test for options_validate.Nick Mathewson
2013-07-18Merge branch 'simpleq_for_cells_3'Nick Mathewson
2013-07-18Add a test for n_cells_in_circuit_queuesNick Mathewson
2013-07-18Unit tests for cell queues.Nick Mathewson
2013-07-18Use TOR_SIMPLEQ for packed_cell_tNick Mathewson
2013-07-18Remove a redundant declarationNick Mathewson
2013-07-18Remove a stray debugging echo from configure.acNick Mathewson
2013-07-18Fix a wide line in test_pt.cNick Mathewson
2013-07-18Merge branch 'bug8978_rebase_2'Nick Mathewson
2013-07-18Merge branch 'bug8929_rebase_2'Nick Mathewson
2013-07-18Improve test coverage of 8929 codeNick Mathewson
2013-07-18Fix memory leaks in test_config_parse_transport_options_lineNick Mathewson
2013-07-18Document what "escape" means in tor_escape_str_for_pt_argsNick Mathewson
2013-07-18Insert the environment variable only if we have options to pass.George Kadianakis
2013-07-18Add changes file and enrich the manual page.George Kadianakis
2013-07-18Place the options in the environment after processing them properly.George Kadianakis
2013-07-18Rename tor_escape_str_for_socks_arg() to something more generic.George Kadianakis
2013-07-18Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis
2013-07-18Write unit tests for the ServerTransportOptions parsing function.George Kadianakis
2013-07-18Write function that parses ServerTransportOptions torrc lines.George Kadianakis
2013-07-18Add a basic unit test for pt_get_extra_info_descriptor_string.Nick Mathewson
2013-07-18Add a unit test for smethod lines with arguments.Nick Mathewson
2013-07-18Write transport ARGS to extra-info descriptor.George Kadianakis
2013-07-18Extract ARGS from SMETHOD line and attach them to transport.George Kadianakis
2013-07-16A python script to combin gcov output with git blameNick Mathewson
2013-07-16Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-16Re-do a cast in order to make old buggy freebsd gcc happyNick Mathewson
2013-07-16Merge remote-tracking branch 'asn/bug9265'Nick Mathewson
2013-07-16Remove an unused variable in test_replaycache_scrubNick Mathewson
2013-07-16Make contrib/coverage smarter about check file-existence edge casesAndrea Shepard
2013-07-16Add more replaycache.c unit tests, bringing coverage to 100% for that fileAndrea Shepard
2013-07-16Eliminate an impossible case in replaycache_scrub_if_needed_internal()Andrea Shepard