Added unit test for protocols in From field.
[arvados.git] / services / datamanager / keep /
2015-06-09 mishazMerge branch 'master' into 3408-production-datamanager
2015-06-04 mishazAdded size to block locators, touching most of the...
2015-06-02 mishazAdded string to error message to help with debugging.
2015-05-19 mishazMerge branch 'master' into 3408-production-datamanager
2015-05-19 mishazMade HostPort() an explicit method to print the HostPor...
2015-04-21 mishazAdded logger util GetOrCreateMap() and started using...
2015-02-23 Peter AmstutzMerge branch '4520-arv-copy-project-uuid' closes #4520
2015-02-21 Phil HodgsonMerge branch 'master' into 4232-slow-pipes-n-jobs
2015-02-19 Peter AmstutzMerge branch 'master' into 4823-python-sdk-writable...
2015-02-18 Radhika Chippadacloses #5197
2015-02-17 Nancy Ouyangcloses #5243, #5194 Merge branch '5194-quickfix-disambi...
2015-02-17 mishazMerge branch '3408-production-datamanager' refs #3408
2015-02-17 mishazMore changes in response to Peter's review.
2015-02-17 Tom Clegg3408: Merge branch 'master' into 3408-production-datama...
2015-02-13 Tom CleggMerge branch 'master' into 3408-production-datamanager
2015-02-13 mishazUpdated logger to do all work in a dedicated goroutine...
2015-02-13 mishazNow fetch Keep Server Status and record it to the log...
2015-02-13 mishazImproved erorr message to make it clear what's a size...
2015-02-13 mishazA bunch of changes, most in response to Peter's review.
2015-02-13 mishazFinished adding logging to keep.GetServerContents but...
2015-02-13 mishazran gofmt
2015-02-13 mishazBroke keep.GetServerContents() into smaller functions.
2015-02-13 mishazRemoved channel awareness from keep.GetServerContents().
2015-02-13 mishazgofmt'd all my source code. No other changes.
2015-02-13 mishazStarted logging in keep.go. More work to be done.
2015-02-13 mishazMoved some logic from datamanager.go to keep.go.
2015-02-13 mishazMerge branch 'master' of git.curoverse.com:arvados...
2015-02-13 mishazStarted focusing on Keep Server responses again. Switch...
2015-02-13 mishazAdded reporting of disk usage. This is the Collection...
2015-02-13 mishazStarted reading index from keep servers.
2015-02-13 mishazStarted reading response from keep server.
2015-02-13 Tom CleggMerge branch 'master' of git.curoverse.com:arvados...
2014-10-14 mishazAdded flags to read data manager token from a file.
2014-10-03 mishazSwitched to using structs rather than maps to hold...
2014-10-03 mishazMerge branch 'master' of git.curoverse.com:arvados...
2014-10-03 mishazMoved Keep code to its own package.