40 Commits (260e1adf496af7f2a45c77ab9a8b336d2d53e68a)

Author SHA1 Message Date
Carsten Brandt ed64d65886
release version 2.0.16 6 years ago
Carsten Brandt 768d590eef added missing @since annotations 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Robert Korulczyk 1fe3d61a3b Fixes #16838: `yii\mutex\Mutex::acquire()` no longer returns `true` if lock is already acquired by the same component in the same process 6 years ago
Robert Korulczyk 91c96ff452 Fixes #16839 6 years ago
Robert Korulczyk c92eb7761d Fixes #16836: Fix `yii\mutex\MysqlMutex` to handle locks with names longer than 64 character 6 years ago
Brandon Kelly 0ddc3bf58c Fixes #16603: Added `yii\mutex\FileMutex::$isWindows` for Windows file shares on Unix guest machines 6 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Carsten Brandt f259eadf7a
be clear about timeout in seconds in Mutex 7 years ago
SilverFire - Dmitry Naumenko 20302c873a
minor 7 years ago
Alexander Makarov 1f26db9fb7
Applied code style fixes 7 years ago
Carsten Brandt 445019779f Fixes #14206: `MySqlMutex`, `PgsqlMutex` and `OracleMutex` now use `useMaster()` to ensure lock is aquired on the same DB server 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
Kolyunya 924a3edf4b Remove excessive `use` statements 8 years ago
kidol 85cbe8dbaf Fix race conditions in FileMutex 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Davidson Alencar 2716093eda Fixes #12824: Enabled use of `yii\mutex\FileMutex` on Windows systems 8 years ago
Carsten Brandt fb72b8801f fixed indentation and code style 8 years ago
Robert Korulczyk 9d882e53fe Fixes #12431: Fix bug when lock file was not removed after `yii\mutex\FileMutex::release()` 8 years ago
Alexander Zlakomanov 9d5bf60a89 Added Oracle mutex 8 years ago
Aris Karageorgos 6bffe761b1 Fixed Wording 9 years ago
Carsten Brandt e05f55bd13 Update PgsqlMutex.php 9 years ago
Yaroslav Lukyanov db1a96d876 Added tests for #8920, used 16bit integers to avoid out of range error 9 years ago
John Was 84f37705bf Fixes #8920: Added `yii\mutex\PgsqlMutex` which implements mutex "lock" mechanism via PgSQL locks 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 81d5dd0163 Better Windows detection 10 years ago
Carsten Brandt 6578cfbdab updated phpdoc and classmap 10 years ago
Klimov Paul 9e320dafc6 Doc comments for the 'mutex' classes extended 10 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago