Commit History

Author SHA1 Message Date
  antirez a5998d1fda Fix typos in GetContextFromIO API declaration. 8 years ago
  antirez 799208de85 Fix name of mispelled function. 8 years ago
  antirez 152c1b6802 Module: Ability to get context from IO context. 8 years ago
  antirez 72279e3ea4 Copyright notice added to module.c. 8 years ago
  antirez 3dc84c5300 Modules: API to save/load single precision floating point numbers. 8 years ago
  antirez a1b1fd4f39 Modules: API to log from module I/O callbacks. 8 years ago
  antirez 4674efdee2 Merge branch 'unstable' of github.com:/antirez/redis into unstable 8 years ago
  antirez 0d9febf6a0 Add compiler optimizations to example module makefile. 8 years ago
  antirez 6782e774f1 debug.c: include dlfcn.h regardless of BACKTRACE support. 8 years ago
  antirez 2564031a15 Merge branch 'unstable' of github.com:/antirez/redis into unstable 8 years ago
  antirez 6d9f8e2462 Security: CONFIG SET client-output-buffer-limit overflow fixed. 8 years ago
  Salvatore Sanfilippo 6e866ee05e Merge pull request #3511 from dvirsky/create_string_printf 8 years ago
  Dvir Volk a91650fc57 added RM_CreateStringPrintf 8 years ago
  antirez 670586715a dict.c: fix dictGenericDelete() return ASAP condition. 8 years ago
  antirez e9d861ec69 Clear child data when opening the pipes. 8 years ago
  antirez e565632e59 Child -> Parent pipe for COW info transferring. 8 years ago
  antirez e1eccf9a6b zmalloc: Make fp var non local to fix build. 8 years ago
  antirez 945a2f948e zmalloc: zmalloc_get_smap_bytes_by_field() modified to work for any PID. 8 years ago
  antirez b13759e90a redis-cli: "allocator-stats" -> "malloc-stats". 8 years ago
  antirez 4263b12147 Typo fixed from MEMORY DOCTOR output. 8 years ago
  antirez 8a00ffc0e6 Surround allocator name with quotes in MEMORY DOCTOR output. 8 years ago
  antirez 44e714a59c MEMORY DOCTOR initial implementation. 8 years ago
  antirez d9325ac6c8 Provide percentage of memory peak used info. 8 years ago
  oranagra 309c2bcd1b add zmalloc used mem to DEBUG SDSLEN 8 years ago
  antirez 78f35f8d2c Memory related subcommands of DEBUG moved to MEMORY. 8 years ago
  antirez 123891dbbf Group MEMORY command related APIs together in the source code. 8 years ago
  antirez adcfb77b5b objectComputeSize(): skiplist nodes have different sizes. 8 years ago
  antirez e9629e148b MEMORY command: HELP + dataset percentage (like in INFO). 8 years ago
  antirez 5443726d4d MEMORY USAGE: SAMPLES option added + fixes to size computation. 8 years ago
  antirez 7229af3898 INFO: new memory reporting fields added. 8 years ago