45b1929342
fix(bitswap_test) race cond
...
https://github.com/jbenet/go-ipfs/issues/270#issuecomment-61826022
2014-11-05 10:01:22 -08:00
de61d663b5
fix(race condition)
...
https://github.com/jbenet/go-ipfs/issues/270
2014-11-05 10:01:22 -08:00
3bc2281c51
fixed race in multiconn
2014-11-05 09:44:51 -08:00
70f796afd6
fixed dht race #270
2014-11-05 09:26:17 -08:00
65f95a1940
mux test race #270
2014-11-05 09:26:17 -08:00
d26fd58182
ctx closer races #270
2014-11-05 09:26:17 -08:00
7cfe2f1a00
Merge pull request #271 from jbenet/listen-addrs
...
Swarm + Handshake Listen Addresses
2014-11-05 09:25:52 -08:00
48e105226e
Merge pull request #269 from jbenet/tour-content-structure
...
feat(tour) content
2014-11-05 07:31:33 -08:00
40aea2a934
handshake: log whether new addr observed
2014-11-05 04:05:30 -08:00
4989dcafed
swarm + handshake: better observed addr check
...
The check needed knowledge of the _listen_ addresses,
not just the interface addresses. Also, the handshake now
sends out all the addresses we accumulate about ourselves.
(this may be bad in the long run, but useful now to test)
2014-11-05 04:01:38 -08:00
0135e3ebbe
swarm + net: add explicit listen addresses
2014-11-05 04:00:49 -08:00
f0f202ed08
updated multiaddr
2014-11-05 02:31:23 -08:00
72414ce72c
docs(tour) chapter
2014-11-05 00:04:44 -08:00
1fd5abf408
todo(tour) add
2014-11-05 00:02:27 -08:00
7436696460
docs(tour) the rest
2014-11-04 23:55:24 -08:00
3d4143b2b6
feat(tour) exchange, ipns
2014-11-04 23:45:59 -08:00
37ca4475cf
feat(tour) routing
2014-11-04 23:38:08 -08:00
747c9cd803
feat(tour) network
2014-11-04 23:29:20 -08:00
b1e67111f3
feat(tour) merkledag chapter
2014-11-04 23:22:22 -08:00
97f7b60186
feat(tour) add node basics
2014-11-04 22:48:37 -08:00
2db25a6762
refactor(tour0 move chapter to it's own file
2014-11-04 22:36:56 -08:00
eba22da632
docs(tour) Chapter
2014-11-04 22:36:00 -08:00
b353f75e21
docs(tour) comment Chapter func
2014-11-04 22:34:38 -08:00
b2323afedd
refactor(tour) extract chapters
2014-11-04 22:30:30 -08:00
8d57f50709
feat(tour) add file basics
...
keep things in one file for now
2014-11-04 22:15:40 -08:00
8f6d6653ba
feat(tour) initial content
...
@jbenet please review
If this is a desirable format, I will put in the rest so we can start to
make incrementatl progress on the actual copy.
Separated content from topic so Ids can be seen and modified without
excessive scrolling. Hopefully will make it easy to re-order content.
2014-11-04 21:53:13 -08:00
5335417dc3
feat(tour) content struct
...
this way, ID's can be managed separately from the content
2014-11-04 21:43:13 -08:00
24f319b549
Merge pull request #268 from jbenet/config-version-init
...
Initialize Config Version
2014-11-04 19:18:45 -08:00
c6b74207bc
config/init: init Version with CheckPeriod #265
2014-11-04 19:15:25 -08:00
866c2c8915
updates + config: moved location of current version number
2014-11-04 18:58:15 -08:00
6ba45221d6
config/version: Update_ -> AutoUpdate_
2014-11-04 18:57:03 -08:00
98ebe2f3ec
hotfix(vendor)
2014-11-04 08:48:27 -08:00
b1958be808
Merge pull request #262 from jbenet/cmd-ref-part1
...
Commands Refactor Part 1
2014-11-04 02:06:14 -08:00
1b9b60331f
commands/http: Cleaned up argument handling in Parse
2014-11-04 02:04:51 -08:00
db9c7f7c29
commands: Fixed panic when trying to marshal without a command set in request
2014-11-04 02:04:51 -08:00
df6c700426
commands/http: Renamed variable for clarity
2014-11-04 02:04:51 -08:00
c8ae4b6f42
commands/http: Decomposed Client#Send function
2014-11-04 02:04:51 -08:00
e57cd9b857
commands/http: Use net/url querystring encoder
2014-11-04 02:04:51 -08:00
33b0990a3a
commands/http: Cleaner URL formation in client
2014-11-04 02:04:51 -08:00
5e5d534eb3
commands/http: Refactored API to a Client object that takes a string address
2014-11-04 02:04:50 -08:00
2a1116cec8
commands: Allow overriding marshaller for any encoding type
2014-11-04 02:04:50 -08:00
33ad56e6d0
commands: Safer type coercion when choosing marshaller
2014-11-04 02:04:50 -08:00
0149f65c6c
commands: Replaced 'Formatter' with 'Marshaller'
2014-11-04 02:04:50 -08:00
068e10cc5d
commands/cli: Better comment for parsePath
2014-11-04 02:04:50 -08:00
958e524c1e
commands: Nicer syntax for Argument definition
2014-11-04 02:04:50 -08:00
f76048f74b
commands/http: Unexported Handler fields and created constructor
2014-11-04 02:04:50 -08:00
4552fce517
commands/http: Respond with error if encoding option isn't a string
2014-11-04 02:04:50 -08:00
446acdcdb5
commands/http: Ensure request URLs start with expected prefix
2014-11-04 02:04:50 -08:00
bc6938dc08
commands: Cleaned up argument validation
2014-11-04 02:04:49 -08:00
f6c38882f0
commands: Return a reader in a Response#Reader method, instead of making Response implementing io.Reader
2014-11-04 02:04:49 -08:00