COMMITS
/ api/client/events.go March 1, 2016
A
Remove some unused structs and fields
Alexander Morozov committed
February 29, 2016
B
Fixes issue with stats on start event
Brian Goff committed
February 3, 2016
D
Apply context changes to the client.
David Calavera committed
January 27, 2016
K
Sort the attributes for events
Kai Qiang Wu(Kennan) committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 28, 2015
D
Add filter by event type and documentation.
David Calavera committed
December 21, 2015
D
Add event types.
David Calavera committed
December 15, 2015
D
Move filters package to the API.
David Calavera committed
December 4, 2015
D
Create interface that clients that talk to the api must fulfill.
David Calavera committed
December 3, 2015
D
Implement docker events with standalone client lib.
David Calavera committed
November 26, 2015
D
Make filtering a linear operation.
David Calavera committed
November 20, 2015
A
Merge pull request #17495 from mikebrow/docker-tz-and-nanosecond-updates
Antonio Murdaca committed
November 9, 2015
A
Remove deprecated cli flags
Antonio Murdaca committed
October 29, 2015
M
modifying docker --since and --until to support nanoseconds and time zones
Mike Brown committed
October 8, 2015
L
Use consistent command description
Lei Jitang committed
May 5, 2015
T
cli: new daemon command and new cli package
Tibor Vass committed
June 4, 2015
J
Windows: Security warning based on server OS
John Howard committed
May 14, 2015
J
api/client: Allow for multi-line usage help
Josh Hawn committed
May 12, 2015
A
Allow duration strings as --since/--until
Ahmet Alp Balkan committed
April 14, 2015
A
Add --since argument to docker logs cmd
Ahmet Alp Balkan committed
May 1, 2015
A
Provide a struct to configure cli streaming
Antonio Murdaca committed
March 29, 2015
A
Refactor utils/flags.go, fixes #11892
Antonio Murdaca committed
March 26, 2015
M
Merge pull request #11766 from peggyl/11596-api-commands-godoc
Michael Crosby committed
P
Fix golint errors for casing in api/client package
Peggy Li committed
March 25, 2015
P
Add godoc-style docstrings to Cmd... methods
Peggy Li committed
J
api/client - The code for all cli commands are in one file #11610
Joey Gibson committed