aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* Use %d, not %02d, for decimal percentagesNick Mathewson2013-01-30
* Rename all of the macros in tor_queue.h to start with TOR_Nick Mathewson2013-01-30
* Merge branch 'bug5956_squashed'Nick Mathewson2013-01-30
|\
| * Parameterize FRAC_USABLE_NEEDED for fraction of circuitsNick Mathewson2013-01-30
| * Compute whether we're ready to build circuits based on fraction of pathsNick Mathewson2013-01-30
| * Add an optional out-arg to count_usable_descriptorsNick Mathewson2013-01-30
| * Add a function to compute fraction of nodes (by weighted bw) with descriptorsNick Mathewson2013-01-30
| * Split smartlist_choose_node_by_bandwidth_weightsNick Mathewson2013-01-18
* | Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/torAndrea Shepard2013-01-28
|\ \
| * | Bug 8024: Check for null/closed channel before probing.Mike Perry2013-01-22
| * | squash! Remove a source of error during path bias scalingMike Perry2013-01-20
| * | squash! Implement Path use bias accounting.Mike Perry2013-01-20
| * | Prevent early close of path bias testing circuits.Mike Perry2013-01-20
| * | squash! Remove a source of error during path bias scalingMike Perry2013-01-20
| * | Remove a source of error during path bias scalingMike Perry2013-01-18
| * | Don't immediately count cannibalized circs as used.Mike Perry2013-01-18
| * | Roll back the path_state for circs if we detatch a stream.Mike Perry2013-01-18
| * | Implement Path use bias accounting.Mike Perry2013-01-18
* | | Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard2013-01-24
|\ \ \
| * | | Better handling (I think) for onionskin timing w jumpy clocksNick Mathewson2013-01-03
| * | | Record and report the overhead of how we handle onionskins.Nick Mathewson2013-01-03
| * | | Use a TAILQ, not a singly-linked queue, for the onion queue.Nick Mathewson2013-01-03
| * | | Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelayNick Mathewson2013-01-03
* | | | Merge remote-tracking branch 'karsten/bug5823'Nick Mathewson2013-01-19
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing2013-01-17
| * | | Removee dirrec-v*-sharestatisticsNick Mathewson2013-01-16
* | | | Replace base-{16,32,64} with base{16,32,64} in the codeNick Mathewson2013-01-17
* | | | Add ntor-related modules to the Makefiles.nmakeNick Mathewson2013-01-17
* | | | Fix an MSVC warning in onion.h prototypesNick Mathewson2013-01-17
| |_|/ |/| |
* | | Add a missing part of bug 7311's makefile.nmake tweaksNick Mathewson2013-01-17
* | | Merge remote-tracking branch 'public/bug6302'Nick Mathewson2013-01-17
|\ \ \
| * | | Refactor: Use SOCK_ERRNO to avoid some #ifdef _WIN32sNick Mathewson2013-01-16
* | | | Implement proposal 204: ignore subdomains in hidden service addressesJérémy Bobbio2013-01-16
* | | | Merge branch '024_msvc_squashed'Nick Mathewson2013-01-16
|\ \ \ \
| * | | | Fix an instance of snprintf; don't use _snprintf directlyNick Mathewson2013-01-16
| * | | | When building with MSVC, call every enum bitfield unsignedNick Mathewson2013-01-16
| * | | | use the /Fe flag with msvcNick Mathewson2013-01-16
| * | | | Add missing objects to Makefile.nmakeNick Mathewson2013-01-16
| * | | | Add missing includes and libs to makefile.nmakeNick Mathewson2013-01-16
* | | | | Aftermath of isin->contains renamingNick Mathewson2013-01-16
* | | | | Rename *_isin to *_containsNick Mathewson2013-01-16
* | | | | Remove two extrneous semicolons in dirserv.cNick Mathewson2013-01-16
| |/ / / |/| | |
* | | | Merge branch 'bug7972'Nick Mathewson2013-01-16
|\ \ \ \ | |_|/ / |/| | |
| * | | Actually link against nacl when we want to use itNick Mathewson2013-01-16
* | | | Merge remote-tracking branch 'asn/bug7896'Nick Mathewson2013-01-16
|\ \ \ \ | |/ / / |/| | |
| * | | Mention name of the transport used when we learn the fpr of a bridge.George Kadianakis2013-01-09
| | |/ | |/|
* | | Update the copyright date to 201.Nick Mathewson2013-01-16
* | | Forward-port fix for 7889Nick Mathewson2013-01-15
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2013-01-15
|\ \ \