1. 041751c BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1. by Conrad Hoffmann · 10 years ago
  2. e852545 MEDIUM: polling: centralize polled events processing by Willy Tarreau · 10 years ago
  3. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · 10 years ago
  4. 033cd9d REORG: polling: rename "fd_process_spec_events()" to "fd_process_cached_events()" by Willy Tarreau · 10 years ago
  5. 899d957 REORG: polling: rename the cache allocation functions by Willy Tarreau · 10 years ago
  6. 16f649c REORG: polling: rename "fd_spec" to "fd_cache" by Willy Tarreau · 10 years ago
  7. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · 10 years ago
  8. fa7fc95 BUG/MEDIUM: polling: ensure we update FD status when there's no more activity by Willy Tarreau · 10 years ago
  9. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · 11 years ago
  10. 70d0ad5 BUG: polling: don't skip polled events in the spec list by Willy Tarreau · 12 years ago
  11. 09f2456 REORG: fd: centralize the processing of speculative events by Willy Tarreau · 12 years ago
  12. 6ea20b1 REORG: fd: move the fd state management from ev_sepoll by Willy Tarreau · 12 years ago
  13. 7be79a4 REORG: fd: move the speculative I/O management from ev_sepoll by Willy Tarreau · 12 years ago
  14. 1720abd MEDIUM: fd: don't unset fdtab[].updated upon delete by Willy Tarreau · 12 years ago
  15. 037d2c1 MAJOR: sepoll: make the poller totally event-driven by Willy Tarreau · 12 years ago
  16. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  17. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  18. e79c3b2 [BUG] debug: report the correct poller list in verbose mode by Willy Tarreau · 14 years ago
  19. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · 15 years ago
  20. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  21. 43b7899 [MEDIUM] move global tuning options to the global structure by Willy Tarreau · 15 years ago
  22. 3eba98a [MEDIUM] splice: make use of pipe pools by Willy Tarreau · 15 years ago
  23. 3ec79b9 [MINOR] global.maxpipes: add the ability to reserve file descriptors for pipes by Willy Tarreau · 15 years ago
  24. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  25. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · 16 years ago
  26. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · 17 years ago
  27. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · 17 years ago
  28. e1a7a2f [MAJOR] kqueue was not initialized during startup by Willy Tarreau · 17 years ago
  29. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · 17 years ago
  30. b3107b9 [MINOR] pollers should not use MY_FD_* by Willy Tarreau · 17 years ago
  31. 1001b94 [CLEANUP] fd.c : regparm was hardcoded too. by Willy Tarreau · 18 years ago
  32. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · 18 years ago
  33. f8306d5 [MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write() by Willy Tarreau · 18 years ago
  34. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · 18 years ago
  35. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  36. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  37. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago