Age | Commit message (Expand) | Author |
2013-08-04 | Use size_t for length in replaycache_add_test_and_elapsed() | Arlo Breault |
2013-08-02 | Fix tor_get_lines_from_handle() for make check-spaces | Andrea Shepard |
2013-08-02 | Unit test for smartlist_ints_eq | Nick Mathewson |
2013-08-02 | Try to make the win32 ersatz_socketpair pass. | Nick Mathewson |
2013-08-02 | Fixed "unused parameter cloexec" warnings on windows | Nick Mathewson |
2013-08-02 | Unit test for tor_{ersatz_,}socketpair. | Nick Mathewson |
2013-08-02 | Split the socketpair replacement code into its own function for testing | Nick Mathewson |
2013-08-02 | Simple unit test for tor_open_socket_with_extensions | Nick Mathewson |
2013-08-02 | Actually use the cloexec argument in the !defined(SOCK_CLOEXEC) case | Nick Mathewson |
2013-08-02 | Prepare patch for ticket 5129 for merging. | Peter Retzlaff |
2013-07-31 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson |
2013-07-31 | Merge remote-tracking branch 'arma/bug9354' into maint-0.2.4 | Nick Mathewson |
2013-07-31 | Fix compilation on Windows | Nick Mathewson |
2013-07-31 | Fix invalid-read when a managed proxy configuration fails. | George Kadianakis |
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-30 | NumDirectoryGuards now tracks NumEntryGuards by default | Roger Dingledine |
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 | Write extra-info bridge-ip-transports lines. | George Kadianakis |
2013-07-18 | Make a channel getter method to retrieve transport names. | George Kadianakis |
2013-07-18 | Add transport information to the GeoIP database. | George Kadianakis |
2013-07-18 | Make the Extended ORPort understand the TRANSPORT command. | George Kadianakis |
2013-07-18 | Fix logging severities and remove some trivial XXXs. | George Kadianakis |
2013-07-18 | More Extended ORPort code improvements. | George Kadianakis |
2013-07-18 | Move Extended ORPort code to its own module. | George Kadianakis |
2013-07-18 | Satisfy check-spaces. | George Kadianakis |
2013-07-18 | Various Extended ORPort code improvements. | George Kadianakis |
2013-07-18 | Move USERADDR handling to a dedicated function. | George Kadianakis |
2013-07-18 | Implement Extended ORPort authentication. | George Kadianakis |
2013-07-18 | Prepare codebase for the implementation of Extended ORPort auth. | George Kadianakis |
2013-07-18 | Create the Extended ORPort authentication cookie file. | George Kadianakis |
2013-07-18 | Document code and change the Extended ORPort command numbers. | George Kadianakis |
2013-07-18 | Skeleton ExtORPort implementation. Needs testing, documentation. | 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 |