summaryrefslogtreecommitdiff
path: root/network_io/unix/poll.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-410/+0
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-2/+2
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-2/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* Again, no need to use apr_pcalloc as we then do FD_ZERO, so change to use thedreid2002-01-131-6/+6
* Fix the Unix HAVE_POLL flavor of apr_poll_socket_mask() so thattrawick2001-11-131-2/+2
* Fix a segfault in apr_poll_clear on Unix. Also fix the logicrbb2001-10-021-2/+2
* copy over the pipe timeout when creating a socket fromtrawick2001-07-231-0/+1
* Ooopsie. Some unintended things slipped in.orlikowski2001-06-071-39/+1
* Generate httpd.exp on the fly.orlikowski2001-06-071-1/+39
* Change the way select based poll works so it works as we'd expect it to, i.e.dreid2001-03-221-13/+23
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-16/+16
* Fix a couple of places where copied code wasn't modified correctly. Thisrbb2000-12-301-3/+3
* provide a no-HAVE_POLL version of apr_mask_poll_socket()trawick2000-12-111-0/+16
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+1
* Tie up some loose ends that fell through the cracks while I was fixingrbb2000-11-091-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-39/+39
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-14/+2
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* Tidy up the unix network code in light of the latest networkdreid2000-06-121-16/+0
* Add a new APR function. This function basically lets a file masquerade asrbb2000-05-241-0/+14
* Remove the beos network I/O code and merge it with the unix code. Mostrbb2000-05-161-3/+19
* fix typo in Ryan's recent change (ap_pcalloc, not ap_cpalloc)trawick2000-05-011-1/+1
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-6/+6
* Change the ap_remove_poll_socket functions to work with the newdreid2000-04-271-11/+4
* Repair ap_poll() on UNIX systems where APR's poll flagstrawick2000-04-271-13/+13
* Fix the ap_poll implementation on Unix. This stops us from re-allocatingrbb2000-04-261-24/+31
* Cleaned up the error codes a bit. Removed codes that aren't used anywhere,rbb2000-04-191-1/+1
* Convert ap_poll() to use microseconds instead of seconds fortrawick2000-04-161-12/+15
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* more namespace cleanupdgaudet2000-04-141-2/+2
* more documentation movementdgaudet2000-04-141-82/+0
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-21/+21
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-21/+21
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Updating more docs. :-)rbb2000-03-151-14/+19
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-10/+0
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-0/+1
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-1/+1
* Bring network code to the parameter order spec. This means contexts go last,rbb1999-10-101-6/+6
* Attempt to port mpmt_pthreads to APR, but threads seem to be broken on my pla...ben1999-10-101-9/+8
* Use the correct size everywhere.ben1999-10-101-1/+1
* Use the correct size for the pollset.ben1999-10-101-3/+3
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-2/+2
* Use new parameter ordering.ben1999-10-051-2/+1
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-3/+3
* Ok, today it bored me too much that APR shouts many pages with warnings underrse1999-10-011-2/+1