2
0

Commit Verlauf

Autor SHA1 Nachricht Datum
  antirez 5413c40da7 Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help vor 14 Jahren
  Michel Martens cf87ebf22d Use linenoise for line editing on redis-cli. vor 14 Jahren
  root fdfdae0f3a Added Authentication to redis-cli.c using -a switch vor 14 Jahren
  Pieter Noordhuis 08af4d5c96 utility to check rdb files for unprocessable opcodes vor 14 Jahren
  antirez 5234952bee zipmaps functions to get, iterate, test for existence. Initial works for Hash data type vor 14 Jahren
  antirez 9ebed7cf06 Fixed 32bit make target to work on Linux out of the box vor 14 Jahren
  antirez 8e688711a7 commercial tools stuff removed from the Redis makefile. cotools are now migrated into a different repos vor 15 Jahren
  antirez 970e10bb34 removed a bug in the function to cancel an I/O job vor 15 Jahren
  antirez 25fd2cb284 a few more stuff in INFO about VM. Test #11 changed a bit in order to be less lame vor 15 Jahren
  antirez a69a0c9c3b More threaded I/O VM work + Redis init script vor 15 Jahren
  antirez 92f8e88204 non-blocking VM data structures, just a start vor 15 Jahren
  antirez fc77604c47 a few more tests and ability to run a specific test in test-redis.tcl vor 15 Jahren
  antirez 64f36a5836 epoll module for ae.c implemented. Some more testing needed vor 15 Jahren
  antirez 266373b283 ae.c now supports multiple polling API modules, even if only ae_select.c is implemented currently. Also adding and removing an event is now O(1). vor 15 Jahren
  antirez bcfc686db7 Tcl script, make target, and redis.c changes to build the static symbol table automagically vor 15 Jahren
  antirez d0ccebcf46 masterauth option merged, thanks to Anthony Lauzon vor 15 Jahren
  antirez 5b19e727c7 Fix for 'make 32bit' vor 15 Jahren
  antirez a7866db6cc double serialization routines implemented vor 15 Jahren
  antirez 325d1eb4a8 Merged Solaris patches provided by Alan Harder vor 15 Jahren
  antirez fd8ccf4419 more work on ZSETs and a new make target called 32bit to build i386 binaries on mac os x leopard vor 15 Jahren
  antirez 942a39618b in-memory specialized object encoding (for now 32 signed integers only) vor 15 Jahren
  antirez 56906eefea Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability vor 15 Jahren
  antirez c4cd5f393c Merge git://github.com/dierbro/redis vor 15 Jahren
  antirez 9e9c0ce170 Makefile dependencies updated vor 15 Jahren
  hrothgar 01fe7151a9 add compile options to debug vor 15 Jahren
  antirez b5ff27084f backtrace support removed: unreliable stack trace :( vor 15 Jahren
  antirez 7f957c925b initial backtrace dumping on sigsegv/sigbus + debug command vor 15 Jahren
  antirez 5f5b9840c3 Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux. vor 15 Jahren
  antirez 774e304780 Issue 22 fixed vor 15 Jahren
  antirez 98c541c517 fastlz dependence removed vor 15 Jahren