1. f6efda1 [MEDIUM] session counters: automatically remove expired entries. by Willy Tarreau · 14 years ago
  2. 3b9c6e0 [MEDIUM] stick-table: make use of generic types for stored data by Willy Tarreau · 14 years ago
  3. da7ff64 [MEDIUM] session-counters: add HTTP req/err tracking by Willy Tarreau · 14 years ago
  4. c3bd972 [MINOR] session-counters: add a general purpose counter (gpc0) by Willy Tarreau · 14 years ago
  5. 1f7e925 [MINOR] stktable: add a stktable_update_key() function by Willy Tarreau · 14 years ago
  6. 6c59e0a [MEDIUM] session counters: add bytes_in_rate and bytes_out_rate counters by Willy Tarreau · 14 years ago
  7. 91c43d7 [MEDIUM] session counters: add conn_rate and sess_rate counters by Willy Tarreau · 14 years ago
  8. f4d17d9 [MEDIUM] session: add a counter on the cumulated number of sessions by Willy Tarreau · 14 years ago
  9. 855e4bb [MEDIUM] session: add data in and out volume counters by Willy Tarreau · 14 years ago
  10. 38285c1 [MEDIUM] session: add concurrent connections counter by Willy Tarreau · 14 years ago
  11. 8fb12c4 [MINOR] stick-table: use suffix "_cnt" for cumulated counts by Willy Tarreau · 14 years ago
  12. 4a0347a [MINOR] stick-table: provide a table lookup function by Willy Tarreau · 14 years ago
  13. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · 14 years ago
  14. e7f3d7a [MEDIUM] stick-tables: add a reference counter to each entry by Willy Tarreau · 14 years ago
  15. cb18364 [MEDIUM] stick_table: separate storage and update of session entries by Willy Tarreau · 14 years ago
  16. 41883e2 [MINOR] stick_table: export the stick_table_key by Willy Tarreau · 14 years ago
  17. 13c29de [MEDIUM] stick_table: move the server ID to a generic data type by Willy Tarreau · 14 years ago
  18. 68129b9 [MINOR] stick_table: provide functions to return stksess data from a type by Willy Tarreau · 14 years ago
  19. f16d2b8 [MEDIUM] stick_table: don't overwrite data when storing an entry by Willy Tarreau · 14 years ago
  20. 69b870f [MINOR] stick_table: add support for "conn_cum" data type. by Willy Tarreau · 14 years ago
  21. 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · 14 years ago
  22. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  23. 86257dc [CLEANUP] stick_table: rename some stksess struct members to avoid confusion by Willy Tarreau · 14 years ago
  24. 393379c [MINOR] stick_table: add support for variable-sized data by Willy Tarreau · 14 years ago
  25. aea940e [CLEANUP] stick_table: add/clarify some comments by Willy Tarreau · 14 years ago
  26. 3bd697e [MEDIUM] Add stick table (persistence) management functions and types by Emeric Brun · 14 years ago