1. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · 4 years, 10 months ago
  2. d660990 MINOR: fd: add a new "initialized" bit in the fdtab struct by Willy Tarreau · 4 years, 10 months ago
  3. 76913d3 CLEANUP: fd: remove leftovers of the fdcache by Willy Tarreau · 4 years, 10 months ago
  4. 931d8b7 MINOR: fd: add fd_write_frag_line() to send a fragmented line to an fd by Willy Tarreau · 4 years, 10 months ago
  5. 1dad384 BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept by Willy Tarreau · 5 years ago
  6. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · 5 years ago
  7. f69b807 CLEANUP: Fix typos in the file descriptor subsystem by Joseph Herlant · 6 years ago
  8. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · 6 years ago
  9. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · 6 years ago
  10. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · 6 years ago
  11. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · 6 years ago
  12. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · 6 years ago
  13. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · 6 years ago
  14. c9c8378 MINOR: fd: add a bitmask to indicate that an FD is known by the poller by Willy Tarreau · 6 years ago
  15. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · 6 years ago
  16. 5809052 CLEANUP: fd: place the lock at the beginning of struct fdtab by Willy Tarreau · 7 years ago
  17. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  18. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · 7 years ago
  19. a7c5d43 MINOR: threads/fd: Add a mask of threads allowed to process on each fd in fdtab array by Christopher Faulet · 7 years ago
  20. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · 7 years ago
  21. 5a76769 MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller by Willy Tarreau · 7 years ago
  22. 733b132 DEBUG: connection: mark the closed FDs with a value that is easier to detect by Willy Tarreau · 8 years ago
  23. 7a798e5 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · 8 years ago
  24. 041751c BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1. by Conrad Hoffmann · 10 years ago
  25. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · 10 years ago
  26. 15a4dec REORG: polling: rename "spec_e" to "state" and "spec_p" to "cache" by Willy Tarreau · 10 years ago
  27. 69a41fa CLEANUP: polling: rename "spec_e" to "state" by Willy Tarreau · 10 years ago
  28. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · 11 years ago
  29. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · 12 years ago
  30. 7be79a4 REORG: fd: move the speculative I/O management from ev_sepoll by Willy Tarreau · 12 years ago
  31. 037d2c1 MAJOR: sepoll: make the poller totally event-driven by Willy Tarreau · 12 years ago
  32. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  33. 45dab73 CLEANUP: fdtab: flatten the struct and merge the spec struct with the rest by Willy Tarreau · 12 years ago
  34. 40ff59d CLEANUP: fd: remove fdtab->flags by Willy Tarreau · 12 years ago
  35. 26f44d1 MINOR: fd: get rid of FD_WAIT_* by Willy Tarreau · 12 years ago
  36. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · 12 years ago
  37. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · 12 years ago
  38. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  39. 8018471 MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore by Willy Tarreau · 12 years ago
  40. 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · 12 years ago
  41. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
  42. ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · 12 years ago
  43. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  44. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  45. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · 12 years ago
  46. b48b323 [MEDIUM] fd: merge fd_list into fdtab by Willy Tarreau · 15 years ago
  47. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · 15 years ago
  48. 6db06d3 [MEDIUM] remove TCP_CORK and make use of MSG_MORE instead by Willy Tarreau · 15 years ago
  49. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  50. 5d707e1 [MEDIUM] stream_sock: don't close prematurely when nolinger is set by Willy Tarreau · 15 years ago
  51. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
  52. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  53. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · 16 years ago
  54. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · 16 years ago
  55. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  56. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  57. dd81598 [MAJOR] added generic protocol support by Willy Tarreau · 17 years ago
  58. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
  59. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  60. 5b70242 [BUILD] regparm in fd.h broke build on gcc-2.95 by Willy Tarreau · 17 years ago
  61. 3d32d3a [MINOR] add support for the polling results in fdtab by Willy Tarreau · 17 years ago
  62. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · 17 years ago
  63. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · 17 years ago
  64. 97129b5 [MINOR] changed fd_set*/fd_clr* functions to return ints by Willy Tarreau · 17 years ago
  65. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · 17 years ago
  66. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  67. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  68. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  69. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago