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
/
common
Age
Commit message (
Expand
)
Author
2017-12-08
Merge branch 'macro_free_v2_squashed'
Nick Mathewson
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-12-08
Fix wide lines introduced by previous patch.
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
Nick Mathewson
2017-12-08
Let's have only one FREE_AND_NULL variant.
Nick Mathewson
2017-12-08
Make tor_free only evaluate its input once (at least on gcc and clang)
Nick Mathewson
2017-12-08
Switch to a safer FREE_AND_NULL implementation
Nick Mathewson
2017-12-08
Convert the rest of src/common's headers to use FREE_AND_NULL
Nick Mathewson
2017-12-07
add a missing windows underscore
Nick Mathewson
2017-12-06
Fix a compiler warning
Nick Mathewson
2017-12-06
Merge remote-tracking branch 'public/monotime_coarse_stamps'
Nick Mathewson
2017-12-05
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-05
Tweaks to strings in 24500
Nick Mathewson
2017-12-05
Make errno error log more useful for getrandom()
Fernando Fernandez Mancera
2017-11-30
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-30
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2017-11-30
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson
2017-11-27
Avoid asking for passphrase on junky PEM input
Nick Mathewson
2017-11-27
Add a new notion of "stamps" to be a fast 32-bit monotonic timestamp
Nick Mathewson
2017-11-21
re-run ./scripts/maint/annotate_ifdef_directives
Nick Mathewson
2017-11-21
Merge branch 'ticket23953_033_squashed'
Nick Mathewson
2017-11-21
Use stdatomic.h for atomic_counter_t where available.
Nick Mathewson
2017-11-21
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-21
Merge branches 'bug24099_031' and 'bug24086_031' into maint-0.3.2
Nick Mathewson
2017-11-20
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-20
Merge remote-tracking branches 'public/ticket24315_029' and 'public/bug24198_...
Nick Mathewson
2017-11-20
In storagedir, take more care with errno on empty or mislabeled file
Nick Mathewson
2017-11-17
Make all the crypto free() functions macros that clear their targets
Nick Mathewson
2017-11-17
Make all the free() functions from container.h clear their targets
Nick Mathewson
2017-11-17
Add a macro to call a free_ function and clear a variable
Nick Mathewson
2017-11-16
Check the libc version to decide whether to allow openat.
Nick Mathewson
2017-11-16
Make our seccomp2 sandbox handle Glibc 2.26
Nick Mathewson
2017-11-16
Permit kill(pid, 0) in the seccomp2 sandbox.
Nick Mathewson
2017-11-02
Merge branch 'buf_for_stringbuffer_squashed'
Nick Mathewson
2017-11-02
Add a zero-copy buffer move implementation.
Nick Mathewson
2017-11-02
Add buf_t API helpers for using buffers to construct outputs.
Nick Mathewson
2017-11-01
Merge remote-tracking branch 'public/owning_control_fd'
Nick Mathewson
2017-10-31
Merge branch 'fix-torrcd-sandbox-22605v2'
Nick Mathewson
2017-10-27
Merge remote-tracking branch 'public/exit_carefully'
Nick Mathewson
2017-10-27
Make sure all C files have copyright/license notices
Nick Mathewson
2017-10-27
Merge branch 'protover-rust-impl_squashed'
Nick Mathewson
2017-10-27
move to allocating c strings from rust
Chelsea Holland Komlo
2017-10-27
use tor allocator for string allocation in rust
Chelsea Holland Komlo
2017-10-27
minimize scope for unsafe
Chelsea Holland Komlo
2017-10-27
rust implementation of protover
Chelsea Holland Komlo
2017-10-20
Expose a new function to make the event loop exit once and for all.
Nick Mathewson
2017-10-19
Comment-only change: annotate exit() calls.
Nick Mathewson
[next]