1. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  2. 82b37d7 MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock by Willy Tarreau · 6 years ago
  3. 322e6c7 MINOR: fd: move the hap_fd_{clr,set,isset} functions to fd.h by Willy Tarreau · 6 years ago
  4. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · 6 years ago
  5. f2b5c99 CLEANUP: fd/threads: remove the now unused fdtab_lock by Willy Tarreau · 6 years ago
  6. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · 6 years ago
  7. c9c8378 MINOR: fd: add a bitmask to indicate that an FD is known by the poller by Willy Tarreau · 6 years ago
  8. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · 6 years ago
  9. 69553fe MINOR: threads/fd: Use a bitfield to know if there are FDs for a thread in the FD cache by Christopher Faulet · 6 years ago
  10. 8b94969 MINOR: fd: cache-align fdtab and fdcache locks by Willy Tarreau · 7 years ago
  11. 53bae85 BUG/MINOR: threads: don't drop "extern" on the lock in include files by Willy Tarreau · 7 years ago
  12. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  13. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  14. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · 7 years ago
  15. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  16. a7c5d43 MINOR: threads/fd: Add a mask of threads allowed to process on each fd in fdtab array by Christopher Faulet · 7 years ago
  17. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · 7 years ago
  18. 21e9267 MINOR: fd: Add fd_update_events function by Christopher Faulet · 7 years ago
  19. d82b180 MINOR: fd: Use inlined functions to check fd state in fd_*_send/recv functions by Christopher Faulet · 7 years ago
  20. 8db2fdf MINOR: fd: Add fd_active function by Christopher Faulet · 7 years ago
  21. d531f88 MINOR: fd: Don't forget to reset fdtab[fd].update when a fd is added/removed by Christopher Faulet · 7 years ago
  22. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  23. 5be2f35 MAJOR: polling: centralize calls to I/O callbacks by Willy Tarreau · 10 years ago
  24. 041751c BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1. by Conrad Hoffmann · 10 years ago
  25. 25002d2 MINOR: polling: create function fd_compute_new_polled_status() by Willy Tarreau · 10 years ago
  26. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · 10 years ago
  27. 6c11bd2 OPTIM: raw-sock: don't speculate after a short read if polling is enabled by Willy Tarreau · 10 years ago
  28. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · 10 years ago
  29. 033cd9d REORG: polling: rename "fd_process_spec_events()" to "fd_process_cached_events()" by Willy Tarreau · 10 years ago
  30. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · 10 years ago
  31. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · 10 years ago
  32. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · 10 years ago
  33. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · 10 years ago
  34. 8663105 BUG: Revert "OPTIM: poll: restore polling after a poll/stop/want sequence" by Willy Tarreau · 10 years ago
  35. 1208266 OPTIM: poll: restore polling after a poll/stop/want sequence by Willy Tarreau · 11 years ago
  36. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · 11 years ago
  37. 4a29144 OPTIM: poll: optimize fd management functions for low register count CPUs by Willy Tarreau · 12 years ago
  38. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · 12 years ago
  39. 09f2456 REORG: fd: centralize the processing of speculative events by Willy Tarreau · 12 years ago
  40. 6ea20b1 REORG: fd: move the fd state management from ev_sepoll by Willy Tarreau · 12 years ago
  41. 7be79a4 REORG: fd: move the speculative I/O management from ev_sepoll by Willy Tarreau · 12 years ago
  42. 037d2c1 MAJOR: sepoll: make the poller totally event-driven by Willy Tarreau · 12 years ago
  43. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · 12 years ago
  44. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  45. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · 12 years ago
  46. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · 16 years ago
  47. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  48. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · 17 years ago
  49. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · 17 years ago
  50. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · 17 years ago
  51. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · 17 years ago
  52. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · 17 years ago
  53. fddaec0 [CLEANUP] fd.h : regparm was hardcoded. by Willy Tarreau · 18 years ago
  54. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · 18 years ago
  55. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  56. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago