May 1, 2011 | ||
---|---|---|
View c769479936
core: fixed compile warnings on mac os xDaniel-Constantin Mierla authored on 30/04/2011 08:20:42 |
August 26, 2010 | ||
---|---|---|
View b7ef157639
core: don't use conditionals in macro argumentsAndrei Pelinescu-Onciul authored on 26/08/2010 19:46:19 |
July 8, 2010 | ||
---|---|---|
View a9cdfc2938
io_wait: kqueue: use the entire array during too many errors fallbackAndrei Pelinescu-Onciul authored on 08/07/2010 13:18:52 |
June 18, 2010 | ||
---|---|---|
View 99682621f3
io_wait: kqueue: use a bigger arrayAndrei Pelinescu-Onciul authored on 18/06/2010 22:16:38 |
||
View 8966d0a178
io_wait: kqueue: handle ENOENT and more robust error handlingAndrei Pelinescu-Onciul authored on 18/06/2010 22:44:24 |
||
View e5be1a0671
io_wait: fix kqueue io_wait_add & POLLINAndrei Pelinescu-Onciul authored on 18/06/2010 22:35:47 |
||
View 2d8cd170ab
io_wait: don't update FD watched status on errorAndrei Pelinescu-Onciul authored on 18/06/2010 07:48:21 |
June 17, 2010 | ||
---|---|---|
View b0bd320182
io_wait: fix kqueue and too many errors in changelistAndrei Pelinescu-Onciul authored on 17/06/2010 16:43:14 |
||
View 05c080a53f
io_wait: fix: check for EV_ERROR for kqueue()Andrei Pelinescu-Onciul authored on 17/06/2010 14:15:10 • Andrei Pelinescu - Onciul committed on 17/06/2010 14:28:02 |
December 8, 2008 | ||
---|---|---|
View 8bed2c0e63
Fix warnings on LP64 plarforms out there (all 64-bit amd64/emt64 unixes and linuxes) where sizeof(*void) != sizeof(int).Maxim Sobolev authored on 08/12/2008 06:11:39 |
November 28, 2008 | ||
---|---|---|
View 018226b08a
more type punning warnings fixedAndrei Pelinescu-Onciul authored on 28/11/2008 15:24:15 |
February 19, 2008 | ||
---|---|---|
View 3665e5c1bb
- fix: compile problems in io_watch_add if ser is compiled on linux with NO_SIGIO=1 (patch from Ondrej Martinek <ondra@iptel.org>)Andrei Pelinescu-Onciul authored on 19/02/2008 15:42:17 |
February 5, 2008 | ||
---|---|---|
View 5d364ef9af
- automatically "listen" for POLLRDHUP or EPOLLRDHUP if supported (linux only)Andrei Pelinescu-Onciul authored on 05/02/2008 21:37:28 |
January 21, 2008 | ||
---|---|---|
View 89deaf49fb
- fix: io_wait* :- safe delete for select, poll & sigiort (sigiort was affected only if it did fallback to poll) - select fd array sizeAndrei Pelinescu-Onciul authored on 21/01/2008 13:00:35 |
January 10, 2008 | ||
---|---|---|
View 6e154d5d93
- EPOLLET doesn't need checking for previous IO events (this also fixes io_watch_chg possible invocation of handle_io which would lead to ugly problems inside tcp handle_tcpconn_ev)Andrei Pelinescu-Onciul authored on 10/01/2008 15:16:34 |