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
/
lib
Age
Commit message (
Expand
)
Author
2019-09-17
Merge branch 'bug31570_041' into maint-0.4.1
Nick Mathewson
2019-09-17
Merge branch 'maint-0.4.0' into maint-0.4.1
Nick Mathewson
2019-09-17
Merge branch 'maint-0.3.5' into maint-0.4.0
Nick Mathewson
2019-09-17
Merge remote-tracking branch 'tor-github/pr/1307' into maint-0.3.5
Nick Mathewson
2019-09-17
Merge branch 'maint-0.4.0' into maint-0.4.1
Nick Mathewson
2019-09-12
Ticket 31687: fix for tor_isinf() as well
Nick Mathewson
2019-09-12
Merge branch 'ticket31687_035' into ticket31687_040
Nick Mathewson
2019-09-11
madvise: tolerate EINVAL and ENOSYS when minherit fails
Nick Mathewson
2019-09-10
fp.c: Suppress float-conversion warnings on FreeBSD.
Nick Mathewson
2019-09-09
build: The <sys/sysctl.h> is now deprecated on Linux
David Goulet
2019-09-02
madvise: tolerate EINVAL and ENOSYS
Nick Mathewson
2019-08-12
Merge branch 'maint-0.3.5' into maint-0.4.0
teor
2019-08-12
Merge remote-tracking branch 'tor-github/pr/1049' into maint-0.4.0
teor
2019-08-12
Merge remote-tracking branch 'tor-github/pr/952' into maint-0.3.5
teor
2019-08-12
Merge remote-tracking branch 'tor-github/pr/951' into maint-0.3.5
teor
2019-08-12
Merge remote-tracking branch 'tor-github/pr/911' into maint-0.3.5
teor
2019-08-10
Merge branch 'maint-0.3.5' into maint-0.4.0
teor
2019-08-09
Merge remote-tracking branch 'tor-github/pr/1054' into maint-0.3.5
teor
2019-08-09
Merge remote-tracking branch 'tor-github/pr/920' into maint-0.3.5
teor
2019-08-09
Merge remote-tracking branch 'tor-github/pr/763' into maint-0.3.5
teor
2019-08-09
Merge branch 'bug31343_31374_035' into bug31343_31374_040
teor
2019-08-08
Merge branch 'ticket31374_035' into maint-0.4.1
Nick Mathewson
2019-08-08
Merge branch 'ticket31374_029' into ticket31374_035
Nick Mathewson
2019-07-29
Merge branch 'tor-github/pr/1179' into maint-0.4.1
David Goulet
2019-07-24
Fix clang-detected errors related to log_domain_mask_t
Nick Mathewson
2019-07-19
Extract the log_domain_t type to a lower-level header
Nick Mathewson
2019-07-19
Prevent UB on signed overflow.
Tobias Stoeckmann
2019-07-08
Adjust log callback type to use log_domain_mask_t
Nick Mathewson
2019-07-08
Add a compile-time assertion to prevent a recurrence of 31080.
Nick Mathewson
2019-07-08
Use a 64-bit mask for log domains, and fix a conflict
Nick Mathewson
2019-07-08
Move declaration of LD_NO_MESG to make conflict more apparent.
Nick Mathewson
2019-06-11
Merge branch 'tor-github/pr/1050' into maint-0.4.1
David Goulet
2019-06-11
Give a compile warning when we don't have any flags for minherit().
Nick Mathewson
2019-06-11
Give a more useful failure messgae when we fail to minherit().
Nick Mathewson
2019-06-05
Merge remote-tracking branch 'tor-github/pr/952' into maint-0.4.0
Nick Mathewson
2019-06-05
Replace a missing end-of-comment string
Nick Mathewson
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-05-30
Merge branch 'tor-github/pr/1054'
David Goulet
2019-05-30
Merge branch 'tor-github/pr/1049'
David Goulet
2019-05-29
Merge branch 'ticket30561_029' into ticket30561_035
Nick Mathewson
2019-05-29
Use MAP_INHERIT_ZERO or MAP_INHERIT_NONE if available.
Taylor R Campbell
2019-05-28
Trivial fix for a trivial warning with gcc 9.1.1
Nick Mathewson
2019-05-23
In coverage builds, use branch-free timeradd() and timersub()
Nick Mathewson
2019-05-23
In coverage builds, avoid basic-block complexity in log_debug
Nick Mathewson
2019-05-07
Merge branch 'tor-github/pr/994'
David Goulet
2019-05-03
Merge branch 'tor-github/pr/954'
David Goulet
2019-05-02
Add comments to include.am files to note where new sources go
Nick Mathewson
2019-04-30
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
Nick Mathewson
2019-04-30
Use safe_mem_is_zero in a few more places.
Nick Mathewson
2019-04-30
Rename tor_mem_is_zero to fast_mem_is_zero()
Nick Mathewson
[next]