index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
memarea.c: use flexible array member for mem
Nick Mathewson
2014-03-18
*
|
|
|
|
Merge branch 'bug8787_squashed'
Nick Mathewson
2014-03-31
|
\
\
\
\
\
|
*
|
|
|
|
Handle tor_munmap_file(NULL) consistently
Nick Mathewson
2014-03-31
|
*
|
|
|
|
Check strftime() return in tortls.c
Andrea Shepard
2014-03-31
|
*
|
|
|
|
Eliminate lseek() with unchecked return in tor_mmap_file()
Andrea Shepard
2014-03-31
|
*
|
|
|
|
Always check returns from unlink()
Andrea Shepard
2014-03-31
|
*
|
|
|
|
Add return value and assert for null parameter to tor_munmap_file()
Andrea Shepard
2014-03-31
*
|
|
|
|
|
Fix warnings from doxygen
Nick Mathewson
2014-03-25
*
|
|
|
|
|
Never run crypto_early_init() more than once
Roger Dingledine
2014-03-23
*
|
|
|
|
|
Merge remote-tracking branch 'public/bug9683_rebased'
Nick Mathewson
2014-03-23
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Test code for implementation of faster circuit_unlink_all_from_channel
Nick Mathewson
2014-03-14
|
|
/
/
/
/
*
/
/
/
/
whitespace fix
Roger Dingledine
2014-03-23
|
/
/
/
/
*
|
|
|
Fix some leaks/missed checks in the unit tests
Nick Mathewson
2014-03-13
*
|
|
|
Fix whitespace errors, all of them mine.
Nick Mathewson
2014-03-05
*
|
|
|
Merge branch 'bug10169_025_v2'
Nick Mathewson
2014-03-04
|
\
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Nick Mathewson
2014-03-04
|
|
\
\
\
\
|
|
*
\
\
\
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2014-03-04
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Monotonize the OOM-killer data timers
Nick Mathewson
2014-02-26
|
*
|
|
|
|
|
Add tests for buffer time tracking.
Nick Mathewson
2014-02-12
*
|
|
|
|
|
|
Write hashed bridge fingerprint to logs and to disk.
Karsten Loesing
2014-02-28
*
|
|
|
|
|
|
Trivial comment fix.
Nick Mathewson
2014-02-25
*
|
|
|
|
|
|
Threadproof our log_backtrace implementation
Nick Mathewson
2014-02-24
*
|
|
|
|
|
|
fixed long -> int implicit cast warning line 3453
Nick Hopper
2014-02-20
*
|
|
|
|
|
|
Merge branch 'bug4900_siphash_v2'
Nick Mathewson
2014-02-15
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Randomize the global siphash key at startup
Nick Mathewson
2014-02-12
|
*
|
|
|
|
|
|
Split crypto_global_init() into pre/post config
Nick Mathewson
2014-02-12
|
*
|
|
|
|
|
|
Siphash-2-4 is now our hash in nearly all cases.
Nick Mathewson
2014-02-12
|
*
|
|
|
|
|
|
Get csiphash better integrated with our build system
Nick Mathewson
2014-02-12
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Remove a bunch of functions that were never called.
Nick Mathewson
2014-02-15
*
|
|
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2014-02-15
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
/
/
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
gcc/clang: Mark macro-generated functions as possible unused
Sebastian Hahn
2014-02-14
|
*
|
|
|
|
Some anti-forensics paranoia...
Florent Daigniere
2014-02-06
|
|
/
/
/
/
*
|
|
/
/
Explain CURVE25519_ENABLED: closes 9774
Nick Mathewson
2014-02-07
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Some anti-forensics paranoia...
Florent Daigniere
2014-02-03
*
|
|
|
Add a sandbox rule to allow IP_TRANSPARENT
Nick Mathewson
2014-02-02
*
|
|
|
whitespace fixes
Nick Mathewson
2014-01-17
*
|
|
|
Fix some seccomp2 issues
Nick Mathewson
2014-01-06
*
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-12-18
|
\
|
|
|
|
*
|
|
Never allow OpenSSL engines to replace the RAND_SSLeay method
Nick Mathewson
2013-12-18
|
|
|
/
|
|
/
|
*
|
|
Set CREATE_NO_WINDOW in tor_spawn_background.
David Fifield
2013-12-05
*
|
|
Restore prop198 behavior from 4677 patch
Nick Mathewson
2013-11-25
*
|
|
Restore ability to build with V2_HANDSHAKE_SERVER
Nick Mathewson
2013-11-25
*
|
|
Avoid warning about impossible check for flags & 0
Nick Mathewson
2013-11-22
*
|
|
Handle unlikely negative time in tor_log_err_sigsafe
Nick Mathewson
2013-11-22
*
|
|
Add a _GNU_SOURCE definition to backtrace.c to fix compilation
Nick Mathewson
2013-11-18
*
|
|
Whoops -- add missing defined().
Nick Mathewson
2013-11-18
*
|
|
Make header includes match declarations in pc_from_ucontext.m4
Nick Mathewson
2013-11-18
*
|
|
Fix compilation under openssl 0.9.8
Nick Mathewson
2013-11-18
*
|
|
Fix whitespace
Nick Mathewson
2013-11-18
*
|
|
Log more OpenSSL engine statuses at startup.
Nick Mathewson
2013-11-18
[prev]
[next]