1. 7d56221 REORG: stkctr: move all the stick counters processing to stick-tables.c by Willy Tarreau · 8 years ago
  2. 523cc9e MEDIUM: peers: Fix a peer stick-tables synchronization issue. by Frédéric Lécaille · 8 years ago
  3. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  4. 7698c90 REORG: stktable: move the stkctr_* functions from stream to sticktable by Willy Tarreau · 9 years ago
  5. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  6. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  7. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  8. edee1d6 MEDIUM: stick-table: make it easier to register extra data types by Willy Tarreau · 10 years ago
  9. 8fed903 MEDIUM: stick-table: implement lookup from a sample fetch by Willy Tarreau · 10 years ago
  10. b5975de MINOR: stick-table: make stktable_fetch_key() indicate why it failed by Willy Tarreau · 10 years ago
  11. 3a925c1 MEDIUM: stick-tables: flush old entries upon soft-stop by Willy Tarreau · 11 years ago
  12. 0711541 MEDIUM: stick-table: allocate the table key of size buffer size by Willy Tarreau · 12 years ago
  13. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  14. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  15. 85e77c7 [MEDIUM] Create updates tree on stick table to manage sync. by Emeric Brun · 14 years ago
  16. 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
  17. 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
  18. f6efda1 [MEDIUM] session counters: automatically remove expired entries. by Willy Tarreau · 14 years ago
  19. 3b9c6e0 [MEDIUM] stick-table: make use of generic types for stored data by Willy Tarreau · 14 years ago
  20. 1f7e925 [MINOR] stktable: add a stktable_update_key() function by Willy Tarreau · 14 years ago
  21. ac78288 [MEDIUM] stick-tables: add stored data argument type checking by Willy Tarreau · 14 years ago
  22. 888617d [MEDIUM] stick-tables: add support for arguments to data_types by Willy Tarreau · 14 years ago
  23. 4a0347a [MINOR] stick-table: provide a table lookup function by Willy Tarreau · 14 years ago
  24. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · 14 years ago
  25. cb18364 [MEDIUM] stick_table: separate storage and update of session entries by Willy Tarreau · 14 years ago
  26. 41883e2 [MINOR] stick_table: export the stick_table_key by Willy Tarreau · 14 years ago
  27. 68129b9 [MINOR] stick_table: provide functions to return stksess data from a type by Willy Tarreau · 14 years ago
  28. f16d2b8 [MEDIUM] stick_table: don't overwrite data when storing an entry by Willy Tarreau · 14 years ago
  29. 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · 14 years ago
  30. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  31. 393379c [MINOR] stick_table: add support for variable-sized data by Willy Tarreau · 14 years ago
  32. 3bd697e [MEDIUM] Add stick table (persistence) management functions and types by Emeric Brun · 15 years ago