aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2013-01-20squash! Implement Path use bias accounting.Mike Perry
2013-01-20Prevent early close of path bias testing circuits.Mike Perry
2013-01-20squash! Remove a source of error during path bias scalingMike Perry
2013-01-18Remove a source of error during path bias scalingMike Perry
2013-01-18Don't immediately count cannibalized circs as used.Mike Perry
2013-01-18Roll back the path_state for circs if we detatch a stream.Mike Perry
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-17Replace base-{16,32,64} with base{16,32,64} in the codeNick Mathewson
2013-01-17Add ntor-related modules to the Makefiles.nmakeNick Mathewson
2013-01-17Fix an MSVC warning in onion.h prototypesNick Mathewson
2013-01-17Add a missing part of bug 7311's makefile.nmake tweaksNick Mathewson
2013-01-17Merge remote-tracking branch 'public/bug6302'Nick Mathewson
2013-01-16Implement proposal 204: ignore subdomains in hidden service addressesJérémy Bobbio
2013-01-16Merge branch '024_msvc_squashed'Nick Mathewson
2013-01-16Fix an instance of snprintf; don't use _snprintf directlyNick Mathewson
2013-01-16When building with MSVC, call every enum bitfield unsignedNick Mathewson
2013-01-16use the /Fe flag with msvcNick Mathewson
2013-01-16Add missing objects to Makefile.nmakeNick Mathewson
2013-01-16Add missing includes and libs to makefile.nmakeNick Mathewson
2013-01-16Aftermath of isin->contains renamingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Remove two extrneous semicolons in dirserv.cNick Mathewson
2013-01-16Refactor: Use SOCK_ERRNO to avoid some #ifdef _WIN32sNick Mathewson
2013-01-16Merge branch 'bug7972'Nick Mathewson
2013-01-16Actually link against nacl when we want to use itNick Mathewson
2013-01-16Merge remote-tracking branch 'asn/bug7896'Nick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-15Forward-port fix for 7889Nick Mathewson
2013-01-15Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2013-01-15Clean up odds and endsRoger Dingledine
2013-01-15Fix handling of ntor handshakes received via CREATE cellsNick Mathewson
2013-01-15Better log message to diagnose #7959Nick Mathewson
2013-01-14Revert junk accidentally included with "start folding in the changes entries"Nick Mathewson
2013-01-14Reject create/begin/etc cells with {circ,stream}ID 0.Nick Mathewson
2013-01-14start folding in the changes entriesRoger Dingledine
2013-01-14Merge branch 'bug7869'Nick Mathewson
2013-01-09Mention name of the transport used when we learn the fpr of a bridge.George Kadianakis
2013-01-08Bug 7691 review fixes.Mike Perry
2013-01-08Bug 7341 code review fixes.Mike Perry
2013-01-08Bug 7691: Send a probe cell down certain types of circs.Mike Perry
2013-01-08Fix bug 7341.Mike Perry
2013-01-05Make the = at the end of ntor-onion-key optional.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Check all crypto_rand return values for ntor.Nick Mathewson
2013-01-03Complete all DOCDOC entries from the ntor branchNick Mathewson
2013-01-03Use safe_mem_is_zero for checking curve25519 output for 0-nessNick Mathewson
2013-01-03Add reference implementation for ntor, plus compatibility testNick Mathewson
2013-01-03ntor: Don't fail fast server-side on an unrecognized KEYID(B)Nick Mathewson
2013-01-03Make libcurve25519_donna get built as a .aNick Mathewson
2013-01-03Fix an unused-variable warningNick Mathewson