1. 16 4月, 2014 4 次提交
  2. 15 4月, 2014 1 次提交
  3. 12 4月, 2014 2 次提交
  4. 09 4月, 2014 1 次提交
  5. 08 4月, 2014 2 次提交
  6. 04 4月, 2014 1 次提交
  7. 03 4月, 2014 1 次提交
  8. 02 4月, 2014 2 次提交
  9. 01 4月, 2014 1 次提交
  10. 22 3月, 2014 3 次提交
  11. 21 3月, 2014 1 次提交
  12. 15 3月, 2014 1 次提交
  13. 11 3月, 2014 1 次提交
  14. 08 3月, 2014 1 次提交
  15. 26 2月, 2014 2 次提交
  16. 25 2月, 2014 1 次提交
    • J
      sdshdr definition in deps/hiredis/sds.h must match the definition in... · f5245a44
      jonathan pickett 提交于
      sdshdr definition in deps/hiredis/sds.h must match the definition in src/sds.h. Specifically, sizeof (C struct with a char* member) calculates the char* as a pointer. sizeof(C-struct with char[] member) calculates char[] as empty character array. BTW, the parent struct from member pointer dereference is an abomination.
      f5245a44
  17. 20 2月, 2014 1 次提交
  18. 18 2月, 2014 2 次提交
  19. 15 2月, 2014 2 次提交
  20. 12 2月, 2014 3 次提交
  21. 06 2月, 2014 2 次提交
  22. 04 2月, 2014 2 次提交
    • J
      Merge branch '2_6_14_rebase' into 2.8.4 · 2277ed0e
      Jonathan Pickett 提交于
      2277ed0e
    • J
      Merge branch '2_6_14_rebase' into 2.8.4 · 62cc0e32
      Jonathan Pickett 提交于
      Conflicts:
      	00-RELEASENOTES
      	deps/hiredis/hiredis.c
      	deps/hiredis/sds.c
      	deps/jemalloc/ChangeLog
      	deps/jemalloc/Makefile.in
      	deps/jemalloc/VERSION
      	deps/jemalloc/configure
      	deps/jemalloc/configure.ac
      	deps/jemalloc/doc/jemalloc.3
      	deps/jemalloc/doc/jemalloc.html
      	deps/jemalloc/doc/jemalloc.xml.in
      	deps/jemalloc/include/jemalloc/internal/arena.h
      	deps/jemalloc/include/jemalloc/internal/chunk.h
      	deps/jemalloc/include/jemalloc/internal/chunk_dss.h
      	deps/jemalloc/include/jemalloc/internal/chunk_mmap.h
      	deps/jemalloc/include/jemalloc/internal/ctl.h
      	deps/jemalloc/include/jemalloc/internal/extent.h
      	deps/jemalloc/include/jemalloc/internal/huge.h
      	deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in
      	deps/jemalloc/include/jemalloc/internal/private_namespace.h
      	deps/jemalloc/include/jemalloc/internal/prof.h
      	deps/jemalloc/include/jemalloc/internal/rtree.h
      	deps/jemalloc/include/jemalloc/jemalloc.h.in
      	deps/jemalloc/include/jemalloc/jemalloc_defs.h.in
      	deps/jemalloc/src/arena.c
      	deps/jemalloc/src/base.c
      	deps/jemalloc/src/chunk.c
      	deps/jemalloc/src/chunk_dss.c
      	deps/jemalloc/src/chunk_mmap.c
      	deps/jemalloc/src/ctl.c
      	deps/jemalloc/src/huge.c
      	deps/jemalloc/src/jemalloc.c
      	deps/jemalloc/src/mutex.c
      	deps/jemalloc/src/prof.c
      	deps/jemalloc/src/rtree.c
      	deps/jemalloc/src/stats.c
      	deps/jemalloc/src/tcache.c
      	deps/jemalloc/src/util.c
      	deps/jemalloc/src/zone.c
      	deps/jemalloc/test/thread_arena.c
      	deps/linenoise/linenoise.c
      	redis.conf
      	src/Makefile.dep
      	src/ae.c
      	src/anet.c
      	src/anet.h
      	src/aof.c
      	src/bitops.c
      	src/config.c
      	src/config.h
      	src/db.c
      	src/debug.c
      	src/dict.c
      	src/memtest.c
      	src/mkreleasehdr.sh
      	src/networking.c
      	src/object.c
      	src/rdb.c
      	src/redis-benchmark.c
      	src/redis-cli.c
      	src/redis.c
      	src/redis.h
      	src/release.c
      	src/replication.c
      	src/rio.c
      	src/rio.h
      	src/scripting.c
      	src/sds.c
      	src/sentinel.c
      	src/t_list.c
      	src/t_string.c
      	src/t_zset.c
      	src/version.h
      	src/zmalloc.c
      	tests/assets/default.conf
      	tests/integration/rdb.tcl
      	tests/test_helper.tcl
      	tests/unit/basic.tcl
      	tests/unit/expire.tcl
      	tests/unit/obuf-limits.tcl
      	tests/unit/pubsub.tcl
      	tests/unit/scripting.tcl
      
      Still having problems with BLPOP
      62cc0e32
  23. 29 1月, 2014 3 次提交