Andrews Medina
|
fe72f15e4a
|
go fmt.
result of `gofmt -w -s .` without vendors.
|
2013-11-29 22:20:59 -02:00 |
Michael Crosby
|
a37b155384
|
Split auth on first colon
|
2013-11-29 15:14:36 -08:00 |
Guillaume J. Charmes
|
82cecb34b5
|
Merge pull request #2954 from creack/fix_tests
Fix tests
|
2013-11-29 15:08:11 -08:00 |
Guillaume J. Charmes
|
e1278e9ec2
|
Merge pull request #2952 from codeaholics/2126-registry-close-wait
Closing HTTP connection after Registry ping
|
2013-11-29 14:21:52 -08:00 |
Guillaume J. Charmes
|
db7c55ba7f
|
Catch SIGQUIT for cleanup
|
2013-11-29 14:13:00 -08:00 |
Guillaume J. Charmes
|
0d3f4017cf
|
Merge pull request #2929 from pnasrat/2928-fix-signal-handling
Remove incorrect SIGKILL handler.
|
2013-11-29 14:10:46 -08:00 |
Guillaume J. Charmes
|
ab35aef6b5
|
Add unit test to check bind / server side
|
2013-11-29 13:43:37 -08:00 |
Guillaume J. Charmes
|
bb284ce59d
|
Merge branch 'master' into fix_tests
|
2013-11-29 13:17:36 -08:00 |
Guillaume J. Charmes
|
34353e782e
|
Reduce the timeout for restart/stop
|
2013-11-29 11:08:01 -08:00 |
Guillaume J. Charmes
|
86c00be180
|
Fix behavior of tty tests
|
2013-11-29 10:17:25 -08:00 |
Guillaume J. Charmes
|
2ec1146679
|
Remove an unit test from integrations test
|
2013-11-29 10:17:04 -08:00 |
Guillaume J. Charmes
|
2e6a958612
|
Fix TestAttachDetachTruncatedID (behavior + tty issue)
|
2013-11-29 10:03:36 -08:00 |
Guillaume J. Charmes
|
697be6aaa0
|
Create helper function for tests
|
2013-11-29 10:02:22 -08:00 |
Guillaume J. Charmes
|
c13821ad0b
|
Make sure the termcaps are restored after hijack
|
2013-11-29 09:55:15 -08:00 |
Guillaume J. Charmes
|
aa68656cd3
|
Fix term.RestoreTerminal behavior
|
2013-11-29 09:52:44 -08:00 |
Guillaume J. Charmes
|
63d6cbe3e4
|
Actually test the detach (was not the case before)
|
2013-11-29 09:11:20 -08:00 |
Guillaume J. Charmes
|
67e9e0e11b
|
Make the PTY in raw mode before assert test (TestAttachDetach)
|
2013-11-29 08:29:56 -08:00 |
Guillaume J. Charmes
|
fbebe20bc6
|
Add a GetPtyMaster() method to container to retrieve the pty from an other package.
We could also have put ptyMaster public, but then we need to ignore it in json
otherwise the Marshalling fails. I think it is cleaner that way.
|
2013-11-29 07:40:44 -08:00 |
Guillaume J. Charmes
|
e535f544c7
|
Make sure the container is running before testing against it (TestAttachDetach)
|
2013-11-29 07:39:51 -08:00 |
cressie176
|
fe727e2a87
|
Closing connection after ping
|
2013-11-29 12:07:20 +00:00 |
Victor Vieux
|
926f7b579e
|
Merge pull request #2692 from SvenDowideit/add-specific-feedback-for-bad-ADD
Add specific feedback for ADD outside context
|
2013-11-28 17:55:11 -08:00 |
Victor Vieux
|
ff5747728c
|
Merge pull request #2357 from ulyssecarion/master
Document setting up Vagrant-docker with the remote API
|
2013-11-28 17:54:05 -08:00 |
Thatcher
|
6c56993639
|
Merge pull request #2901 from dkumor/patch-1
Deleted references to AUFS in Arch docs
|
2013-11-28 17:39:26 -08:00 |
Sven Dowideit
|
ba5268d382
|
re-word the help for docker import to make it clear that this will be an empty image containing only the files in the tar file
|
2013-11-29 11:22:17 +10:00 |
Thatcher
|
139644895e
|
Merge pull request #2894 from brunoqc/patch-1
Update postgresql's version in example
|
2013-11-28 17:16:25 -08:00 |
Victor Vieux
|
cca9e51f5d
|
Merge pull request #2941 from codeaholics/2940-invalid-registry-calls
Stop invalid calls to Registry
|
2013-11-28 17:00:22 -08:00 |
Victor Vieux
|
668d22be54
|
Merge pull request #2808 from tianon/run-all-tests
Update test scripts to always run ALL tests, even when some fail
|
2013-11-28 16:58:31 -08:00 |
Guillaume J. Charmes
|
77c94175bd
|
Make CopyEscapable consistent with Copy and return `nil` in case of success instead of io.EOF
|
2013-11-28 16:57:51 -08:00 |
Victor Vieux
|
f94ea7769f
|
Merge pull request #2923 from creack/refactor_cgo_in_go
Refactor attach loop device in pure Go
|
2013-11-28 16:52:38 -08:00 |
Victor Vieux
|
39bec226c0
|
Merge pull request #2844 from tianon/fix-mount-spaces
Add space-escaping to path parts of lxc.mount.entry lines in generated lxc.conf, allowing for spaces in mount point names
|
2013-11-28 16:48:36 -08:00 |
Victor Vieux
|
677e2ad92e
|
Merge pull request #2881 from yrashk/patch-1
Fix command line help for docker save
|
2013-11-28 16:42:40 -08:00 |
Victor Vieux
|
d3cc558d14
|
add test
|
2013-11-28 16:28:31 -08:00 |
Guillaume J. Charmes
|
ad43d88af5
|
Make race condition more obvious by performing more asserts
|
2013-11-28 16:12:45 -08:00 |
Michael Crosby
|
1fe1b216ad
|
Return process exit code for attach
Fixes #2240
|
2013-11-28 15:25:50 -08:00 |
Solomon Hykes
|
3faf450f11
|
Merge pull request #2818 from pnasrat/docker-pprof
Wire in pprof handlers.
|
2013-11-28 14:43:13 -08:00 |
Victor Vieux
|
b36dd3f9cc
|
fix display on test
|
2013-11-28 14:40:17 -08:00 |
Thatcher
|
a0525d90ab
|
Merge pull request #2937 from jwarwick/hello_world_doc
Remove explanation of removed argument
|
2013-11-28 14:35:17 -08:00 |
Victor Vieux
|
ebc36b879d
|
add progressbar and time
|
2013-11-28 14:33:18 -08:00 |
Thatcher
|
14425c1690
|
Merge pull request #2922 from ath0mas/patch-1
Restore 'save' paragraph
|
2013-11-28 14:15:43 -08:00 |
Michael Crosby
|
aae23255a0
|
Merge pull request #2888 from tianon/changelog-fix
Fix CHANGELOG: we ended up not merging the btrfs driver for last night's release
|
2013-11-28 12:24:56 -08:00 |
Guillaume J. Charmes
|
2bbc90e92f
|
Make volumes opts more strict
|
2013-11-28 12:24:04 -08:00 |
Guillaume J. Charmes
|
0c758e9312
|
Merge branch 'master' into refactor_opts
Conflicts:
commands.go
|
2013-11-28 12:23:45 -08:00 |
Victor Vieux
|
597e0e69b4
|
split in 3 files
|
2013-11-28 12:16:57 -08:00 |
Guillaume J. Charmes
|
261bd0d187
|
Improve devmapper unit tests with syscall/ioctl
|
2013-11-28 11:53:09 -08:00 |
Michael Crosby
|
3d0486979e
|
Merge pull request #2892 from creack/add_cli_test-1
Add ParseRun unit tests
|
2013-11-28 11:39:48 -08:00 |
Victor Vieux
|
377817db1b
|
Merge pull request #2913 from pnasrat/2852-deleteimage-performance
Performance of deleteImageAndChildren.
|
2013-11-28 11:20:43 -08:00 |
Guillaume J. Charmes
|
a990b3aeb9
|
Correct comments
|
2013-11-28 11:02:53 -08:00 |
Paul Nasrat
|
9f46779d42
|
Wire in pprof handlers.
Based on http://stackoverflow.com/questions/19591065/profiling-go-web-application-built-with-gorillas-mux-with-net-http-pprof
|
2013-11-28 13:46:58 -05:00 |
Guillaume J. Charmes
|
533067bba4
|
Rename file for consistency
|
2013-11-28 10:37:03 -08:00 |
Tianon Gravi
|
438607ecc3
|
Add proper dockerinit path support for distros that use FHS 2.3
|
2013-11-28 11:11:30 -07:00 |