Commit Graph

  • b30a2976ca http.c refactoring, headers Nicolas Favre-Felix 2011-01-24 22:15:24 +0100
  • 6026811c02 Fix pub/sub. Valgrind is happy. Nicolas Favre-Felix 2011-01-23 00:11:11 +0100
  • e914952435 Fix PUT file upload. Nicolas Favre-Felix 2011-01-22 23:15:42 +0100
  • 7890682bad Valgrind cleanup. Nicolas Favre-Felix 2011-01-22 23:00:46 +0100
  • 38a0edc7cc Fix crossdomain.xml Nicolas Favre-Felix 2011-01-22 22:37:33 +0100
  • 9ffc5197fb Fix ACLs Nicolas Favre-Felix 2011-01-22 22:21:47 +0100
  • e08af9149d Fixed JSONP output. Nicolas Favre-Felix 2011-01-22 20:07:44 +0100
  • bbec5c6593 Bugfix, restored forced content-type. Nicolas Favre-Felix 2011-01-22 20:04:40 +0100
  • 2e72167487 Valgrind cleanup. Nicolas Favre-Felix 2011-01-22 18:24:44 +0100
  • d9d85ca1dd Fix realloc bug. Nicolas Favre-Felix 2011-01-22 18:13:18 +0100
  • bfe22fdf2d Better HTTP response. Nicolas Favre-Felix 2011-01-22 17:23:28 +0100
  • dac5eccde7 Fix ETag. Nicolas Favre-Felix 2011-01-22 16:39:48 +0100
  • 981fd54aaf Fix Keep-Alive. Nicolas Favre-Felix 2011-01-22 16:22:48 +0100
  • 89bb00f5ca Start sending HTTP replies. Nicolas Favre-Felix 2011-01-22 15:19:56 +0100
  • 0dde1f589e Start changing HTTP parser. Nicolas Favre-Felix 2011-01-22 14:39:22 +0100
  • 19933cbf23 A few ideas in the README. Nicolas Favre-Felix 2011-01-21 09:49:51 +0100
  • 827a95e884 Add text output for integers. Nicolas Favre-Felix 2011-01-14 10:54:21 +0100
  • 85f38a023a TODO: s/evhttp/libevent+http_parser/g Nicolas Favre-Felix 2011-01-14 00:02:44 +0100
  • bd9f72399f Handle broken subscribe connections. Nicolas Favre-Felix 2011-01-13 23:53:25 +0100
  • 351f83b83b CORS fix. Nicolas Favre-Felix 2011-01-09 18:11:20 +0100
  • 58b8ac2e3c Merge branch 'put-upload' Nicolas Favre-Felix 2011-01-09 17:55:59 +0100
  • ab81fb8a42 Merge branch 'cors' Nicolas Favre-Felix 2011-01-09 17:55:40 +0100
  • a3ee623c69 File uploads using HTTP PUT. Nicolas Favre-Felix 2011-01-09 17:54:57 +0100
  • 4abc4fc4f8 Support for .bin as binary/octet-stream Nicolas Favre-Felix 2011-01-09 17:54:47 +0100
  • 29ea4ec596 README update. Nicolas Favre-Felix 2011-01-09 17:01:11 +0100
  • e215c9e326 Logs. Nicolas Favre-Felix 2011-01-06 21:57:36 +0100
  • bfadb3a136 Merge branch 'slog' Nicolas Favre-Felix 2011-01-06 21:48:34 +0100
  • 7d4de746e2 Added log on connection failure. Nicolas Favre-Felix 2011-01-06 21:33:40 +0100
  • 72a2cbf73f Merge branch 'master' into slog Nicolas Favre-Felix 2011-01-05 18:27:17 +0100
  • 910e741fe7 Mardown fixes Nicolas Favre-Felix 2011-01-05 18:24:03 +0100
  • 20d2aa8dd9 Typo Nicolas Favre-Felix 2011-01-05 18:23:26 +0100
  • 6290378941 More doc, and markdown fixes. Nicolas Favre-Felix 2011-01-05 18:22:49 +0100
  • 71bc9e39f0 Added a few content types, added support for ?type. Nicolas Favre-Felix 2011-01-05 18:14:15 +0100
  • b042c70885 Added CORS Nicolas Favre-Felix 2011-01-05 16:41:31 +0100
  • 102f9fcd12 Started adding Accept support. Nicolas Favre-Felix 2011-01-05 16:08:23 +0100
  • 95945578b8 Ideas Nicolas Favre-Felix 2011-01-05 15:34:07 +0100
  • 5e8fe94c3e Refactoring. Nicolas Favre-Felix 2011-01-04 22:35:04 +0100
  • 6e3c4240ee Cleanup. Nicolas Favre-Felix 2011-01-04 21:54:43 +0100
  • 75cbbc2064 Reworded Content-Type description. Nicolas Favre-Felix 2011-01-04 21:46:39 +0100
  • 469e51608b Removed content-type in another key, added suffixes instead. Nicolas Favre-Felix 2011-01-04 21:32:03 +0100
  • 8c8954d25a Removed debug info. Nicolas Favre-Felix 2011-01-04 20:45:46 +0100
  • 7c152db3c1 Could MD5 be affecting performance that much? Nicolas Favre-Felix 2011-01-04 20:31:49 +0100
  • 752c00bbc7 Saved a few syscalls and opening/closing the log. Log either to a file or to stdout. Nicolas Favre-Felix 2011-01-04 20:04:56 +0100
  • 4741fed926 Log refactoring. Nicolas Favre-Felix 2011-01-04 19:25:07 +0100
  • bec19d06eb Merge branch 'slog' of https://github.com/mrb/webdis into slog Nicolas Favre-Felix 2011-01-04 17:20:23 +0100
  • 6d187f6608 Fixed ETag doc. Nicolas Favre-Felix 2011-01-04 17:12:56 +0100
  • 8169336cfe Fixed ETag doc. Nicolas Favre-Felix 2011-01-04 17:07:13 +0100
  • 0bc1e1dab8 ETag doc. Nicolas Favre-Felix 2011-01-04 17:05:35 +0100
  • 074ef11ff9 Added ETag and If-None-Match. Nicolas Favre-Felix 2011-01-04 16:57:42 +0100
  • 1b86414205 ETag idea. Nicolas Favre-Felix 2011-01-04 15:14:41 +0100
  • 958c6f3295 logging tweaks mrb 2011-01-03 20:07:19 -0500
  • cadfcec881 merging mrb 2011-01-03 18:26:51 -0500
  • d8298c3556 Markdown fixes. Nicolas Favre-Felix 2011-01-03 22:04:02 +0100
  • aaf49205e0 Markdown fixes. Nicolas Favre-Felix 2011-01-03 22:03:31 +0100
  • 1abb4149f5 Final touch to content-type feature. Nicolas Favre-Felix 2011-01-03 21:59:47 +0100
  • a3aa1a9225 Bugfix in RAW mode, more code doc. Nicolas Favre-Felix 2011-01-03 21:40:59 +0100
  • 07d7c13805 Refactoring. Nicolas Favre-Felix 2011-01-03 21:36:15 +0100
  • ccee5e698f Bugfix, restored Makefile. Nicolas Favre-Felix 2011-01-03 21:32:28 +0100
  • 5ca45a54d9 Working custom handler. Nicolas Favre-Felix 2011-01-03 20:45:53 +0100
  • 1ea7cd0720 Special GET formatter for key + content-type key. Nicolas Favre-Felix 2011-01-03 15:14:15 +0100
  • 32a5b3c9cd Merge branch 'master' into content-type Nicolas Favre-Felix 2011-01-03 14:32:53 +0100
  • 4448b0fac0 Proper decoding of URL parameters. Nicolas Favre-Felix 2011-01-03 14:27:50 +0100
  • 87567e2a9a Need custom content-type in a key. Nicolas Favre-Felix 2011-01-03 14:04:19 +0100
  • 1ad059d7b9 Started adding support for a custom content-type in a second key. Nicolas Favre-Felix 2011-01-03 14:02:24 +0100
  • 8af4ac463e remove unnecessary conf include mrb 2011-01-01 17:02:07 -0500
  • 133ceccbc5 gitignore tweak mrb 2011-01-01 14:56:44 -0500
  • c16249ff50 first pass at a simple log mrb 2011-01-01 14:55:41 -0500
  • f931f18971 Added support for Flash clients. Nicolas Favre-Felix 2011-01-01 15:12:29 +0100
  • 03af4425dc Drop privileges. Nicolas Favre-Felix 2011-01-01 14:48:58 +0100
  • a8bccb4d40 Refactoring Nicolas Favre-Felix 2011-01-01 14:27:57 +0100
  • a7bf6f76e9 ACL refactoring. Nicolas Favre-Felix 2011-01-01 14:19:47 +0100
  • 17669d9768 Removed dead code. Nicolas Favre-Felix 2011-01-01 14:14:49 +0100
  • 3875f4d41c Added Pub/Sub, thanks to Pieter Noordhuis. Nicolas Favre-Felix 2010-12-31 17:41:39 +0100
  • 7aab776967 Cleanup. Nicolas Favre-Felix 2010-12-31 17:41:36 +0100
  • cf80196f80 Cleanup. Nicolas Favre-Felix 2010-12-31 17:25:22 +0100
  • cf2a213fbc Refactoring. Nicolas Favre-Felix 2010-12-31 17:24:46 +0100
  • 117fe9119c More HiRedis updates, and JSONP change. Nicolas Favre-Felix 2010-12-31 17:15:01 +0100
  • 7a658392d3 HiRedis update. Nicolas Favre-Felix 2010-12-31 17:04:37 +0100
  • 0c565a21fd Merge branch 'master' into pubsub Nicolas Favre-Felix 2010-12-31 17:02:29 +0100
  • b62630d31d Hiredis update removes the need for this. Nicolas Favre-Felix 2010-12-31 17:01:26 +0100
  • f7309fa332 HiRedis update. Nicolas Favre-Felix 2010-12-31 16:44:54 +0100
  • b56f7889a2 ACL doc. Nicolas Favre-Felix 2010-12-31 13:41:22 +0100
  • 5e222fed7a Added HTTP Basic Auth. Nicolas Favre-Felix 2010-12-30 18:32:11 +0100
  • 78e64f7d45 Merge branch 'auth' Nicolas Favre-Felix 2010-12-30 18:30:38 +0100
  • 23c904ac91 Working HTTP Basic Auth. Nicolas Favre-Felix 2010-12-30 18:30:09 +0100
  • 17c0c59a10 Small refactoring. Nicolas Favre-Felix 2010-12-30 18:21:26 +0100
  • 37b1281f0d Base64 encode of user:password for HTTP Basic Auth. Nicolas Favre-Felix 2010-12-30 18:17:26 +0100
  • 4a9918d313 ACL now working again. Nicolas Favre-Felix 2010-12-30 17:45:51 +0100
  • 41388a5196 Parsed ACLs. Nicolas Favre-Felix 2010-12-30 17:27:35 +0100
  • 75820e2648 Starting to work on HTTP Basic Auth Nicolas Favre-Felix 2010-12-30 14:26:33 +0100
  • 96643bf89c Bugfix with JSONP in pub/sub contexts. Nicolas Favre-Felix 2010-12-29 14:56:19 +0100
  • 4676cfebd0 Refactoring. Nicolas Favre-Felix 2010-12-29 14:11:51 +0100
  • 114d6c9a80 Cleaned up PUB/SUB leaks. Nicolas Favre-Felix 2010-12-29 14:01:12 +0100
  • 240f05ea34 PUB/SUB seems to work without crashing... Nicolas Favre-Felix 2010-12-29 13:55:41 +0100
  • d8f6460e8e Pub/sub progress... Nicolas Favre-Felix 2010-12-29 13:50:49 +0100
  • 7f256d6461 Added debug info Nicolas Favre-Felix 2010-12-29 13:31:20 +0100
  • 2f5454ca1a Merge branch 'master' into pubsub Nicolas Favre-Felix 2010-12-29 13:30:23 +0100
  • ab9f037f89 New idea. Nicolas Favre-Felix 2010-12-29 10:52:46 +0100
  • 208a6d6926 Added missing license file. Nicolas Favre-Felix 2010-12-28 21:44:27 +0100
  • b7182ab85e Added contact and reworded ideas. Nicolas Favre-Felix 2010-12-28 21:12:46 +0100