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
/
compat_libevent.c
Age
Commit message (
Expand
)
Author
2018-07-05
All remaining files in src/common belong to the event loop.
Nick Mathewson
2018-06-29
Remove util.h and compat.h includes from src/common
Nick Mathewson
2018-06-22
Automated fixup of include paths after torlog.h movement.
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-05-11
Properly ignore retval of event_del().
George Kadianakis
2018-05-10
Remove a workaround for ancient libevent versions.
Nick Mathewson
2018-05-10
Add functions to enable/disable periodic_event_t objects.
Nick Mathewson
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-04-26
Remove the "cached gettimeofday" logic.
Nick Mathewson
2018-04-13
Generic mechaism for "post-loop" callbacks
Nick Mathewson
2018-04-09
compat: Fix unchecked return value from event_del()
David Goulet
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-04-05
Add wrappers for event_base_loopexit and event_base_loopbreak.
Nick Mathewson
2018-04-05
Add an API for a scheduled/manually activated event in the mainloop
Nick Mathewson
2018-01-19
Don't call Libevent's event_base_free() on NULL.
Nick Mathewson
2017-12-11
On exit, free the event_base and set its pointer to NULL.
Nick Mathewson
2017-12-08
Convert the rest of src/common's headers to use FREE_AND_NULL
Nick Mathewson
2017-10-19
Comment-only change: annotate exit() calls.
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-15
Split some long #if lines to make the #endif annotator happy
Nick Mathewson
2017-05-10
In channelpadding tests that touch libevent, call event_reinit().
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-08-12
Merge remote-tracking branch 'public/Fix_19450'
Nick Mathewson
2016-08-11
Only use evutil_secure_rng_add_bytes() when present.
Nick Mathewson
2016-08-02
Remove USE_BUFFEREVENTS code outside src/or
Nick Mathewson
2016-07-19
Remove tor_gettimeofday_cached_monotonic as broken and unneeded
Nick Mathewson
2016-07-04
Address review comments from cypherpunks
Sebastian Hahn
2016-07-04
Raise libevent dependency to 2.0.10-stable or newer
Sebastian Hahn
2016-07-04
Remove two wrong comments
Sebastian Hahn
2016-06-16
add LCOV_EXCL for unreachable exit() blocks in src/common
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-04
Add an assertion to tor_libevent_get_base()
Nick Mathewson
2015-10-02
Clean up compat_libevent tests
Nick Mathewson
2015-09-15
Add tests for compat_libevent
Ola Bini
2015-03-12
Remove workarounds for Libevent < 1.3.
Nick Mathewson
2015-01-07
Merge remote-tracking branch 'public/bug12985_025'
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-27
Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'
Nick Mathewson
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-30
Make tor_libevent_get_base() mockable
Andrea Shepard
2014-09-26
Avoid a "constant variable guards dead code" warning from coverity
Nick Mathewson
2014-08-29
Merge remote-tracking branch 'public/bug12985_024' into bug12984_025
Nick Mathewson
2014-08-29
Always event_del() connection events before freeing them
Nick Mathewson
2014-04-16
Get Libevent's PRNG functioning under the linux sandbox
Nick Mathewson
2014-03-05
Fix whitespace errors, all of them mine.
Nick Mathewson
2014-03-04
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Nick Mathewson
[next]