Commit graph

  • ee4d203715 Merge pull request #63 from kunalkushwaha/master Michael Crosby 2016-01-04 13:26:15 -08:00
  • a3cf409ada Fixes the compile issue#62 Kunal Kushwaha 2015-12-25 11:58:11 +09:00
  • f51744f8c0 Merge pull request #56 from LK4D4/fix_chan Alexander Morozov 2015-12-22 14:57:25 -08:00
  • e2f3518af8 Fix adding to chanotify on blocking select Alexander Morozov 2015-12-21 15:01:31 -08:00
  • d99ee27874 Merge branch 'stats' Michael Crosby 2015-12-18 16:54:27 -08:00
  • 7d4f74474e Add more metrics collection Michael Crosby 2015-12-18 16:54:02 -08:00
  • d08b005ca9 Merge pull request #54 from LK4D4/chanotify_package Michael Crosby 2015-12-18 15:44:39 -08:00
  • 4f0c3850ba Use chanotify in supervisor Alexander Morozov 2015-12-18 12:17:53 -08:00
  • fed10a2c22 Add chanotify package Alexander Morozov 2015-12-18 08:48:32 -08:00
  • 5c4b7a66c0 Merge pull request #51 from peter-edge/protoversion Alexander Morozov 2015-12-18 10:53:04 -08:00
  • 9d1464e72f Merge pull request #53 from jfrazelle/makefile-ci Michael Crosby 2015-12-18 10:41:12 -08:00
  • 5b3f41c244
    add dockerfile/makefile additions for ci Jessica Frazelle 2015-12-18 09:08:14 -08:00
  • 5ba65116ec Merge pull request #46 from runcom/fix-readme-typo Alexander Morozov 2015-12-18 09:02:43 -08:00
  • d2e319523d Use protoversion for containerd version Peter Edge 2015-12-18 13:06:04 +00:00
  • f1b2d5ab60 README.md: fix typo Antonio Murdaca 2015-12-18 10:32:46 +01:00
  • 1d63236c27 Merge pull request #43 from LK4D4/supervisor_package Michael Crosby 2015-12-17 16:23:47 -08:00
  • 69f8f566a2 Move supervisor to it's own package Alexander Morozov 2015-12-17 16:07:04 -08:00
  • 6f71180bf0 Merge pull request #42 from thaJeztah/add-maintainers Michael Crosby 2015-12-17 15:37:25 -08:00
  • 491e497f2f Add MAINTAINERS file Sebastiaan van Stijn 2015-12-18 00:16:45 +01:00
  • 9a445dd842 Merge pull request #41 from thaJeztah/update-license Michael Crosby 2015-12-17 15:13:54 -08:00
  • 71a544f824 Merge pull request #40 from thaJeztah/fix-typo Michael Crosby 2015-12-17 15:13:10 -08:00
  • c58674286d Update copyright and license Sebastiaan van Stijn 2015-12-18 00:04:41 +01:00
  • 086773b823 Fix typo in README Sebastiaan van Stijn 2015-12-17 23:56:40 +01:00
  • b296d50493 Update resource on libcontainer change Michael Crosby 2015-12-17 13:58:50 -08:00
  • c4f3b71344 Merge pull request #37 from tonistiigi/close-stdin Michael Crosby 2015-12-17 13:43:34 -08:00
  • e489dd8b28 Merge pull request #36 from cpuguy83/docs_typos Michael Crosby 2015-12-17 13:42:25 -08:00
  • ae5c752449 Close stdin after data has been copied Tonis Tiigi 2015-12-17 13:42:02 -08:00
  • 866ad6fe1d fix some docs typos and wording Brian Goff 2015-12-17 16:02:58 -05:00
  • 5faf2bd102 Update README.md Patrick Chanezon 2015-12-17 12:25:52 -08:00
  • 286b5aaa00 Merge pull request #34 from LK4D4/graphite_support Michael Crosby 2015-12-16 16:09:44 -08:00
  • f3d2b60bab Add graphite metrics support Alexander Morozov 2015-12-16 15:38:23 -08:00
  • 9bddc01b78 Merge pull request #33 from LK4D4/event_loop Michael Crosby 2015-12-16 14:07:17 -08:00
  • 79591b2ae1 Use eventloop package in containerd Alexander Morozov 2015-12-16 13:53:11 -08:00
  • 7332e6e847 Add eventloop package Alexander Morozov 2015-12-16 13:53:03 -08:00
  • 4eb0a4ef8d Merge branch 'docs' Michael Crosby 2015-12-16 12:15:25 -08:00
  • 83eeb131d8 Update readme and documentation for release Michael Crosby 2015-12-16 11:34:20 -08:00
  • c35cf680b0 Merge pull request #32 from LK4D4/stop_collection Michael Crosby 2015-12-16 11:26:42 -08:00
  • 188eeae376 Stop stats collection on container exit Alexander Morozov 2015-12-16 09:39:28 -08:00
  • ab9be566cf Bump version to 0.0.4 Michael Crosby 2015-12-15 17:03:11 -08:00
  • 8167d2b13f Add license Michael Crosby 2015-12-15 16:59:24 -08:00
  • 76cf593212 Add oom notifications and pid to create response Michael Crosby 2015-12-15 16:22:53 -08:00
  • ec31245f54 Add exec process log support Michael Crosby 2015-12-15 11:43:51 -08:00
  • db181c6132 Add benchmark tool to gitignore Michael Crosby 2015-12-15 11:04:38 -08:00
  • 75eeb1eb6f Rename start.go to create.go Michael Crosby 2015-12-15 10:54:00 -08:00
  • 94d807aec4 Get terminal setting from spec Michael Crosby 2015-12-15 10:51:12 -08:00
  • db2f72620f Merge branch 'sockets' Michael Crosby 2015-12-14 17:36:14 -08:00
  • ca4191ce41 Use unix-socket as communication channel Alexander Morozov 2015-12-14 15:54:11 -08:00
  • e16dfc36a5 Merge branch 'tty' Michael Crosby 2015-12-14 17:13:54 -08:00
  • d542ece69c Add tty support from client Michael Crosby 2015-12-14 16:47:42 -08:00
  • b2e649b164 Add console to proto Michael Crosby 2015-12-14 16:27:28 -08:00
  • 327573a61e Make stats command be subcommand Michael Crosby 2015-12-14 16:06:27 -08:00
  • daa13e48b1 Merge pull request #22 from LK4D4/stats_add Michael Crosby 2015-12-14 16:04:53 -08:00
  • 4bc322397f Add initial implementation of stats Alexander Morozov 2015-12-14 14:43:00 -08:00
  • ce387dc505 Add datastructures for stats API Alexander Morozov 2015-12-11 11:39:22 -08:00
  • 04f4df9879 Merge branch 'logs' Michael Crosby 2015-12-14 14:41:10 -08:00
  • 92c0790899 Add stdin support for client and daemon Michael Crosby 2015-12-14 14:40:50 -08:00
  • c4aa39a818 Update protos with stdin for container create Michael Crosby 2015-12-14 14:18:42 -08:00
  • e9f63fc9a4 Add basic fifo support for IO copy Michael Crosby 2015-12-14 14:15:26 -08:00
  • e480aedaea Add console support Michael Crosby 2015-12-14 13:31:30 -08:00
  • 25973db0c9 Set higher rlimit for logs and pipes Michael Crosby 2015-12-11 14:33:48 -08:00
  • 15080cda61 Add logging to runc runtime Michael Crosby 2015-12-11 13:59:19 -08:00
  • c425446c8e Merge pull request #20 from LK4D4/make_protoc Michael Crosby 2015-12-11 13:44:29 -08:00
  • 59a595c69f Add protoc target to makefile Alexander Morozov 2015-12-11 12:08:02 -08:00
  • 1e6ebc63bb Merge branch 'logs' Michael Crosby 2015-12-11 12:00:41 -08:00
  • 9052c886f0 Fix leak in logging and proc pipes Michael Crosby 2015-12-11 11:56:01 -08:00
  • 3010f209ff Refactor container info in supervisor Michael Crosby 2015-12-11 11:27:33 -08:00
  • e5545a1461 Add basic logging to file support Michael Crosby 2015-12-10 17:07:21 -08:00
  • 8469b6d6a4 Merge pull request #18 from LK4D4/api_docs Michael Crosby 2015-12-10 14:55:49 -08:00
  • 04d2034a83 Add initial documentation for api Alexander Morozov 2015-12-10 14:43:23 -08:00
  • e0da266b71 Add comments to various functions Michael Crosby 2015-12-10 14:11:00 -08:00
  • d9881ab912 Add locks around subscribers channel Michael Crosby 2015-12-10 13:56:49 -08:00
  • 71ef776082 Add events support in client Michael Crosby 2015-12-10 12:30:04 -08:00
  • 288b9a0cc3 Add addProcess cli 'exec' command Michael Crosby 2015-12-10 11:03:36 -08:00
  • 21259f7fec Add checkpoint commands to client Michael Crosby 2015-12-09 17:03:53 -08:00
  • 585be1254f Update to 0.0.3 Michael Crosby 2015-12-09 16:38:45 -08:00
  • 2d4755ee6b Add benchmark tool Michael Crosby 2015-12-09 16:15:54 -08:00
  • 0470f0790e Add pid to containers output Michael Crosby 2015-12-09 15:53:23 -08:00
  • 1d3349128e Replace rest api with grpc api Michael Crosby 2015-12-09 15:39:27 -08:00
  • 11c27935d0 Replace api cli with grpc cli Michael Crosby 2015-12-09 15:37:04 -08:00
  • 2b108580fb Merge pull request #16 from LK4D4/grpc_api Michael Crosby 2015-12-09 15:08:40 -08:00
  • e14e4576c9 Prototype of grpc API Alexander Morozov 2015-12-09 14:18:31 -08:00
  • 6d3c60d8fb Add fd output to debug metrics Michael Crosby 2015-12-09 14:40:55 -08:00
  • cab1086d27 Fix checkpoint list when no dir Michael Crosby 2015-12-08 17:08:39 -08:00
  • e87f8336c4 Add more client methods Michael Crosby 2015-12-08 13:31:20 -08:00
  • e778e34039 Update readme for building Michael Crosby 2015-12-08 11:39:51 -08:00
  • f8ee26ffca Merge pull request #14 from LK4D4/add_logging Michael Crosby 2015-12-08 11:38:13 -08:00
  • c0263b6b70 Make root makefile Michael Crosby 2015-12-08 11:37:55 -08:00
  • 6bfc4df8a7 Log start tasks Alexander Morozov 2015-12-08 10:16:30 -08:00
  • cf3b72852a Add log and more context to errors in Create Alexander Morozov 2015-12-08 10:07:55 -08:00
  • 4adf5d2c0d Add debug logging about events Alexander Morozov 2015-12-08 09:49:15 -08:00
  • 64705f5263 Add buffer size to signal handler log Alexander Morozov 2015-12-08 09:43:49 -08:00
  • 46b2a560c0 Add logging about subreaper Alexander Morozov 2015-12-08 09:41:10 -08:00
  • 9f5caf529c Add logging for started supervisor Alexander Morozov 2015-12-08 09:37:31 -08:00
  • 5d7aa91156 Merge branch 'stats' Michael Crosby 2015-12-08 10:05:12 -08:00
  • 2290eaaccd Add initial framework for stats Michael Crosby 2015-12-08 10:04:31 -08:00
  • d9e8fe62cb Add concurrency and id flag for daemon Michael Crosby 2015-12-07 15:19:56 -08:00
  • 9415a4210c add ctr to git ignore Michael Crosby 2015-12-07 14:49:45 -08:00
  • cb5aaec5d6 Remove serialization for internal types Michael Crosby 2015-12-07 14:47:03 -08:00
  • a7e6e0a60e Merge pull request #11 from LK4D4/fix_compile Michael Crosby 2015-12-07 14:33:46 -08:00
  • bf44a16da2 Merge pull request #12 from LK4D4/remove_binary Michael Crosby 2015-12-07 14:33:06 -08:00