Mark Nadal
a1bc9a27f2
switch to real work
2016-02-01 13:47:42 -08:00
Mark Nadal
c03b7d4e1e
match update
2016-01-30 15:14:33 -08:00
Mark Nadal
a4924d85d0
Update README.md
2016-01-28 14:22:14 -08:00
Mark Nadal
155f096254
comments and semantics
2016-01-28 13:00:38 -08:00
Mark Nadal
7f44bed3d9
quick express fixes
v0.3.1
2016-01-28 13:00:38 -08:00
Mark Nadal
fc51d907a5
Update README.md
2016-01-28 12:58:46 -08:00
Mark Nadal
6de0d682b2
Update README.md
2016-01-28 12:58:07 -08:00
Mark Nadal
fdad3a3d63
Merge branch 'master' into develop
2016-01-26 13:24:33 -08:00
Mark Nadal
2cbb047ab2
Update CHANGELOG.md
2016-01-26 13:20:50 -08:00
Mark Nadal
dc938fdeea
Rename changelog.md to CHANGELOG.md
2016-01-26 13:19:44 -08:00
Mark Nadal
905eba8440
Merge pull request #149 from amark/develop
...
0.3.x baby!
2016-01-26 13:17:32 -08:00
Mark Nadal
ba1b6e33ab
please merge
2016-01-26 13:06:38 -08:00
Mark Nadal
93bf37b94d
Merge branch 'master' into develop
...
# Conflicts:
# README.md
# gun.js
2016-01-26 12:59:10 -08:00
Mark Nadal
ce6ce34dce
readme update
2016-01-26 12:41:29 -08:00
Mark Nadal
ee919e7076
revise chat example
2016-01-26 08:11:53 -08:00
Mark Nadal
a85a7a6999
fix key checker
2016-01-25 20:22:32 -08:00
Mark Nadal
3edfbebd39
fixed chat app, fixed end events
2016-01-25 15:04:05 -08:00
Mark Nadal
2e34884384
not shouldn't emit for no reason!
2016-01-24 12:22:48 -08:00
Mark Nadal
b95b25fd94
don't be invalid!
2016-01-24 08:13:21 -08:00
Mark Nadal
85ee6fd07c
all core tests passing.
2016-01-23 20:49:37 -08:00
Mark Nadal
6908df0405
chasing performance
2016-01-23 20:49:37 -08:00
Mark Nadal
73aae8edf0
Update wsp.js
2016-01-11 16:13:17 -08:00
Mark Nadal
bf6a47351f
Update package.json
2016-01-04 17:12:32 -08:00
Mark Nadal
8f24dc9e2f
Update wsp.js
2016-01-04 16:26:55 -08:00
Mark Nadal
32ffe612f7
Merge pull request #143 from PsychoLlama/develop
...
Remove unused "formidable" dependency in wsp.js
2016-01-04 12:41:58 -07:00
Mark Nadal
59f20c2cbd
couple fixes
2015-12-30 14:51:15 -08:00
Jesse Gibson
0c58245a2a
Remove unused "formidable" dependency in wsp.js
...
Formidable is only used in http.js, and although it is required by wsp.js, it's never used.
2015-12-30 13:32:00 -07:00
Mark Nadal
be90a6cde8
Merge pull request #142 from PenguinMan98/PenguinMan98-allow_prefix_override
...
allow_prefix_override
2015-12-29 00:57:29 -08:00
PenguinMan98
3240ab8826
allow_prefix_override
...
This change should (untested) let the user pass in a prefix option to put, get, and key, operations that will override the prefix set in the instance without clobbering it.
2015-12-29 01:07:32 -07:00
Mark Nadal
1786d37718
Merge pull request #140 from ayurmedia/master
...
Update README.md
2015-12-28 23:46:28 -08:00
ayurmedia
cd827ef5d3
Update README.md
...
add ayurmedia as contributor
2015-12-29 08:41:42 +01:00
Mark Nadal
22f98065db
make sure localStorage returns nodes not graphs
2015-12-28 15:02:56 -08:00
Mark Nadal
2e876b92fc
make sure localStorage isn't disabled
2015-12-28 14:49:24 -08:00
Mark Nadal
8c0dae0176
server updated
2015-12-26 21:14:14 -08:00
Mark Nadal
ab138b5350
BREAKING 0.3 ONLY CORE MEMORY WORKS!
...
# Conflicts:
# lib/file.js
v0.3.0
2015-12-23 18:12:01 -08:00
Mark Nadal
6d15aa1e61
API 0.3 BREAKING CHANGES, TESTS PASSING
2015-12-22 01:56:41 -08:00
MetaSean
2ed41745d1
removed web directory to reduce confusion with current web repo https://github.com/gundb/gundb.github.io
2015-12-18 14:58:41 -07:00
Jesse Gibson
af30651ddd
Merge pull request #135 from djmrr/mike_readme_fix
...
updated the tutorial link on the readme page #UTAHJS commit
2015-12-16 18:10:58 -07:00
Mike Russell
9fd71adcd7
updated the tutorial link on the readme page #UTAHJS commit
2015-12-15 19:09:44 -07:00
Mark Nadal
94cde72dfa
Merge pull request #134 from PsychoLlama/master
...
Add basic compatibility with browserify and webpack
2015-11-24 01:46:59 -08:00
Jesse Gibson
a70c9775b8
Merge branch 'master' of https://github.com/amark/gun
2015-11-23 16:07:39 -07:00
Jesse Gibson
7564d95321
Fix duplication of code, only test for node environment once
2015-11-23 15:59:46 -07:00
Mark Nadal
d235990ab7
Merge pull request #129 from thoka/master
...
do queueing right
2015-11-23 14:56:03 -08:00
Jesse Gibson
f6f7310a50
Add basic compatibility with browserify and webpack
...
On the compile step, both window and module are defined. Gun prevents module exports by detecting the environment and tacking Gun onto the window object. This addition will check to see if it's a dual environment (like browserify or electron) and export to both window and module, preventing errors in your build step.
2015-11-23 15:32:48 -07:00
Thomas Kalka
61ded1b337
ws
2015-11-19 10:03:05 +01:00
Thomas Kalka
690eb4c81a
do queueing right
2015-11-19 09:54:09 +01:00
Mark Nadal
2540f32774
Merge pull request #126 from thoka/master
...
fix concurrent writes and remember known nodes
2015-11-18 18:53:40 -07:00
Thomas Kalka
0489b3d634
fix concurrent writes and remember known nodes
2015-11-18 03:00:47 +01:00
Mark Nadal
553aa25e71
Update README.md
2015-11-17 10:30:29 -08:00
Mark Nadal
48f971555a
Merge pull request #119 from PsychoLlama/master
...
Allow .val to accept string arguments for logging
2015-11-17 11:18:52 -07:00