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
/
evport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-5
/
+5
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-2
/
+2
*
Merge branch 'ifdef' of git://github.com/rosslagerwall/libevent
Nick Mathewson
2012-02-10
1
-0
/
+4
|
\
|
*
Put #ifdef around some files to support alternate build systems.
Ross Lagerwall
2012-02-08
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-0
/
+3
*
|
Replace more C99/C++ comments with oldschool /* */ comments
Nick Mathewson
2012-02-02
1
-2
/
+2
*
|
evport: Remove artificial low limit on max events per getn call
Nick Mathewson
2011-05-27
1
-11
/
+58
*
|
evport: don't scan more events in ed_pending than needed
Nick Mathewson
2011-05-27
1
-5
/
+9
*
|
evport: Use portev_user to remember fdinfo struct
Nick Mathewson
2011-05-27
1
-3
/
+3
*
|
evport: Remove a linear search over recent events when reactivating them
Nick Mathewson
2011-05-27
1
-10
/
+13
*
|
evport: use evmap_io to track fdinfo status. Should save time and RAM.
Nick Mathewson
2011-05-27
1
-88
/
+7
*
|
Merge remote branch 'origin/patches-2.0'
Nick Mathewson
2011-02-21
1
-4
/
+8
|
\
\
|
|
/
|
*
Merge branch '20_evport_pollhup' into patches-2.0
Nick Mathewson
2011-02-13
1
-4
/
+8
|
|
\
|
|
*
Fix evport handling of POLLHUP and POLLERR
Nick Mathewson
2011-01-01
1
-4
/
+8
*
|
|
Merge remote branch 'kev009/21_ac_use_system_extensions'
Nick Mathewson
2011-01-07
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-0
/
+1
|
|
/
*
|
Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports
Trond Norbye
2011-01-06
1
-0
/
+6
|
/
*
Use relative includes instead of system includes consistently.
Evan Jones
2010-12-02
1
-1
/
+1
*
Remove the now-useless evsig_caught and evsig_process
Nick Mathewson
2010-09-15
1
-3
/
+0
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Numerous opensolaris compilation fixes
Nick Mathewson
2010-05-08
1
-1
/
+2
*
Merge branch 'evport'
Nick Mathewson
2010-03-10
1
-0
/
+3
|
\
|
*
Add missing thread imports so that evport.c will build
Nick Mathewson
2009-12-29
1
-0
/
+3
*
|
more whitespace normalization
Nick Mathewson
2010-03-05
1
-3
/
+3
*
|
Clean up formatting: Disallow space-before-tab.
Nick Mathewson
2010-02-18
1
-4
/
+4
|
/
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
1
-2
/
+2
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-12
/
+8
*
Add locking to event_base_loop.
Nick Mathewson
2009-10-21
1
-2
/
+8
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-1
/
+1
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
1
-1
/
+1
*
Remove all trailing whitespace in all the source files.
Nick Mathewson
2009-01-27
1
-6
/
+6
*
rename the backend from "event ports" to "evport" - this will allow environme...
Niels Provos
2009-01-19
1
-1
/
+1
*
make event ports compile again
Niels Provos
2009-01-19
1
-8
/
+7
*
Move per-fd info from eventops into evmap. Not done for win32.c yet.
Nick Mathewson
2009-01-14
1
-5
/
+8
*
Rename four internal headers to follow the -internal.h convention.
Nick Mathewson
2009-01-13
1
-3
/
+3
*
deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...
Niels Provos
2008-12-23
1
-5
/
+5
*
Restructure the event backends so that they do not need to keep track of even...
Niels Provos
2008-12-23
1
-84
/
+32
*
simplify handling of environment variables for disabling backends;
Niels Provos
2008-05-29
1
-5
/
+0
*
r15316@tombo: nickm | 2008-04-24 20:58:36 -0400
Nick Mathewson
2008-04-25
1
-7
/
+7
*
r15228@tombo: nickm | 2008-04-17 15:27:39 -0400
Nick Mathewson
2008-04-17
1
-1
/
+2
*
devpoll and evport need reinit; tested by W.C.A. Wijngaards
Niels Provos
2008-02-12
1
-1
/
+2
*
EAGAIN check for event ports; from Wijngaards
Niels Provos
2008-02-06
1
-3
/
+1
*
remove obsoleted recalc code
Niels Provos
2007-12-09
1
-17
/
+1
*
move EV_PERSIST handling out of the event backends
Niels Provos
2007-11-27
1
-8
/
+3
*
r14939@tombo: nickm | 2007-11-25 11:59:26 -0500
Nick Mathewson
2007-11-25
1
-7
/
+7
*
remove last vestiges of RBTREE
Niels Provos
2007-11-03
1
-1
/
+0
*
Solaris event port improvements
Niels Provos
2007-10-27
1
-51
/
+56
*
r15086@catbus: nickm | 2007-09-15 14:42:55 -0400
Nick Mathewson
2007-09-15
1
-3
/
+21
[next]