Commit graph

  • f8ec68ef67 Have .dockerignore support Dockerfile/.dockerignore Doug Davis 2014-10-23 14:30:11 -07:00
  • d5ab5f9788 Merge pull request #8941 from agonzalezro/log-duplicates Jessie Frazelle 2015-01-06 10:41:19 -08:00
  • cfb25ffb10 Handle bad options better Michal Minar 2014-11-13 15:39:51 +01:00
  • f23192465b refactor redundant code around calls to cmd.Parse Tibor Vass 2014-11-05 11:57:51 -05:00
  • d440ff0beb Remove TestUsage, since Usage will no longer be shown on failure to parse Dan Walsh 2014-09-04 16:49:01 -04:00
  • 6c3b7f1932 --help option and help command should print to stdout not stderr Dan Walsh 2014-10-15 17:14:12 -04:00
  • c466b9baa5 add ability to publish range of ports Closes #8899 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com> Srini Brahmaroutu 2014-11-03 18:15:55 +00:00
  • d67d28eaec Add descriptions for bell, lumiere, morse, nobel, ptolemy, and wright Tianon Gravi 2014-12-26 16:53:40 -07:00
  • dba8948308 Switch names-generator arrays to be long-form Tianon Gravi 2014-12-26 16:39:59 -07:00
  • b46b836ee5 Merge pull request #9813 from nurkiewicz/banach Alexander Morozov 2014-12-26 09:37:16 -08:00
  • 4b800562b0 Fix names-generator comment about name generation Ankush Agarwal 2014-12-25 22:37:43 -08:00
  • c4c687759c Stefan Banach in names-generator Tomasz Nurkiewicz 2014-12-26 00:06:45 +01:00
  • 18fe796679 Create tests for pkg/iptables Ian Bishop 2014-11-15 11:36:38 +10:00
  • 7bcd294c4e Create DOCKER forward chain on driver init Porjo 2014-07-16 22:03:01 +10:00
  • 79e3a90569 Move per-container forward rules to DOCKER chain Porjo 2014-06-27 17:29:55 +10:00
  • c259252dcc pkg/units: fix size_test.go compilation unclejack 2014-12-19 18:38:12 +02:00
  • 4e6d685f3f Merge pull request #9746 from unclejack/graphdb_fix Tibor Vass 2014-12-19 11:11:59 -05:00
  • 14803cda50 pkg/graphdb: use transactions for transactions unclejack 2014-12-19 13:57:21 +02:00
  • f4ca80df36 Merge pull request #9233 from inatatsu/fix-pkg-units-size-for-gccgo Michael Crosby 2014-12-18 18:33:01 -08:00
  • b8e50e81c1 pkg/tarsum: delete the logging code unclejack 2014-12-18 22:58:14 +02:00
  • c57c03f841 Refactor to optimize storage driver ApplyDiff() Josh Hawn 2014-12-17 18:26:03 -08:00
  • 52679b2b7f Fix to avoid a compile error due to float to int truncation with GCCGO Srini Brahmaroutu 2014-12-17 22:33:50 +00:00
  • d27d1dfcbe Log when truncindex.Get returns >1 container Álex González 2014-11-03 00:25:44 +00:00
  • 4d20c0cb80 Fix vet errors about formatting directives Alexander Morozov 2014-12-12 10:58:56 -08:00
  • 6b772e6532 Fix vet errors about unkeyed fields Alexander Morozov 2014-12-12 10:38:48 -08:00
  • e4b13e4efb Merge branch master into bump_v1.4.0 Jessica Frazelle 2014-12-11 15:00:03 -08:00
  • 6454d26740 Decompress archive before streaming the unpack in a chroot Michael Crosby 2014-12-08 16:19:24 -05:00
  • eab5117c5c Update chroot apply layer to handle decompression outside chroot Michael Crosby 2014-12-08 16:14:56 -05:00
  • 2a81dcd671 symlink: add more tests Tibor Vass 2014-12-05 16:40:53 -05:00
  • 21026f47e6 symlink: cleanup names and break big test into multiple smaller ones Tibor Vass 2014-12-05 15:33:11 -05:00
  • 9bd8acc9b7 Refactor of symlink tests to remove testdata dir Tibor Vass 2014-11-30 11:39:28 -05:00
  • 96678a759b Simplify FollowSymlinkInScope based on Go 1.3.3's EvalSymlinks Tianon Gravi 2014-12-05 14:58:46 -07:00
  • ab77e1f2dd Merge pull request #9258 from rhvgoyal/transaction-id-improvements Vincent Batts 2014-12-11 12:58:18 -05:00
  • 9888ff1fc6 Merge pull request #9099 from vbatts/vbatts-tarsum_spec Michael Crosby 2014-12-10 10:24:48 -08:00
  • 5ce91364b3 Change path breakout detection logic in archive package Alexandr Morozov 2014-11-26 23:00:13 -08:00
  • cd74be68b8 Flush stdin from within chroot archive Michael Crosby 2014-12-08 15:04:34 -08:00
  • a8124280d2 Fix chroot untar for zero padded archive from slow reader Lewis Marshall 2014-12-06 02:30:03 +00:00
  • 1036313f03 Decompress archive before streaming the unpack in a chroot Michael Crosby 2014-12-08 16:19:24 -05:00
  • 79b559bc05 Update chroot apply layer to handle decompression outside chroot Michael Crosby 2014-12-08 16:14:56 -05:00
  • abc58c3bfd symlink: add more tests Tibor Vass 2014-12-05 16:40:53 -05:00
  • b96f5922bb symlink: cleanup names and break big test into multiple smaller ones Tibor Vass 2014-12-05 15:33:11 -05:00
  • 7235750de8 Refactor of symlink tests to remove testdata dir Tibor Vass 2014-11-30 11:39:28 -05:00
  • ae3c4f8582 Simplify FollowSymlinkInScope based on Go 1.3.3's EvalSymlinks Tianon Gravi 2014-12-05 14:58:46 -07:00
  • 6bd7943697 Flush stdin from within chroot archive Michael Crosby 2014-12-08 15:04:34 -08:00
  • aec3164411 Merge pull request #9539 from flynn/chroot-untar-empty-archive-slow Tibor Vass 2014-12-08 17:59:21 -05:00
  • ad11e1392c Removed race condition If two interrupts were fired really quickly interruptCount could have been incremented twice before the LoadUint32 making cleanup not being called at all. Erik Dubbelboer 2014-12-06 22:42:32 +08:00
  • fec996b35d Fix chroot untar for zero padded archive from slow reader Lewis Marshall 2014-12-06 02:30:03 +00:00
  • 04fb504442 Merge pull request #9479 from jlhawn/tarsum_test_fix Alexander Morozov 2014-12-05 14:47:54 -08:00
  • d98b6f38ba Correctly close generated benchmark archives Josh Hawn 2014-12-03 22:23:31 -08:00
  • 267e518231 Fix output format where no variable specified in mount pkg Jessica Frazelle 2014-12-03 19:02:51 -08:00
  • 7a025f3fdf Merge pull request #9451 from erikh/fix-sqlite Jessie Frazelle 2014-12-03 17:17:20 -08:00
  • 5e3e0f129e Fix invalid argument error on push Andy Goldstein 2014-12-03 15:36:57 -05:00
  • 985d3bd404 Correct TarSum benchmarks: 9kTar and 9kTarGzip Josh Hawn 2014-12-03 10:35:20 -08:00
  • 12524d5657 devmapper: Use device id as specified by caller Vivek Goyal 2014-12-03 13:06:43 -05:00
  • 2b403ab360 Fix TarSum iteration test Josh Hawn 2014-12-02 15:23:49 -08:00
  • 12efe03ef0 graphdb: initialize the database semi-idempotently on every connection. Erik Hollensbe 2014-12-02 03:02:25 -08:00
  • 8c02df4c6c Merge pull request #9407 from hqhq/hq_fix_comments Michael Crosby 2014-12-01 11:27:06 -08:00
  • 16130e775f flag: fix the comments Qiang Huang 2014-11-30 01:58:16 +08:00
  • 2ebf95a81e Change path breakout detection logic in archive package Alexandr Morozov 2014-11-26 23:00:13 -08:00
  • 4e3563a9b6 Merge pull request #9006 from snitm/thin-pool-improvements Vincent Batts 2014-11-26 14:44:09 -05:00
  • 1867fe24fe Merge pull request #9279 from yoheiueda/termios-via-cgo Vincent Batts 2014-11-25 20:04:26 -05:00
  • 32fb3913b5 Cleanup ParseHost Brian Goff 2014-11-07 13:44:35 -05:00
  • f47ea48cfe pkg/tarsum: add maintainers & add missing s unclejack 2014-11-26 00:41:42 +02:00
  • c1532556b2 Use termios via CGO only on Linux Yohei Ueda 2014-11-25 20:49:01 +09:00
  • e5b1c19379 Fix to avoid a compilation error of size_test.go with GCCGO due to float to int truncation Tatsushi Inagaki 2014-11-25 17:02:47 +09:00
  • 7d92b1230e Revert "Fix to avoid a compile error due to float to int truncation with GCCGO" Tatsushi Inagaki 2014-11-25 16:48:09 +09:00
  • bd9c676bb7 tarsum: updates for jamtur01 comments Vincent Batts 2014-11-20 15:46:15 -05:00
  • 9a45c4235a pkg/tarsum: review cleanup Vincent Batts 2014-11-13 13:09:05 -05:00
  • 0597513d59 pkg/tarsum: review amendments Vincent Batts 2014-11-12 09:25:46 -05:00
  • 7c1b9831df pkg/tarsum: specification on TarSum checksum Vincent Batts 2014-10-24 16:23:50 -04:00
  • 3792c61c3c Merge pull request #9323 from unclejack/merge_release_v1.3.2 Tibor Vass 2014-11-24 19:26:36 -05:00
  • 201d4c614e Merge pull request #9324 from crosbymichael/git-urls Jessie Frazelle 2014-11-24 16:07:42 -08:00
  • fffe2a4d4d Merge pull request #9173 from vbatts/vbatts-dm_clarify_TaskCreate Michael Crosby 2014-11-24 15:45:54 -08:00
  • d7eadc78dc Move git and url checks into pkg Michael Crosby 2014-11-24 18:10:37 -05:00
  • bdff6d8011 archive: do not call FollowSymlinkInScope in createTarFile Tibor Vass 2014-11-19 11:27:34 -05:00
  • 78bd3c0356 pkg/chrootarchive: provide TMPDIR for ApplyLayer unclejack 2014-11-18 23:33:13 +02:00
  • a80a838e6f archive: prevent breakout in ApplyLayer Tibor Vass 2014-10-31 13:18:39 -04:00
  • aa62eca940 archive: prevent breakout in Untar Tibor Vass 2014-10-20 15:36:28 -04:00
  • 1752a203af archive: add breakout tests Tibor Vass 2014-10-20 15:35:48 -04:00
  • 5343f641d3 don't call reexec.Init from chrootarchive unclejack 2014-11-11 13:02:14 +02:00
  • 466e44195a pkg/chrootarchive: pass TarOptions via CLI arg Tibor Vass 2014-11-08 10:38:42 -05:00
  • e19f49915f add pkg/chrootarchive and use it on the daemon unclejack 2014-10-29 21:06:51 +02:00
  • 2746675b42 pkg/symlink: avoid following out of scope unclejack 2014-10-28 23:18:45 +02:00
  • 8f488e46a4 archive: do not call FollowSymlinkInScope in createTarFile Tibor Vass 2014-11-19 11:27:34 -05:00
  • cdf5a07698 pkg/chrootarchive: provide TMPDIR for ApplyLayer unclejack 2014-11-18 23:33:13 +02:00
  • 0b5fa520c2 Add missing unit testcase for new IsSet() func in mflag Doug Davis 2014-11-22 05:25:57 -08:00
  • ecb536e190 Merge pull request #9188 from somaopensource/8777-fix Jessie Frazelle 2014-11-21 17:57:56 -08:00
  • 6948710cc0 pkg/devicemapper: clarify TaskCreate and createTask Vincent Batts 2014-11-14 09:33:13 -05:00
  • 7b1da173e5 Merge pull request #9183 from vbatts/dm_udevwait Michael Crosby 2014-11-21 17:28:37 -08:00
  • 3aded1b5c7 Merge pull request #9086 from vbatts/vbatts-tarsum_more_tests Michael Crosby 2014-11-21 17:12:55 -08:00
  • 0d5323cb60 Merge pull request #9261 from unclejack/fix_test_tmp_cleanup Alexander Morozov 2014-11-21 08:48:04 -08:00
  • 92251ceb7b Use termios via CGO Yohei Ueda 2014-11-21 22:12:03 +09:00
  • 26f399ddf3 Typed errors for iptables chain raw command output. YAYYYYYY. Jessica Frazelle 2014-11-20 16:07:55 -08:00
  • 4687dc48f6 Merge pull request #9259 from duglin/Issue9221 Michael Crosby 2014-11-20 17:41:31 -08:00
  • 557dcbcc9e Merge pull request #9248 from vbatts/vbatts-fix_gh9241 Michael Crosby 2014-11-20 17:15:15 -08:00
  • 0a3565494b Make --tlsverify enable tls regardless of value specified Doug Davis 2014-11-20 07:29:04 -08:00
  • 869842478e Revert "Support hairpin NAT" Michael Crosby 2014-11-20 14:22:22 -08:00
  • 895e64b880 pkg/symlink: fix cleanup for tests unclejack 2014-11-20 19:36:54 +02:00
  • a590874f19 pkg/archive: fix TempArchive cleanup w/ one read unclejack 2014-11-20 19:34:35 +02:00
  • bdb6fee38c pkg/system: fix cleanup in tests unclejack 2014-11-20 19:33:15 +02:00