Commit Graph

  • 8e12d1fcad
    ctr: Allow deleting a container in the Created state Kenfe-Mickael Laventure 2017-07-20 08:24:59 +0200
  • 4d14bfd8ad
    go-winio: Don't increment the wait count if the file is closing Kenfe-Mickael Laventure 2017-07-19 17:50:55 +0200
  • 7f786cf075
    go-winio: Prevent Data Race when accessing closing Kenfe-Mickael Laventure 2017-07-19 16:08:57 +0200
  • db1b0a2a5a
    Update go-winio to v0.4.3 Kenfe-Mickael Laventure 2017-07-19 14:54:41 +0200
  • 651aaff74e
    Update integration test to support windows Kenfe-Mickael Laventure 2017-07-19 12:13:25 +0200
  • 79d04ded4e
    Make integration a bit more verbose Kenfe-Mickael Laventure 2017-07-18 14:36:53 +0200
  • b2d9db2e17
    windows: Use runtime event topic constants Kenfe-Mickael Laventure 2017-07-20 18:33:16 +0200
  • 5c8e0efb63
    windows: Add servicing code Kenfe-Mickael Laventure 2017-07-18 11:23:22 +0200
  • 4bb9ac2828
    Sort ctr commands alphabetically Kenfe-Mickael Laventure 2017-07-17 14:15:06 +0200
  • d0166c42ce
    Register content command with ctr Kenfe-Mickael Laventure 2017-07-18 10:13:27 +0200
  • d10c62d485
    Wrap typeurl returned errors with the provided url/type Kenfe-Mickael Laventure 2017-07-18 09:21:35 +0200
  • 5fd004a1c0
    Update vendoring Kenfe-Mickael Laventure 2017-07-16 12:42:12 +0200
  • 546f045128
    Update errdefs.ErrInvalidArgument message Kenfe-Mickael Laventure 2017-07-18 09:07:30 +0200
  • 674b460d5a
    Move typeurl registrations to runtime package Kenfe-Mickael Laventure 2017-07-21 08:40:07 +0200
  • a4aaa09ccc
    Update ctr so it works again on windows Kenfe-Mickael Laventure 2017-07-16 12:37:04 +0200
  • 61fbd2311c
    windows: Refactor whole code Kenfe-Mickael Laventure 2017-07-15 18:39:50 +0200
  • fc82e149ba
    windows: Move runtime options out of the spec field Kenfe-Mickael Laventure 2017-07-13 15:49:40 +0200
  • acf863a04e
    windows: Rely on the OCI specs instead of custom type Kenfe-Mickael Laventure 2017-07-13 15:02:24 +0200
  • bff040d087
    windows: Ensure pids are not reused if active Kenfe-Mickael Laventure 2017-07-13 10:12:53 +0200
  • d42cb88ba2 Loop umount'ing rootfs until there are no more mounts Ian Campbell 2017-07-13 09:59:19 +0100
  • d63d2ecf6c Simplify mount cleanup on failure by using defer Ian Campbell 2017-07-12 16:11:38 +0100
  • 300f083127 Cleanup mounts if we fail to mount one element of rootfs Ian Campbell 2017-07-12 15:36:00 +0100
  • 8b365117a2 containerd-shim: Do not remount root MS_SLAVE Ian Campbell 2017-07-07 11:22:53 +0100
  • 912ddbae0f cmd/ctr: add commit command to snapshot Sunny Gogoi 2017-07-12 18:03:25 +0530
  • b6dbbd337d Fix typo error in Protobuild.toml He Xiaoxi 2017-07-19 20:28:33 +0800
  • 0b3e572b85 Merge pull request #1221 from stevvooe/alpha1 Stephen Day 2017-07-19 16:23:39 -0700
  • 6273d79c1a
    containerd: prepare for v1.0.0-alpha1 Stephen J Day 2017-07-19 16:14:51 -0700
  • 28bb2b35b6 Merge pull request #1220 from stevvooe/release-target Stephen Day 2017-07-19 16:13:22 -0700
  • 88656970c5
    Makefile: add release target Stephen J Day 2017-07-19 16:03:43 -0700
  • 28e8d95a64 Merge pull request #1210 from dmcgowan/use-forked-tar Stephen Day 2017-07-19 15:34:55 -0700
  • 72c59aeb67 Merge pull request #1154 from darkowlzz/1082-snapshot-prepare Stephen Day 2017-07-19 15:30:33 -0700
  • 14e10c8724 Merge pull request #1214 from jovizhangwei/fix Stephen Day 2017-07-19 11:19:19 -0700
  • b5267baa88 Merge pull request #1216 from tklauser/prctl-x-sys-unix Stephen Day 2017-07-19 11:11:40 -0700
  • 834cafc2d6 Merge pull request #1206 from AkihiroSuda/improve-btrfs-error Phil Estes 2017-07-19 09:56:58 -0400
  • 70dc92f1a4 Merge pull request #1217 from fate-grand-order/fixed Phil Estes 2017-07-19 09:48:12 -0400
  • 0600753bd8 Merge pull request #1208 from dmcgowan/tar-test Phil Estes 2017-07-19 09:47:17 -0400
  • 648f82e463 Merge pull request #1211 from stevvooe/no-build-proto Phil Estes 2017-07-19 09:44:41 -0400
  • d3d1987fe0 correct some misspellings to make Go Report more happy fate-grand-order 2017-07-19 17:31:14 +0800
  • 4dc02c09e7 cmd/ctr: add mount subcmd to snapshot & a flag in prepare Sunny Gogoi 2017-07-11 22:09:58 +0530
  • bfa4b901a1 Use Prctl() and associated constants from x/sys/unix Tobias Klauser 2017-07-19 10:30:12 +0200
  • 50c84c4d43 Claim Go 1.8.x version requirement in BUILDING.md Jovi Zhangwei 2017-07-19 02:50:28 -0400
  • e76357cb57 btrfs: improve an error string Akihiro Suda 2017-07-18 10:33:29 +0000
  • a8504277cc Merge pull request #1209 from stevvooe/remove-errors Derek McGowan 2017-07-18 19:18:23 -0700
  • 23aa4910c0
    Use forked archive/tar package Derek McGowan 2017-07-18 16:42:03 -0700
  • 60792458a3
    Replace uses of filepath.Join in Apply Derek McGowan 2017-07-18 18:30:21 -0700
  • 35d590048f Merge pull request #1207 from mlaventure/update-linux-events-topic Stephen Day 2017-07-18 18:25:32 -0700
  • 1ecb2ea30d
    linux/shim: remove redundant topic prefix Stephen J Day 2017-07-18 18:19:25 -0700
  • 8d19513267 Merge pull request #1195 from darkowlzz/tree Stephen Day 2017-07-18 18:14:07 -0700
  • e3a07b5673
    Makefile: no need to build protos binary Stephen J Day 2017-07-18 17:16:03 -0700
  • 6d0bcd5aec
    linux, linux/shim: remove error definitions Stephen J Day 2017-07-18 15:41:05 -0700
  • 4a3f98cb61
    Add link breakout checks and tests Derek McGowan 2017-07-14 14:09:22 -0700
  • 805654abc7 Merge pull request #1178 from rajasec/ctr-run-error Phil Estes 2017-07-18 14:33:54 -0400
  • 728f8accc6 Fixing return error on run command rajasec 2017-07-14 11:08:48 +0530
  • 123aab86c0 Merge pull request #1202 from stevvooe/add-go-report-card Phil Estes 2017-07-18 09:46:17 -0400
  • 59b0fc31b8 Merge pull request #1204 from fate-grand-order/typo Phil Estes 2017-07-18 09:45:35 -0400
  • e4beb7c554
    Use constants for runtime event topics Kenfe-Mickael Laventure 2017-07-18 14:19:48 +0200
  • a578730a94
    Update linux events topic Kenfe-Mickael Laventure 2017-07-18 13:47:28 +0200
  • 7822819f32 .travis.yml: run go build -i Akihiro Suda 2017-07-18 10:20:21 +0000
  • 58dfd56ab7 fix some typos for reference/reference.go fate-grand-order 2017-07-18 16:10:03 +0800
  • 4888d40ac7 Merge pull request #1203 from stevvooe/containerd-startup-version Kenfe-Mickaël Laventure 2017-07-18 08:39:33 +0200
  • 659e3d789c cmd/ctr: add tree subcommand in snapshot Sunny Gogoi 2017-07-17 13:54:18 +0530
  • 6cfdbb2acd
    README: add go report card badge Stephen J Day 2017-07-17 16:38:55 -0700
  • 2a923f72e5
    cmd/containerd: show version and revision on startup Stephen J Day 2017-07-17 16:57:32 -0700
  • 6d305c741e Merge pull request #1200 from stevvooe/image-is-found Derek McGowan 2017-07-17 16:14:43 -0700
  • 778b1f1c0c
    cmd/ctr: container list should not look up image Stephen J Day 2017-07-17 14:51:36 -0700
  • 52927e59ae Merge pull request #1199 from dmcgowan/socket-directory-permissions Stephen Day 2017-07-17 14:04:06 -0700
  • 528a9d87ac
    Create socket parent directory with correct permissions Derek McGowan 2017-07-17 13:08:02 -0700
  • afd533de33 Merge pull request #1197 from dmcgowan/fix-snapshot-client-panic Stephen Day 2017-07-17 11:51:50 -0700
  • fb7af3025d Merge pull request #1198 from stevvooe/mark-ociimageconfig-childleess Derek McGowan 2017-07-17 11:29:30 -0700
  • 9f654b0830
    images: OCI image config is a childless data type Stephen J Day 2017-07-17 11:17:35 -0700
  • a220fb6b1f
    Fix panic in snapshotter when connection fails Derek McGowan 2017-07-17 10:55:32 -0700
  • 81b893ace4 Merge pull request #1194 from AkihiroSuda/nit-comment Derek McGowan 2017-07-16 21:48:45 -0700
  • a0664b5ce5 comment: dist -> ctr Akihiro Suda 2017-07-16 14:45:56 +0000
  • e48ef84b20 Merge pull request #1190 from stevvooe/remove-dist-command Derek McGowan 2017-07-14 16:19:50 -0700
  • 98f6deb50e cmd/dist: completely remove dist command Stephen J Day 2017-07-14 15:30:35 -0700
  • 751598e806 Merge pull request #1189 from stevvooe/move-content-commands Derek McGowan 2017-07-14 15:37:18 -0700
  • 1db80ed966
    cmd/{ctr, dist}: move content command to ctr Stephen J Day 2017-07-14 15:10:43 -0700
  • 695351f38e Merge pull request #1188 from stevvooe/move-images-command Derek McGowan 2017-07-14 15:07:01 -0700
  • 1905380ae1 Merge pull request #1187 from stevvooe/use-protobuild Stephen Day 2017-07-14 14:51:43 -0700
  • f7306d7f6c
    cmd/{ctr,dist}: move images command to ctr Stephen J Day 2017-07-14 14:50:02 -0700
  • d50e4bcdf3 Merge pull request #1183 from mlaventure/move-tasklist-to-runtime Michael Crosby 2017-07-14 14:10:16 -0700
  • 6c925924db
    protobuild: replace protobuild command Stephen J Day 2017-07-14 13:58:36 -0700
  • 31324e5417 Merge pull request #1181 from mlaventure/fix-races Stephen Day 2017-07-14 13:07:39 -0700
  • a5b3038ccc
    Fix deadlock when task's exec start fails Kenfe-Mickael Laventure 2017-07-13 11:13:02 +0200
  • 9dcf725b76
    Fix data race when task's exec fails to start Kenfe-Mickael Laventure 2017-07-13 11:12:29 +0200
  • ae334b045f
    Prevent a data race in client_test.go on test failure Kenfe-Mickael Laventure 2017-07-13 10:46:14 +0200
  • bf67906370 Merge pull request #1186 from estesp/update-fifo-racefix Kenfe-Mickaël Laventure 2017-07-14 21:53:15 +0200
  • 5e594d035d
    Update containerd/fifo for race fix Phil Estes 2017-07-14 15:42:44 -0400
  • 56a4023a19 Merge pull request #1184 from stevvooe/label-commands Phil Estes 2017-07-14 11:50:22 -0400
  • a8b2254911
    cmd/{ctr,dist}: label can be a verb Stephen J Day 2017-07-13 14:36:13 -0700
  • 88c1db5ca5
    Move taskList to the runtime package Kenfe-Mickael Laventure 2017-07-13 13:47:42 +0200
  • f72e97dbf8 Makefile: go build -i -> go build Akihiro Suda 2017-07-13 07:03:57 +0000
  • 8eadcb8c28 Merge pull request #1175 from stevvooe/alpha Stephen Day 2017-07-12 17:22:03 -0700
  • 98adb50f98
    containerd: prepare for v1.0.0-alpha0 Stephen J Day 2017-07-12 17:15:35 -0700
  • 89934640d8 Merge pull request #1174 from dmcgowan/refactor-committedat-createdat Michael Crosby 2017-07-12 17:11:02 -0700
  • 6a03917c38 Merge pull request #1173 from stevvooe/remote-container-store Derek McGowan 2017-07-12 17:05:28 -0700
  • b385798695
    containerd: remove GRPC service export Stephen J Day 2017-07-12 16:40:38 -0700
  • 6d032b99f2
    Rename CommittedAt to CreatedAt in content interface Derek McGowan 2017-07-12 16:51:16 -0700
  • 39dd45ebc6 Merge pull request #1150 from dmcgowan/content-labels Michael Crosby 2017-07-12 16:47:48 -0700
  • bee304cf3c Merge pull request #1171 from crosbymichael/spec-final Stephen Day 2017-07-12 16:42:27 -0700