index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2013-02-11
Merge remote-tracking branch 'public/bug7801_v2'
Nick Mathewson
2013-02-08
Improve comment at Andrea's request
Nick Mathewson
2013-02-08
Merge remote-tracking branch 'public/signof_enum'
Nick Mathewson
2013-02-08
Fix numerous problems with Tor's weak RNG.
Nick Mathewson
2013-02-07
Merge remote-tracking branch 'public/easy_ratelim'
Nick Mathewson
2013-02-07
Have autoconf check whether enums are signed.
Nick Mathewson
2013-02-07
Merge remote-tracking branch 'public/bug7816_023'
Nick Mathewson
2013-02-07
Tolerate curve25519 backends where the high bit of the pk isn't ignored
Nick Mathewson
2013-02-04
Fix compilation with --disable-curve25519 option
Nick Mathewson
2013-02-01
fix wide lines from tor_log rename
Nick Mathewson
2013-02-01
Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test.
Nick Mathewson
2013-02-01
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-01-31
typo in crypto_curve25519.c comment, spotted by rransom
Nick Mathewson
2013-01-31
whitespace fix
Nick Mathewson
2013-01-29
Detect platforms where memset(0) doesn't set doubles to 0.0.
Nick Mathewson
2013-01-21
More of b30d06255c24165 for #6826: fix compat_libevent compilation
Nick Mathewson
2013-01-17
Replace base-{16,32,64} with base{16,32,64} in the code
Nick Mathewson
2013-01-17
Add ntor-related modules to the Makefiles.nmake
Nick Mathewson
2013-01-17
Even more code-removal for 6826
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-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
Fix a const warning under msvc
Nick Mathewson
2013-01-16
Add clean target and test subdir to makefile.nmake
Nick Mathewson
2013-01-16
Add missing includes and libs to makefile.nmake
Nick Mathewson
2013-01-16
Define SIZEOF_INTPTR_T when defining replacement intptr_t
Nick Mathewson
2013-01-16
Rename *_isin to *_contains
Nick Mathewson
2013-01-16
Refactor: Use SOCK_ERRNO to avoid some #ifdef _WIN32s
Nick Mathewson
2013-01-16
Check for nacl headers in nacl/ subdir
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-15
Clean up odds and ends
Roger Dingledine
2013-01-14
Merge branch 'bug7869'
Nick Mathewson
2013-01-11
Handle EWOULDBLOCK as EAGAIN if they happen to be different.
Nick Mathewson
2013-01-05
Make the = at the end of ntor-onion-key optional.
Nick Mathewson
2013-01-03
Merge branch 'ntor-resquashed'
Nick Mathewson
2013-01-03
Check all crypto_rand return values for ntor.
Nick Mathewson
2013-01-03
Use safe_mem_is_zero for checking curve25519 output for 0-ness
Nick Mathewson
2013-01-03
Implement a constant-time safe_mem_is_zero.
Nick Mathewson
2013-01-03
Make libcurve25519_donna get built as a .a
Nick Mathewson
2013-01-02
Move curve25519 keypair type to src/common; give it functions
Nick Mathewson
2013-01-02
Refactor strong os-RNG into its own function
Nick Mathewson
2013-01-02
Add a wrapper around, and test and build support for, curve25519.
Nick Mathewson
2013-01-02
Add a data-invariant linear-search map structure
Nick Mathewson
2012-12-31
Fix a couple of harmless clang3.2 warnings
Sebastian Hahn
2012-12-28
Fix various small leaks on error cases
Nick Mathewson
2012-12-26
Wrapper function for the common rate-limited-log pattern.
Nick Mathewson
[next]