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
/
common
/
compat_libevent.c
Age
Commit message (
Expand
)
Author
2011-11-24
appease check-spaces
Sebastian Hahn
2011-11-14
Disable IOCP and retry event_base_new_with_config once on failure
Nick Mathewson
2011-11-14
Merge remote-tracking branch 'public/bug4457_022' into bug4457_master
Nick Mathewson
2011-11-14
Detect failure from event_init() or event_base_new_with_config()
Nick Mathewson
2011-11-14
Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocation
Nick Mathewson
2011-09-22
Make bufferevents work with TokenBucketRefillInterval
Nick Mathewson
2011-08-24
Apply rate-limiting to the lowest bufferevent in the stack.
Nick Mathewson
2011-08-18
Automatically use filtering bufferevents with IOCP.
Nick Mathewson
2011-08-17
Call evthread_use_windows_threads when running with IOCP on windows
Nick Mathewson
2011-07-01
Replace 4 more sscanf()s with tor_sscanf()
Nick Mathewson
2011-05-23
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-12
Fix comment typo
Robert Ransom
2011-04-07
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-25
Clean up a comment-conversation about bad libevent version/method combos
Nick Mathewson
2011-03-16
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-16
Resolve the one DOCDOC in the 0.2.2 code atm
Nick Mathewson
2011-03-16
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-16
Doxygen documentation for about 100 things that didn't have any
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Bump copyright statements to 2011 (0.2.2)
Nick Mathewson
2010-12-21
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2010-12-16
Turn on epoll changelists with libevent 2.0.9-rc and later
Nick Mathewson
2010-11-19
Do not send Libevent log messages to a controller.
Nick Mathewson
2010-10-15
Fix one-time memory leak when initializing libevent. Spotted by Sebastian
Nick Mathewson
2010-10-15
Fix an apostrophe in a comment
Nick Mathewson
2010-10-15
Fix an xxx wrt picking libevent methods known-to-work
Nick Mathewson
2010-09-29
make c612ddee compile with old libevents
Roger Dingledine
2010-09-28
Add a new option to enable/disable IOCP support
Nick Mathewson
2010-09-27
Fix whitespace in bufferevents branch
Nick Mathewson
2010-09-27
Some bufferevents related fixes and pointers for nickm
Sebastian Hahn
2010-09-27
Convert bufferevents to use rate-limiting.
Nick Mathewson
2010-07-27
whitespace fix
Sebastian Hahn
2010-07-26
Make sure we don't warn for libevent versions like 1.4.14b-stable
Sebastian Hahn
2010-07-09
Rename log.h to torlog.h
Nick Mathewson
2010-06-25
Fix a compile error when building with Libevent before 1.4.5-stable
Nick Mathewson
2010-06-25
Use Libevent 2.0's periodic timers where available.
Nick Mathewson
2010-04-19
Fix a compilation warning on compat_libevent.c on some versions of windows li...
Nick Mathewson
2010-02-27
Update copyright dates for files not in maint-0.2.1
Nick Mathewson
2009-12-18
Remove duplicate words and a duplicate newline.
Karsten Loesing
2009-06-18
Set EV_PERSIST flag on signal events with Libevent < 2.0.
Nick Mathewson
2009-06-16
Fix bug 1001
Sebastian Hahn
2009-06-12
Whitespace and osx fixes on libevent2 patch.
Nick Mathewson
2009-06-12
Make Tor compile with Libevent 1.0 again.
Nick Mathewson
2009-06-12
Move the Libvent setup logic into compat_libevent from config.
Nick Mathewson
2009-06-12
Update Tor to use Libevent 2.0 APIs when available.
Nick Mathewson