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
/
kqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
more whitespace normalization
Nick Mathewson
2010-03-05
1
-5
/
+5
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-1
/
+1
*
Remove kqueue->pend_changes.
Nick Mathewson
2010-01-14
1
-25
/
+11
*
Make kqueue use changelists.
Nick Mathewson
2010-01-14
1
-111
/
+73
*
Valgrind fix: Clear struct kevent before checking for OSX bug.
William Ahern
2009-11-29
1
-0
/
+1
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
1
-2
/
+2
*
Fix memory-leak of signal handler array with kqueue.
Nick Mathewson
2009-11-21
1
-0
/
+1
*
Prefer calloc(a,b) to malloc(a*b). via openbsd.
Nick Mathewson
2009-11-15
1
-3
/
+3
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
Fix kqueue.c build on GNU/kFreeBSD systems.
Nick Mathewson
2009-11-06
1
-0
/
+2
*
Remove compat/sys/_time.h
Nick Mathewson
2009-11-03
1
-2
/
+0
*
Remove some duplicate code in kqueue.c and fix a small memory leak.
Nick Mathewson
2009-10-30
1
-10
/
+15
*
Refactor kq_init error handling.
Nick Mathewson
2009-10-27
1
-24
/
+19
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-3
/
+2
*
OSX compilation issues
Nick Mathewson
2009-10-21
1
-5
/
+7
*
Add locking to event_base_loop.
Nick Mathewson
2009-10-21
1
-26
/
+58
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-4
/
+4
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
1
-2
/
+2
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
1
-4
/
+4
*
Remove all trailing whitespace in all the source files.
Nick Mathewson
2009-01-27
1
-12
/
+12
*
Fix osx compile
Nick Mathewson
2009-01-18
1
-4
/
+6
*
Move per-fd info from eventops into evmap. Not done for win32.c yet.
Nick Mathewson
2009-01-14
1
-4
/
+8
*
Rename four internal headers to follow the -internal.h convention.
Nick Mathewson
2009-01-13
1
-2
/
+2
*
remove unused variable
Niels Provos
2008-12-23
1
-1
/
+0
*
deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...
Niels Provos
2008-12-23
1
-2
/
+2
*
Restructure the event backends so that they do not need to keep track of even...
Niels Provos
2008-12-23
1
-119
/
+96
*
support multiple events listening on the same signal; make signals regular ev...
Niels Provos
2008-07-11
1
-35
/
+60
*
fix a bug where deleting signals with kqueue would delete subsequent adds
Niels Provos
2008-07-11
1
-2
/
+5
*
Add new functions to access backends by their features and to query the featu...
Nick Mathewson
2008-05-31
1
-1
/
+2
*
Patch from Valery Kholodkov: support for edge-triggered events with epoll and...
Nick Mathewson
2008-05-30
1
-1
/
+5
*
simplify handling of environment variables for disabling backends;
Niels Provos
2008-05-29
1
-4
/
+0
*
r15316@tombo: nickm | 2008-04-24 20:58:36 -0400
Nick Mathewson
2008-04-25
1
-15
/
+15
*
r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
Nick Mathewson
2008-04-16
1
-1
/
+2
*
make event methods static so that they are not exported; from Andrei Nigmatulin
Niels Provos
2008-03-29
1
-12
/
+12
*
Do not free the kqop file descriptor in other processes, also allow it to be ...
Niels Provos
2008-03-02
1
-1
/
+4
*
address some compiler warnings in debug mode
Niels Provos
2008-02-09
1
-1
/
+1
*
remove obsoleted recalc code
Niels Provos
2007-12-09
1
-8
/
+0
*
move EV_PERSIST handling out of the event backends
Niels Provos
2007-11-27
1
-1
/
+1
*
r14944@tombo: nickm | 2007-11-25 12:12:28 -0500
Nick Mathewson
2007-11-25
1
-5
/
+9
*
r14939@tombo: nickm | 2007-11-25 11:59:26 -0500
Nick Mathewson
2007-11-25
1
-15
/
+16
*
provide event_reinit() to reinitialized an event_base after fork - necessary ...
Niels Provos
2007-11-25
1
-1
/
+3
*
Fix compile warning on osx: the udata field in struct kevent is supposed to b...
Nick Mathewson
2007-08-10
1
-6
/
+9
*
make clock_monotonic work; do not use default timeout;
Niels Provos
2007-07-30
1
-3
/
+6
*
more the signal base into the event base; this removes global state and makes...
Niels Provos
2007-03-10
1
-4
/
+4
*
rolling back r339: evconfig.h does not work
Niels Provos
2007-03-01
1
-1
/
+1
*
make evconfig.h available as installed header file; not
Niels Provos
2007-02-28
1
-1
/
+1
*
typo in kqueue delete; from Bert JW Regeer
Niels Provos
2006-09-03
1
-1
/
+1
*
introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>
Niels Provos
2006-03-28
1
-1
/
+18
*
do not remove kq inkernel flag before event_del gets to it; bug reported by
Niels Provos
2005-12-17
1
-3
/
+1
[next]