Commit Graph

  • f8a6d99b37 Merge pull request #3669 from tianon/new-flags-completion Victor Vieux 2014-01-20 00:12:40 -08:00
  • 70ed03954d Fix symlink mounting issues by evaluating symlinks directly on the LHS of a bind-mount -v and by FollowSymlinkInScope on the RHS just before mounting Tianon Gravi 2014-01-11 03:31:01 -07:00
  • 98435ab7c4 Switch docker run --username to docker run --user which is more accurate (while we can still do so without breaking anyone's scripts) Tianon Gravi 2014-01-13 13:16:12 -07:00
  • 38cccce275 Resync bash completion to include all flags defined in the code, and to autocomplete properly on all parameters that are reasonably possible to do so on today Tianon Gravi 2014-01-11 01:00:03 -07:00
  • fc1cb79689 Fixes Issue# 3450 Docker-DCO-1.1-Signed-off-by: Gopikannan Venugopalsamy <gopikannan.venugopalsamy@gmail.com> (github: vgeta) Upstream-commit: e45b87031c2b68ebbf98fdc02bace53ebe932148 Component: engine vgeta 2014-01-19 17:48:54 -08:00
  • 24bf0702fc add a little info about ghosts Sven Dowideit 2014-01-15 14:59:55 +10:00
  • 31abecb9fd Add udev rules file to our generated deb package Tianon Gravi 2014-01-19 14:07:18 -07:00
  • 24ba808848 Merge pull request #3256 from alexlarsson/blkdiscard Michael Crosby 2014-01-18 10:12:10 -08:00
  • 068067c588 Fix Travis for PRs against non-master (like release, for example) Tianon Gravi 2014-01-18 10:37:27 -07:00
  • 4100795860 refactor, remove useless buffers Victor Vieux 2014-01-17 18:54:02 -08:00
  • 83cca3f4a4 Merge pull request #3638 from tianon/update-mailmap-authors Victor Vieux 2014-01-17 18:19:41 -08:00
  • dd515802af Merge pull request #3580 from crosbymichael/extract-lxc Guillaume J. Charmes 2014-01-17 18:10:10 -08:00
  • ce11258e8e Fix rebase for init error Michael Crosby 2014-01-17 16:53:13 -08:00
  • 95062bc2c2 Add todos for driver changes Michael Crosby 2014-01-17 16:46:39 -08:00
  • 96611d5300 Make sure drivers are registerd within sysinit Michael Crosby 2014-01-16 15:09:00 -08:00
  • 3a041a0663 Change drvier name to append version Michael Crosby 2014-01-16 11:59:46 -08:00
  • 8771a3eaee Move lxc template into lxc driver Michael Crosby 2014-01-15 17:26:04 -08:00
  • 72a4c2e064 Rename Capabilities in sysinfo and move it to its own subpackage Guillaume J. Charmes 2014-01-15 14:36:13 -08:00
  • d65bec8d4a Small fixes to type names Michael Crosby 2014-01-15 13:57:07 -08:00
  • ae872300fb Cleanup + add Info to driver in order to have specific IsRunning() Guillaume J. Charmes 2014-01-15 11:46:25 -08:00
  • ab79ba703f Move docker init into drivers functions Guillaume J. Charmes 2014-01-13 18:36:59 -08:00
  • 99f003c9e7 Make sure proc is umounted for chroot driver within init Michael Crosby 2014-01-13 17:55:16 -08:00
  • ecb354d61e Improve wait for lxc and driver interface Michael Crosby 2014-01-13 17:17:59 -08:00
  • 61d0d163e4 Use utils.Go to get error from monitor Michael Crosby 2014-01-13 16:41:35 -08:00
  • 749c5a2471 Add json tags and comments to exedriver types Michael Crosby 2014-01-13 16:18:46 -08:00
  • 016a7317fc Simplify chroot wait, address code review issues Michael Crosby 2014-01-13 16:10:23 -08:00
  • 1e6d4ad1dd Move setup pty and standard pipes to funcs Michael Crosby 2014-01-13 15:37:17 -08:00
  • b7aec1007b Remove SysinitPath from process Michael Crosby 2014-01-13 15:09:41 -08:00
  • 28c45914a4 Make exec driver run a blocking command Michael Crosby 2014-01-13 15:02:12 -08:00
  • 653b7f7ad7 Improve chroot driver by mounting proc Michael Crosby 2014-01-13 11:13:49 -08:00
  • 98268ad2c1 Add chroot driver for testing Michael Crosby 2014-01-10 20:22:39 -08:00
  • 9b96c8681d Move RootIsShared to lxc driver Michael Crosby 2014-01-10 18:21:41 -08:00
  • 695537a626 Update with lxc unconfined changes Michael Crosby 2014-01-10 18:09:07 -08:00
  • ecb0de6cea Fix network disabled for container Michael Crosby 2014-01-10 17:41:12 -08:00
  • f7fe9669ce Fix race in set running Michael Crosby 2014-01-10 17:25:32 -08:00
  • 2e99b888c2 Fix race in cleanup Michael Crosby 2014-01-10 16:18:15 -08:00
  • 1e4d16ab41 Fix race in TestRun Michael Crosby 2014-01-10 16:11:19 -08:00
  • 8eebe6db05 Update with container specific waitLock Michael Crosby 2014-01-10 15:34:03 -08:00
  • a8716549d6 Rework monitor and waitlock inside of driver Michael Crosby 2014-01-10 15:06:16 -08:00
  • f9406fce53 WIP complete integration test run Michael Crosby 2014-01-10 14:26:29 -08:00
  • c1bfdbf247 Fix tty set issue for ioctl error Michael Crosby 2014-01-10 11:58:34 -08:00
  • d4ff7dd42c Embed exec.Cmd on Process Michael Crosby 2014-01-10 11:44:35 -08:00
  • 50773ecc52 Keep state in core on container Michael Crosby 2014-01-09 18:48:34 -08:00
  • dc2dffef1c Integrate process changes in container.go Michael Crosby 2014-01-09 16:03:22 -08:00
  • b31f0efb11 Implement lxc driver Michael Crosby 2014-01-09 15:04:45 -08:00
  • e22470a748 Initial driver changes proposal Michael Crosby 2014-01-08 18:47:57 -08:00
  • f81b6be780 Merge pull request #3647 from vieux/refactor_registers Victor Vieux 2014-01-17 17:39:54 -08:00
  • 575051236a Merge pull request #3322 from vieux/new_flags Victor Vieux 2014-01-17 17:35:18 -08:00
  • 7822beced6 update commands.go Victor Vieux 2013-12-23 11:43:54 -08:00
  • 5a3d223b61 refactor registers Victor Vieux 2014-01-17 16:57:43 -08:00
  • 9ba5452f29 netlink: make darwin happy Johan Euphrosine 2014-01-17 16:30:27 -08:00
  • 5a27089624 netlink: move Route type to common arch file Johan Euphrosine 2014-01-17 13:12:08 -08:00
  • 31ec62f475 Merge pull request #3620 from jamtur01/refman Andy Rothfusz 2014-01-17 13:42:22 -08:00
  • 0b2aee47b9 Added Reference Manual James Turnbull 2014-01-15 19:33:01 -05:00
  • c887dfefdf Merge pull request #3641 from gfrey/fix_compression Guillaume J. Charmes 2014-01-17 12:02:54 -08:00
  • 89d377fc23 Merge pull request #3632 from crosbymichael/stream-cp Michael Crosby 2014-01-17 11:29:51 -08:00
  • 06869c7c04 network: exclude default routes from checkRouteOverlaps Johan Euphrosine 2014-01-17 11:05:08 -08:00
  • 52d25202bf netlink: add default Route to NetworkGetRoutes Johan Euphrosine 2014-01-16 23:41:29 -08:00
  • 83517b0f69 Replace creating buffer Michael Crosby 2014-01-17 11:02:44 -08:00
  • 38c89dc581 Stream the cp operation on the client Michael Crosby 2014-01-16 11:02:51 -08:00
  • a4e0978f9e Merge pull request #3637 from crosbymichael/no-panic-on-exec Victor Vieux 2014-01-17 10:42:46 -08:00
  • 8aad44e0a2 Merge pull request #3635 from vieux/top_job Victor Vieux 2014-01-17 10:19:28 -08:00
  • 0aa4f1bddd detect compressed archives in API /build call Gereon Frey 2014-01-17 08:44:18 +01:00
  • 2deb48fe38 Fix cross compile Alexander Larsson 2014-01-15 10:07:47 +01:00
  • 7837673428 Update .mailmap and AUTHORS - we're up to 316 unique contributors by my count! Tianon Gravi 2014-01-16 20:13:51 -07:00
  • 4679c4e1e7 Return error and not panic when cannot exec in dockerinit Michael Crosby 2014-01-16 17:55:03 -08:00
  • 929d2cae05 Merge pull request #3624 from tianon/vendor-maintainers Michael Crosby 2014-01-16 17:58:28 -08:00
  • 282dfddd17 Merge pull request #3599 from tianon/fix-install-sed Tianon Gravi 2014-01-16 16:54:39 -08:00
  • 5507216edb Merge pull request #3625 from tianon/cleanup-vendor-sh Victor Vieux 2014-01-16 16:42:52 -08:00
  • 1de8e12295 clean up test log Victor Vieux 2014-01-16 15:47:18 -08:00
  • 58e92d3536 move top job Victor Vieux 2014-01-16 14:58:20 -08:00
  • 5d03c66795 Merge pull request #3616 from vieux/job_changes Victor Vieux 2014-01-16 15:52:57 -08:00
  • f6132defa4 Merge pull request #3583 from metalivedev/3497-copyright Andy Rothfusz 2014-01-16 12:18:34 -08:00
  • 8f3a13dc70 Clean and simplify vendor.sh while making it easier to maintain as well Tianon Gravi 2014-01-15 22:16:23 -07:00
  • d2be7a9f69 Symlink vendor/MAINTAINERS over to hack/MAINTAINERS (since it depends explicitly on hack/vendor.sh) Tianon Gravi 2014-01-15 22:12:32 -07:00
  • ec9f60e58d move changes to a job Victor Vieux 2014-01-14 16:51:59 -08:00
  • dc5690d6e5 Merge pull request #3615 from vieux/search_job Victor Vieux 2014-01-15 17:13:07 -08:00
  • d902ac68ad move search to a job Victor Vieux 2014-01-15 14:43:12 -08:00
  • e8d5d2ba4b Merge pull request #3512 from vieux/attach_job Victor Vieux 2014-01-15 17:12:14 -08:00
  • 547b5e1700 move attach to a job Victor Vieux 2014-01-08 14:05:05 -08:00
  • b703334038 Merge pull request #3617 from dotcloud/fix_insert_display Victor Vieux 2014-01-15 16:14:59 -08:00
  • 0b0bfe2b31 fix docker insert display Victor Vieux 2014-01-15 15:41:57 -08:00
  • c92c58088d Merge pull request #3559 from vieux/insert_job Victor Vieux 2014-01-15 15:18:02 -08:00
  • 9b65fcb5fa use the same 'Used' method as before Victor Vieux 2014-01-10 14:54:54 -08:00
  • 42a6830aeb move insert to a job Victor Vieux 2014-01-09 10:06:16 -08:00
  • 61a9b9ca21 Merge pull request #3560 from vieux/copy_job Victor Vieux 2014-01-15 14:48:51 -08:00
  • d269d9c059 move copy to a job Victor Vieux 2014-01-09 16:37:56 -08:00
  • 0ffae81311 Merge pull request #3613 from vieux/deprecated_viz_job Victor Vieux 2014-01-15 14:47:56 -08:00
  • 80f9949adc update TODO Victor Vieux 2014-01-15 14:47:35 -08:00
  • e18203d1c4 move viz to a job Victor Vieux 2014-01-15 13:52:35 -08:00
  • b04df34a21 Merge pull request #3598 from tianon/fix-vieux-docs-errors-again Andy Rothfusz 2014-01-15 13:42:28 -08:00
  • 403789e5fb Merge pull request #3593 from dotcloud/fix_doc Andy Rothfusz 2014-01-15 13:33:00 -08:00
  • 96b89ef5bc Merge pull request #3606 from jpallen/1319-fix-race-condition-in-truncindex Victor Vieux 2014-01-15 11:41:51 -08:00
  • 4a2036105a fix doc, load and get Victor Vieux 2014-01-14 14:12:21 -08:00
  • 44317b0896 Merge pull request #3582 from vieux/history_job Victor Vieux 2014-01-15 11:06:54 -08:00
  • 708fd3d625 fix tests & small code improvment Victor Vieux 2014-01-14 11:43:58 -08:00
  • 8714c026e9 Merge pull request #3608 from crosbymichael/merge_release_v0.7.6 Guillaume J. Charmes 2014-01-15 10:41:43 -08:00
  • 4439430c2f Merge branch 'release' into merge_release_v0.7.6 Michael Crosby 2014-01-15 09:54:06 -08:00
  • 68ff82ba27 Merge pull request #3597 from crosbymichael/bump_v0.7.6 Michael Crosby 2014-01-15 09:40:43 -08:00
  • 82c7a6024b Add RWMutex lock into TruncIndex to fix race condition when inserting values James Allen 2014-01-15 17:29:46 +00:00