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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
log
Age
Commit message (
Expand
)
Author
2021-01-19
Merge branch 'maint-0.3.5' into maint-0.4.3
Nick Mathewson
2021-01-13
Better fix for #40241 (--enable-all-bugs-are-fatal and fallthrough)
Nick Mathewson
2020-02-13
Run "make autostyle"
teor
2020-02-13
log: Stop duplicating error file fds
teor
2020-02-13
err/log: Stop closing stderr and stdout during shutdown
teor
2020-01-30
Merge branch 'tor-github/pr/1697'
David Goulet
2020-01-30
Do not set "once" when calling tor_bug_occurred_ from BUG().
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2020-01-06
Merge branch 'maint-0.4.2'
Nick Mathewson
2019-12-16
Merge branch 'bug32765_041' into bug32771_042
Nick Mathewson
2019-12-16
Use CHECK_PRINTF() for printf-like functions in util_bug.h
Nick Mathewson
2019-11-15
Doxygen: rename all .dox files to end with .md
Nick Mathewson
2019-11-15
Doxygen: remove /** and **/ from all .dox files
Nick Mathewson
2019-11-04
Doxygen: use \refdir everywhere.
Nick Mathewson
2019-11-04
Doxygen: Avoid ambiguity in @dir directives
Nick Mathewson
2019-11-04
doxygen: Take "lib" descriptions from doc/HACKING/design.
Nick Mathewson
2019-11-04
Add stub directory-level documentation for most source directories
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1303' into maint-0.4.1
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1302' into maint-0.4.1
Nick Mathewson
2019-10-22
Re-run make autostyle.
Nick Mathewson
2019-10-22
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Nick Mathewson
2019-10-22
ratelim.h: use COCCI to hide an initializer.
Nick Mathewson
2019-10-22
util_bug.h: Coccinelle does not understand IF_BUG_ONCE or #nodef.
Nick Mathewson
2019-10-22
Apparently coccinelle can't handle multiline #errors.
Nick Mathewson
2019-10-22
Use #warning instead of #warn: one is C and one isn't.
Nick Mathewson
2019-10-22
Make a pair of add_*_log() functions mockable.
Nick Mathewson
2019-10-17
Replace add_temp_log() with add_default_log().
Nick Mathewson
2019-10-03
Merge branch 'tor-github/pr/1377'
George Kadianakis
2019-10-02
log: fix a typo in the function comment for log_fn_()
teor
2019-09-30
Re-run "make autostyle" with improved annotate_ifdef_directives
Nick Mathewson
2019-09-30
log: When initialising log domain masks, only set known log domains
teor
2019-09-30
log: Define count, boundary, and all macros for domains and flags
teor
2019-09-30
log: Remove duplicate code and an outdated comment
teor
2019-09-30
Merge branch 'tor-github/pr/1302'
George Kadianakis
2019-09-30
Merge branch 'tor-github/pr/1356'
George Kadianakis
2019-09-30
Merge branch 'tor-github/pr/1339'
George Kadianakis
2019-09-26
Run "make autostyle" with new "annotate_ifdef_directives"
Nick Mathewson
2019-09-26
log: explain why it is safe to leave the log mutex initialized
teor
2019-09-25
log: Move SEVERITY_MASK_IDX() to log.h
teor
2019-09-24
log: Improve the documentation for tor_log_update_sigsafe_err_fds()
teor
2019-09-12
Merge branch 'tor-github/pr/1303'
George Kadianakis
2019-09-10
Merge branch 'bug31615_041' into bug31615_master
teor
2019-09-10
Merge branch 'bug31615_040' into bug31615_041
teor
2019-09-09
log: Close log and err file descriptors before aborting
teor
2019-09-09
log: Don't close file log fds that are being used by the err module
teor
2019-09-06
subsys: Make the subsystem init order match the module dependencies
teor
2019-08-19
Fix 64-bit return issue in parse_log_domain()
Nick Mathewson
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-08
Adjust log callback type to use log_domain_mask_t
Nick Mathewson
[next]