Commit Graph

  • 435a1c825d Refactor api/http to just pprof Michael Crosby 2016-09-20 10:22:19 -0700
  • 058eea362a Remove go-metrics Michael Crosby 2016-09-20 10:14:53 -0700
  • 0645faf690 Update readme for containerkit Michael Crosby 2016-09-19 16:15:25 -0700
  • 2545227b03 Merge pull request #320 from mlaventure/handle-pid-host-children Michael Crosby 2016-09-20 09:10:06 -0700
  • 61338577b5 Notify containerd of init death before waiting for children in shim Kenfe-Mickael Laventure 2016-09-19 13:34:05 -0700
  • 0eccb0d224 Merge pull request #319 from mlaventure/harmonize-event-status-type Michael Crosby 2016-09-19 13:16:35 -0700
  • db9aed5a97 Use uint32 as Event's Status type everywhere Kenfe-Mickael Laventure 2016-09-19 11:46:33 -0700
  • 4eb3147efc Merge pull request #317 from mlaventure/handle-exec-clingy-children Michael Crosby 2016-09-19 11:53:06 -0700
  • 600b4d1154 Remove containerd as subreaper Kenfe-Mickael Laventure 2016-09-14 11:31:09 -0700
  • 85050da1e0 Update ExitStatusFile correctly if process died while daemon was down Kenfe-Mickael Laventure 2016-09-14 08:23:27 -0700
  • 18c76025a1 Wait for all exec process child before exiting from shim Kenfe-Mickael Laventure 2016-09-12 11:22:48 -0700
  • 920a9c21d7 Don't hog task queue while waiting for exec process Kenfe-Mickael Laventure 2016-09-12 11:19:54 -0700
  • 578bf0c70e Merge pull request #314 from mikedanese/update-grpc Michael Crosby 2016-09-14 10:49:10 -0700
  • 3492af35ba grpc: regenerate protos and adjust for new package API Mike Danese 2016-09-08 15:01:06 -0700
  • ea36fe0bb7 vendor: update grpc to v1.0.1-GA Mike Danese 2016-09-08 14:34:38 -0700
  • 4c21ad662f Merge pull request #316 from mlaventure/add-missing-printf-arg Kenfe-Mickaël Laventure 2016-09-12 09:39:44 -0700
  • f7de90516f Add missing printf parameter when starttime write fails Kenfe-Mickael Laventure 2016-09-12 09:32:51 -0700
  • ddf95cb0fb Merge pull request #315 from LK4D4/add_health_check Kenfe-Mickaël Laventure 2016-09-12 07:37:32 -0700
  • d5f9910cee Add grpc health check service Alexander Morozov 2016-09-09 13:14:47 -0700
  • 35a736c471 Merge pull request #313 from mlaventure/handle-sigkilled-shim-the-return Michael Crosby 2016-09-08 14:48:52 -0700
  • 3281909583 Handle shim being sigkilled while containerd is down Kenfe-Mickael Laventure 2016-09-07 15:20:30 -0700
  • b6b2fd623e Merge pull request #311 from mlaventure/handle-sigkilled-shim Michael Crosby 2016-09-07 10:45:37 -0700
  • fe5f3d5581 Add proper handling for SIGKILL'ed shim Kenfe-Mickael Laventure 2016-09-01 11:29:24 -0700
  • dd71165fc6 Fix position of $(TESTFLAGS) in Makefile Kenfe-Mickael Laventure 2016-09-01 11:29:00 -0700
  • 3a65d238a9 Start runc in detached mode when restoring a checkpoint (#312) Kenfe-Mickaël Laventure 2016-09-07 09:26:37 -0700
  • 4f0a33ac3d Dump runtime stacks on USR1 reception (#292) Kenfe-Mickaël Laventure 2016-08-30 09:47:21 -0700
  • 79c7673858 add more blkio subsystem parameters to control according to ones provided by runc. (#304) Yu, Zou 2016-08-27 02:07:45 +0800
  • 526a861988 Avoid panicing if cmd.Start() from container.createCmd() failed (#305) Kenfe-Mickaël Laventure 2016-08-26 10:56:18 -0700
  • 403ccb155b Update Makefile (#303) K3A 2016-08-26 19:55:21 +0200
  • 8508d2bec9 Don't call runc start when restoring a checkpoint (#302) Phil Estes 2016-08-26 13:25:19 -0400
  • edc124c8e7 Initial jenkinsfile (#306) Michael Dougherty 2016-08-26 10:24:30 -0700
  • d77bc40d5c shim: Fix description of cwd and arguments given to the shim process (#307) Damien Lespiau 2016-08-26 17:41:11 +0100
  • ab90816c41 A few .gitignore updates (#308) Damien Lespiau 2016-08-26 17:40:41 +0100
  • 95d78cad59 Remove obsolete comment about reaper in containerd/main.go (#297) Lei Jitang 2016-08-16 00:54:47 +0800
  • 621f263475 Merge pull request #296 from crosbymichael/bump Kenfe-Mickaël Laventure 2016-08-10 09:06:47 -0700
  • 973f21fcad Update version to 0.2.3 Michael Crosby 2016-08-10 08:59:47 -0700
  • deb62729ba log: add testing for context logger Stephen J Day 2016-08-02 17:44:06 -0700
  • 5288d8f9fe log: improve module-oriented logging Stephen J Day 2016-08-02 16:41:49 -0700
  • 0ac3cd1be1 Fix shim deadlock when joining an existing pid namespace (#290) Kenfe-Mickaël Laventure 2016-07-15 11:49:43 -0700
  • 3abb9fc411 Merge pull request #289 from resouer/minor-fix Kenfe-Mickaël Laventure 2016-07-14 09:26:25 -0700
  • 9df37c23e4 Fix wrong field name Harry Zhang 2016-07-14 17:02:34 +0800
  • 90f827ca10 Streamline events (#287) Kenfe-Mickaël Laventure 2016-07-13 11:01:07 -0700
  • 6dd2f1c422 Merge pull request #281 from mlaventure/use-protobuf-timestamp Kenfe-Mickaël Laventure 2016-07-05 13:37:41 -0700
  • ef23e7041b Merge pull request #280 from resouer/minor-fix Kenfe-Mickaël Laventure 2016-07-05 11:27:18 -0700
  • af3c4bd9c5 Merge pull request #276 from resouer/fix-fd Kenfe-Mickaël Laventure 2016-07-05 11:25:07 -0700
  • 3104c6b537 Merge pull request #284 from coolljt0725/set_default_shim Kenfe-Mickaël Laventure 2016-07-05 11:23:53 -0700
  • c26f5ef94b Merge pull request #283 from coolljt0725/fix_attach Kenfe-Mickaël Laventure 2016-07-05 10:11:45 -0700
  • 0b15e03da0 set default shim if shim is nil for backward compatibility Lei Jitang 2016-07-05 07:43:56 -0400
  • bce8df5498 Fix attach to old running container after restart Lei Jitang 2016-07-04 04:12:51 -0400
  • 1b3a81545c Merge pull request #282 from mlaventure/fix-race-in-process-start Kenfe-Mickaël Laventure 2016-07-01 11:39:34 -0700
  • d8b9559d8e Handle case where shim is reaped before the call to the runtime start Kenfe-Mickael Laventure 2016-07-01 09:11:29 -0700
  • dfb626dccc Use protobuf Timestamp type instead of uint64 Kenfe-Mickael Laventure 2016-06-30 14:09:40 -0700
  • 96ee432674 Refactoring minor fix Harry Zhang 2016-06-30 11:13:06 -0400
  • 3dfa04b2f4 Log runtime error message on delete error Kenfe-Mickael Laventure 2016-06-30 14:08:43 -0700
  • 2ef56b2ee8 Fix fd leak Harry Zhang 2016-06-28 03:04:38 -0400
  • 2e4e484237 Stop creating /tmp/shim-delete-<pid> as noone uses it (#278) Kenfe-Mickaël Laventure 2016-06-28 11:52:52 -0700
  • b93a33be39 Merge pull request #274 from crosbymichael/start-sync Kenfe-Mickaël Laventure 2016-06-27 11:11:31 -0700
  • 654c537d38 Call start in containerd Michael Crosby 2016-06-24 12:02:53 -0700
  • 14e79494da Merge pull request #272 from liubin/fix-typos Kenfe-Mickaël Laventure 2016-06-22 07:30:48 -0700
  • 004efe5991 fix typos bin liu 2016-06-22 14:23:32 +0800
  • a8c73b6959 Merge pull request #270 from crosbymichael/shim-start-error Kenfe-Mickaël Laventure 2016-06-17 11:18:23 -0700
  • f44458d6b5 Return the start error and reap Michael Crosby 2016-06-17 11:03:52 -0700
  • 0227e9fb94 Micro Benchmarks: multiples runtimes (#268) Julio Montes 2016-06-16 16:39:19 -0500
  • 2d2dfab85a Set parent death signal to all exec within the shim (#269) Kenfe-Mickaël Laventure 2016-06-16 14:38:28 -0700
  • 3c889979c9 Update runc to version cc29e3dded8e27ba8f65738f40d251c885030a28 (#267) Kenfe-Mickaël Laventure 2016-06-15 15:08:09 -0700
  • 860f3a9494 Merge pull request #266 from crosbymichael/bump-runc Kenfe-Mickaël Laventure 2016-06-13 13:15:51 -0700
  • d307ab6fa2 Bump runc to 85873d917e86676e44ccb80719fcb47a79467 Michael Crosby 2016-06-13 12:50:23 -0700
  • 098f9f1a1b Use uin64 for UpdateResource rpc (#265) Kenfe-Mickaël Laventure 2016-06-13 10:59:12 -0700
  • 3d900051b6 Fix panic within ctr if the daemon dies while attached to a container (#264) Kenfe-Mickaël Laventure 2016-06-09 14:36:42 -0700
  • a5968ecb85 Update runc to version eb217f273125d3e4d6731389fe804e46e0b14ac6 (#263) Kenfe-Mickaël Laventure 2016-06-09 14:17:04 -0700
  • 71c8c8c3b7 Merge pull request #254 from boucher/empty-ns Kenfe-Mickaël Laventure 2016-06-09 13:58:26 -0700
  • a135e1093d Support the new --empty-ns flags in RunC for checkpoint/restore. boucher 2016-06-07 16:25:54 -0400
  • 8040df4e89 New oom sync (#257) Kenfe-Mickaël Laventure 2016-06-09 13:33:26 -0700
  • cf554d59dd Store the checkpoint and restore logs in the same directory as the (#253) Ross Boucher 2016-06-07 17:05:22 -0400
  • 16a8dfe6a8 Add support for updating Kernel Memory Limits (#256) Kenfe-Mickaël Laventure 2016-06-06 11:26:07 -0700
  • 5624732128 Add golint to test (#255) Kenfe-Mickaël Laventure 2016-06-03 15:00:49 -0700
  • 4176ba7b52 Add multi OCI runtime support for ctr (#250) zhangwei_cs 2016-06-01 01:14:31 +0800
  • 24144682a0 Micro benchmarks for containerd. (#244) Anusha Ragunathan 2016-05-27 10:35:42 -0700
  • 7fa8fc1477 Regen proto for checkpoint pr (#249) Michael Crosby 2016-05-25 17:52:46 -0700
  • e756ae42d1 Add support for specifying a checkpoint directory. (#245) Ross Boucher 2016-05-25 20:42:37 -0400
  • 76dd6710dc Merge pull request #248 from thaJeztah/fix-typo-in-error-message Kenfe-Mickaël Laventure 2016-05-25 07:35:08 -0700
  • d191f5bd1e
    fix typo in error-message Sebastiaan van Stijn 2016-05-25 13:26:20 +0200
  • 126e5c403e Allow specifying runtime to be used when creating container (#247) Kenfe-Mickaël Laventure 2016-05-23 15:43:47 -0700
  • 62e1370f91 containerd build clean on Solaris (#203) Amit Krishnan 2016-05-19 10:12:50 -0700
  • b5981e004f Merge pull request #238 from duglin/fixErrMsg Kenfe-Mickaël Laventure 2016-05-18 14:04:19 -0700
  • 8ffaa02cd9 Add a better error msg Doug Davis 2016-05-10 20:26:41 -0700
  • cdbe1d05f8 Merge pull request #242 from mYmNeo/uninstall Kenfe-Mickaël Laventure 2016-05-18 09:24:00 -0700
  • 614df93b92 Update grpc and protobufs dep (#243) Michael Crosby 2016-05-18 09:16:55 -0700
  • 1f4c441d17 add uninstall target thomassong 2016-05-18 09:19:45 +0800
  • c3da771256 Merge pull request #241 from mlaventure/makefile-improv Michael Crosby 2016-05-17 15:54:48 -0700
  • 496007897f Remove unneeded compilation when running test Kenfe-Mickael Laventure 2016-05-13 11:44:33 -0700
  • 552547834b Install containerd binaries into built docker image Kenfe-Mickael Laventure 2016-05-13 11:44:01 -0700
  • 41aadb3fb0 log: replace grpc logger with logrus Stephen J Day 2016-05-12 15:53:32 -0700
  • 57b7c3da91 Merge pull request #237 from crosbymichael/create-status Kenfe-Mickaël Laventure 2016-05-09 14:55:08 -0700
  • 6fae7fd8fc Use state for container create Michael Crosby 2016-05-09 13:29:14 -0700
  • f1582e73c3 Merge pull request #236 from mlaventure/add-version-rpc Michael Crosby 2016-05-09 14:19:07 -0700
  • efc47463cd Add new version command to ctr Kenfe-Mickael Laventure 2016-05-09 11:38:41 -0700
  • ba465c17a7 Add new GetServerVersion rpc method Kenfe-Mickael Laventure 2016-05-09 11:38:28 -0700
  • 9344ea9d7d Merge pull request #235 from mlaventure/update-via-runc Michael Crosby 2016-05-09 11:27:00 -0700
  • 1ebdf69a58 Use the new runtime update command to process UpdateResources requests Kenfe-Mickael Laventure 2016-05-09 10:25:52 -0700