Commit Graph

  • 59c4833 (refs/pull/6/merge) Merge 24492599bd into 0b3f91b848 by matthiasg 2014-03-11 15:29:36 +0000
  • 2449259 (refs/pull/6/head) added support for values longer than one tcp data packet, also added decode setting which defaults to true and converts incoming values toString() by Matthias Goetzke 2014-03-11 16:29:32 +0100
  • d706c44 messages should be read as buffers and not try to split data based on \r\n but on actual data length by Matthias Goetzke 2014-03-11 16:00:07 +0100
  • 588b48e corrected consume and reliable fetch when hitting end of queue by Matthias Goetzke 2014-03-11 10:52:57 +0100
  • 0520ae6 added reconnect when reliable read returns error by Matthias Goetzke 2014-03-11 10:46:47 +0100
  • 7a6c40e removed whitespaces by Matthias Goetzke 2014-03-11 10:20:13 +0100
  • 5139306 removed debug log by Matthias Goetzke 2014-03-11 10:14:15 +0100
  • a9e74dc minimal change to add /open/close reliable fetch by Matthias Goetzke 2014-03-11 10:13:26 +0100
  • 0baa2a9 Merge github.com:brettlangdon/node-kestrel by Matthias Goetzke 2014-03-11 09:52:07 +0100
  • e7a1121 fixed typo in package.json by Matthias Goetzke 2014-03-11 09:50:48 +0100
  • 0b3f91b (HEAD -> master, tag: v0.0.4) remove ending comma by brettlangdon 2014-03-10 13:31:26 -0400
  • 0c4829a version bump to 0.0.4 by brettlangdon 2014-03-10 13:31:05 -0400
  • cc6e3c8 fix json error in contributors by brettlangdon 2014-03-10 13:30:57 -0400
  • 90ea42e Merge pull request #5 from matthiasg/master by Brett Langdon 2014-03-10 13:30:02 -0400
  • 2fb899b (refs/pull/5/head) added m.goetzke as contributor: by Matthias Goetzke 2014-03-10 18:04:41 +0100
  • 925b17d made files pass jslint, set replaced tabs with spaces (tabs and spaces where mixed before), set indentation to 2 (as per rdahl convention) by Matthias Goetzke 2014-03-10 18:01:23 +0100
  • 2e804cc changed producer example back to 6s by Matthias Goetzke 2014-03-10 14:38:57 +0100
  • 19a3ac6 added set/send callbacks to README by Matthias Goetzke 2014-03-10 14:36:38 +0100
  • 5e23dc3 added callback to client.set and producer.send by Matthias Goetzke 2014-03-10 14:34:12 +0100
  • 47edb14 (tag: v0.0.3) bump package version by brettlangdon 2014-02-18 12:05:53 -0500
  • 5126032 Merge pull request #3 from hardlifeofapo/master by Brett Langdon 2014-02-18 12:04:55 -0500
  • b8fbcc7 (refs/pull/3/head) Modifying contributors in package.json by @brettlangdon request by Pablo Casado 2014-02-18 18:02:41 +0100
  • 7c70a9d Calculating message length based on bytes by Pablo Casado 2014-02-18 17:54:08 +0100
  • 89804c0 (tag: v0.0.2) fix: #1 - close kestrel client when stopping consumer version bump to v0.0.2 and change to homepage url in package.json by brettlangdon 2013-04-29 17:47:44 -0400
  • 0af3f62 (tag: v0.0.1) Updated README, finally pushed to npm by brettlangdon 2012-06-19 10:54:51 -0400
  • aaad472 Update master by Brett Langdon 2012-06-15 09:20:09 -0300
  • 38048d5 wrote functions for kestrel producers and consumers, added examples by brett_langdon 2012-06-14 22:43:59 -0400
  • 6f55934 Finished prototyping most commands for the kestrelClient class by brett_langdon 2012-06-14 20:28:20 -0400
  • a83697b created different module structure including a raw client, a message consumer and message producer by brett_langdon 2012-06-13 22:33:06 -0400
  • 1859bdd Initial commit and basic class structure by brett_langdon 2012-06-13 22:24:13 -0400
  • a8f2118 Initial commit by Brett Langdon 2012-06-13 18:53:39 -0700