Commit Graph

  • 9dd56e002c
    Merge pull request #2056 from stevvooe/reduce-channel-size Kenfe-Mickaël Laventure 2018-01-24 16:00:24 -0800
  • 71e9f6dac2
    cmd/containerd-shim, reaper: reduce channel allocation Stephen J Day 2018-01-24 15:14:08 -0800
  • 0e8f08476c
    cmd/containerd-shim: aggressive memory reclamation Stephen J Day 2018-01-24 14:51:13 -0800
  • dfadd8ce75
    Fix duplicate directories entries on metadata change Derek McGowan 2018-01-24 14:26:14 -0800
  • 8d32d9edfc
    Merge pull request #2052 from darrenstahlmsft/PullDenied Derek McGowan 2018-01-24 13:20:03 -0800
  • 4fcf8d91b8
    Merge pull request #567 from Random-Liu/update-containerd Lantao Liu 2018-01-23 16:24:25 -0800
  • f404331e90 ctr: print error when pull auth fails Darren Stahl 2018-01-23 14:39:49 -0800
  • 95a0b3af95 Refactor checking for compressed diff type Darren Stahl 2018-01-19 12:52:35 -0800
  • e6280a7c82 Enable integration tests on Windows using snapshotter and differ Darren Stahl 2018-01-16 16:33:26 -0800
  • 635e5747c0 Update containerd and leverage plugin graceful stop. Lantao Liu 2018-01-23 22:46:01 +0000
  • acf2087db9 Error on no rootfs provided Darren Stahl 2018-01-16 16:32:27 -0800
  • e981cc6289 Do not create new layer for View Darren Stahl 2018-01-11 17:09:28 -0800
  • dcff993653 Update Windows runtime to use snapshotter and differ layers Darren Stahl 2018-01-05 13:30:26 -0800
  • a5a9f91832 Implement Windows snapshotter and differ Darren Stahl 2018-01-05 13:27:20 -0800
  • 31845714ef
    Merge pull request #564 from Random-Liu/update-containerd Lantao Liu 2018-01-23 14:10:21 -0800
  • 12eaf13f6f
    Merge pull request #2045 from Random-Liu/add-closer Michael Crosby 2018-01-23 17:02:06 -0500
  • d8f87a5a65 Add Closer in plugin. Lantao Liu 2018-01-23 02:33:33 +0000
  • d7efcbc083
    Merge pull request #2036 from stevvooe/use-buffer-pools Phil Estes 2018-01-23 15:00:41 -0500
  • ef485c80ec
    Merge pull request #2049 from dnephin/fix-errorf-return Michael Crosby 2018-01-23 14:43:02 -0500
  • 410db39d44
    Merge pull request #2048 from crosbymichael/bump-runc Michael Crosby 2018-01-23 14:37:52 -0500
  • 1cd32fa68d Cleanup extra returns in tests Daniel Nephin 2018-01-23 13:19:20 -0500
  • cee56a1226
    Merge pull request #2047 from estesp/use-libcontainer-subreaper-api Kenfe-Mickaël Laventure 2018-01-23 08:48:56 -0800
  • f47f6af585
    Remove unnecessary subreaper API from sys/ Phil Estes 2018-01-23 10:30:29 -0500
  • 8dfbd59e60 Update runc to 9f9c96235cc97674e935002fc3d78361b69 Michael Crosby 2018-01-23 10:05:26 -0500
  • 1c2fef9f68
    Merge pull request #563 from Random-Liu/disable-dad Lantao Liu 2018-01-22 17:32:54 -0800
  • dd125be836 Update containerd to 4812f4be8f. Lantao Liu 2018-01-23 00:08:27 +0000
  • 2b6f084f36 Disable IPv6 dad by default. Lantao Liu 2018-01-22 23:16:40 +0000
  • dc5964ccc2
    Merge pull request #2037 from pauldotknopf/master Phil Estes 2018-01-22 17:05:26 -0500
  • cd72819b53
    archive, cio, cmd, linux: use buffer pools Stephen J Day 2018-01-19 17:28:01 -0800
  • 933979bd10
    Merge pull request #2041 from estesp/trim-add-go-issue-link Stephen Day 2018-01-22 13:46:53 -0800
  • b4c3cd7640
    Add WithEnv and WithMount oci options Paul Knopf 2018-01-22 16:19:22 -0500
  • e78c77fd2b
    Add Golang issue link re: -trimpath to Makefile Phil Estes 2018-01-22 15:30:31 -0500
  • e9432a7900
    Merge pull request #2021 from kunalkushwaha/trimpath Michael Crosby 2018-01-22 15:25:11 -0500
  • 352178a56a
    Merge pull request #2035 from stevvooe/makefile-ordering Phil Estes 2018-01-22 15:14:02 -0500
  • fe5da18f70
    Makefile: ensure that containerd-shim gets added when installing Stephen J Day 2018-01-19 17:03:12 -0800
  • e5740ca612
    Merge pull request #2007 from AkihiroSuda/cio-fifo-path Michael Crosby 2018-01-22 13:32:43 -0500
  • 4812f4be8f
    Merge pull request #2030 from Random-Liu/print-plugin-default-config Michael Crosby 2018-01-22 11:12:20 -0500
  • ad4f265497 trim code path in stack trace. Kunal Kushwaha 2018-01-18 13:26:36 +0900
  • 6bb567d6a2
    Merge pull request #557 from Random-Liu/use-containerd-config Lantao Liu 2018-01-21 00:50:56 -0800
  • d5aa7655e2
    Merge pull request #2032 from crosbymichael/stress-exec Stephen Day 2018-01-19 16:23:55 -0800
  • 3d6fe5ad18 Print default plugin config. Lantao Liu 2018-01-19 08:56:34 +0000
  • 94602aea63 Add execs to stress tests Michael Crosby 2018-01-19 13:44:54 -0500
  • 4e9ca399e1 Use containerd plugin config. Lantao Liu 2018-01-19 01:50:32 +0000
  • 9449892561
    Merge pull request #555 from Random-Liu/move-cgroup-oom-to-cmd Lantao Liu 2018-01-18 18:24:42 -0800
  • 7d18d61674 Move cgroup and oom score setting to cmd. Lantao Liu 2018-01-18 08:14:28 +0000
  • 823d3398ea
    Merge pull request #2023 from crosbymichael/exec-state Kenfe-Mickaël Laventure 2018-01-18 14:48:38 -0800
  • 2a730264aa Add Exec to process states Michael Crosby 2018-01-18 17:05:15 -0500
  • 74d8880032
    Merge pull request #552 from Random-Liu/use-containerd-grpc-server Lantao Liu 2018-01-18 12:36:05 -0800
  • ba84c5fb38
    Merge pull request #2019 from stevvooe/remove-log-modules Michael Crosby 2018-01-18 14:34:51 -0500
  • 5cab90d270
    log: remove log "module" system Stephen J Day 2018-01-17 15:15:25 -0800
  • a9d846af23 Upgrade test framework to talk to containerd sock. Lantao Liu 2018-01-18 03:27:28 +0000
  • 62e6921145 Use containerd grpc server Lantao Liu 2018-01-18 03:27:21 +0000
  • 87f73a6b5d
    Merge pull request #554 from Random-Liu/minor-cleanup Lantao Liu 2018-01-18 10:29:21 -0800
  • e1321c51a6
    Merge pull request #2022 from denverdino/master Michael Crosby 2018-01-18 13:18:34 -0500
  • adfa9a2402 Fix NPE in dialer Li Yi 2018-01-18 18:41:24 +0800
  • 6fadb7f5e9 Minor code cleanup. Lantao Liu 2018-01-18 07:30:26 +0000
  • 507a149488 cio: add WithFIFODir opt Akihiro Suda 2018-01-16 18:49:05 +0900
  • ca3b73899a
    Merge pull request #547 from Random-Liu/glog-to-logrus Lantao Liu 2018-01-17 19:26:31 -0800
  • acc6011ac1
    Merge pull request #1960 from dmcgowan/images-removal-dirty Stephen Day 2018-01-17 13:58:39 -0800
  • 144ff3989b Update all glog flags to log-level. Lantao Liu 2018-01-17 19:33:00 +0000
  • 3d68005c04 Replace glog with logrus Lantao Liu 2018-01-17 09:23:01 +0000
  • 383a89b948 Add flags and utils for logrus Lantao Liu 2018-01-17 09:22:45 +0000
  • 80fc1f2d07
    Merge pull request #2011 from darrenstahlmsft/ResolveErrors Phil Estes 2018-01-17 16:42:40 -0500
  • 1338a4f022 Provide better error context on resolve failures Darren Stahl 2018-01-16 16:49:26 -0800
  • 8c4219dd77
    Merge pull request #2014 from crosbymichael/issue-template Stephen Day 2018-01-17 11:52:30 -0800
  • 57323b2e64
    Merge pull request #546 from jcvenegas/pod-annotations Lantao Liu 2018-01-17 10:24:51 -0800
  • bd8ab7944d Add github issue template Michael Crosby 2018-01-17 11:11:53 -0500
  • b383b0261a Annotations: Provide container metadata for VM based runtimes Jose Carlos Venegas Munoz 2017-12-13 17:16:30 +0000
  • aaf930eaf9
    Merge pull request #2009 from crosbymichael/user-path Phil Estes 2018-01-17 10:48:59 -0500
  • 901a906663
    Merge pull request #2012 from darrenstahlmsft/HostVersion Akihiro Suda 2018-01-17 19:48:27 +0900
  • baa5c8c13b Print host version in appveyor setup steps Darren Stahl 2018-01-16 17:07:02 -0800
  • 1f5ce14a82 Support getting uid/gid from rootfs path Michael Crosby 2018-01-16 12:39:11 -0500
  • f0c001afa4
    Merge pull request #527 from Random-Liu/add-plugin-mode Lantao Liu 2018-01-16 11:03:49 -0800
  • 5b042945b0 Refactor get uid/gid from path Michael Crosby 2018-01-16 12:01:31 -0500
  • 15940c9319 Add travis integration test for plugin mode. Lantao Liu 2018-01-05 07:07:55 +0000
  • 794543065a Add script to automatically update containerd with newest cri plugin. Lantao Liu 2018-01-05 06:38:25 +0000
  • bd9e9ce56e Add containerd plugin mode. Lantao Liu 2018-01-04 02:43:00 +0000
  • 44cb406bb4
    Merge pull request #544 from Random-Liu/update-containerd Lantao Liu 2018-01-12 15:41:34 -0800
  • 48b2d1c806
    Merge pull request #543 from mikebrow/readme-containerd-view Lantao Liu 2018-01-12 15:03:24 -0800
  • cdb1bf0946 Use new cio package. Lantao Liu 2018-01-12 22:35:24 +0000
  • b07017b93e Update containerd version to 90553efdef. Lantao Liu 2018-01-12 22:34:21 +0000
  • d875b6ecef update readme after move to containerd Mike Brown 2018-01-12 15:43:30 -0600
  • bbb5b2f15e
    Merge pull request #2001 from dmcgowan/fix-whiteout-rootpath Michael Crosby 2018-01-12 15:09:11 -0500
  • 384d46d8bd
    archive: check whiteout path before removal Derek McGowan 2018-01-11 17:00:40 -0800
  • d3292d9d2a
    Merge pull request #2002 from cpuguy83/fs_check_target_stat Michael Crosby 2018-01-12 14:31:16 -0500
  • d23853e60e
    Merge pull request #541 from Random-Liu/skip-node-e2e Lantao Liu 2018-01-12 10:43:14 -0800
  • 4a6e2975cf
    Merge pull request #1994 from AkihiroSuda/fix-user Michael Crosby 2018-01-12 12:57:31 -0500
  • 1645d8406d oci: simplify WithImageConfig Akihiro Suda 2018-01-12 15:46:53 +0900
  • b99dc56817 oci: add TODO comments Akihiro Suda 2018-01-11 14:11:05 +0900
  • 369d7c9545 oci: fix err variable scope Akihiro Suda 2018-01-11 14:06:50 +0900
  • 00c1477c87 Remove node e2e test in travis. Lantao Liu 2018-01-12 05:14:20 +0000
  • bd8b63a993
    Merge pull request #536 from mikebrow/boilerplate-upgrade Lantao Liu 2018-01-11 21:18:02 -0800
  • bf157d2fe5 enhanced boilerplate checking Mike Brown 2018-01-11 13:39:14 -0600
  • e0f8fb47bb copyFileInfo: do not err on chown if uid/gid match Brian Goff 2018-01-11 20:44:10 -0500
  • f35b5924aa
    Merge pull request #535 from Random-Liu/remove-reexec Lantao Liu 2018-01-11 17:29:41 -0800
  • df1b027cce
    Merge pull request #532 from mikebrow/docs-move-repo-update Lantao Liu 2018-01-11 17:01:46 -0800
  • 859fb747d2
    Merge pull request #538 from Random-Liu/improve-update-vendor Lantao Liu 2018-01-11 16:32:26 -0800
  • 07c8f07ba3 fix kubernetes-incubator links Mike Brown 2018-01-10 14:01:22 -0600
  • 81893b70e6 Change hack/update-vendor.sh to sync again with new vendor Lantao Liu 2018-01-11 19:47:11 +0000
  • 8e836140bd
    Merge pull request #537 from Random-Liu/fix-install-deps Lantao Liu 2018-01-11 15:18:03 -0800