summaryrefslogtreecommitdiff
path: root/network_io/win32/poll.c
Commit message (Expand)AuthorAgeFilesLines
* poll.c is not longer used or needed. Removing from the network_io directory.Bradley Nicholes2002-07-151-268/+0
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+2
* More of the WinCE port.William A. Rowe Jr2002-06-041-7/+15
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Added an ifdef for NetWare to call the delay() function and also fixed theBradley Nicholes2001-08-061-2/+6
* It's really evil to keep accumulating 256 byte chunks out of the pollfd :(William A. Rowe Jr2001-07-191-2/+3
* Fix a compile warning and maybe a run-time error (see OtherBill'sJeff Trawick2001-03-311-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-11/+11
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-13/+22
* Knock off some XXX's prior to a7.William A. Rowe Jr2000-10-061-0/+1
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-061-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-23/+23
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-081-14/+2
* const-ify the userdata interfacesGreg Stein2000-07-081-2/+2
* William A. Rowe Jr2000-05-011-1/+0
* Fix various return code problems in APR on Win32. For most ofJeff Trawick2000-05-011-2/+1
* APR on Win32:Jeff Trawick2000-04-281-3/+8
* Convert ap_poll() to use microseconds instead of seconds forJeff Trawick2000-04-161-16/+16
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-11/+11
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-11/+11
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Fix a bug in the logic to set/get userdata from ALL apr types. I haveRyan Bloom1999-10-151-1/+1
* Bring network code to the parameter order spec. This means contexts go last,Ryan Bloom1999-10-101-2/+2
* Bring the misc code up to the APR parameter order spec. This also fixes a fewRyan Bloom1999-10-081-2/+2
* A few more argument changes missed by Ryan's patchBill Stoddard1999-10-041-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* Updates to get network_io compiling on Win32Bill Stoddard1999-09-221-4/+5
* Initial revisionRyan Bloom1999-08-171-0/+254