1. 48b6080 MINOR: shctx: add a few BUG_ON() for consistency checks by Willy Tarreau · Fri Nov 19 17:47:18 2021 +0100
  2. cafe15c BUG/MINOR: shctx: do not look for available blocks when the first one is enough by Willy Tarreau · Fri Nov 19 17:42:49 2021 +0100
  3. b15e8a1 BUG/MEDIUM: shctx: leave the block allocator when enough blocks are found by Willy Tarreau · Fri Nov 19 17:29:23 2021 +0100
  4. 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · Tue Jun 15 16:11:33 2021 +0200
  5. 9e467af BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE by Willy Tarreau · Tue Jun 15 15:03:19 2021 +0200
  6. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  7. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  8. 334099c REORG: include: move shctx to haproxy/shctx{,-t}.h by Willy Tarreau · Wed Jun 03 18:38:48 2020 +0200
  9. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  10. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  11. a7ddab0 BUG/MEDIUM: shctx: make sure to keep all blocks aligned by Willy Tarreau · Fri Feb 21 13:45:58 2020 +0100
  12. 3952643 CLEANUP: Fix typos in the shctx subsystem by Joseph Herlant · Sun Nov 25 11:31:31 2018 -0800
  13. b80bc27 MINOR: shctx: Change max. object size type to unsigned int. by Frédéric Lécaille · Thu Oct 25 20:31:40 2018 +0200
  14. b7838af MINOR: shctx: Add a maximum object size parameter. by Frédéric Lécaille · Mon Oct 22 16:21:39 2018 +0200
  15. 0bec807 MINOR: shctx: Shared objects block by block allocation. by Frédéric Lécaille · Mon Oct 22 17:55:57 2018 +0200
  16. ddfbd83 BUILD: shctx: do not depend on openssl anymore by Willy Tarreau · Wed Nov 08 14:33:36 2017 +0100
  17. 7217c46 MEDIUM: shctx: forbid shctx to read more than expected by William Lallemand · Tue Oct 31 20:21:46 2017 +0100
  18. 4f45bb9 MEDIUM: shctx: separate ssl and shctx by William Lallemand · Mon Oct 30 20:08:51 2017 +0100
  19. ed0b5ad REORG: shctx: move ssl functions to ssl_sock.c by William Lallemand · Mon Oct 30 19:36:36 2017 +0100
  20. 3f85c9a MEDIUM: shctx: allow the use of multiple shctx by William Lallemand · Mon Oct 09 16:30:50 2017 +0200
  21. 24a7a75 REORG: shctx: move lock functions and struct by William Lallemand · Mon Oct 09 14:17:39 2017 +0200
  22. 2a97966 CLEANUP: shctx: get ride of the shsess_packet{_hdr} structures by William Lallemand · Mon Sep 18 17:37:07 2017 +0200
  23. 1866d6d MEDIUM: ssl: Add support for OpenSSL 1.1.0 by Dirkjan Bussink · Mon Aug 29 13:26:37 2016 +0200
  24. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  25. ce3f913 MINOR: stats: add counters for SSL cache lookups and misses by Willy Tarreau · Wed May 28 16:47:01 2014 +0200
  26. cd1a526 MAJOR: ssl: Change default locks on ssl session cache. by Emeric Brun · Wed May 07 23:11:42 2014 +0200
  27. caa19cc BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported. by Emeric Brun · Wed May 07 16:10:18 2014 +0200
  28. f27af0d BUG/MEDIUM: shctx: makes the code independent on SSL runtime version. by Emeric Brun · Fri Apr 26 18:56:49 2013 +0200
  29. 22890a1 MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL session cache. by Emeric Brun · Fri Dec 28 14:41:32 2012 +0100
  30. af9619d MEDIUM: ssl: manage shared cache by blocks for huge sessions. by Emeric Brun · Wed Nov 28 18:47:52 2012 +0100
  31. 78617e5 BUG/MINOR: ssl: One free session in cache remains unused. by Emeric Brun · Wed Nov 28 11:41:01 2012 +0100
  32. 786991e BUG/MEDIUM: ssl: Fix handshake failure on session resumption with client cert. by Emeric Brun · Mon Nov 26 18:37:12 2012 +0100
  33. 338a4fc BUILD: ssl: fix shctx build on older compilers by Willy Tarreau · Thu Oct 18 15:11:52 2012 +0200
  34. ce08baa BUG/MINOR: build: Fix failure with USE_OPENSSL=1 and USE_FUTEX=1 on archs i486 and i686. by Emeric Brun · Thu Oct 04 17:28:25 2012 +0200
  35. 9faf071 MINOR: ssl: add build param USE_PRIVATE_CACHE to build cache without shared memory by Emeric Brun · Tue Sep 25 11:11:16 2012 +0200
  36. 4b3091e MINOR: ssl: disable shared memory and locks on session cache if nbproc == 1 by Emeric Brun · Mon Sep 24 15:48:52 2012 +0200
  37. ee2e3a4 BUILD: ssl: use MAP_ANON instead of MAP_ANONYMOUS by Willy Tarreau · Tue Sep 04 15:43:25 2012 +0200
  38. 18b2059 BUILD: ssl: fix shctx build on RHEL with futex by Willy Tarreau · Tue Sep 04 12:26:26 2012 +0200
  39. 3e541d1 MEDIUM: ssl: add shared memory session cache implementation. by Emeric Brun · Mon Sep 03 11:14:36 2012 +0200