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
2014-07-15
Small tweaks to make curve25519-donna32 compile with our warnings
Nick Mathewson
2014-07-15
Update to latest curve25519-donna32
Nick Mathewson
2014-02-14
gcc/clang: Mark macro-generated functions as possible unused
Sebastian Hahn
2013-03-18
Remove an unused local variable.
Nick Mathewson
2013-03-18
Check return values from fcntl and setsockopt
Nick Mathewson
2013-02-14
Use torint.h in curve25519-donna*.c
Nick Mathewson
2013-02-04
Whoops: evdns_log, not tor_log, in src/ext/eventdns.c
Nick Mathewson
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-30
Rename all of the macros in tor_queue.h to start with TOR_
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-11
Handle EWOULDBLOCK as EAGAIN if they happen to be different.
Nick Mathewson
2013-01-03
Update our copy of curve25519-donna-c64.
Nick Mathewson
2013-01-03
Use always_inline only with inline; otherwise GCC gripes
Nick Mathewson
2013-01-02
curve25519-donna-c64: make endian-neutralness fns static
Nick Mathewson
2013-01-02
curve25519-donna-c64: work on bigendian and alignment-happy systems
Nick Mathewson
2013-01-02
Make curve25519-donna work with our compiler warnings.
Nick Mathewson
2013-01-02
Add fallback implementations for curve25519: curve25519_donna
Nick Mathewson
2012-11-03
Add an SLIST_ENTRY definition back on non-win32
Nick Mathewson
2012-11-01
Rename SLIST_ENTRY to TOR_SLIST_ENTRY to fix windows compilation
Nick Mathewson
2012-10-30
Add a copy of the queue(3) manpage to the git repository.
Nick Mathewson
2012-10-30
Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor
Andrea Shepard
2012-10-15
Fix a reserved identifier that my scripts missed
Nick Mathewson
2012-10-15
Merge remote-tracking branch 'public/bug1031'
Nick Mathewson
2012-10-12
typo in src/ext/README; caught by rransom (thanks!)
Nick Mathewson
2012-10-12
Add a copy of OpenBSD's sys/queue.h as tor_queue.h
Nick Mathewson
2012-10-12
Move strlcpy and strlcat into src/ext too
Nick Mathewson
2012-10-12
Distribute src/ext/README.
Nick Mathewson
2012-10-12
Add a README file for the src/ext directory.
Nick Mathewson
2012-10-12
Clean up reserved identifier usage in src/ext include guards
Nick Mathewson
2012-10-11
Move all externally maintained source files into src/ext
Nick Mathewson