59c4833
(refs/pull/6/merge)
Merge 24492599bd into 0b3f91b848 by
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
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
2014-03-11 16:00:07 +0100
588b48e
corrected consume and reliable fetch when hitting end of queue by
2014-03-11 10:52:57 +0100
0520ae6
added reconnect when reliable read returns error by
2014-03-11 10:46:47 +0100
7a6c40e
removed whitespaces by
2014-03-11 10:20:13 +0100
5139306
removed debug log by
2014-03-11 10:14:15 +0100
a9e74dc
minimal change to add /open/close reliable fetch by
2014-03-11 10:13:26 +0100
0baa2a9
Merge github.com:brettlangdon/node-kestrel by
2014-03-11 09:52:07 +0100
e7a1121
fixed typo in package.json by
2014-03-11 09:50:48 +0100
0b3f91b
(HEAD -> master, tag: v0.0.4)
remove ending comma by
2014-03-10 13:31:26 -0400
0c4829a
version bump to 0.0.4 by
2014-03-10 13:31:05 -0400
cc6e3c8
fix json error in contributors by
2014-03-10 13:30:57 -0400
90ea42e
Merge pull request #5 from matthiasg/master by
2014-03-10 13:30:02 -0400
2fb899b
(refs/pull/5/head)
added m.goetzke as contributor: by
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
2014-03-10 18:01:23 +0100
2e804cc
changed producer example back to 6s by
2014-03-10 14:38:57 +0100
19a3ac6
added set/send callbacks to README by
2014-03-10 14:36:38 +0100
5e23dc3
added callback to client.set and producer.send by
2014-03-10 14:34:12 +0100
47edb14
(tag: v0.0.3)
bump package version by
2014-02-18 12:05:53 -0500
5126032
Merge pull request #3 from hardlifeofapo/master by
2014-02-18 12:04:55 -0500
b8fbcc7
(refs/pull/3/head)
Modifying contributors in package.json by @brettlangdon request by
2014-02-18 18:02:41 +0100
7c70a9d
Calculating message length based on bytes by
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
2013-04-29 17:47:44 -0400
0af3f62
(tag: v0.0.1)
Updated README, finally pushed to npm by
2012-06-19 10:54:51 -0400
aaad472
Update master by
2012-06-15 09:20:09 -0300
38048d5
wrote functions for kestrel producers and consumers, added examples by
2012-06-14 22:43:59 -0400
6f55934
Finished prototyping most commands for the kestrelClient class by
2012-06-14 20:28:20 -0400
a83697b
created different module structure including a raw client, a message consumer and message producer by
2012-06-13 22:33:06 -0400
1859bdd
Initial commit and basic class structure by
2012-06-13 22:24:13 -0400
a8f2118
Initial commit by
2012-06-13 18:53:39 -0700