Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-02-12Don't check lock status in PS_UPDATE_TIMESTAMP_FUNCPavlo Yatsukhnenko
2019-02-12Don't check the number affected keys in PS_UPDATE_TIMESTAMP_FUNCPavlo Yatsukhnenko
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-21Merge pull request #1494 from phpredis/cluster-auth2Pavlo Yatsukhnenko
2019-01-21Merge pull request #1485 from phpredis/consistent-hashingPavlo Yatsukhnenko
2019-01-18RedisCluster authPavlo Yatsukhnenko
2018-12-27PHPREDIS-1412: Breaking the lock acquire loop in case of network problemsMarius Meissner
2018-12-22Implement consistent hashing algorithm for RedisArrayPavlo Yatsukhnenko
2018-11-21Remove unused parameter lazy_connect from redis_sock_createPavlo Yatsukhnenko
2018-11-07Fix redis_sessionPavlo Yatsukhnenko
2018-11-07Fix coverity scan warningsPavlo Yatsukhnenko
2018-11-07Fix memory leak when aquiring lockPavlo Yatsukhnenko
2018-11-07Fix a memory leak when regenerating IDs (#1445)Michael Grunder
2018-10-01Fix scan-build warningsPavlo Yatsukhnenko
2018-09-29Streams (#1413)Michael Grunder
2018-08-22Change connect/reconnect logicPavlo Yatsukhnenko
2018-07-29Issue #1367Pavlo Yatsukhnenko
2018-06-04Minor refactoringHongbo Liu
2018-06-04Add callbacks validate_sid() & update_timestamp() to session handlerHongbo Liu
2018-05-31Issue #1358Pavlo Yatsukhnenko
2018-03-26Use zend_string for all lock_status membersPavlo Yatsukhnenko
2018-03-26Apply zend_string API for redis_session_keyPavlo Yatsukhnenko
2018-03-24Extra memory duplicationPavlo Yatsukhnenko
2018-03-24Merge branch 'session-locking' into developPavlo Yatsukhnenko
2018-03-24Fixes after merge for php5Pavlo Yatsukhnenko
2018-03-24Fixes after mergePavlo Yatsukhnenko
2018-03-24Merge pull request #1312 from SkydiveMarius/session-lockingPavlo Yatsukhnenko
2018-03-07Remove redis_pool_newPavlo Yatsukhnenko
2018-03-06Refactor redis sessionPavlo Yatsukhnenko
2018-03-05PR-1312: Only copy sesseion key if it changedMarius Meissner
2018-03-02PR-1312: Refactored code structure of session key checkMarius Meissner
2018-03-01Added check on write operations if session key changed (PHP 5 bug)Marius Meissner
2018-03-01Fixed non fully qualified session key on regenerateMarius Meissner
2018-02-17Some style normalizationmichael-grunder
2017-12-26typoAndrew Sharpe
2017-12-26correct type for php_session_create_idAndrew Sharpe
2017-12-26don't refer to sid when it's undefinedAndrew Sharpe
2017-12-26fixes for PHP 7Andrew Sharpe
2017-12-24declare sid in the right scopeAndrew Sharpe
2017-12-24use correct types for php 7Andrew Sharpe
2017-12-24Allow session locking to work with session_regenerate_id (see #1267)Andrew Sharpe
2017-12-20PR #1283. Thanks @fmk!Pavlo Yatsukhnenko
2017-12-08Issue #88Pavlo Yatsukhnenko
2017-12-08Use zend_string for storing auth and prefix membersPavlo Yatsukhnenko
2017-11-17Remove trailing spacesPavlo Yatsukhnenko
2017-11-11Actually change whether we're locked if we can't read the lock keymichael-grunder
2017-11-11Refactored session locking logicmichael-grunder
2017-11-02PHPREDIS-37: Adjusted code style of php_error_docref() usageMarius Meissner
2017-11-02PHPREDIS-37: Notice if lock acquire was not succesfulMarius Meissner