summaryrefslogtreecommitdiff
path: root/utils/utils_test.go
Commit message (Expand)AuthorAgeFilesLines
* utils: move dockerignore function to builder/dockerignoreTibor Vass2015-12-141-53/+1
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-30/+0
* Abstract builder and implement server-side dockerfile builderTibor Vass2015-10-061-5/+8
* Refactor utils/utils, fixes #11923Antonio Murdaca2015-04-141-100/+46
* Add ability to refer to image by name + digestAndy Goldstein2015-03-171-0/+30
* Fix env.WriteTo count returnPierre Wacrenier2015-01-211-0/+25
* Move git and url checks into pkgMichael Crosby2014-11-241-40/+0
* Allow git@ prefixes for any hosted git serviceAidan Hobson Sayers2014-11-241-6/+25
* Add HasValidGITPrefix to utils/utils.goLakshan Perera2014-10-261-0/+21
* Replace utils.CheckLocalDns with bytes.Contains lineDan Walsh2014-09-291-29/+0
* move some io related utils to pkg/ioutilsunclejack2014-09-031-29/+0
* Move parsing functions to pkg/parsers and the specific kernel handlingErik Hollensbe2014-07-291-135/+0
* update go import path and libcontainerVictor Vieux2014-07-241-6/+6
* Move WriteBroadcaster to separate package as BroadcastWriterLK4D42014-07-021-101/+0
* Move truncindex in separate package in pkg/LK4D42014-06-241-102/+0
* IANA allocated Docker port: 2375SvenDowideit2014-06-041-1/+1
* Move duration and size to units pkgMichael Crosby2014-05-121-49/+0
* add resolvconfVictor Vieux2014-05-051-103/+0
* Add benchmark tests for TruncIndex.Paul Nasrat2014-04-131-0/+19
* Enable construction of TruncIndex from id array.Paul Nasrat2014-04-111-1/+2
* configurable dns search domainsDaniel Norberg2014-03-191-0/+51
* handle symlinks for Docker's root dir & TMPDIRunclejack2014-03-031-0/+76
* Don't always just append env vars, replace defaults with ones from configMichael Crosby2014-03-011-0/+18
* Adjust kernel version parsing to be more lenient of strange things like "3.12...Tianon Gravi2014-02-241-0/+1
* disallow tcp:// from defaulting to 127.0.0.1:4243unclejack2014-02-131-11/+13
* Re-add kernel Flavor testsCharles Lindsay2014-01-211-4/+7
* Remove Flavor from KernelVersionInfoCharles Lindsay2014-01-201-7/+7
* Add failing test for odd kernel versionCharles Lindsay2014-01-201-0/+1
* Remove unneeded DependencyGraphDanny Yates2014-01-081-56/+0
* Run 'gofmt -s -w'Tianon Gravi2014-01-061-3/+3
* Make blank -H option default to the same as no -H was sentBrian Goff2013-12-291-0/+3
* Improve TestParseHostGuillaume J. Charmes2013-12-161-8/+13
* Allow to use -H unix:// like -H tcp://Guillaume J. Charmes2013-12-161-6/+12
* gofmtSolomon Hykes2013-11-131-9/+9
* modify test of GetNameserversAsCIDR for its regex change.Liang-Chi Hsieh2013-11-121-3/+3
* Merge branch 'master' of https://github.com/aanand/docker into aanand-masterVictor Vieux2013-11-111-0/+33
|\
| * Container memory limit can be specified in kilobytes, megabytes or gigabytesAanand Prasad2013-11-011-0/+33
* | go fmtGuillaume J. Charmes2013-11-071-13/+13
* | Prevent DNS server conflicts in CreateBridgeIfaceMark Allen2013-11-051-0/+38
|/
* Add links for container relationships and introspectionMichael Crosby2013-10-251-0/+20
* let utils.ParseHost return err when errors happenYang Bai2013-10-241-5/+8
* gofmtJason McVetta2013-09-091-2/+1
* Compute dependency graph and upload layers in the right order when pushingshin-2013-09-041-0/+57
* Merge pull request #1613 from thijsterlouw/proper_resolvconf_parsingMichael Crosby2013-08-301-0/+10
|\
| * proper resolv.conf parsingThijs Terlouw2013-08-211-0/+10
* | Refactored code and added unit testsMohit Soni2013-08-241-0/+18
|/
* Fixed typosPascal Borreli2013-08-121-1/+1
* Update utils_test.goGuillaume J. Charmes2013-08-051-1/+1
* Consider empty /etc/resolv.conf as local dns + add unit testGuillaume J. Charmes2013-08-021-0/+34
* add ParseRepositoryTag testsVictor Vieux2013-07-291-0/+21