index
:
delta/libapr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
poll
/
unix
/
epoll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces in *.c.
ivan
2022-11-20
1
-13
/
+13
*
poll: Round up milliseconds timeouts.
ylavic
2022-06-24
1
-2
/
+2
*
poll: Follow up to r1897521: struct epoll_event's events field is unsigned int.
ylavic
2022-01-27
1
-3
/
+3
*
poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.
ylavic
2022-01-26
1
-0
/
+4
*
poll: Implement APR_POLLSET_NOCOPY for kqueue.
ylavic
2022-01-26
1
-1
/
+1
*
Revert r1897518 (spurious changes).
ylavic
2022-01-26
1
-1
/
+1
*
poll: Implement APR_POLLSET_NOCOPY for kqueue.
ylavic
2022-01-26
1
-1
/
+1
*
Fix drain wakeup pipe issue when multiple threads call apr_pollset_wakeup/apr...
mturk
2021-11-17
1
-2
/
+2
*
poll, epoll: pollset's pfd is not modified on poll(), mark it const.
ylavic
2018-01-03
1
-1
/
+1
*
* include/arch/unix/apr_arch_poll_private.h,
jorton
2017-08-18
1
-4
/
+4
*
apr_pollset_poll(): don't return a positive (nay negative in case of error)
ylavic
2016-08-10
1
-2
/
+2
*
apr_poll(cb): fix error paths returned values and leaks.
ylavic
2015-03-13
1
-8
/
+27
*
Minor fixes to quiet valgrind warnings
sf
2013-01-26
1
-1
/
+1
*
don't override parameter 'flags' within a block
trawick
2011-03-29
1
-8
/
+8
*
add namespace protection for
trawick
2010-01-22
1
-2
/
+2
*
* Add apr_pollcb_wakeup(), with similar behavior to
minfrin
2010-01-16
1
-10
/
+19
*
nelts, the number of elements in the pollset, was neither needed
trawick
2009-03-16
1
-1
/
+0
*
pollset tweaks:
trawick
2009-03-03
1
-5
/
+1
*
no need to copy descriptors if only the wakeup pipe popped
trawick
2009-02-27
1
-4
/
+5
*
Unroll APR_SET_FD_CLOEXEC macro.
bojan
2009-02-27
1
-2
/
+20
*
Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag and
bojan
2009-02-26
1
-1
/
+18
*
simplifications and minor improvements to error reporting and
trawick
2009-02-21
1
-58
/
+38
*
don't go to any trouble to compute the ignored epoll_event
trawick
2009-02-21
1
-6
/
+6
*
apr_pollset_create_ex() already made room for the wakeup descriptor,
trawick
2009-02-21
1
-4
/
+0
*
Fix provider name typos
mturk
2009-02-14
1
-1
/
+1
*
Implement providers for apr_pollset and apr_pollcb
mturk
2009-02-13
1
-162
/
+98
*
* Silence a compiler warning.
rpluem
2008-04-29
1
-2
/
+2
*
Return APR_EINTR only there was no additional descriptors signaled at the tim...
mturk
2008-04-21
1
-8
/
+4
*
Introduce (again) apr_pollset_wakeup API
mturk
2008-04-19
1
-12
/
+112
*
Revert r47540
mturk
2008-04-13
1
-139
/
+15
*
Introduce apr_pollset_wakeup()
mturk
2008-04-13
1
-15
/
+139
*
Add the apr_pollcb API.
pquerna
2007-02-19
1
-0
/
+124
*
reverting rev 500321 pending investigation of problem reported by jorton.
gregames
2007-01-29
1
-3
/
+11
*
apr_pollset_remove: speed up the httpd Event MPM when lots of connections are
gregames
2007-01-26
1
-11
/
+3
*
Fix error checking in epoll version of apr_pollset_create.
rooneg
2006-10-09
1
-1
/
+1
*
Fix the typo.
jorton
2006-08-03
1
-1
/
+1
*
Update license header.
jorton
2006-08-03
1
-6
/
+6
*
Zero out the epoll_event structure, to make valgrind stop complaining about a...
pquerna
2006-04-05
1
-1
/
+1
*
Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create().
brianp
2005-10-23
1
-47
/
+74
*
* poll/unix/epoll.c (apr_pollset_create): Check for errors from
jorton
2005-08-18
1
-3
/
+9
*
* poll/unix/epoll.c (apr_pollset_poll): Remove unused variable.
jorton
2005-03-20
1
-1
/
+0
*
Replace looping code with an O(1) APR_RING_CONCAT.
pquerna
2005-03-12
1
-5
/
+1
*
Update copyright year to 2005 and standardize on current copyright owner line.
jerenkrantz
2005-02-04
1
-1
/
+2
*
This commit may break the win32 or netware builds because of the added files.
pquerna
2004-11-20
1
-0
/
+270