1. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 1 month ago
  2. 889faf4 CLEANUP: include: remove excessive includes of common/standard.h by Willy Tarreau · 4 years, 1 month ago
  3. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  4. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  5. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · 5 years ago
  6. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · 5 years ago
  7. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  8. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · 5 years ago
  9. babc15e MINOR: stktable: provide an unchecked version of stktable_data_ptr() by Willy Tarreau · 6 years ago
  10. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  11. a5e0590 BUILD: stick-tables: silence an uninitialized variable warning by Willy Tarreau · 7 years ago
  12. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · 7 years ago
  13. ca20d02 MINOR: stick-tables: Make static_table_key a struct variable instead of a pointer by Christopher Faulet · 7 years ago
  14. 7d56221 REORG: stkctr: move all the stick counters processing to stick-tables.c by Willy Tarreau · 8 years ago
  15. 523cc9e MEDIUM: peers: Fix a peer stick-tables synchronization issue. by Frédéric Lécaille · 8 years ago
  16. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  17. 7698c90 REORG: stktable: move the stkctr_* functions from stream to sticktable by Willy Tarreau · 9 years ago
  18. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  19. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  20. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  21. edee1d6 MEDIUM: stick-table: make it easier to register extra data types by Willy Tarreau · 10 years ago
  22. 8fed903 MEDIUM: stick-table: implement lookup from a sample fetch by Willy Tarreau · 10 years ago
  23. b5975de MINOR: stick-table: make stktable_fetch_key() indicate why it failed by Willy Tarreau · 10 years ago
  24. 3a925c1 MEDIUM: stick-tables: flush old entries upon soft-stop by Willy Tarreau · 11 years ago
  25. 0711541 MEDIUM: stick-table: allocate the table key of size buffer size by Willy Tarreau · 12 years ago
  26. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  27. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  28. 85e77c7 [MEDIUM] Create updates tree on stick table to manage sync. by Emeric Brun · 14 years ago
  29. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  30. c89a572 [BUG] stick table entries expire on counters updates/read or show table, even if there is no "expire" parameter by Emeric Brun · 14 years ago
  31. f6efda1 [MEDIUM] session counters: automatically remove expired entries. by Willy Tarreau · 14 years ago
  32. 3b9c6e0 [MEDIUM] stick-table: make use of generic types for stored data by Willy Tarreau · 14 years ago
  33. 1f7e925 [MINOR] stktable: add a stktable_update_key() function by Willy Tarreau · 14 years ago
  34. ac78288 [MEDIUM] stick-tables: add stored data argument type checking by Willy Tarreau · 14 years ago
  35. 888617d [MEDIUM] stick-tables: add support for arguments to data_types by Willy Tarreau · 14 years ago
  36. 4a0347a [MINOR] stick-table: provide a table lookup function by Willy Tarreau · 14 years ago
  37. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · 14 years ago
  38. cb18364 [MEDIUM] stick_table: separate storage and update of session entries by Willy Tarreau · 14 years ago
  39. 41883e2 [MINOR] stick_table: export the stick_table_key by Willy Tarreau · 14 years ago
  40. 68129b9 [MINOR] stick_table: provide functions to return stksess data from a type by Willy Tarreau · 14 years ago
  41. f16d2b8 [MEDIUM] stick_table: don't overwrite data when storing an entry by Willy Tarreau · 14 years ago
  42. 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · 14 years ago
  43. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  44. 393379c [MINOR] stick_table: add support for variable-sized data by Willy Tarreau · 14 years ago
  45. 3bd697e [MEDIUM] Add stick table (persistence) management functions and types by Emeric Brun · 15 years ago