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
Commit message (
Expand
)
Author
Age
Files
Lines
*
One more update to the pollset API before we start using it
brianp
2002-08-04
1
-1
/
+2
*
apr_get_netos_error() must be implemented on all platforms. Aren't
wrowe
2002-08-04
1
-4
/
+4
*
On systems without poll, limit apr_pollset's capacity to
brianp
2002-08-03
1
-0
/
+6
*
NetWare can't handle mixed descriptor sets. Added code to make sure that
bnicholes
2002-08-02
1
-4
/
+55
*
fix a compile break on stock FreeBSD 3.4 (gcc 2.7.2.3)
trawick
2002-08-02
1
-1
/
+1
*
Features, not platforms, correct?
wrowe
2002-08-02
1
-6
/
+6
*
Cleanup the last emit ... one final fd-as-socket problem.
wrowe
2002-08-02
1
-0
/
+4
*
We safely ignore palloc failures [we can segv in the allocator].
wrowe
2002-08-02
1
-0
/
+8
*
use apr_os_sock_t for socket descriptor variables
brianp
2002-08-02
1
-26
/
+7
*
Remove the memory leak from the apr_poll implementation. On all systems,
rbb
2002-08-02
1
-9
/
+16
*
more win32 socket descriptor signedness fixes
brianp
2002-08-02
1
-5
/
+5
*
One more fix for socket/file incompatibility on win32
brianp
2002-08-02
1
-1
/
+5
*
Avoid trying to turn file handles into sockets on win32 (where
brianp
2002-08-02
1
-2
/
+14
*
c/unsigned int/SOCKET/ for win32
ianh
2002-08-02
1
-0
/
+20
*
Remove some assumptions about file descriptors being integers
brianp
2002-08-02
1
-21
/
+27
*
Added select-based pollset implementation for systems without poll
brianp
2002-08-01
1
-3
/
+137
*
Added general-purpose pollset API to handle arbitrarily large
brianp
2002-08-01
1
-0
/
+113
*
Use storage on the stack instead of apr_palloc in apr_poll()
brianp
2002-07-31
1
-6
/
+18
*
NetWare uses a different select() call if the handle is pipe rather than a so...
bnicholes
2002-07-16
1
-0
/
+17
*
Nuke a warning due to a function that should have been static AFAICT:
jwoolley
2002-07-16
1
-1
/
+1
*
Eliminate the one Unix emit, and one of three Win32 emits.
wrowe
2002-07-15
1
-2
/
+2
*
Fix socket counts after a socket has been removed from the poll set.
bjh
2002-07-13
1
-3
/
+5
*
Macroized... but no macros
wrowe
2002-07-13
1
-0
/
+1
*
OS/2: rewrite apr_poll() with the new interface.
bjh
2002-07-11
2
-104
/
+71
*
Split the apr_poll() implementation from the accessor functions. This
rbb
2002-07-11
5
-112
/
+180
*
get the new poll code to build on AIX, which for 32-bit builds has some
trawick
2002-07-11
1
-10
/
+10
*
ignore generated files
trawick
2002-07-11
1
-0
/
+4
*
fix an apparent bug in the select() implementation of apr_poll()
trawick
2002-07-11
1
-1
/
+1
*
Get Win32 building again. Doesn't build clean, but at least it builds.
wrowe
2002-07-11
1
-10
/
+10
*
An attempt at the OS/2 implementation. I have no OS/2 box, so this
rbb
2002-07-11
2
-0
/
+193
*
Reimplement apr_poll() on Unix. This improves performance by giving the
rbb
2002-07-11
2
-0
/
+354