index
:
delta/apache/apr.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
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
apr_poll.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Improve some documentation comments.
Garrett Rooney
2006-02-13
1
-1
/
+1
*
Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create().
Brian Pane
2005-10-23
1
-0
/
+1
*
apr_poll() - don't promise to fill in rtnevents if no event was
Jeff Trawick
2005-10-02
1
-7
/
+9
*
document the multithreaded semantics more explicitly, so that application cod...
Brian Pane
2005-07-23
1
-0
/
+18
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* include/apr_poll.h (apr_pollset_create): Document
Joe Orton
2004-11-22
1
-2
/
+8
*
This commit may break the win32 or netware builds because of the added files.
Paul Querna
2004-11-20
1
-0
/
+5
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
more doxygen cleanup
Ian Holsman
2003-12-30
1
-10
/
+4
*
Add back apr_poll as it shouldn't have been removed.
David Reid
2003-11-21
1
-0
/
+22
*
Remove the old/deprecated apr_poll interface.
Greg Stein
2003-11-17
1
-46
/
+0
*
Some functions in the interface had been marked @deprecated. Shift those
Greg Stein
2003-10-28
1
-83
/
+25
*
Rebalance our exposed headers such that everything is nested properly
William A. Rowe Jr
2003-03-05
1
-8
/
+10
*
Update copyright notices to 2003.
Thom May
2003-01-01
1
-1
/
+1
*
Go through doxygen output and remove as many errors and warnings as I could.
Justin Erenkrantz
2002-11-10
1
-26
/
+31
*
Delete some invalid comments from the apr_pollset_destroy doc.
Bill Stoddard
2002-09-26
1
-4
/
+0
*
Fixed a comment to accurately reflect what the "clear" function does
Brian Pane
2002-08-06
1
-1
/
+1
*
One more update to the pollset API before we start using it
Brian Pane
2002-08-04
1
-1
/
+4
*
Added a "client data" void* to the poll API so that an app
Brian Pane
2002-08-02
1
-0
/
+4
*
Added general-purpose pollset API to handle arbitrarily large
Brian Pane
2002-08-01
1
-0
/
+54
*
get the new poll code to build on AIX, which for 32-bit builds has some
Jeff Trawick
2002-07-11
1
-2
/
+2
*
Reimplement apr_poll() on Unix. This improves performance by giving the
Ryan Bloom
2002-07-11
1
-0
/
+227