Christopher Jeffrey
|
bbe1322e51
|
refactor: handshakeify.
|
2018-01-05 04:11:11 -08:00 |
|
Christopher Jeffrey
|
d15ad95306
|
browser: fix error display.
|
2017-12-28 18:41:09 -08:00 |
|
Christopher Jeffrey
|
baca7ee304
|
bcoin: get browserify working.
|
2017-12-19 11:41:46 -08:00 |
|
Christopher Jeffrey
|
951337cdd0
|
browser: improve webpack build.
|
2017-12-14 19:08:18 -08:00 |
|
Christopher Jeffrey
|
16837295f0
|
bcoin: classify everything else.
|
2017-11-16 20:32:26 -08:00 |
|
Christopher Jeffrey
|
c60b8ea125
|
refactor: switch to bio module.
|
2017-11-16 11:43:24 -08:00 |
|
Christopher Jeffrey
|
1b39abe157
|
bcoin: rename bufio and bstring.
|
2017-11-15 09:02:44 -08:00 |
|
Christopher Jeffrey
|
9a19cdb24d
|
crypto: start using hash.digest().
|
2017-11-01 15:41:32 -07:00 |
|
Christopher Jeffrey
|
8cd0454d8a
|
net: start using bsocks and bupnp.
|
2017-11-01 13:42:57 -07:00 |
|
Christopher Jeffrey
|
438d7bc191
|
bcoin: cleanup. fix bsock calls.
|
2017-10-31 20:08:21 -07:00 |
|
Christopher Jeffrey
|
d8421f412b
|
utils: start using binet.
|
2017-10-30 21:44:18 -07:00 |
|
Christopher Jeffrey
|
3ecc9829e3
|
utils: start using bbuf.
|
2017-10-30 21:29:49 -07:00 |
|
Christopher Jeffrey
|
5be9ab31f2
|
utils: use bfile over utils/fs.
|
2017-10-30 21:10:28 -07:00 |
|
Christopher Jeffrey
|
d6fb654dad
|
bcoin: remove dependence on util.js.
|
2017-10-26 04:07:48 -07:00 |
|
Christopher Jeffrey
|
71182864e7
|
bcoin: use bcrypto. remove crypto module.
|
2017-10-25 21:21:39 -07:00 |
|
Christopher Jeffrey
|
e41fea0478
|
http: use bsock instead of socket.io.
|
2017-10-23 13:27:50 -07:00 |
|
Christopher Jeffrey
|
b892aeab2f
|
browser: minor.
|
2017-08-09 15:28:31 -07:00 |
|
Christopher Jeffrey
|
b719f54448
|
lint: add .eslintfiles.
|
2017-08-07 01:27:31 -07:00 |
|
Christopher Jeffrey
|
62152a1005
|
util: remove util.inherits. inline inheritance.
|
2017-08-06 19:45:10 -07:00 |
|
Christopher Jeffrey
|
4ce070fad4
|
validation: use stricter validation for ints.
|
2017-08-06 14:43:22 -07:00 |
|
Christopher Jeffrey
|
6154ca8b4c
|
workers/build: require only one worker file.
|
2017-07-17 14:26:41 -07:00 |
|
Christopher Jeffrey
|
f4f5abefef
|
browser: add debug page.
|
2017-07-17 14:26:41 -07:00 |
|
Christopher Jeffrey
|
4ebe557807
|
workers: make worker files configurable.
|
2017-07-17 14:26:40 -07:00 |
|
Christopher Jeffrey
|
ba94eb106d
|
wsproxy: minor.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
db0567fc01
|
node/browser: fix browser build.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
296e65d0fd
|
refactor: use es6 template strings everywhere.
|
2017-07-17 14:26:39 -07:00 |
|
Christopher Jeffrey
|
c53f4cf89e
|
refactor: switch to const/let.
|
2017-07-17 14:26:37 -07:00 |
|
Christopher Jeffrey
|
275580f4ac
|
refactor: fix linting for empty modules.
|
2017-06-28 13:04:04 -07:00 |
|
Christopher Jeffrey
|
d4cc22e1c5
|
refactor: crypto.
|
2017-06-27 07:27:53 -07:00 |
|
Christopher Jeffrey
|
7317076243
|
bcoin: remove env.js.
|
2017-06-26 23:02:49 -07:00 |
|
Christopher Jeffrey
|
bf5ea72863
|
webpack: fix babelification. upgrade to webpack3.
|
2017-06-26 17:42:18 -07:00 |
|
Boyma Fahnbulleh
|
c8cdb8c3e2
|
remove transform.js
|
2017-06-26 13:53:12 -07:00 |
|
Boyma Fahnbulleh
|
0d831b0c57
|
only output minimized files
|
2017-06-26 13:52:54 -07:00 |
|
Christopher Jeffrey
|
182784c8e0
|
utils: remove usage of isBrowser. some refactoring.
|
2017-06-15 22:28:06 -07:00 |
|
Christopher Jeffrey
|
a3c7a49c80
|
refactor: replace util.equal with Buffer#equals.
|
2017-06-12 03:00:08 -07:00 |
|
Christopher Jeffrey
|
28cd43045d
|
refactor: avoid using new Buffer() due to its new perf implications.
|
2017-05-30 21:11:10 -07:00 |
|
Christopher Jeffrey
|
a4e37cf9df
|
browser: fixes.
|
2017-03-14 08:07:42 -07:00 |
|
Christopher Jeffrey (JJ)
|
7fc6efadff
|
Merge pull request #145 from coinables/patch-1
formatting and url target
|
2017-03-14 06:51:27 -07:00 |
|
Christopher Jeffrey
|
1a8a9afade
|
config/wallet: refactor config handling. add wallet server.
|
2017-03-14 06:10:35 -07:00 |
|
Christopher Jeffrey
|
cdbad54a8c
|
net: improvements. see comments.
- Improved local address handling.
- Enabled upnp discovery.
- Added retry for dns seeds.
- Improved hostlist in general.
|
2017-03-07 17:10:47 -08:00 |
|
Kyle Honeycutt
|
e608a58926
|
formatting and url target
Minor formatting.
URL to the bcoin repo should be in a new tab since the user could be syncing.
|
2017-02-27 21:07:58 -08:00 |
|
Christopher Jeffrey
|
43c491bebe
|
wsproxy: fix pow check.
|
2017-02-10 22:05:50 -08:00 |
|
Christopher Jeffrey
|
4e7df6ef87
|
docs: get jsdoc compiling again.
|
2017-02-03 22:47:26 -08:00 |
|
Christopher Jeffrey
|
91f36b3d1c
|
net: expose more of the tcp interface.
|
2017-02-03 09:59:02 -08:00 |
|
Christopher Jeffrey
|
5073c1508f
|
net: tor support for outgoing conns.
|
2017-01-24 18:25:44 -08:00 |
|
Christopher Jeffrey
|
07c3177227
|
ip: better tor support.
|
2017-01-23 22:44:17 -08:00 |
|
Christopher Jeffrey
|
016d0da096
|
ip/netaddress: better ip parsing.
|
2017-01-23 19:36:19 -08:00 |
|
Christopher Jeffrey
|
7f0acd5103
|
browser: expose wallet to rpc.
|
2017-01-17 18:03:34 -08:00 |
|
Christopher Jeffrey
|
ac7f194c4d
|
wsproxy: stricter validation.
|
2017-01-16 15:03:45 -08:00 |
|
Christopher Jeffrey
|
e712b27ee9
|
browser: fix index.js.
|
2017-01-16 14:03:13 -08:00 |
|