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
*
Fix typos in comments (sample/test/event-internal.h)
dota17
2019-08-09
1
-1
/
+1
*
evwatch: Add "prepare" and "check" watchers.
Dan Rosen
2019-04-03
1
-0
/
+49
*
Fix missing LIST_HEAD
Jiri Luznicky
2018-10-20
1
-0
/
+4
*
fix evutil_make_internal_pipe_'s comment that fd[0] for read and f[1] for write
Xiang Zhang
2017-03-18
1
-1
/
+1
*
Export symbols for -fvisibility=hidden (under cmake)
Azat Khuzhin
2017-03-13
1
-0
/
+5
*
Add a prototype for event_disable_debug_mode()
Sebastian Hahn
2015-09-10
1
-0
/
+7
*
Always define missing TAILQ functions from sys/queue.h
Christopher Wiley
2015-08-25
1
-2
/
+0
*
fix the return value of event_deferred_cb_schedule_
Greg Hazel
2015-03-24
1
-1
/
+1
*
Add access to max event count stats
Andrew Sweeney
2013-12-30
1
-0
/
+6
*
More documentation for finalization feature
Nick Mathewson
2013-04-26
1
-2
/
+25
*
Implement event_finalize() and related functions to avoid certain deadlocks
Nick Mathewson
2013-04-26
1
-2
/
+15
*
Add an event_remove_timer() to remove timer on an event without deleting it
Nick Mathewson
2012-11-16
1
-0
/
+1
*
Free dangling event_once objects on event_base_free()
Nick Mathewson
2012-11-16
1
-0
/
+13
*
Tweak patch for event_base_foreach_event()
Nick Mathewson
2012-09-07
1
-4
/
+1
*
Expose event_base_foreach_event() as a public API.
Roman Puls
2012-09-07
1
-1
/
+1
*
Make th_base_lock nonrecursive
Nick Mathewson
2012-06-28
1
-0
/
+5
*
Restore our priority-inversion-prevention code with deferreds
Nick Mathewson
2012-05-09
1
-0
/
+6
*
Replace deferred_cbs with event_callback-based implementation.
Nick Mathewson
2012-05-09
1
-7
/
+5
*
Add "active later" event_callbacks to supersede deferred
Nick Mathewson
2012-05-09
1
-1
/
+14
*
Refactor the callback part of an event into its own event_callback type
Nick Mathewson
2012-05-09
1
-8
/
+18
*
Merge branch '21_robust_monotonic'
Nick Mathewson
2012-05-01
1
-34
/
+2
|
\
|
*
Refactor monotonic timer handling into a new type and set of functions; add a...
Nick Mathewson
2012-04-26
1
-34
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-04-30
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
If a higher-priority event becomes active, don't continue running events of t...
Nick Mathewson
2012-04-30
1
-0
/
+5
*
|
Implement a GetTickCount-based monotonic timer for Windows
Nick Mathewson
2012-04-17
1
-0
/
+7
*
|
On Linux, use CLOCK_MONOTONIC_COARSE by default
Nick Mathewson
2012-04-17
1
-0
/
+4
*
|
Move use_monotonic and friends into event_base
Nick Mathewson
2012-04-17
1
-0
/
+9
*
|
Use mach_absolute_time() for monotonic clock support on OSX.
Nick Mathewson
2012-04-09
1
-1
/
+9
*
|
Tweak the new evutil_weakrand_() code
Nick Mathewson
2012-04-09
1
-2
/
+3
*
|
Change evutil_weakrand_() to avoid platform random()
Nicholas Marriott
2012-04-09
1
-0
/
+3
*
|
make event_base_get_running_event build with threads disabled.
Nick Mathewson
2012-04-03
1
-2
/
+2
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-4
/
+4
*
|
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-9
/
+9
*
|
Convert include-guard macro convention to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-3
/
+3
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-4
/
+4
*
|
Remove the last vestiges of _EVENT_USE_EVENTLIST
Nick Mathewson
2012-02-20
1
-5
/
+0
*
|
Merge branch '21_eventlist_v3_squashed'
Nick Mathewson
2012-02-20
1
-0
/
+16
|
\
\
|
*
|
Refactor the functions that run over every event.
Nick Mathewson
2012-02-20
1
-0
/
+14
|
*
|
Remove the eventqueue list and the ev_next pointers.
Nick Mathewson
2012-01-27
1
-0
/
+2
*
|
|
Invert the sense and the name of HT_CACHE_HASH_VALUES
Nick Mathewson
2012-02-13
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
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
[next]