Commit Graph

  • c27a12dd08 Update containerd to 5ba368748b. Lantao Liu 2019-02-05 00:17:00 -08:00
  • f8b3450847 Add integration test for unknown state Lantao Liu 2019-02-05 00:16:46 -08:00
  • 83af4dad87 Support unknown state for sandbox and container Lantao Liu 2019-02-05 00:16:08 -08:00
  • 4dc6f6d0b5 Add state machine for sandbox and container Lantao Liu 2019-02-05 00:15:54 -08:00
  • a410405f5d Merge pull request #2978 from dmcgowan/cleanup-releases Phil Estes 2019-02-05 18:24:30 +00:00
  • 823b7a8a05 Cleanup releases directory Derek McGowan 2019-02-05 09:29:24 -08:00
  • 5ba368748b Merge pull request #2976 from Random-Liu/fix-potential-panic Michael Crosby 2019-02-05 09:43:32 -05:00
  • 7bd8dcd0d3 Fix potential containerd panic. Lantao Liu 2019-02-05 00:38:02 -08:00
  • ca65dc9316 Merge pull request #2975 from dmcgowan/update-release-docs Phil Estes 2019-02-04 21:28:08 +00:00
  • 41f5406211 Add release documentation Derek McGowan 2019-02-04 11:22:44 -08:00
  • bfd25c80b4 Change StateUnknown to StateInit Lantao Liu 2019-02-04 11:17:31 -08:00
  • 7dc2c64c9f Merge pull request #2973 from Ace-Tang/fix_readme Phil Estes 2019-02-04 15:26:01 +00:00
  • f014adfa17 readme: fix example for checkpoint Ace-Tang 2019-02-02 19:57:36 +08:00
  • 6b25c1e45c Merge pull request #2970 from Random-Liu/fix-exec-race-condition Michael Crosby 2019-02-01 16:08:41 -05:00
  • 18a8a061cc Merge pull request #2971 from jterry75/runhcs_shim_exec_deadlock Michael Crosby 2019-02-01 14:34:57 -05:00
  • dfcc5942f1 Fix deadlock in Windows runhcs shim exec Justin Terry (VM) 2019-02-01 10:22:08 -08:00
  • da2ab865e0 Add documentation for using namespace labels for configuring defaults. Nikhil Soni 2019-02-01 23:14:33 +05:30
  • 952d58297d Add a separate lock for pid. Lantao Liu 2019-02-01 02:08:49 -08:00
  • 9777d76890 Revert "use state machine management for exec.Pid()" Lantao Liu 2019-01-31 18:59:29 -08:00
  • 34323985a1 Use labels only when default namespace is provided and prefer given options. Nikhil Soni 2018-09-18 02:41:47 +05:30
  • 59432aaecf Take default runtime and snapshotter from namespace labels Nikhil Soni 2018-09-02 23:33:58 +05:30
  • f7f24e2f3a Merge pull request #2967 from nitkon/patch-1 Phil Estes 2019-01-30 16:15:15 +00:00
  • 118d321cca Merge pull request #2961 from jterry75/fix_typo_path Michael Crosby 2019-01-30 11:11:55 -05:00
  • 6629f853a7 BUILDING: update BUILDING.md Nitesh Konkar 2019-01-30 18:40:27 +05:30
  • dd2846d941 Merge pull request #1035 from Random-Liu/add-runtime-option Lantao Liu 2019-01-29 18:50:02 -08:00
  • e26f442aca Merge pull request #2963 from fuweid/remove-noop-loop Phil Estes 2019-01-29 20:52:10 +00:00
  • 77d7b01233 Merge pull request #2962 from ostenbom/snapshots-docs Phil Estes 2019-01-29 20:50:40 +00:00
  • 7fd3d02ff6 Merge pull request #2920 from Random-Liu/max-concurrent-download Michael Crosby 2019-01-29 15:05:01 -05:00
  • d7ed403072 Add image pull concurrency limit. Lantao Liu 2019-01-09 13:30:12 -08:00
  • 5abeeff84f Merge pull request #2647 from teawater/gdb Michael Crosby 2019-01-29 12:04:05 -05:00
  • 7f5d7ff6b8 Update snapshots docs with garbage collector label Oliver Stenbom 2019-01-29 08:51:14 +00:00
  • 34672d483d metadata/gc: remove the noop-loop for snapshot reference Wei Fu 2019-01-29 18:53:46 +08:00
  • 6ed293ba94 Fix bug in shim path lookup Justin Terry (VM) 2019-01-28 14:04:14 -08:00
  • f35c3527b2 Merge pull request #2960 from jterry75/shim_windows_lookpath Michael Crosby 2019-01-28 16:26:12 -05:00
  • d63099c4a6 Allow matching shim path side by side with containerd Justin Terry (VM) 2019-01-28 12:49:14 -08:00
  • 764afa0d18 Include extension for shim binary format on Windows Justin Terry (VM) 2019-01-28 12:41:50 -08:00
  • 0bd90a77ef Add RUNTIME env in integration and cri test. Lantao Liu 2019-01-28 11:06:20 -08:00
  • 4259f63e04 Merge pull request #2959 from Quasilyte/patch-1 Phil Estes 2019-01-28 12:17:42 -05:00
  • dfebb404cb remove excessive []byte(s) conversion Iskander (Alex) Sharipov 2019-01-28 19:50:28 +03:00
  • 90492e9e70 Merge pull request #1034 from fuweid/cleanup Mike Brown 2019-01-25 20:13:26 -06:00
  • c019ae8b21 hack: handle additional cleanup from #1028 Wei Fu 2019-01-26 09:38:16 +08:00
  • 9f705f40b8 Merge pull request #2958 from crosbymichael/runcv2-events Phil Estes 2019-01-25 16:24:01 -05:00
  • 85aa8ad361 Move task events to runc v2 shim Michael Crosby 2019-01-25 12:28:45 -05:00
  • 538a361b3a Merge pull request #1028 from fuweid/detect-dirty-vendor Lantao Liu 2019-01-25 10:33:41 -08:00
  • 9aac018896 Merge pull request #2957 from Random-Liu/update-cri Phil Estes 2019-01-25 12:41:07 -05:00
  • a54d649339 Merge pull request #2956 from jterry75/runhcs_vendor_update Phil Estes 2019-01-25 12:40:24 -05:00
  • f63d28984c Merge pull request #2939 from jterry75/bug_publishstart Phil Estes 2019-01-25 12:39:48 -05:00
  • 28f8a90bd7 Update cri plugin to 4dd6735020. Lantao Liu 2019-01-24 18:37:31 -08:00
  • 119222016f hack/Makefile: detect dirty vendor Wei Fu 2019-01-24 10:58:37 +08:00
  • 4dd6735020 Merge pull request #1029 from Random-Liu/add-runtime-config-api Lantao Liu 2019-01-24 17:36:20 -08:00
  • bb32c0f619 Revendor github.com/Microsoft/hcsshim v0.8.4 Justin Terry (VM) 2019-01-24 13:46:07 -08:00
  • 5d1a07e86c Merge pull request #1032 from Random-Liu/small-code-cleanup Lantao Liu 2019-01-24 12:58:16 -08:00
  • 9a455daf4d Don't use string when there is a constant. Lantao Liu 2019-01-24 11:45:16 -08:00
  • bf00de33a5 Merge pull request #1025 from JoeWrightss/patch-4 Lantao Liu 2019-01-24 11:17:33 -08:00
  • 97c7a1b17b Merge pull request #1027 from Random-Liu/fix-log-ending-newline Lantao Liu 2019-01-24 10:22:03 -08:00
  • acdb225c2b Merge pull request #2952 from crosbymichael/interrupt-return Phil Estes 2019-01-24 08:18:18 -05:00
  • d9914c8dbd Always fallback to the new runtime options. Lantao Liu 2019-01-24 00:56:33 -08:00
  • 42aba00a31 Add runtime config api. Lantao Liu 2019-01-23 19:18:58 -08:00
  • 556b219450 Fix lint error. Lantao Liu 2019-01-23 17:23:02 -08:00
  • 879dc6ae25 Add integration test. Lantao Liu 2019-01-23 18:12:02 -08:00
  • 50ac40097e Fix the log ending newline handling. Lantao Liu 2019-01-23 16:00:26 -08:00
  • f444696989 Return out of windows signal handler Michael Crosby 2019-01-23 16:06:49 -05:00
  • 3762378760 Merge pull request #2944 from Random-Liu/fix-stdin-close Derek McGowan 2019-01-23 10:51:12 -08:00
  • 09029eb294 Merge pull request #2949 from justincormack/chtimes_osx Michael Crosby 2019-01-23 13:22:34 -05:00
  • 26ab393e7d Use context.Background for O_NONBLOCK OpenFifo. Lantao Liu 2019-01-22 16:19:09 -08:00
  • 7db5697719 unix.UtimesNanoAt now supported on Darwin Justin Cormack 2019-01-23 14:30:58 +00:00
  • aee74ad2f8 Merge pull request #2948 from fuweid/fix_linter_issue Michael Crosby 2019-01-23 10:58:50 -05:00
  • 132ee9b826 fix: linter issue Wei Fu 2019-01-23 22:18:28 +08:00
  • 35582cb7a3 Merge pull request #2899 from fuweid/proposal-add-Add-method-in-PlatformRuntime Michael Crosby 2019-01-22 13:48:39 -05:00
  • 6468619d73 Implement the Runtime v2 Shim async task model for runhcs Justin Terry (VM) 2019-01-14 14:33:51 -08:00
  • 3acf6f1835 Merge pull request #2936 from estesp/post-2622-cleanups Michael Crosby 2019-01-17 11:58:42 -05:00
  • ae1b7ac4fd Fix some typos in comment zhoulin xie 2019-01-17 15:50:46 +08:00
  • b444d7d507 Handle additional cleanups from prior PR Phil Estes 2019-01-16 13:07:29 -05:00
  • df97414a77 Merge pull request #2622 from kadisi/export_bug Phil Estes 2019-01-16 12:59:34 -05:00
  • 7d75a3f282 Merge pull request #2935 from jhowardmsft/jjh/rightexitcode Michael Crosby 2019-01-15 15:17:11 -05:00
  • 4915476f11 Merge pull request #2934 from jhowardmsft/jjh/fifoset Michael Crosby 2019-01-15 15:17:02 -05:00
  • 4ef9bf5c84 Windows: Publish exit status correctly in TaskExit John Howard 2019-01-15 10:44:18 -08:00
  • 90caf6f6a7 Windows:NewDirectIOFromFIFOSet John Howard 2019-01-15 09:19:13 -08:00
  • 96f306ee4c Merge pull request #2900 from Ace-Tang/fix_snapshot_remove Michael Crosby 2019-01-15 11:42:27 -05:00
  • 804faeacdb Merge pull request #2930 from cpuguy83/update_ttrpc Phil Estes 2019-01-15 11:23:00 -05:00
  • 4bad5c0247 Merge pull request #2931 from AkihiroSuda/runc20190115 Michael Crosby 2019-01-15 10:57:09 -05:00
  • 33b56e253e Merge pull request #2927 from jterry75/bug_io_relay_close Phil Estes 2019-01-15 09:59:09 -05:00
  • 038d707889 Merge pull request #2929 from dmcgowan/releases-update Phil Estes 2019-01-15 09:58:15 -05:00
  • 3aec9e7beb bump up runc Akihiro Suda 2019-01-15 16:27:31 +09:00
  • 0befa457d3 Update ttrpc to support context timeout. Brian Goff 2019-01-14 20:11:53 -08:00
  • 946e402663 Update releases files Derek McGowan 2019-01-14 15:42:55 -08:00
  • e30bba53ff Merge pull request #2926 from jterry75/bug_argon_mount John Howard 2019-01-14 15:26:32 -08:00
  • 5a6b18042b Merge pull request #2925 from jterry75/bug_exec_pid Derek McGowan 2019-01-14 14:48:48 -08:00
  • c171b615ff Merge pull request #2814 from fuweid/support_legacy_media_type Phil Estes 2019-01-14 17:29:14 -05:00
  • c5a8c9fc12 Fix issue in runhcs shim CloseIO Justin Terry (VM) 2019-01-14 11:47:48 -08:00
  • 31616e7945 Fix runhcs shim bug in Create with "len(Rootfs) == 0" Justin Terry (VM) 2019-01-14 11:46:45 -08:00
  • bcd4cc51c8 Fixes a bug in runhcs shim Exec.Pid Justin Terry (VM) 2019-01-14 13:09:21 -08:00
  • 8706a355dd Merge pull request #2889 from linxiulei/isolated_content Derek McGowan 2019-01-14 13:15:38 -08:00
  • 8976690320 Merge pull request #1021 from Random-Liu/move-no-metadata-test Mike Brown 2019-01-09 11:25:40 -06:00
  • 5c40fd9585 Move no metadata test Lantao Liu 2019-01-08 11:19:20 -08:00
  • 76c5b20339 Merge pull request #1019 from teawater/add_test Lantao Liu 2019-01-08 11:12:53 -08:00
  • ab84e3914d Add integration test for RunPodSandbox and CreateContainer Hui Zhu 2019-01-04 09:19:24 +08:00
  • adfaa697a8 Merge pull request #2887 from andrey-ko/args-fix Michael Crosby 2019-01-07 17:00:25 -05:00
  • b5a794649a Merge pull request #2911 from estesp/security-audit Michael Crosby 2019-01-07 12:01:13 -05:00
  • fcf5462d49 Merge pull request #2914 from jterry75/runhcs_runtime_opts Michael Crosby 2019-01-07 11:54:41 -05:00