Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Correction in the 0.2.4.16-rc changelog | Nick Mathewson | 2013-08-13 |
| | |||
* | Merge remote-tracking branch 'karsten/geoip-manual-update-aug2013' | Nick Mathewson | 2013-08-12 |
|\ | |||
| * | Add 2, update 1, and remove 3 manual A1 substitutions. | Karsten Loesing | 2013-08-12 |
| | | |||
* | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-08-12 |
|\ \ | |||
| * \ | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | 2013-08-12 |
| |\ \ | |||
| | * \ | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | 2013-08-12 |
| | |\ \ | |||
| | | * | | Update to the August 2013 GeoIP database. | Karsten Loesing | 2013-08-12 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'asn/bug9363_take2' | Nick Mathewson | 2013-08-12 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||
| * | | | | Also test that server transports get written to Tor's state. | George Kadianakis | 2013-08-05 |
| | | | | | |||
| * | | | | test_pt_configure_proxy(): verify the internals of the managed proxy. | George Kadianakis | 2013-08-05 |
| | | | | | |||
* | | | | | new location for tarballs; and you should edit Makefile too | Roger Dingledine | 2013-08-10 |
| | | | | | |||
* | | | | | forward-port the 0.2.4.16-rc changelog | Roger Dingledine | 2013-08-10 |
| | | | | | |||
* | | | | | Merge branch 'maint-0.2.4' | Roger Dingledine | 2013-08-10 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Fix an uninitialized-read when parsing v3 introduction requests. | Nick Mathewson | 2013-08-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fortunately, later checks mean that uninitialized data can't get sent to the network by this bug. Unfortunately, reading uninitialized heap *can* (in some cases, with some allocators) cause a crash if you get unlucky and go off the end of a page. Found by asn. Bugfix on 0.2.4.1-alpha. | ||
* | | | | | Update coverage instructions | Nick Mathewson | 2013-08-06 |
| |/ / / |/| | | | |||
* | | | | forward-port 0.2.4.15-rc changelog | Roger Dingledine | 2013-08-05 |
| | | | | |||
* | | | | forward-port the reformat of changelog stanza | Roger Dingledine | 2013-08-05 |
| | | | | |||
* | | | | Use size_t for length in replaycache_add_test_and_elapsed() | Arlo Breault | 2013-08-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | For consistency with the rest of buffer lengths in Tor. See #8960 | ||
* | | | | 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 |
| | | | | | | | | | | | | | | | | (This was the only wholly untested function in containers.c) | ||
* | | | | 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 |
| | | | | | | | | | | | | | | | | This catches tor_accept as well. | ||
* | | | | 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-08-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Preserve old eventdns code. - Add function to close sockets cross-platform, without accounting. - Add changes/ file. | ||
* | | | | 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 |
| |\ \ \ | |||
| | * | | | NumDirectoryGuards now tracks NumEntryGuards by default | Roger Dingledine | 2013-07-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Now a user who changes only NumEntryGuards will get the behavior she expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha. | ||
* | | | | | Fix compilation on Windows | Nick Mathewson | 2013-07-31 |
| | | | | | | | | | | | | | | | | | | | | (Bugfix on tests for #9288 fix; bug not in any released Tor) | ||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | 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 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/test/test_pt.c | ||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both 'managed_proxy_list' and 'unconfigured_proxies_n' are global src/or/transports.c variables that are not initialized properly when unit tests are run. | ||
| * | | | | 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-31 |
| | | | | | |||
* | | | | | Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrc | Nick Mathewson | 2013-07-26 |
| | | | | | | | | | | | | | | | | | | | | Patch from CharlieB for ticket #9214 | ||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-07-26 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Merge branch 'bug9337' into maint-0.2.4 | Nick Mathewson | 2013-07-26 |
| |\ \ \ \ | |||
| | * | | | | Avoid assertion failure on unexepcted address family in DNS reply. | Nick Mathewson | 2013-07-26 |
| |/ / / / | | | | | | | | | | | | | | | | Fixes bug 9337; bugfix on 0.2.4.7-alpha. | ||
| * | | | | Fix bug9309, and n_noncanonical count/continue code | Nick Mathewson | 2013-07-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we moved channel_matches_target_addr_for_extend() into a separate function, its sense was inverted from what one might expect, and we didn't have a ! in one place where we should have. Found by skruffy. | ||
| * | | | | fix typo | Roger Dingledine | 2013-07-18 |
| | | | | | |||
* | | | | | Fix bug9309, and n_noncanonical count/continue code | Nick Mathewson | 2013-07-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we moved channel_matches_target_addr_for_extend() into a separate function, its sense was inverted from what one might expect, and we didn't have a ! in one place where we should have. Found by skruffy. | ||
* | | | | | fix typo | Roger Dingledine | 2013-07-23 |
| | | | | | |||
* | | | | | Whoops; check in test_circuitmux.c | Nick Mathewson | 2013-07-19 |
| | | | | | |||
* | | | | | Merge branch 'bug9296' | Nick Mathewson | 2013-07-19 |
|\ \ \ \ \ |