kubo/util
Brian Tiger Chow b252d0450d feat(eventlog): e := EventBegin; e.Done()
```Go
e := log.EventBegin(ctx, "provide")
e.Done()

e := log.EventBegin(ctx, "provide")
e.Close() // implements io.Closer in case you want to register with some lifecycle management system.
```
2015-01-14 17:55:28 -08:00
..
ctx testing/ci: all env var checks now use new pkgs 2015-01-14 16:01:03 -08:00
ctxcloser ctx closer races #270 2014-11-05 09:26:17 -08:00
datastore2 updated datastore for proper query handling 2015-01-11 20:52:33 -08:00
debugerror revert to debug error 2014-11-17 22:36:18 -08:00
delay fix: routing mock accuracy 2014-12-15 20:46:43 -08:00
eventlog feat(eventlog): e := EventBegin; e.Done() 2015-01-14 17:55:28 -08:00
math2 fix(core) bootstrap panic 2014-12-08 18:04:41 -08:00
multierr much simpler net 2014-12-16 05:10:45 -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 Update jenkins.go 2015-01-14 16:07:26 -08:00
todocounter sync counter for processing things 2014-09-22 04:05:23 -07:00
context_test.go feat(util:context) add error logging to context 2014-09-23 21:08:36 -04:00
context.go feat(util:context) add error logging to context 2014-09-23 21:08:36 -04:00
do_test.go readability(util) Do -> ContextDo 2014-11-05 10:07:16 -08:00
do.go readability(util) Do -> ContextDo 2014-11-05 10:07:16 -08: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 blocks: AllKeys + tests 2015-01-11 16:59:22 -08:00
log.go util/log: SetDebugLogging 2014-12-12 02:45:22 -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 dht/bootstrap: (optional) parallelism + error on peer 2015-01-05 06:51:38 -08:00