aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Collapse)AuthorAge
...
* | | | | Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson2012-12-25
|\ \ \ \ \
| * | | | | Update changes file.Mike Perry2012-12-09
| | | | | |
| * | | | | Add a changes file for bug7157.Mike Perry2012-12-07
| | | | | |
* | | | | | Directory guard implementation.Nick Mathewson2012-12-25
| | | | | | | | | | | | | | | | | | | | | | | | Implements proposal 207; ticket 6526.
* | | | | | Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson2012-12-25
| | | | | |
* | | | | | Add benchmark for DH handshake and ECDH-P-224/56 handshakeNick Mathewson2012-12-25
| | | | | |
* | | | | | Let servers choose better ciphersuites when clients support themNick Mathewson2012-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements the server-side of proposal 198 by detecting when clients lack the magic list of ciphersuites that indicates that they're lying faking some ciphers they don't really have. When clients lack this list, we can choose any cipher that we'd actually like. The newly allowed ciphersuites are, currently, "All ECDHE-RSA ciphers that openssl supports, except for ECDHE-RSA-RC4". The code to detect the cipher list relies on on (ab)use of SSL_set_session_secret_cb.
* | | | | | fold in changes files so farRoger Dingledine2012-12-24
| | | | | |
* | | | | | Add packaged cell fullness to the heartbeat message.Nick Mathewson2012-12-18
| |_|_|_|/ |/| | | | | | | | | | | | | | This is an attempt to diagnose the severity of bug 7743.
* | | | | Drop the maximum attempts to get a virtual address to 1000.Nick Mathewson2012-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is good enough to give P_success >= 999,999,999/1,000,000,000 so long as the address space is less than 97.95 full. It'd be ridiculous for that to happen for IPv6, and usome reasonable assumptions, it would also be pretty silly for IPv4.
* | | | | Describe IPv6 automap changesNick Mathewson2012-12-17
| | | | |
* | | | | changes entry for disabling cache usage by defaultNick Mathewson2012-12-17
| | | | |
* | | | | Changes file for new DNS caching optionsNick Mathewson2012-12-17
| | | | |
* | | | | Note that fallback_dirsource was proposal 206, bug 572.Nick Mathewson2012-12-13
| | | | |
* | | | | Merge branch 'fallback_dirsource_v3'Nick Mathewson2012-12-13
|\ \ \ \ \
| * | | | | Drop FallbackNetworkstatusFile; it never worked.Nick Mathewson2012-12-06
| | | | | |
| * | | | | New FallbackDir option to add extra directories for bootstrapingNick Mathewson2012-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the old FallbackConsensus notion, and should provide a way -- assuming we pick reasonable nodes! -- to give clients suggestions of placs to go to get their first consensus.
| * | | | | Rename DirServer to DirAuthorityNick Mathewson2012-12-06
| | |/ / / | |/| | |
* | | | | Mention that dist-geoip6 was bug 7655Nick Mathewson2012-12-11
| |/ / / |/| | |
* | | | Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/dns.c
| * | | | In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson2012-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part of what's needed to build without warnings on mingw64: it was warning about the cast from void* to long that happened in the places we were using test_{n,}eq on pointers. The alternative here would have been to broaden tt_int_op to accept a long long or an intptr_t, but that's less correct (since pointers aren't integers), and would hurt the portability of tinytest a little. Fixes part of 7260.
| * | | | Compile (with warnings) with mingw64Nick Mathewson2012-11-02
| | | | | | | | | | | | | | | | | | | | Patch from yayooo for bug 7260, forward-ported to 0.2.4.
* | | | | Merge remote-tracking branch 'karsten/task-6266'Nick Mathewson2012-12-07
|\ \ \ \ \
| * | | | | Update to the December 2012 GeoIP database.Karsten Loesing2012-12-06
| | | | | |
| * | | | | Update to the November 2012 GeoIP database.Karsten Loesing2012-11-27
| | | | | |
| * | | | | Add script to fix "A1" entries in geoip file.Karsten Loesing2012-11-27
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #6266.
* | | | | | Merge branch 'bug7306'Nick Mathewson2012-12-07
|\ \ \ \ \ \
| * | | | | | Use FreeLibrary, not CloseHandle, for library in test_util.cNick Mathewson2012-12-06
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Fix for bug 7306. Bugfix on 0.2.2.17-alpha.
* | | | | | Merge remote-tracking branch 'public/bug6887'Nick Mathewson2012-12-07
|\ \ \ \ \ \
| * | | | | | Remove some deadcode for parsing v1 directoriesNick Mathewson2012-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 6887. There are opportunities to remove more functions if authorities can stop serving dummy v1 directory documents
* | | | | | | Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry2012-12-07
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Also, add a hack Roger suggested where we're more patient if no circuits are opened yet.
* | | | | | Merge branch 'bug7013_take2_squashed'Nick Mathewson2012-11-27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add a torrc option to specify the bind address of managed proxies.George Kadianakis2012-11-27
| | | | | |
* | | | | | Make sure that the error in ADDRMAP events is well-formedNick Mathewson2012-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "error=Unable to launch resolve request" is not a nice thing to tell the controller. Bugfix on 0.2.0.19-alpha (c11c48fc).
* | | | | | In comments and logs, say "UTC" not "GMT"Nick Mathewson2012-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #6113. Note that the RFC1123 times we generate still all say 'GMT'. I'm going to suggest this is not worth changing.
* | | | | | Add a changes file for IPv6 exitsNick Mathewson2012-11-14
| | | | | |
* | | | | | Move address map into its own file.Nick Mathewson2012-11-14
| | | | | |
* | | | | | Merge branch 'bug7267' of ssh://git-rw.torproject.org/user/andrea/torAndrea Shepard2012-11-13
|\ \ \ \ \ \
| * | | | | | Add changes file for bug 7267Andrea Shepard2012-11-13
| | | | | | |
* | | | | | | Merge remote-tracking branch 'public/bug7059'Nick Mathewson2012-11-13
|\ \ \ \ \ \ \
| * | | | | | | Allow an optional $ in GETINFO ns/id/<identity>Nick Mathewson2012-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That's not where I'd want to put a $, but apparently the other foo/id/<identity> things allow it, as does an arguably valid interpretation of control-spec.txt. So let's be consistent. Fix for a piece of bug 7059.
* | | | | | | | Actually distribute the geoip6 file.Nick Mathewson2012-11-13
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Fixes a bug (with no ticket) on 0.2.4.6-alpha.
* | | | | | | fold in changes filesRoger Dingledine2012-11-12
| | | | | | |
* | | | | | | Merge branch 'maint-0.2.3'Roger Dingledine2012-11-12
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | use a more logical operatorRoger Dingledine2012-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a harmless bug when opting against publishing a relay descriptor because DisableNetwork is set. Fixes bug 7464; bugfix on 0.2.3.9-alpha.
* | | | | | | Possible fix for bug 7212Nick Mathewson2012-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the simplest possible workaround: make it safe to call circuit_cell_queue_clear() on a non-attached circuit, and make it safe-but-a-LD_BUG-warning to call update_circuit_on_cmux() on a non-attached circuit. LocalWords: unstage src Untracked
* | | | | | | Merge branch 'check_for_orconn_on_close_squashed' of ↵Andrea Shepard2012-11-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ssh://git-rw.torproject.org/user/andrea/tor
| * | | | | | | Add changes file for connection_mark_for_close()/connection_mark_and_flush() ↵Andrea Shepard2012-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or_connection_t checking
* | | | | | | | Fix a memory leak in handling errors on CERTS cells. bug 7422Nick Mathewson2012-11-08
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | | | | | | | | | | | | | | Conflicts: src/common/crypto.c src/or/rendservice.c