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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ext
Age
Commit message (
Expand
)
Author
2016-07-28
Fix a huge pile of -Wshadow warnings.
Nick Mathewson
2016-07-28
Fix a set of variable-shadowing warnings in curve25519-donna.c
Nick Mathewson
2016-07-04
Raise libevent dependency to 2.0.10-stable or newer
Sebastian Hahn
2016-06-17
Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS
cypherpunks
2016-06-11
Fix build on 32-bit systems.
Nick Mathewson
2016-06-11
Merge branch 'bug19180_easy_squashed'
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-06-11
Use autoconf, not gcc version, to decide which warnings we have
Nick Mathewson
2016-06-11
Add -Wunused-const-variable=2 on GCC >=6.1
Nick Mathewson
2016-06-11
Enable -Wnull-dereference (GCC >=6.1), and fix the easy cases
Nick Mathewson
2016-05-30
Replace nearly all XXX0vv comments with smarter ones
Nick Mathewson
2016-05-20
Whoops. We use -Wmussing-prototypes.
Nick Mathewson
2016-05-18
Add __mulodi4 source to src/ext
Nick Mathewson
2016-05-12
Merge branch 'ftrapv_v3'
Nick Mathewson
2016-05-12
Add -ftrapv to gcc-hardening ... mostly!
Nick Mathewson
2016-05-12
Use tor_queue.h, not sys/queue.h, in timeouts.[ch].
Nick Mathewson
2016-05-11
fix 'make dist' which was broken by ticket 18365's merge
Roger Dingledine
2016-05-09
Merge branch 'timeouts_v2_squashed'
Nick Mathewson
2016-05-09
Fix an OSX/clang compilation warning
Nick Mathewson
2016-05-09
Add wrappers to tie the new timeouts into libevent.
Nick Mathewson
2016-05-03
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-05-03
Fix keccak-tiny portability on `exotic` platforms.
Yawning Angel
2016-04-15
Disambiguate: Avoid defining two static functions both called gettweak()
Nick Mathewson
2016-04-15
Quick function to find out the timeout object's view of "now"
Nick Mathewson
2016-04-15
Fix compilation of timeout.c with our flags and warnings.
Nick Mathewson
2016-04-15
Add timeouts to libor-event.a
Nick Mathewson
2016-04-15
Import timeouts.c directly from William Ahern's git.
Nick Mathewson
2016-04-05
Don't call the system toupper or tolower.
Nick Mathewson
2016-02-24
Silence clang-scan warnings in ed25519_donna
teor (Tim Wilson-Brown)
2016-02-22
Update to trunnel 1.4.4 to fix 18373
Nick Mathewson
2016-02-16
Merge branch 'bug17852_revised'
Nick Mathewson
2015-12-20
Repair "make distcheck".
Nick Mathewson
2015-12-19
Use tor specific headers and memwipe() instead of memset_s(), and build.
Yawning Angel
2015-12-19
Expose an incremental API in addition to the one-shot routines.
Yawning Angel
2015-12-18
Clean import of keccak-tiny (https://github.com/coruus/keccak-tiny)
Yawning Angel
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-12-10
Merge remote-tracking branch 'public/feature17694_strongest_027'
Nick Mathewson
2015-12-08
Always hash crypto_strongest_rand() along with some prng
Nick Mathewson
2015-12-01
ext/eventdns.c multiple replacements of snprintf() with tor_snprintf() which ...
Jeremy
2015-11-05
Fix SipHash-2-4 performance for non multiple of 8 buffers.
Yawning Angel
2015-09-16
Don't enable SSE2 on X86-64.
Sebastian Hahn
2015-09-04
Fix an alignment issue in our extensions to ed25519_donna
Nick Mathewson
2015-09-01
Add a comment about CID 1311630 and why we won't worry about it.
Nick Mathewson
2015-08-18
Update to latest trunnel
Nick Mathewson
2015-08-17
Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled.
Yawning Angel
2015-08-17
Enable ed25519-donna's SSE2 code when possible for 32 bit x86.
Yawning Angel
2015-08-12
Use ed25519-donna's batch verification support when applicable.
Yawning Angel
2015-07-27
Fix ed25519-donna with SSP on non-x86.
Yawning Angel
2015-07-23
Re-run trunnel to capture change for msvc.
Nick Mathewson
2015-07-12
Try to convince coverity not to worry about this loop either
Nick Mathewson
[next]