summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2013-08-10Merge branch 'maint-0.2.4'Roger Dingledine
2013-08-10Fix an uninitialized-read when parsing v3 introduction requests.Nick Mathewson
2013-08-05Also test that server transports get written to Tor's state.George Kadianakis
2013-08-05Don't allow all ORPort values to be NoAdvertiseNick Mathewson
2013-08-04Use size_t for length in replaycache_add_test_and_elapsed()Arlo Breault
2013-08-02Prepare patch for ticket 5129 for merging.Peter Retzlaff
2013-07-31Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-31Merge remote-tracking branch 'arma/bug9354' into maint-0.2.4Nick Mathewson
2013-07-31Fix invalid-read when a managed proxy configuration fails.George Kadianakis
2013-07-31Merge branch 'bug9288_rebased'Nick Mathewson
2013-07-31Update pt/configure_proxy until it stops segfaultingNick Mathewson
2013-07-31Modifications to transports.c for the unit tests to work.George Kadianakis
2013-07-31Write unit tests for configure_proxy().George Kadianakis
2013-07-31Fix invalid-read when a managed proxy configuration fails.George Kadianakis
2013-07-30NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine
2013-07-26Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrcNick Mathewson
2013-07-26Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-26Avoid assertion failure on unexepcted address family in DNS reply.Nick Mathewson
2013-07-23Fix bug9309, and n_noncanonical count/continue codeNick Mathewson
2013-07-23Fix bug9309, and n_noncanonical count/continue codeNick 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-18tmpNick Mathewson
2013-07-18Write extra-info bridge-ip-transports lines.George Kadianakis
2013-07-18Make a channel getter method to retrieve transport names.George Kadianakis
2013-07-18Add transport information to the GeoIP database.George Kadianakis
2013-07-18Make the Extended ORPort understand the TRANSPORT command.George Kadianakis
2013-07-18Fix logging severities and remove some trivial XXXs.George Kadianakis
2013-07-18More Extended ORPort code improvements.George Kadianakis
2013-07-18Move Extended ORPort code to its own module.George Kadianakis
2013-07-18Satisfy check-spaces.George Kadianakis
2013-07-18Various Extended ORPort code improvements.George Kadianakis
2013-07-18Move USERADDR handling to a dedicated function.George Kadianakis
2013-07-18Implement Extended ORPort authentication.George Kadianakis
2013-07-18Prepare codebase for the implementation of Extended ORPort auth.George Kadianakis
2013-07-18Create the Extended ORPort authentication cookie file.George Kadianakis
2013-07-18Document code and change the Extended ORPort command numbers.George Kadianakis
2013-07-18Skeleton ExtORPort implementation. Needs testing, documentation.Nick Mathewson
2013-07-18Start of a unit test for options_validate.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-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-18Insert the environment variable only if we have options to pass.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