This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Lock
Christian Flothmann a7600370fa Merge branch '5.2' into 5.x
* 5.2:
  fix code style
  [Uid] Hardcode UuidV3 & UuidV5 TYPE conditional constants
  [Uid] Use the Uuid constructor when reconstructing an Ulid from its RFC-4122 version
  stop using void in test files
  parse cookie values containing the equal sign
  make some time dependent tests more resilient
  fix code style
  Remove full head content in HTML to text converter
  do not break when loading schemas from network paths on Windows
  apply the sort callback on the whole search result
2021-01-05 20:51:30 +01:00
..
Exception Prevent user serializing the key 2020-10-03 14:03:42 +02:00
Store Create flock directory 2021-01-03 19:17:49 +01:00
Strategy [Lock] add type-hint whenever possible 2019-08-08 14:17:35 +02:00
Tests Merge branch '5.2' into 5.x 2021-01-05 20:51:30 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
BlockingSharedLockStoreInterface.php [lock] Provides default implementation when store does not supports the behavior 2020-09-27 05:25:36 +02:00
BlockingStoreInterface.php let BlockingStoreInterface extend PersistingStoreInterface 2019-07-30 16:24:25 +02:00
CHANGELOG.md Deprecate lock.store aliases 2020-10-15 22:19:33 +02:00
composer.json Add missing symfony/deprecation-contracts requirement 2020-12-15 12:53:10 +01:00
Key.php Prevent user serializing the key 2020-10-03 14:03:42 +02:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
Lock.php Merge branch '5.1' into 5.x 2020-10-14 19:08:19 +02:00
LockFactory.php Deprecate lock.store aliases 2020-10-15 22:19:33 +02:00
LockInterface.php [Lock] add type-hint whenever possible 2019-08-08 14:17:35 +02:00
NoLock.php [RFC] Introduce a RateLimiter component 2020-09-16 15:45:01 +02:00
PersistingStoreInterface.php [Lock] add type-hint whenever possible 2019-08-08 14:17:35 +02:00
phpunit.xml.dist [Lock] fix tests for MongoDB 2020-04-12 13:23:14 +02:00
README.md Fix broken link to documentation in Lock and Semaphore components 2020-12-06 09:31:27 +01:00
SharedLockInterface.php [RFC][lock] Introduce Shared Lock (or Read/Write Lock) 2020-09-12 07:27:01 +02:00
SharedLockStoreInterface.php [lock] Provides default implementation when store does not supports the behavior 2020-09-27 05:25:36 +02:00