| Commit message (Expand) | Author | Age |
* | Remove old wrapper code and defines for keeping log() and log(3) apart | Nick Mathewson | 2013-02-01 |
* | Rename log() to tor_log() for logging | Nick Mathewson | 2013-02-01 |
* | typo in crypto_curve25519.c comment, spotted by rransom | Nick Mathewson | 2013-01-31 |
* | whitespace fix | Nick Mathewson | 2013-01-31 |
* | Merge branch 'double-0-check' | Nick Mathewson | 2013-01-31 |
|\ |
|
| * | Detect platforms where memset(0) doesn't set doubles to 0.0. | Nick Mathewson | 2013-01-29 |
* | | Use %d, not %02d, for decimal percentages | Nick Mathewson | 2013-01-30 |
* | | Rename all of the macros in tor_queue.h to start with TOR_ | Nick Mathewson | 2013-01-30 |
* | | Merge branch 'bug5956_squashed' | Nick Mathewson | 2013-01-30 |
|\ \
| |/
|/| |
|
| * | Parameterize FRAC_USABLE_NEEDED for fraction of circuits | Nick Mathewson | 2013-01-30 |
| * | Compute whether we're ready to build circuits based on fraction of paths | Nick Mathewson | 2013-01-30 |
| * | Add an optional out-arg to count_usable_descriptors | Nick Mathewson | 2013-01-30 |
| * | Add a function to compute fraction of nodes (by weighted bw) with descriptors | Nick Mathewson | 2013-01-30 |
| * | Split smartlist_choose_node_by_bandwidth_weights | Nick Mathewson | 2013-01-18 |
* | | Fix unit test to not expect v2 directory request geoip info | Nick Mathewson | 2013-01-29 |
* | | Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/tor | Andrea Shepard | 2013-01-28 |
|\ \ |
|
| * | | Bug 8024: Check for null/closed channel before probing. | Mike Perry | 2013-01-22 |
| * | | squash! Remove a source of error during path bias scaling | Mike Perry | 2013-01-20 |
| * | | squash! Implement Path use bias accounting. | Mike Perry | 2013-01-20 |
| * | | Prevent early close of path bias testing circuits. | Mike Perry | 2013-01-20 |
| * | | squash! Remove a source of error during path bias scaling | Mike Perry | 2013-01-20 |
| * | | Remove a source of error during path bias scaling | Mike Perry | 2013-01-18 |
| * | | Don't immediately count cannibalized circs as used. | Mike Perry | 2013-01-18 |
| * | | Roll back the path_state for circs if we detatch a stream. | Mike Perry | 2013-01-18 |
| * | | Implement Path use bias accounting. | Mike Perry | 2013-01-18 |
* | | | Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor | Andrea Shepard | 2013-01-24 |
|\ \ \ |
|
| * | | | Better handling (I think) for onionskin timing w jumpy clocks | Nick Mathewson | 2013-01-03 |
| * | | | Record and report the overhead of how we handle onionskins. | Nick Mathewson | 2013-01-03 |
| * | | | Use a TAILQ, not a singly-linked queue, for the onion queue. | Nick Mathewson | 2013-01-03 |
| * | | | Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelay | Nick Mathewson | 2013-01-03 |
* | | | | Merge remote-tracking branch 'public/bug8012' | Nick Mathewson | 2013-01-22 |
|\ \ \ \ |
|
| * | | | | More of b30d06255c24165 for #6826: fix compat_libevent compilation | Nick Mathewson | 2013-01-21 |
| | |/ /
| |/| | |
|
* | | | | Merge remote-tracking branch 'karsten/bug5823' | Nick Mathewson | 2013-01-19 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Remove dirreq-v2-* lines from extra-info descriptors. | Karsten Loesing | 2013-01-17 |
| * | | | Removee dirrec-v*-sharestatistics | Nick Mathewson | 2013-01-16 |
* | | | | Replace base-{16,32,64} with base{16,32,64} in the code | Nick Mathewson | 2013-01-17 |
* | | | | For now, always use donna32 on msvc | Nick Mathewson | 2013-01-17 |
* | | | | Add ntor-related modules to the Makefiles.nmake | Nick Mathewson | 2013-01-17 |
* | | | | Fix an MSVC warning in onion.h prototypes | Nick Mathewson | 2013-01-17 |
* | | | | Even more code-removal for 6826 | Nick Mathewson | 2013-01-17 |
| |_|/
|/| | |
|
* | | | Add a missing part of bug 7311's makefile.nmake tweaks | Nick Mathewson | 2013-01-17 |
* | | | Merge branch 'bug6826_squashed' | Nick Mathewson | 2013-01-17 |
|\ \ \ |
|
| * | | | Drop detection logic for pre-1.3 busted libevents | Nick Mathewson | 2013-01-17 |
* | | | | Merge remote-tracking branch 'public/bug6302' | Nick Mathewson | 2013-01-17 |
|\ \ \ \ |
|
| * | | | | Refactor: Use SOCK_ERRNO to avoid some #ifdef _WIN32s | Nick Mathewson | 2013-01-16 |
| |/ / / |
|
* | | | | Implement proposal 204: ignore subdomains in hidden service addresses | Jérémy Bobbio | 2013-01-16 |
* | | | | Merge branch '024_msvc_squashed' | Nick Mathewson | 2013-01-16 |
|\ \ \ \ |
|
| * | | | | Fix an instance of snprintf; don't use _snprintf directly | Nick Mathewson | 2013-01-16 |
| * | | | | When building with MSVC, call every enum bitfield unsigned | Nick Mathewson | 2013-01-16 |
| * | | | | Add HAVE_EVENT_BASE_LOOPEXIT to win32/orconfig.h | Nick Mathewson | 2013-01-16 |