| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add result values | William A. Rowe Jr | 2009-12-18 | 1 | -4/+9 |
* | refactor for what is meant to strictly be internal functionality for 1 platfo... | William A. Rowe Jr | 2009-12-18 | 1 | -32/+38 |
* | Check that an event was actually filled in when | Jeff Trawick | 2009-11-14 | 1 | -2/+8 |
* | fix pollcb hangs on Solaris when using Event Ports | Jeff Trawick | 2009-11-09 | 1 | -1/+1 |
* | fix special poll() processing on Win32 to be consistent | Jeff Trawick | 2009-11-09 | 2 | -16/+22 |
* | apr_pollset_create_ex(), apr_pollcb_create_ex(): | Jeff Trawick | 2009-11-09 | 2 | -28/+30 |
* | Work around bogus return code in some circumstances with 32-bit | Jeff Trawick | 2009-10-26 | 1 | -1/+4 |
* | Fix an error handling issue in the Event Port backend for APR pollsets. | Jeff Trawick | 2009-08-24 | 1 | -52/+60 |
* | Remove stray semicolon in OS/2 version of apr_pollset_create_ex() that breaks... | Brian Havard | 2009-08-14 | 1 | -1/+1 |
* | For poll() backend of pollcb API, return ENOTIMPL if APR was compiled with th... | Paul Querna | 2009-07-05 | 1 | -0/+4 |
* | If APR_POLLSET_NODEFAULT is specified, never ever fallback to the default. | Paul Querna | 2009-06-28 | 1 | -3/+6 |
* | fix crash in poll() implementation of pollcb API | Jeff Trawick | 2009-06-05 | 1 | -0/+1 |
* | nelts, the number of elements in the pollset, was neither needed | Jeff Trawick | 2009-03-16 | 3 | -4/+0 |
* | fix a race condition between pollset_poll and pollset_remove | Jeff Trawick | 2009-03-06 | 1 | -5/+22 |
* | elements on the add ring are not currently associated, so only call | Jeff Trawick | 2009-03-06 | 1 | -11/+11 |
* | don't lose track of a ring element when port_associate() fails | Jeff Trawick | 2009-03-05 | 1 | -0/+1 |
* | when removing a pollfd, don't search both the add ring | Jeff Trawick | 2009-03-05 | 1 | -14/+26 |
* | pollset tweaks: | Jeff Trawick | 2009-03-03 | 3 | -20/+3 |
* | commentary, consistency, simplification, and minor fixes | Jeff Trawick | 2009-03-01 | 1 | -44/+54 |
* | get_kqueue_revent(): | Jeff Trawick | 2009-03-01 | 1 | -16/+14 |
* | Don't give the caller the list of returned events unless some event besides | Jeff Trawick | 2009-03-01 | 1 | -3/+4 |
* | EV_ERROR doesn't map to APR_POLLERR | Jeff Trawick | 2009-03-01 | 1 | -3/+5 |
* | Don't return failure or fail to clean up the event queue if the caller | Jeff Trawick | 2009-03-01 | 1 | -16/+15 |
* | revert a non-critical part of 748951: the needless use of separate temporary ... | Jeff Trawick | 2009-03-01 | 1 | -10/+9 |
* | Allow the kqueue pollset implementation to support checking both APR_POLLIN and | Jeff Trawick | 2009-03-01 | 1 | -15/+26 |
* | fix compile failure on Solaris | Jeff Trawick | 2009-02-28 | 1 | -2/+2 |
* | no need to copy descriptors if only the wakeup pipe popped | Jeff Trawick | 2009-02-27 | 1 | -4/+5 |
* | Unroll APR_SET_FD_CLOEXEC macro. | Bojan Smojver | 2009-02-27 | 4 | -8/+80 |
* | Fix netware build errors | Bradley Nicholes | 2009-02-26 | 1 | -3/+3 |
* | Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag and | Bojan Smojver | 2009-02-26 | 4 | -4/+36 |
* | fix compile failure and warning | Jeff Trawick | 2009-02-22 | 1 | -2/+2 |
* | simplifications and minor improvements to error reporting and | Jeff Trawick | 2009-02-21 | 1 | -58/+38 |
* | don't go to any trouble to compute the ignored epoll_event | Jeff Trawick | 2009-02-21 | 1 | -6/+6 |
* | apr_pollset_create_ex() already made room for the wakeup descriptor, | Jeff Trawick | 2009-02-21 | 2 | -8/+0 |
* | Add few comments on WSAPoll runtime usage | Mladen Turk | 2009-02-15 | 2 | -2/+12 |
* | Always set return object pointer to NULL if create failed. | Mladen Turk | 2009-02-15 | 2 | -3/+8 |
* | On Win32 use pollcb only if winsock supports WSAPoll | Mladen Turk | 2009-02-15 | 1 | -0/+6 |
* | Add common functions for obtaining the pollset methods | Mladen Turk | 2009-02-15 | 2 | -137/+76 |
* | For win32 first try poll instead default pollset (select) method | Mladen Turk | 2009-02-14 | 2 | -4/+10 |
* | Use WSApoll if supported by winsock | Mladen Turk | 2009-02-14 | 2 | -3/+31 |
* | Remember the created port fd | Mladen Turk | 2009-02-14 | 1 | -4/+2 |
* | Remove unused code | Mladen Turk | 2009-02-14 | 1 | -6/+0 |
* | Fix compile time warning. Check if we have only wakeup socket in which case w... | Mladen Turk | 2009-02-14 | 1 | -1/+1 |
* | Fix compile time warnings by adding missing enum checks | Mladen Turk | 2009-02-14 | 2 | -0/+12 |
* | Fix provider name typos | Mladen Turk | 2009-02-14 | 2 | -2/+2 |
* | Implement providers for apr_pollset and apr_pollcb. | Mladen Turk | 2009-02-13 | 2 | -0/+514 |
* | Implement providers for apr_pollset and apr_pollcb | Mladen Turk | 2009-02-13 | 6 | -910/+541 |
* | Use apr_file_socket_pipe_close for closing the WIN32 wakeup pipe | Mladen Turk | 2009-02-12 | 1 | -0/+17 |
* | Fix win32 APR_POLLSET_WAKEABLE implementation. | Mladen Turk | 2009-02-10 | 1 | -1/+6 |
* | suppress gcc's warning about unexpected assignmet | Jeff Trawick | 2009-01-15 | 1 | -1/+1 |