Commit graph

  • 7051dc2661 Merge pull request #18744 from runcom/plugins-deadcode Alexander Morozov 2015-12-17 10:50:04 -0800
  • ab40ebacb7 Merge pull request #18745 from runcom/pkg-version-String Tibor Vass 2015-12-17 16:58:41 +0100
  • 41af5c35eb pkg: version: add String method Antonio Murdaca 2015-12-17 11:52:23 +0100
  • 16d022c482 pkg: authorization: add Err to tweak response status code Antonio Murdaca 2015-12-15 09:49:18 +0100
  • a82080a992 pkg: plugins: remove dead code Antonio Murdaca 2015-12-17 11:05:50 +0100
  • 16870807fe Merge pull request #18695 from dnephin/move_parse_link Brian Goff 2015-12-16 16:15:52 -0500
  • d0b9fc9422 Merge pull request #18722 from calavera/remove_unused_packages Vincent Demeester 2015-12-16 20:56:43 +0100
  • 172ba92d25 Merge pull request #18518 from MHBauer/spurious-timing Vincent Demeester 2015-12-16 20:45:55 +0100
  • 8e98c98e52 Move ParseLink and validators into runconfig.parse where they are used. Daniel Nephin 2015-12-15 21:36:35 -0500
  • 11a6db3391 Remove timeoutconn package. David Calavera 2015-12-16 13:51:56 -0500
  • d88419060e Merge pull request #18682 from calavera/replace_units_package David Calavera 2015-12-16 10:48:59 -0800
  • e0a1a648d8 Merge pull request #18693 from dnephin/move_parse_docker_host Antonio Murdaca 2015-12-16 19:05:07 +0100
  • a076a297ac Replace pkg/units with docker/go-units. David Calavera 2015-12-16 12:26:49 -0500
  • fb77ffd682 pkg: authorization: cleanup Antonio Murdaca 2015-12-16 12:01:04 +0100
  • 91d25997f1 Move ParseDockerDaemonHost to opts/ package. Daniel Nephin 2015-12-15 20:53:17 -0500
  • 207e5e455a Move filters package to the API. David Calavera 2015-12-15 16:40:11 -0500
  • 0b059a5246 Merge pull request #18685 from calavera/remove_timeutils David Calavera 2015-12-15 15:11:18 -0800
  • 54ce12da10 Merge pull request #18677 from runcom/fix-plugins-error David Calavera 2015-12-15 14:17:52 -0800
  • 995814da2d adjust test sleep timing to avoid spurious failure Morgan Bauer 2015-12-08 15:32:34 -0800
  • 0585b88aee Move timeutils functions to the only places where they are used. David Calavera 2015-12-15 14:49:41 -0500
  • b171259dde pkg: plugins: fix and better handle errors Antonio Murdaca 2015-12-15 17:51:48 +0100
  • 202e73c7ad builder: remove container package dependency Tibor Vass 2015-12-10 15:35:53 +0100
  • 583754b67c Make pkg/devicemapper/ log messages with a common, consistent prefix. Chris Dituri 2015-12-14 15:07:17 -0600
  • c999f3afa3 utils: move git functions to pkg/gitutils Tibor Vass 2015-12-14 11:17:51 +0100
  • 244162287a Fix typos found across repository Justas Brazauskas 2015-12-13 18:00:39 +0200
  • df5dc52c05 Merge pull request #15365 from twistlock/14674-docker-authz Antonio Murdaca 2015-12-12 12:30:33 +0100
  • ffa3493afc Merge pull request #18353 from aaronlehmann/transfer-manager Alexander Morozov 2015-12-10 14:52:48 -0800
  • 41193db82e Improved push and pull with upload manager and download manager Aaron Lehmann 2015-11-13 16:59:01 -0800
  • f576cf770a Merge pull request #18538 from estesp/aufs-whiteout-userns-fix Brian Goff 2015-12-09 14:47:01 -0500
  • 17aa7f8b20 Remove redundant check Sebastiaan van Stijn 2015-12-09 17:38:06 +0100
  • aa06163678 Skip aufs whiteout files on userns translation to container Phil Estes 2015-12-09 10:11:32 -0500
  • c39dff3ecd Fixing documentation according to comments by @moxiegirl and @thaJeztah Dima Stopel 2015-12-08 14:54:33 +0200
  • ccdb366aa5 Docker authorization plug-in infrastructure enables extending the functionality of the Docker daemon with respect to user authorization. The infrastructure enables registering a set of external authorization plug-in. Each plug-in receives information about the user and the request and decides whether to allow or deny the request. Only in case all plug-ins allow accessing the resource the access is granted. Liron Levin 2015-11-12 13:06:47 +0200
  • 6e9a3453f7 Fix the scoping of "diff" so its value doesn't leak between loop iterations Aaron Lehmann 2015-12-07 17:01:47 -0800
  • 5821bbd01d Don't update lines on the terminal from a previous operation Aaron Lehmann 2015-12-07 16:04:42 -0800
  • cd655d8b48 Merge pull request #18449 from coolljt0725/plugins_cleanup Sebastiaan van Stijn 2015-12-07 16:03:28 +0100
  • cf5299f8bc Merge pull request #18123 from aidanhs/aphs-fail-on-broken-tar Tibor Vass 2015-12-07 14:38:21 +0100
  • a1a4101b73 pkg/plugins/client.go: don't try to encode os decode if it's nil Lei Jitang 2015-12-05 02:55:50 -0500
  • 92079d14e1 Merge pull request #14466 from Mashimiao/add-support-blkio_throtte_bps Sebastiaan van Stijn 2015-12-04 12:29:58 +0100
  • b4547e38b1 Merge pull request #18412 from aaronlehmann/runcommand-race Alexander Morozov 2015-12-03 19:35:04 -0800
  • 6986fd5e3d Add support for blkio read/write bps device Ma Shimiao 2015-07-08 19:06:48 +0800
  • f9baa50548 Merge pull request #18411 from aaronlehmann/unit-test-timing Alexander Morozov 2015-12-03 16:34:36 -0800
  • eb7916eb53 Fix race in RunCommandWithOutputForDuration Aaron Lehmann 2015-12-03 16:04:58 -0800
  • 6ba6058477 Adjust TestDockerCmdWithTimeout timeout to improve reliability Aaron Lehmann 2015-12-03 14:42:32 -0800
  • de5a23ebff Merge pull request #18266 from calavera/events_pub_sub Tibor Vass 2015-12-03 17:11:40 +0100
  • a72c316bf4 Add PubSub topics. David Calavera 2015-11-25 21:03:10 -0500
  • be362ef8ed Make filtering a linear operation. David Calavera 2015-11-25 20:27:11 -0500
  • bd052b6116 This patch adds --tmpfs as a option for mounting tmpfs on directories Dan Walsh 2015-12-01 13:39:34 -0500
  • c631a9bec7 Merge pull request #17438 from pmalmgren/17037-systemd226-cgroup David Calavera 2015-11-30 11:47:16 -0800
  • e868bb4183 Merge pull request #18241 from LK4D4/remove_listenbuffer Phil Estes 2015-11-30 14:37:14 -0500
  • f3d7ffb0f5 Merge pull request #18178 from jfrazelle/apparmor-we-meet-again Jess Frazelle 2015-11-30 11:34:34 -0800
  • e9a1a9a9ec check version for docker-default aa profile Jessica Frazelle 2015-11-23 15:41:18 -0800
  • 92cfb73a9d Merge pull request #18296 from jfrazelle/add-james David Calavera 2015-11-30 10:00:21 -0800
  • 26710b1734 Remove listenbuffer package Alexander Morozov 2015-11-25 11:06:36 -0800
  • 9e281d40d0 Remove usage of listenbuffer package Alexander Morozov 2015-11-25 11:05:31 -0800
  • e345d791f4 Merge pull request #18226 from duglin/Issue18170 Vincent Batts 2015-11-30 09:57:37 -0600
  • 853a164ef8 add james golick to names generator Jessica Frazelle 2015-11-29 09:53:21 -0800
  • baafebd598 Fix for zero-sized layers Doug Davis 2015-11-23 17:20:44 -0800
  • 49dc2e55d9 Fix spelling of 'existent' Bryan Boreham 2015-11-25 13:45:37 +0000
  • 5ca1b7ff65 Merge pull request #17924 from aaronlehmann/content-addressability David Calavera 2015-11-24 11:01:33 -0800
  • 2c84dccd2d Update daemon and docker core to use new content addressable storage Tonis Tiigi 2015-11-18 14:20:54 -0800
  • 058c4dfc3e Fix race in locker call to dec() Brian Goff 2015-11-24 11:52:18 -0500
  • 12fc11efd0 Ensure adding a broken tar doesn't silently fail Aidan Hobson Sayers 2015-11-20 16:49:33 +0000
  • 0fb39140d9 Merge pull request #18146 from JamesKyburz/random-additions Brian Goff 2015-11-21 13:18:09 -0500
  • 4fc5c55a7b Merge pull request #16613 from WeiZhang555/docker-cp-symlink Antonio Murdaca 2015-11-21 17:03:24 +0100
  • 4b3978329c Add nauseous and pedantic James Kyburz 2015-11-21 16:00:26 +0100
  • 8bf21d0dfa Merge pull request #17495 from mikebrow/docker-tz-and-nanosecond-updates Antonio Murdaca 2015-11-20 23:37:44 +0100
  • d84ce62a25 Merge pull request #17456 from Microsoft/TestChtimesFix Tibor Vass 2015-11-20 18:07:09 +0100
  • b4340e2b6c Add '-L' option for cp Zhang Wei 2015-10-01 15:56:39 +0800
  • 688bb55544 Merge pull request #17459 from brahmaroutu/Power_Z_CI Michael Crosby 2015-11-19 15:50:07 -0800
  • db8e84e124 Merge pull request #18082 from MHBauer/gh9406 Alexander Morozov 2015-11-19 15:06:21 -0800
  • 17d202b021 This fixes Chtimes on systems with 32 bit Timespec Darren Stahl 2015-11-03 14:49:50 -0800
  • d178946c78 Merge pull request #18090 from vdemeester/17478-follow-up-cleanup-pkg-platform David Calavera 2015-11-19 14:00:23 -0500
  • 0c54d58fea Move charsToString to architecture dependent source to fix casting problem Stefan Scherer 2015-11-18 11:13:04 +0100
  • 47a077d28c Remove defaults for flags/options that expect no value Morgan Bauer 2015-11-18 18:27:59 -0800
  • 6b16247685 Follow-up of 17478, unexport private method Vincent Demeester 2015-11-19 14:55:57 +0100
  • 5edb94d724 Merge pull request #17986 from bogdangrigg/master moxiegirl 2015-11-17 16:45:38 -0800
  • 0e3ab50833 Merge pull request #17434 from little-arhat/fix/newlines-in-json-status Michael Crosby 2015-11-17 15:52:31 -0800
  • f65e3827fc Merge pull request #17478 from vdemeester/pr-13921 Michael Crosby 2015-11-17 15:44:57 -0800
  • 2f11790e60 Use /usr/lib/os-release if /etc/os-release is missing. Alexander Morozov 2015-11-16 16:19:14 -0800
  • cddf99001f Fix small typos in documentation files Luca-Bogdan Grigorescu 2015-11-15 00:44:18 +0200
  • 4ee0608373 Add pkg/parsers/architecture and pkg/platform Vincent Demeester 2015-11-14 23:03:02 +0100
  • 6dab26120b Merge pull request #17971 from narqo/simplify-addr-formating Antonio Murdaca 2015-11-14 08:38:09 +0100
  • 1f89ef9c24 Build and test Docker on IBM Power and Z using gccgo. Enable CI on Power and Z. Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com> Srini Brahmaroutu 2015-02-24 18:33:18 +0000
  • a27dd533e1 Merge pull request #17877 from aaronlehmann/capped-bytespipe unclejack 2015-11-14 00:51:11 +0200
  • bd44c5f98d Merge pull request #17090 from duglin/dockerignoreWildcards Alexander Morozov 2015-11-13 14:29:34 -0800
  • 6e4e2e0bfa Support multi-dir wildcards in .dockerignore Doug Davis 2015-10-14 14:42:21 -0700
  • 045390d772 Merge pull request #17417 from cpuguy83/15815_add_log_file_poller Alexander Morozov 2015-11-13 11:49:54 -0800
  • 47766786df Simplify address formating Vladimir Varankin 2015-11-13 20:32:32 +0300
  • f53466646c Merge pull request #17833 from rhatdan/signals Alexander Morozov 2015-11-13 09:03:51 -0800
  • 1192791154 modifying docker --since and --until to support nanoseconds and time zones Mike Brown 2015-10-29 12:51:36 -0500
  • 6f501fd1ea Merge pull request #13959 from Mashimiao/add-support-blkio_weight_device Vincent Demeester 2015-11-12 20:42:13 +0100
  • ec2c09ae0d Merge pull request #17929 from mqliang/hardCode Vincent Demeester 2015-11-12 19:56:09 +0100
  • 039582f49e Cap the amount of buffering done by BytesPipe Aaron Lehmann 2015-09-29 10:58:08 -0700
  • ac286e3212 Define all of the signals defined by kill -l Dan Walsh 2015-11-07 11:53:10 +0100
  • a58bc8d2fe kill TODO mqliang 2015-11-12 11:53:58 +0800
  • 82e1e2ee36 Merge pull request #17925 from cpuguy83/fix_locker_unit_tests Alexander Morozov 2015-11-11 18:46:52 -0800
  • f5a6a4ba65 Use timeouts instead of relying on runtime.GoSched Brian Goff 2015-11-11 20:49:06 -0500
  • ed4e505639 Add support for blkio.weight_device Ma Shimiao 2015-06-12 08:34:20 +0800
  • d88f338f8c Merge pull request #17732 from Microsoft/sjw/archive_access_time_fix David Calavera 2015-11-10 13:17:03 -0800