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
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
2017-11-02PHPREDIS-37: Using estrndup for session_keyMarius Meissner
2017-11-02PHPREDIS-37: Replaced smart_string operations by spprintfMarius Meissner
2017-11-02PHPREDIS-37: Replaced fixed hostname length by HOST_NAME_MAXMarius Meissner
2017-11-02PHPREDIS-37: Converted global lock_release_lua_script_hash to pointer and use...Marius Meissner
2017-11-02PHPREDIS-37: Handle return value of redis_socket_write in lock_release and up...Marius Meissner
2017-11-02PHPREDIS-37: Handle return value of redis_socket_write in refresh_lock_statusMarius Meissner
2017-10-30PHPREDIS-37: Add locking functionalityMarius Meissner
2017-08-16Use zend_string to store strings in RedisSockPavlo Yatsukhnenko
2017-08-02Use ZSTR_VAL and ZSTR_LEN macroses to access zend_string fieldsPavlo Yatsukhnenko
2017-06-16Issue #1199Pavlo Yatsukhnenko
2017-04-29Replace redis_cmd_format_static with redis_spprintfmichael-grunder
2017-04-11Processing `read_timeout` parameter + update docsPavlo Yatsukhnenko
2017-03-29Remove unused force_connect parameter from redis_sock_server_open function.Pavlo Yatsukhnenko
2016-12-16fix #1062 restore 3.0.0 session behavior for PHP 7.1Remi Collet