summaryrefslogtreecommitdiff
path: root/utils/utils_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix error in utils testsVictor Vieux2013-07-191-22/+9
* Hotfix: make sure ./utils tests passGuillaume J. Charmes2013-07-151-6/+9
* fix regrettion in utils tests introduced by #980Victor Vieux2013-06-241-2/+2
* add testsVictor Vieux2013-06-191-0/+18
* switch to SI standard and add testVictor Vieux2013-05-231-0/+13
* Update utils_test.goGuillaume J. Charmes2013-05-151-3/+3
* Create a subpackage for utilsGuillaume J. Charmes2013-05-141-0/+263