kubo/util
Henry 92d08db7a5 rewrote import paths of go.net/context to use golang.org/x/context
- updated go-ctxgroup and goprocess
ctxgroup: AddChildGroup was changed to AddChild. Used in two files:
- p2p/net/mock/mock_net.go
- routing/dht/dht.go

- updated context from hg repo to git
prev. commit in hg was ad01a6fcc8a19d3a4478c836895ffe883bd2ceab. (context: make parentCancelCtx iterative)
represents commit 84f8955a887232b6308d79c68b8db44f64df455c in git repo

- updated context to master (b6fdb7d8a4ccefede406f8fe0f017fb58265054c)

Aaron Jacobs (2):
net/context: Don't accept a context in the DoSomethingSlow example.
context: Be clear that users must cancel the result of WithCancel.

Andrew Gerrand (1):
go.net: use golang.org/x/... import paths

Bryan C. Mills (1):
net/context: Don't leak goroutines in Done example.

Damien Neil (1):
context: fix removal of cancelled timer contexts from parent

David Symonds (2):
context: Fix WithValue example code.
net: add import comments.

Sameer Ajmani (1):
context: fix TestAllocs to account for ints in interfaces
2015-02-25 11:58:19 +01:00
..
ctx rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01:00
ctxcloser rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01:00
datastore2 move generic packages to thirdparty (see thirdparty/README.md) 2015-01-18 14:04:45 -08:00
debugerror revert to debug error 2014-11-17 22:36:18 -08:00
eventlog/loggables p2p/net: cleaned up dial events 2015-01-28 02:15:32 -08:00
ipfsaddr ipfsaddr: Transport part. 2015-02-01 06:34:13 -08:00
peerset introducing p2p pkg 2015-01-02 08:46:45 -08:00
pipes moved pipes package 2014-11-01 16:07:56 -07:00
prefixlog prefix logger 2015-01-05 00:16:52 -08:00
testutil feat(core): use repo.Repo in core constructor 2015-01-18 14:41:42 -08:00
todocounter sync counter for processing things 2014-09-22 04:05:23 -07:00
context_test.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01:00
context.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01:00
do_test.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01:00
do.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01:00
file_test.go feat(util) FileExists 2014-11-17 00:44:18 -08:00
file.go feat(util) FileExists 2014-11-17 00:44:18 -08:00
key_set.go refac(bitswap, util) extract KeySet 2014-09-22 04:06:19 -07:00
key.go implement metadata node for unixfs and other 2015-02-04 23:07:12 +00:00
log.go dropped down log.Errors 2015-01-26 19:13:44 -08:00
time_test.go feat(util/time) impl RFC3339Nano UTC utility Format/Parse functions 2014-11-16 02:45:20 -08:00
time.go feat(util/time) impl RFC3339Nano UTC utility Format/Parse functions 2014-11-16 02:45:20 -08:00
util_test.go chore(tests) add Short() -> SkipNow() to slowest tests 2014-11-15 02:10:53 -08:00
util.go HTTP: add handlers to allow object creation and modification 2015-01-31 20:47:34 +01:00