1. 7fcc24d MINOR: peers: Do not emit global stick-table names. by Frédéric Lécaille · 5 years ago
  2. 0bbec0f MINOR: peers: adds counters on show peers about tasks calls. by Emeric Brun · 5 years ago
  3. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  4. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · 5 years ago
  5. 9ef2ad7 BUG/MEDIUM: peers: fix a case where peer session is not cleanly reset on release. by Emeric Brun · 5 years ago
  6. b7405c1 BUG/MINOR: peers: Missing initializations after peer session shutdown. by Frédéric Lécaille · 5 years ago
  7. 54bff83 CLEANUP: peers: replace timeout constants by macros. by Frédéric Lécaille · 5 years ago
  8. aba44a2 CLEANUP: peers: remove useless annoying tabulations. by Frédéric Lécaille · 5 years ago
  9. 045e0d4 BUG/MINOR: peers: Really close the sessions with no heartbeat. by Frédéric Lécaille · 5 years ago
  10. ed87989 MEDIUM: peers: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  11. 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · 5 years ago
  12. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 5 years ago
  13. 9bdd7bc BUILD/MINOR: peers: remove an impossible null test in intencode() by Willy Tarreau · 5 years ago
  14. ef60ff3 BUG/MEDIUM: peers: Handle mux creation failure. by Olivier Houchard · 5 years ago
  15. 6254a92 BUILD/MINOR: peers: shut up a build warning introduced during last cleanup by Willy Tarreau · 5 years ago
  16. 6f731f3 CLEANUP: peers: factor error handling in peer_treat_definedmsg() by Willy Tarreau · 5 years ago
  17. 1e82a14 CLEANUP: peers: factor the error handling code in peer_treet_updatemsg() by Willy Tarreau · 5 years ago
  18. 4b2fd9b MINOR: peers: move peer initializations code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  19. 3f0fb9d MINOR: peers: move "hello" message treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  20. be825e5 CLEANUP: peers: Remove useless statements. by Frédéric Lécaille · 5 years ago
  21. 25e1d5e MINOR: peers: move send code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  22. 444243c MINOR: peers: move messages treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  23. 7d0ceee MINOR: peers: move error handling to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  24. d5fe14b CLEANUP: peers: Be more generic. by Frédéric Lécaille · 5 years ago
  25. 95203f2 MINOR: peers: Move high level receive code to reduce the size of I/O handler. by Frédéric Lécaille · 5 years ago
  26. d27b094 MINOR: peers: Move ack, switch and definition receive code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  27. 168a34b MINOR: peers: Move update receive code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  28. 6a8303d MEDIUM: peers: synchronizaiton code factorization to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  29. 87f554c MINOR: peers: Add new functions to send code and reduce the I/O handler. by Frédéric Lécaille · 5 years ago
  30. ec44ea8 MINOR: peers: send code factorization. by Frédéric Lécaille · 5 years ago
  31. a8725ec CLEANUP: peers: Indentation fixes. by Frédéric Lécaille · 5 years ago
  32. ce02557 MINOR: peers: Extract some code to be reused. by Frédéric Lécaille · 5 years ago
  33. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · 6 years ago
  34. c06b5d4 MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. by Frédéric Lécaille · 6 years ago
  35. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  36. 82b2f54 CLEANUP: Fix typos in the peers subsystem by Joseph Herlant · 6 years ago
  37. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  38. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  39. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · 6 years ago
  40. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · 6 years ago
  41. 086735a BUG/MINOR: tasks: make sure wakeup events are properly reported to subscribers by Willy Tarreau · 6 years ago
  42. 3399226 MINOR: peers: use defines instead of enums to appease clang. by Olivier Houchard · 6 years ago
  43. d944344 BUILD: peers: check allocation error during peers_init_sync() by Willy Tarreau · 6 years ago
  44. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · 6 years ago
  45. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  46. be37315 MINOR: connection: make the initialization more consistent by Willy Tarreau · 6 years ago
  47. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  48. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  49. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  50. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  51. 5548291 BUG/MEDIUM: peers: fix expire date wasn't updated if entry is modified remotely. by Emeric Brun · 6 years ago
  52. dbd0267 BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface by Willy Tarreau · 7 years ago
  53. 088c9b7 BUG/MAJOR: thread/peers: fix deadlock on peers sync. by Emeric Brun · 7 years ago
  54. cea8537 BUG/MEDIUM: threads/peers: decrement, not increment jobs on quitting by Willy Tarreau · 7 years ago
  55. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  56. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  57. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  58. f2fc1fd BUG/MINOR: freq: fix infinite loop on freq_ctr_period. by Emeric Brun · 7 years ago
  59. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  60. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · 7 years ago
  61. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · 7 years ago
  62. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · 7 years ago
  63. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · 7 years ago
  64. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · 7 years ago
  65. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  66. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  67. bf08beb MINOR: session: remove the list of streams from struct session by Willy Tarreau · 7 years ago
  68. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · 7 years ago
  69. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · 7 years ago
  70. 04b9286 MINOR: peers: don't reference the incoming listener on outgoing connections by Willy Tarreau · 7 years ago
  71. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · 7 years ago
  72. 2bfd358 MINOR: stream: link the stream to its session by Willy Tarreau · 7 years ago
  73. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · 7 years ago
  74. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · 7 years ago
  75. 37a7254 MINOR: peers: Add additional information to stick-table definition messages. by Frédéric Lécaille · 7 years ago
  76. 5f77fef MINOR: task/stream: tasks related to a stream must be init by the caller. by Emeric Brun · 7 years ago
  77. 5d6e5f8 BUG/MINOR: Wrong peer task expiration handling during synchronization processing. by Frédéric Lécaille · 7 years ago
  78. 5df1190 BUG/MEDIUM: peers: Peers CLOSE_WAIT issue. by Frédéric Lécaille · 7 years ago
  79. 18928af BUG/MEDIUM: peers: fix buffer overflow control in intdecode. by Emeric Brun · 7 years ago
  80. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · 8 years ago
  81. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  82. 9df94c2 MINOR: peers: remove the pointer to the stream by Willy Tarreau · 8 years ago
  83. 81bc3b0 MINOR: peers: make peer_session_forceshutdown() use the appctx and not the stream by Willy Tarreau · 8 years ago
  84. b21d08e BUG/MEDIUM: peers: fix use after free in peer_session_create() by Willy Tarreau · 8 years ago
  85. 78c0c50 BUG/MEDIUM: peers: on shutdown, wake up the appctx, not the stream by Willy Tarreau · 8 years ago
  86. 523cc9e MEDIUM: peers: Fix a peer stick-tables synchronization issue. by Frédéric Lécaille · 8 years ago
  87. 597b26e BUG/MINOR: peers: empty chunks after a resync. by Emeric Brun · 8 years ago
  88. cc52274 BUG/MINOR: peers: some updates are pushed twice after a resync. by Emeric Brun · 8 years ago
  89. 22fc320 BUG/MINOR: peers: Fix peers data decoding issue by Frédéric Lécaille · 8 years ago
  90. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  91. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  92. 3bb4617 BUG/MEDIUM: peers: fix incorrect age in frequency counters by Willy Tarreau · 8 years ago
  93. 234fc3c BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay. by Emeric Brun · 9 years ago
  94. b058f1c BUG/MINOR: fct peer_prepare_ackmsg should not use trash. by Emeric Brun · 9 years ago
  95. a6a0998 BUG/MEDIUM: peers: same table updates re-pushed after a re-connect by Emeric Brun · 9 years ago
  96. 37bb7be BUG/MAJOR: peers: fix a crash when stopping peers on unbound processes by Willy Tarreau · 9 years ago
  97. b157d73 BUG/MAJOR: peers: fix current table pointer not re-initialized on session release. by Emeric Brun · 9 years ago
  98. e1ab808 BUG/MEDIUM: peers: fix wrong message id on stick table updates acknowledgement. by Emeric Brun · 9 years ago
  99. 5d24ebc MEDIUM: stick-tables: use the sample type names by Thierry FOURNIER · 9 years ago
  100. 9490095 MEDIUM: peers: support of any stick-table data-types for sync by Emeric Brun · 9 years ago