COMMITS
/ daemon/stats.go March 18, 2016
T
Replace execdrivers with containerd implementation
Tonis Tiigi committed
December 19, 2015
B
Move stream flushes to backend
Brian Goff committed
January 27, 2016
D
Move backend types to their own package.
David Calavera committed
December 30, 2015
L
Decouple the "container" router from the actual daemon implementation.
Lukas Waslowski committed
February 3, 2016
J
Windows: Turn off stats
John Howard committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 11, 2015
D
Rename `Daemon.Get` to `Daemon.GetContainer`.
David Calavera committed
November 7, 2015
S
Merge pull request #16742 from runcom/10772-docker-stats-all
Sebastiaan van Stijn committed
October 3, 2015
A
Allow docker stats without arguments
Antonio Murdaca committed
November 3, 2015
D
Make the stats collector to collect network stats.
David Calavera committed
October 30, 2015
D
fix pre-1.22 docker stats
Donald Huang committed
October 28, 2015
A
Remove unnecessary error returns
Alexander Morozov committed
October 10, 2015
M
Docker side changes for the newly introduced IPAM driver
Madhu Venugopal committed
September 24, 2015
D
Extract api types to version packages.
David Calavera committed
September 29, 2015
T
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
Tibor Vass committed
September 10, 2015
D
Add context.RequestID to event stream
Doug Davis committed
September 19, 2015
H
Comment: add description for some code which hard to understand
Hu Keping committed
September 16, 2015
M
refactor stats to not use internal data structures
Morgan Bauer committed
August 24, 2015
H
Refactor the statistics of network in docker stats
Hu Keping committed
September 8, 2015
B
Don't lookup container 4 times for stats
Brian Goff committed
September 2, 2015
A
Docker changes for libnetwork Sandbox
Alessandro Boch committed
July 30, 2015
M
golint fixes for daemon/ package
Morgan Bauer committed
July 23, 2015
Z
fix golint warnings/errors on package api/types/
Zhang Wei committed
July 16, 2015
A
Update libcontainer
Alexander Morozov committed
July 1, 2015
A
Stats API to retrieve nw stats from libnetwork
Alessandro Boch committed
June 16, 2015
S
fix the goroutine leak in the stats API if the container is not running
Shijiang Wei committed
June 12, 2015
B
Fixes content-type/length for stats stream=false
Brian Goff committed
May 30, 2015
L
Add docker stats --no-stream show cpu usage
Lei Jitang committed
May 15, 2015
J
Windows: refactor stats
John Howard committed
February 13, 2015
B
Allow pulling stats once and disconnecting.
Brian Goff committed
April 13, 2015
A
Remove jobs from stats
Antonio Murdaca committed
March 25, 2015
A
Remove engine.Status and replace it with standard go error
Antonio Murdaca committed
March 5, 2015
A
Execdriver implementation on new libcontainer API
Alexander Morozov committed
February 24, 2015
M
Move stats api types into api/types package
Michael Crosby committed
January 19, 2015
M
Add pubsub package to handle robust publisher
Michael Crosby committed
M
Refactor usage calc for CPU and system usage
Michael Crosby committed
January 8, 2015
M
Evict stopped containers
Michael Crosby committed