summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge pull request #6662 from oranagra/fix_hz_div0Salvatore Sanfilippo2019-12-161-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | init server.hz early to avoid div by 0 during config file loadingOran Agra2019-12-121-0/+1
| * | | | | | | | Merge pull request #6663 from yossigo/fix-replace-valueSalvatore Sanfilippo2019-12-124-9/+59
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Improve RM_ModuleTypeReplaceValue() API.Yossi Gottlieb2019-12-124-9/+59
| |/ / / / / / / /
| * | | | | | | | Merge pull request #6516 from IAmATeaPot418/patch-2Salvatore Sanfilippo2019-12-121-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add no-slowlog to acl command to prevent passwordsJamie Scott2019-10-291-1/+1
* | | | | | | | | | Modules: allow to execute RM_Call() from the module init function.antirez2019-12-131-0/+2
|/ / / / / / / / /
* | | | | | | | | redis-cli: some refactoring about not logging AUTH & co.antirez2019-12-121-5/+13
* | | | | | | | | Merge pull request #6524 from itamarhaber/acl-cliSalvatore Sanfilippo2019-12-121-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ommits from redis-cli's historyItamar Haber2019-10-311-2/+6
| |/ / / / / / / /
* | | | | | | | | Remove useless space from moduleLoad().antirez2019-12-121-1/+1
* | | | | | | | | Merge pull request #6257 from JohnSully/ModuleSecuritySalvatore Sanfilippo2019-12-121-0/+10
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'unstable' into ModuleSecuritySalvatore Sanfilippo2019-12-12170-3210/+14538
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #6656 from oranagra/leak_rm_load_from_strSalvatore Sanfilippo2019-12-111-2/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix leak in RM_LoadDataTypeFromString, and saveOran Agra2019-12-111-2/+12
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-12-112-2/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6653 from oranagra/client_tracking_flagSalvatore Sanfilippo2019-12-091-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Add ULL suffix to CLIENT_TRACKING flag to prevent sign extensionOran Agra2019-12-091-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #6645 from eliblight/fix-memcpySalvatore Sanfilippo2019-12-051-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | - memcpy(&id,ri.key,ri.key_len);Eran Liberty2019-12-051-1/+1
* | | | | | | | | | Clients connected and bytes used is too spammy for verbose.antirez2019-12-111-1/+1
* | | | | | | | | | create-cluster script tailall option.antirez2019-12-111-0/+7
* | | | | | | | | | Modules: more clarification about disconnection callback.antirez2019-12-091-2/+2
|/ / / / / / / / /
* | | | | | | | | Modules: clarify when the disconnection callback is called.antirez2019-12-051-1/+4
* | | | | | | | | create-cluster script: allow additional options.antirez2019-12-031-1/+2
* | | | | | | | | Modules: create timers in contexts without a client.antirez2019-12-031-1/+1
* | | | | | | | | Merge pull request #6638 from oranagra/fix_module_short_read_testSalvatore Sanfilippo2019-12-021-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | fix crash in module short read testOran Agra2019-12-021-1/+2
|/ / / / / / / /
* | | | | | | | Avoid collision with MacOS LIST_HEAD macro after #6384.antirez2019-12-022-1/+8
* | | | | | | | Merge pull request #6384 from devnexen/apple_smaps_implSalvatore Sanfilippo2019-12-022-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Adding AnonHugePages case + commentsDavid Carlier2019-09-201-2/+11
| * | | | | | | | Getting region date per process in DarwinDavid Carlier2019-09-152-0/+13
* | | | | | | | | Merge pull request #6624 from oranagra/config_c_step_3Salvatore Sanfilippo2019-12-025-753/+614
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config.c post refactory cleanupOran Agra2019-12-011-142/+122
| * | | | | | | | | Converting more configs to use generic infra, and moving defaults to config.cOran Agra2019-11-285-632/+294
| * | | | | | | | | More improvements and fixes to generic config infraOran Agra2019-11-281-84/+221
| * | | | | | | | | Additional config.c refactory and bugfixesOran Agra2019-11-263-144/+226
* | | | | | | | | | Merge pull request #5360 from youjh90/unstableSalvatore Sanfilippo2019-12-022-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ignore vscode conf dirjem2018-09-181-0/+1
| * | | | | | | | | | update leap year comment when div by 400jem2018-09-181-2/+2
* | | | | | | | | | | Merge pull request #6637 from andygua/add-missed-macroSalvatore Sanfilippo2019-12-021-0/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added the missed macro definition in slowlog.hAndy Guan2019-12-021-0/+5
* | | | | | | | | | | | Merge pull request #6634 from oranagra/fix_gen_write_loadSalvatore Sanfilippo2019-12-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | revert an accidental test code change done as part of the tls projectOran Agra2019-12-011-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Fix Pi build needing -latomic. Issue #6275.antirez2019-11-291-0/+9
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #6598 from oranagra/module-hook-testSalvatore Sanfilippo2019-11-251-6/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | try to fix an unstable test (module hook for loading progress)Oran Agra2019-11-191-6/+8
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #6609 from daidaotong/macrofixSalvatore Sanfilippo2019-11-251-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | macro fixDaniel Dai2019-11-201-0/+5
* | | | | | | | | | | Merge pull request #6593 from daidaotong/movecommandfixSalvatore Sanfilippo2019-11-251-0/+7
|\ \ \ \ \ \ \ \ \ \ \