1. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  2. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · 7 years ago
  3. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · 7 years ago
  4. 63e2ce6 MINOR: threads/polling: pollers now handle FDs depending on the process mask by Christopher Faulet · 7 years ago
  5. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · 7 years ago
  6. ab62f51 MINOR: polling: Use fd_update_events to update events seen for a fd by Christopher Faulet · 7 years ago
  7. 9fab7be BUG/MEDIUM: epoll: ensure we always consider HUP and ERR by Willy Tarreau · 7 years ago
  8. 5a76769 MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller by Willy Tarreau · 7 years ago
  9. 10146c9 CLEANUP: poll: move the conditions for waiting out of the poll functions by Willy Tarreau · 9 years ago
  10. d39ae7d CLEANUP: epoll: epoll_events should be allocated according to global.tune.maxpollevents by Godbach · 10 years ago
  11. 5be2f35 MAJOR: polling: centralize calls to I/O callbacks by Willy Tarreau · 10 years ago
  12. 041751c BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1. by Conrad Hoffmann · 10 years ago
  13. 25002d2 MINOR: polling: create function fd_compute_new_polled_status() by Willy Tarreau · 10 years ago
  14. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · 10 years ago
  15. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · 10 years ago
  16. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · 10 years ago
  17. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · 10 years ago
  18. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · 10 years ago
  19. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · 10 years ago
  20. 3ef5af3 BUG: Revert "OPTIM/MEDIUM: epoll: fuse active events into polled ones during polling changes" by Willy Tarreau · 11 years ago
  21. 2f87730 OPTIM/MEDIUM: epoll: fuse active events into polled ones during polling changes by Willy Tarreau · 11 years ago
  22. cf181c9 BUG/MINOR: epoll: use a fix maxevents argument in epoll_wait() by Willy Tarreau · 11 years ago
  23. 1c07b07 OPTIM: epoll: make use of EPOLLRDHUP by Willy Tarreau · 11 years ago
  24. 39ebef8 BUG/MINOR: poll: the I/O handler was called twice for polled I/Os by Willy Tarreau · 12 years ago
  25. fb5470d OPTIM: epoll: current fd does not count as a new one by Willy Tarreau · 12 years ago
  26. 6320c3c OPTIM: epoll: use a temp variable for intermediary flag computations by Willy Tarreau · 12 years ago
  27. db9cb0b CLEANUP: poll: remove a useless double-check on fdtab[fd].owner by Willy Tarreau · 12 years ago
  28. 462c720 CLEANUP: polling: gcc doesn't always optimize constants away by Willy Tarreau · 12 years ago
  29. 26d7cfc BUG/MAJOR: polling: do not set speculative events on ERR nor HUP by Willy Tarreau · 12 years ago
  30. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · 12 years ago
  31. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · 12 years ago
  32. f8cfa44 BUG/MINOR: epoll: correctly disable FD polling in fd_rem() by Willy Tarreau · 12 years ago
  33. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · 12 years ago
  34. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · 12 years ago
  35. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  36. 9845e75 MEDIUM: polling: prepare to call the iocb() function when defined. by Willy Tarreau · 12 years ago
  37. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  38. 491c498 BUG/MINOR: polling: some events were not set in various pollers by Willy Tarreau · 12 years ago
  39. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · 13 years ago
  40. 43d8fb2 [REORG] build: move syscall redefinition to specific places by Willy Tarreau · 13 years ago
  41. d79e79b [BUG] O(1) pollers should check their FD before closing it by Willy Tarreau · 15 years ago
  42. 332740d [MEDIUM] pollers: don't wait if a signal is pending by Willy Tarreau · 15 years ago
  43. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  44. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  45. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  46. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
  47. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  48. 3a62811 [BUG] event pollers must not wait if a task exists in the run queue by Willy Tarreau · 16 years ago
  49. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · 16 years ago
  50. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · 17 years ago
  51. fb8983f [BUG] the epoll FD must not be shared between processes by Willy Tarreau · 17 years ago
  52. bdefc51 [BUG] fix null timeouts in *poll-based pollers by Willy Tarreau · 17 years ago
  53. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  54. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · 17 years ago
  55. b40d420 [BUILD] declare epoll_* as static when using our own functions by Willy Tarreau · 17 years ago
  56. 58094f2 [MAJOR] ev_epoll: do not rely on fd_sets anymore by Willy Tarreau · 17 years ago
  57. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · 17 years ago
  58. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · 17 years ago
  59. 69801b8 [MINOR] removed proto/polling.h which was not used anymore by Willy Tarreau · 17 years ago
  60. e54e917 [MINOR] ev_* : moved the poll function closer to fd_* by Willy Tarreau · 17 years ago
  61. 97129b5 [MINOR] changed fd_set*/fd_clr* functions to return ints by Willy Tarreau · 17 years ago
  62. 28d8686 [MEDIUM] pollers: store the events in arrays by Willy Tarreau · 17 years ago
  63. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · 17 years ago