1. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  2. b80bc27 MINOR: shctx: Change max. object size type to unsigned int. by Frédéric Lécaille · 6 years ago
  3. b7838af MINOR: shctx: Add a maximum object size parameter. by Frédéric Lécaille · 6 years ago
  4. 0bec807 MINOR: shctx: Shared objects block by block allocation. by Frédéric Lécaille · 6 years ago
  5. a3c77cf MINOR: shctx: rename lock functions by William Lallemand · 7 years ago
  6. 4f45bb9 MEDIUM: shctx: separate ssl and shctx by William Lallemand · 7 years ago
  7. ed0b5ad REORG: shctx: move ssl functions to ssl_sock.c by William Lallemand · 7 years ago
  8. 3f85c9a MEDIUM: shctx: allow the use of multiple shctx by William Lallemand · 7 years ago
  9. 24a7a75 REORG: shctx: move lock functions and struct by William Lallemand · 7 years ago
  10. caa19cc BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported. by Emeric Brun · 10 years ago
  11. 22890a1 MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL session cache. by Emeric Brun · 12 years ago
  12. af9619d MEDIUM: ssl: manage shared cache by blocks for huge sessions. by Emeric Brun · 12 years ago
  13. 786991e BUG/MEDIUM: ssl: Fix handshake failure on session resumption with client cert. by Emeric Brun · 12 years ago
  14. 9faf071 MINOR: ssl: add build param USE_PRIVATE_CACHE to build cache without shared memory by Emeric Brun · 12 years ago
  15. 4b3091e MINOR: ssl: disable shared memory and locks on session cache if nbproc == 1 by Emeric Brun · 12 years ago
  16. 3e541d1 MEDIUM: ssl: add shared memory session cache implementation. by Emeric Brun · 12 years ago