index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
event-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-01-24
1
-0
/
+8
|
\
|
*
Add function to check referential integrity of an event_base
Nick Mathewson
2012-01-21
1
-0
/
+8
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-24
1
-0
/
+3
|
\
\
|
|
/
|
*
Make rate limiting work with common_timeout logic
Nick Mathewson
2011-08-24
1
-0
/
+3
*
|
Make max_dispatch_interval able to apply only to low-priority events
Nick Mathewson
2011-08-17
1
-0
/
+2
*
|
Add event_config function to limit time/callbacks between calls to dispatch
Nick Mathewson
2011-08-17
1
-0
/
+5
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-07-04
1
-0
/
+1
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'github/20_global_locks_init' into patches-2.0
Nick Mathewson
2011-07-04
1
-0
/
+1
|
|
\
|
|
*
Avoid race-condition when initializing global locks
Nick Mathewson
2011-04-22
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-07-02
1
-0
/
+2
|
\
\
\
|
|
/
/
|
*
|
Fix AIX build issue with TAILQ_FOREACH definition
Nick Mathewson
2011-06-22
1
-0
/
+2
|
|
/
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-2
/
+2
*
|
Merge remote branch 'origin/patches-2.0'
Nick Mathewson
2011-03-07
1
-1
/
+11
|
\
\
|
|
/
|
*
Have event_base_gettimeofday_cached() always return wall-clock time
Nick Mathewson
2011-03-03
1
-1
/
+11
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-0
/
+2
|
/
*
Add some checks since lack of TAILQ_FOREACH doesn't imply lack of FIRST,
Kevin Bowling
2010-11-23
1
-0
/
+10
*
Fix some ints to evutil_socket_t; make tests pass on win64.
Dimitre Piskyulev
2010-10-27
1
-1
/
+1
*
Remove event_base.evsigbase; nothing used it.
Nick Mathewson
2010-09-15
1
-2
/
+0
*
Merge remote branch 'chrisd/iocp-fixes4'
Nick Mathewson
2010-09-08
1
-0
/
+7
|
\
|
*
Add event_config_set_num_cpus_hint for tuning thread pools, etc.
Christopher Davis
2010-09-08
1
-0
/
+1
|
*
Some IOCP bufferevent tweaks.
Christopher Davis
2010-09-08
1
-0
/
+6
*
|
Minimize calls to base_notify implementation functions, thereby avoiding need...
Nick Mathewson
2010-09-08
1
-0
/
+3
|
/
*
Use conditions instead of current_event_lock to fix a deadlock.
Nick Mathewson
2010-08-17
1
-6
/
+7
*
Clean up syntax on TAILQ_ENTRY() usage
Gilad Benjamini
2010-08-13
1
-1
/
+1
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Make debug mode catch mixed ET and non-ET events on an fd
Nick Mathewson
2010-04-28
1
-0
/
+3
*
Detect and refuse reentrant event_base_loop() calls
Nick Mathewson
2010-03-21
1
-0
/
+4
*
Try to comment some of the event code more
Nick Mathewson
2010-03-12
1
-20
/
+77
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Fix mingw compilation
Nick Mathewson
2010-02-25
1
-1
/
+1
*
Clean up formatting: function/keyword spacing consistency.
Nick Mathewson
2010-02-19
1
-3
/
+3
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-2
/
+2
*
Use less memory for each entry in a hashtable
Nick Mathewson
2010-01-25
1
-0
/
+2
*
Add support for a "debug mode" to try to catch common errors.
Nick Mathewson
2010-01-25
1
-0
/
+4
*
Changelist code to defer event changes until just before dispatch
Nick Mathewson
2010-01-14
1
-1
/
+13
*
Change event_base.activequeues to "array of eventlist".
Nick Mathewson
2009-11-09
1
-1
/
+1
*
Add an option to disable the timeval cache.
Nick Mathewson
2009-11-09
1
-0
/
+2
*
Implement queued timeouts for case where many timeouts are the same.
Nick Mathewson
2009-11-09
1
-0
/
+11
*
Do not call the locking variant of event_add or event_active in some cases wh...
Nick Mathewson
2009-10-27
1
-0
/
+2
*
Make "deferred callback queue" independent of event_base.
Nick Mathewson
2009-07-26
1
-3
/
+5
*
Remove all trailing whitespace from end-of-line.
Nick Mathewson
2009-07-17
1
-1
/
+1
*
Make event_del(E) block while E is running in another thread.
Nick Mathewson
2009-07-14
1
-1
/
+7
*
Trim 22 bytes from struct event on 32 bit platforms, more on 64-bit platforms.
Nick Mathewson
2009-05-15
1
-0
/
+5
*
Make unit tests for bufferevent_async compile and _almost_ work.
Nick Mathewson
2009-05-05
1
-0
/
+2
*
Add a constructor for bufferevent_async.
Nick Mathewson
2009-05-05
1
-0
/
+4
*
Document many internal functions and pieces of code.
Nick Mathewson
2009-04-17
1
-11
/
+43
*
Initial support for a lightweight 'deferred callbacks'.
Nick Mathewson
2009-04-10
1
-0
/
+4
*
Make threading functions global, like the mm_ functions. Use the libevent_pt...
Nick Mathewson
2009-02-12
1
-8
/
+4
[next]