Commit Graph

  • a42f287685 Name change. Nicolas Favre-Felix 2010-12-28 20:44:22 +0100
  • da21b27c67 Removed debug messages. Nicolas Favre-Felix 2010-12-28 18:06:38 +0100
  • bd15e0c938 Faster first connection. Nicolas Favre-Felix 2010-12-28 18:02:27 +0100
  • f1649f442b Added missing file. Nicolas Favre-Felix 2010-12-28 17:44:40 +0100
  • f25e7bfb87 Rename Nicolas Favre-Felix 2010-12-28 17:43:26 +0100
  • 1ea4a62f3d Ideas. Nicolas Favre-Felix 2010-12-28 17:24:15 +0100
  • f4e28936b5 Added support for Redis AUTH command. Nicolas Favre-Felix 2010-12-27 18:31:21 +0100
  • 63394166b5 Fixed leak. Nicolas Favre-Felix 2010-12-27 17:32:21 +0100
  • 1cace807a1 Lint. Nicolas Favre-Felix 2010-12-27 17:21:07 +0100
  • 760a61822b Conf file from CLI, and more ideas. Nicolas Favre-Felix 2010-12-27 16:58:46 +0100
  • f33ecf711d Disabled MULTI/EXEC/WATCH/DISCARD. Nicolas Favre-Felix 2010-12-27 16:25:09 +0100
  • fbcee78d8c Updated benchmark. Nicolas Favre-Felix 2010-12-27 15:47:11 +0100
  • de5c2839e4 Added IP range restriction. Nicolas Favre-Felix 2010-12-27 15:43:32 +0100
  • 1209922c03 Parsed and stored disabled commands. Nicolas Favre-Felix 2010-12-27 14:09:56 +0100
  • c7f855ff39 Refactoring in JSON conf loader. Nicolas Favre-Felix 2010-12-27 12:17:35 +0100
  • 9833000353 Switched conf file to JSON. Nicolas Favre-Felix 2010-12-27 12:05:18 +0100
  • 794a76db5f Added debug info, trying to find a way to support SUBSCRIBE. Nicolas Favre-Felix 2010-12-26 22:01:43 +0100
  • 68c9cdb998 Test. Nicolas Favre-Felix 2010-12-26 21:01:37 +0100
  • ada0991924 First working version, still crashes on disconnection. Nicolas Favre-Felix 2010-12-26 21:00:40 +0100
  • 2c980a21f4 First try. Nicolas Favre-Felix 2010-12-26 16:48:29 +0100
  • 3d849e57dc More ideas. Nicolas Favre-Felix 2010-12-26 16:26:21 +0100
  • 3fbc7b85b7 Improved raw Redis output. Nicolas Favre-Felix 2010-12-26 16:21:57 +0100
  • c12768eab0 Typo. Nicolas Favre-Felix 2010-12-26 16:18:23 +0100
  • 4030dda01a markdown fixes. Nicolas Favre-Felix 2010-12-26 16:17:35 +0100
  • 2f7cee6c7f Typo Nicolas Favre-Felix 2010-12-26 16:17:01 +0100
  • 8f64a506c8 Better documentation. Nicolas Favre-Felix 2010-12-26 16:13:32 +0100
  • 1d0192d1ab Better default CFLAGS. Nicolas Favre-Felix 2010-12-26 16:13:07 +0100
  • 3f77b8902c Changed raw content-type. Nicolas Favre-Felix 2010-12-26 16:06:00 +0100
  • e2f2b365ad Added RAW output. Nicolas Favre-Felix 2010-12-26 15:59:35 +0100
  • 282d900b51 Removed global variables. Nicolas Favre-Felix 2010-12-24 12:36:52 +0100
  • 5b82660a77 Scheduled reconnect. Nicolas Favre-Felix 2010-12-24 12:16:40 +0100
  • 47036f29cd Reconnection work. Nicolas Favre-Felix 2010-12-23 12:30:40 +0100
  • fe8d0ac252 Merge branch 'master' into reconnect Nicolas Favre-Felix 2010-12-22 18:19:16 +0100
  • e971eb4d26 Added UNIX socket support. Nicolas Favre-Felix 2010-12-22 18:15:45 +0100
  • 39487d29fb Updated README. Nicolas Favre-Felix 2010-12-22 18:15:39 +0100
  • 762c68e2b2 Obligatory SIGPIPE handling. Nicolas Favre-Felix 2010-12-22 17:52:40 +0100
  • 9d2beaceec Added JSONP. Nicolas Favre-Felix 2010-12-22 14:35:36 +0100
  • f69263ef7c Better HTTP response code. Nicolas Favre-Felix 2010-12-22 12:26:53 +0100
  • 2afd14f27b More ideas. Nicolas Favre-Felix 2010-12-22 12:26:36 +0100
  • 5aac82eca8 Enable reconnections. Nicolas Favre-Felix 2010-12-22 12:17:46 +0100
  • 11293f64b5 JSON comments. Nicolas Favre-Felix 2010-12-22 12:17:00 +0100
  • fb5c60bee9 Small refactoring. Nicolas Favre-Felix 2010-12-21 22:58:02 +0100
  • 730454de9b Readme fixed. Nicolas Favre-Felix 2010-12-21 19:50:44 +0100
  • fcb4ed5e2c JSON fixes. Nicolas Favre-Felix 2010-12-21 19:49:20 +0100
  • 2507fcee72 Added JSON output. Nicolas Favre-Felix 2010-12-21 19:04:58 +0100
  • 7107ed01e9 Better conf parsing. Nicolas Favre-Felix 2010-12-21 11:20:00 +0100
  • 6482b24034 typo Nicolas Favre-Felix 2010-12-20 23:30:52 +0100
  • 956a0e917c Added simplistic config file. Nicolas Favre-Felix 2010-12-20 23:29:05 +0100
  • 5492922f37 Added POST support, ideas. Nicolas Favre-Felix 2010-12-20 23:15:48 +0100
  • a2049b0e73 Bugfix for 1-arg commands like INFO. Nicolas Favre-Felix 2010-12-20 18:07:17 +0100
  • 60b702331e Removed debug info. Nicolas Favre-Felix 2010-12-20 18:04:33 +0100
  • 2424d8fab9 Bugfix + return 404 for missing keys. Nicolas Favre-Felix 2010-12-20 18:02:38 +0100
  • c847db03bc Name change. Nicolas Favre-Felix 2010-12-20 17:26:10 +0100
  • dbafa71fe5 Missing frees, removed unnecessary alloc. Nicolas Favre-Felix 2010-12-20 17:23:27 +0100
  • 90c8080c58 Micro-doc. Nicolas Favre-Felix 2010-12-20 17:18:57 +0100
  • dc1ca2246d First working prototype. Nicolas Favre-Felix 2010-12-20 17:17:03 +0100
  • 49a0a2e988 First import. Nicolas Favre-Felix 2010-12-20 16:36:44 +0100