summaryrefslogtreecommitdiff
path: root/utils/utils.go
Commit message (Expand)AuthorAgeFilesLines
* Remove static errors from errors package.David Calavera2016-02-261-20/+0
* *: purge dockerinit from source codeAleksa Sarai2016-01-261-107/+0
* Move ValidateContextDirectory to the one package that uses it.Daniel Nephin2015-12-281-49/+0
* utils: move dockerignore function to builder/dockerignoreTibor Vass2015-12-141-26/+0
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-17/+0
* dockerversion placeholder for library importVincent Demeester2015-11-091-4/+4
* Revert "dockerversion placeholder for library-import"Brian Goff2015-10-271-4/+4
* dockerversion placeholder for library-importVincent Demeester2015-10-271-4/+4
* Abstract builder and implement server-side dockerfile builderTibor Vass2015-10-061-10/+4
* Merge pull request #15898 from Microsoft/15775-buildcontextfixDavid Calavera2015-09-171-2/+6
|\
| * Windows: Fix long path handling for docker buildStefan J. Wernli2015-09-151-2/+6
* | Use the new error packageDoug Davis2015-09-141-0/+20
|/
* Replace GenerateRandomID with GenerateNonCryptoIDAlexander Morozov2015-07-281-1/+1
* golint: use golint to check package utilHu Keping2015-07-221-4/+4
* Move WriteFlusher out of utils into ioutilsTianon Gravi2015-05-081-44/+0
* Remove job from container_inspectAntonio Murdaca2015-04-231-10/+0
* Add flusher check to utils.WriteFlusher.David Calavera2015-04-201-0/+9
* Refactor utils/utils, fixes #11923Antonio Murdaca2015-04-141-223/+1
* Merge pull request #12044 from reteptilian/11721-remove-randomstring-3Michael Crosby2015-04-131-2/+2
|\
| * Fixes #11721 removed GenerateRandomStringPeter Esbensen2015-04-021-2/+2
* | Link to HTTPS URLs in engine commentsEric Windisch2015-04-111-2/+2
|/
* Replace aliased imports of logrus, fixes #11762Antonio Murdaca2015-03-261-2/+2
* Fixes hacks from progressreader refactorbobby abbott2015-03-251-1/+2
* Refactor pkg/common, Fixes #11599Antonio Murdaca2015-03-241-2/+2
* Add ability to refer to image by name + digestAndy Goldstein2015-03-171-0/+17
* moving random.go from utilsSrini Brahmaroutu2015-02-261-1/+2
* Removing dependencies from pkg into Docker internal codeSrini Brahmaroutu2015-02-231-32/+0
* Removing -X flag option and autogenerated code to create Dockerversion.go fun...Srini Brahmaroutu2015-02-201-1/+1
* Merge pull request #10208 from mota/fix-env-writertoAlexander Morozov2015-02-061-0/+21
|\
| * Fix env.WriteTo count returnPierre Wacrenier2015-01-211-0/+21
* | Merge pull request #10145 from duglin/Issue10141Michael Crosby2015-01-211-0/+29
|\ \ | |/ |/|
| * Docker run -e FOO should erase FOO if FOO isn't set in client envDoug Davis2015-01-191-0/+29
* | Fix "-X" 6l usage ("define string data")Tianon Gravi2015-01-161-1/+1
|/
* Merge pull request #9648 from estesp/9202-update-resolvconfAlexander Morozov2015-01-081-8/+0
|\
| * Update container resolv.conf when host network changes /etc/resolv.confPhil Estes2015-01-081-8/+0
* | Have .dockerignore support Dockerfile/.dockerignoreDoug Davis2015-01-061-0/+32
|/
* validate image ID properly & before loadunclejack2014-12-111-5/+7
* Move git and url checks into pkgMichael Crosby2014-11-241-15/+1
* Allow git@ prefixes for any hosted git serviceAidan Hobson Sayers2014-11-241-1/+1
* Extract TreeSize to daemon buildAhmet Alp Balkan2014-11-141-31/+0
* change util.CopyDirectory to archive.CopyWithTarDaniel, Dao Quang Minh2014-11-011-9/+2
* Merge pull request #8468 from laktek/masterJessie Frazelle2014-10-311-0/+4
|\
| * Add HasValidGITPrefix to utils/utils.goLakshan Perera2014-10-261-0/+4
* | Mass gofmtAlexandr Morozov2014-10-241-1/+1
* | Use logrus everywhere for loggingAlexandr Morozov2014-10-241-1/+1
|/
* Move Matches() file path matching function into pkg/fileutilsRafe Colton2014-09-291-21/+2
* Move Go() promise-like func from utils to pkg/promiseRafe Colton2014-09-291-10/+0
* Replace utils.CheckLocalDns with bytes.Contains lineDan Walsh2014-09-291-35/+0
* Remove nameserver 127.0.0.1 line rather then dumping resolv.confDan Walsh2014-09-291-0/+11
* add the timeutils packageunclejack2014-09-171-7/+0