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
/
log.c
Age
Commit message (
Expand
)
Author
2018-06-22
Extract the locking and logging code
Nick Mathewson
2018-06-22
Remove compat.h as unneeded from log.c and torlog.h
Nick Mathewson
2018-06-22
Extract our code for answering "what time is it right now".
Nick Mathewson
2018-06-22
Extract smartlist.h from container.h
Nick Mathewson
2018-06-22
Rectify include paths after container split (automatic)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Move horrible-emergency handling into torerr.[ch]
Nick Mathewson
2018-06-20
Remove all use of the assert.h header
Nick Mathewson
2018-06-20
Add raw_assert() variants for cases where we cannot log.
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-05-01
Add a mechanism for the logging system to report queued callbacks
Nick Mathewson
2018-03-19
Merge remote-tracking branch 'isis/bug23881_r1'
Nick Mathewson
2018-03-03
Update tor.1.txt with the currently available log domains.
Alexander Færøy
2018-01-30
Merge branch 'ticket24902_029_05' into ticket24902_033_02
David Goulet
2018-01-30
dos: Initial code of Denial of Service mitigation
David Goulet
2018-01-22
fixups from code review
Chelsea Holland Komlo
2017-12-21
add minimal rust module for logging to tor's logger
Chelsea Holland Komlo
2017-12-21
Add minimal implementations of functions Rust needs for logging
Nick Mathewson
2017-12-12
Fix compilation: logfile_is_external() must accept const*
Nick Mathewson
2017-12-12
Simplify explicit conditional checks into an inlined function.
Alexander Færøy
2017-12-11
Add support for Android's logging subsystem.
Alexander Færøy
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
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-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-03-16
Merge branch 'prop140_21643_diff_only_squashed'
Nick Mathewson
2017-03-16
Consensus diff backend from Daniel Martí GSOC project.
Daniel Martí
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-03-14
Create logfiles in mode 0640
Nick Mathewson
2016-12-16
Merge branch 'prop271_030_v1_squashed'
Nick Mathewson
2016-12-06
Accept non-space whitespace characters in log severity syntax.
J. Ryan Stinnett
2016-11-30
Add a GUARD log domain, for use with new guards code
Nick Mathewson
2016-10-27
Automated change to use smartlist_add_strdup
overcaffeinated
2016-09-06
checkSpace.pl now forbids more identifiers.
Nick Mathewson
2016-08-31
setup_capture_of_logs: no longer suppress log messages
Nick Mathewson
2016-07-28
Fix a huge pile of -Wshadow warnings.
Nick Mathewson
2016-06-15
Mark src/common tor_assert(0)/tor_fragile_assert() unreached for coverage
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-05
Avoid calling log functions in logv when SMARTLIST_DEBUG is defined
teor (Tim Wilson-Brown)
2016-02-05
Check that the log mutex is initialised before trying to lock or unlock it
teor (Tim Wilson-Brown)
2016-01-15
Whitespace cleanup
Nick Mathewson
2016-01-13
Revert my addition of callback cleaner and instead use existing functionality...
Ola Bini
2016-01-13
Remove a small memory leak in log callback setup
Ola Bini
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-10-02
Fix check-spaces complaints
Nick Mathewson
2015-09-30
Document syslog_identity_tag for add_syslog_log
Peter Palfrader
2015-09-30
Add SyslogIdentityTag
Peter Palfrader
[next]