COMMITS
/ utils/utils.go February 25, 2016
D
Remove static errors from errors package.
David Calavera committed
January 20, 2016
A
*: purge dockerinit from source code
Aleksa Sarai committed
December 21, 2015
D
Move ValidateContextDirectory to the one package that uses it.
Daniel Nephin committed
December 14, 2015
T
utils: move dockerignore function to builder/dockerignore
Tibor Vass committed
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi committed
November 9, 2015
V
dockerversion placeholder for library import
Vincent Demeester committed
October 28, 2015
B
Revert "dockerversion placeholder for library-import"
Brian Goff committed
October 25, 2015
V
dockerversion placeholder for library-import
Vincent Demeester committed
September 6, 2015
T
Abstract builder and implement server-side dockerfile builder
Tibor Vass committed
September 17, 2015
D
Merge pull request #15898 from Microsoft/15775-buildcontextfix
David Calavera committed
August 24, 2015
S
Windows: Fix long path handling for docker build
Stefan J. Wernli committed
July 21, 2015
D
Use the new error package
Doug Davis committed
H
golint: use golint to check package util
Hu Keping committed
July 29, 2015
A
Replace GenerateRandomID with GenerateNonCryptoID
Alexander Morozov committed
May 8, 2015
T
Move WriteFlusher out of utils into ioutils
Tianon Gravi committed
April 13, 2015
A
Remove job from container_inspect
Antonio Murdaca committed
M
Merge pull request #12044 from reteptilian/11721-remove-randomstring-3
Michael Crosby committed
April 20, 2015
D
Add flusher check to utils.WriteFlusher.
David Calavera committed
March 29, 2015
A
Refactor utils/utils, fixes #11923
Antonio Murdaca committed
April 11, 2015
E
Link to HTTPS URLs in engine comments
Eric Windisch committed
April 1, 2015
P
Fixes #11721 removed GenerateRandomString
Peter Esbensen committed
March 26, 2015
A
Replace aliased imports of logrus, fixes #11762
Antonio Murdaca committed
March 18, 2015
B
Fixes hacks from progressreader refactor
bobby abbott committed
March 24, 2015
A
Refactor pkg/common, Fixes #11599
Antonio Murdaca committed
February 27, 2015
A
Add ability to refer to image by name + digest
Andy Goldstein committed
February 25, 2015
S
moving random.go from utils
Srini Brahmaroutu committed
February 21, 2015
S
Removing dependencies from pkg into Docker internal code
Srini Brahmaroutu committed
February 4, 2015
S
Removing -X flag option and autogenerated code to create Dockerversion.go functionality
Srini Brahmaroutu committed
February 6, 2015
A
Merge pull request #10208 from mota/fix-env-writerto
Alexander Morozov committed
January 21, 2015
M
Merge pull request #10145 from duglin/Issue10141
Michael Crosby committed
January 19, 2015
P
Fix env.WriteTo count return
Pierre Wacrenier committed
January 16, 2015
D
Docker run -e FOO should erase FOO if FOO isn't set in client env
Doug Davis committed
January 17, 2015
T
Fix "-X" 6l usage ("define string data")
Tianon Gravi committed
January 8, 2015
A
Merge pull request #9648 from estesp/9202-update-resolvconf
Alexander Morozov committed
December 10, 2014
P
Update container resolv.conf when host network changes /etc/resolv.conf
Phil Estes committed
October 23, 2014
D
Have .dockerignore support Dockerfile/.dockerignore
Doug Davis committed
November 27, 2014
U
validate image ID properly & before load
unclejack committed
November 24, 2014
M
Move git and url checks into pkg
Michael Crosby committed
November 14, 2014
A
Allow git@ prefixes for any hosted git service
Aidan Hobson Sayers committed
November 13, 2014
A
Extract TreeSize to daemon build
Ahmet Alp Balkan committed
November 1, 2014
D
change util.CopyDirectory to archive.CopyWithTar
Daniel, Dao Quang Minh committed
October 31, 2014
J
Merge pull request #8468 from laktek/master
Jessie Frazelle committed
October 8, 2014
L
Add HasValidGITPrefix to utils/utils.go
Lakshan Perera committed
October 24, 2014
A
Mass gofmt
Alexandr Morozov committed
A
Use logrus everywhere for logging
Alexandr Morozov committed
September 30, 2014
R
Move Matches() file path matching function into pkg/fileutils
Rafe Colton committed
R
Move Go() promise-like func from utils to pkg/promise
Rafe Colton committed
September 24, 2014
D
Replace utils.CheckLocalDns with bytes.Contains line
Dan Walsh committed
September 15, 2014
D
Remove nameserver 127.0.0.1 line rather then dumping resolv.conf
Dan Walsh committed
U
add the timeutils package
unclejack committed