Harley Laue
|
4bc8ef42d4
strings.Split may return an empty string on no match
|
12 éve |
Al Tobey
|
c6119da339
Use /proc/mounts instead of mount(8)
|
12 éve |
Tianon Gravi
|
e413340723
Update FindCgroupMountpoint to be more forgiving
|
12 éve |
Guillaume J. Charmes
|
16aeb77d51
Move the kernel detection to arch specific files
|
12 éve |
Guillaume J. Charmes
|
4ac3b803b9
Make the kernel version detection more generic
|
12 éve |
Guillaume J. Charmes
|
2ced94b414
Merge pull request #454 from tianon/master
|
12 éve |
Guillaume J. Charmes
|
71b5806614
Do not stop execution if cgroup mountpoint is not found
|
12 éve |
Tianon Gravi
|
1f65c6bf4c
Update utils.go to not enforce extra constraints on the kernel "flavor" (such as being integral or even comparable one to another)
|
12 éve |
Solomon Hykes
|
965e8a02d2
'docker push' shows an additional progress bar while it buffers the archive to disk. Fixes #451.
|
12 éve |
Guillaume J. Charmes
|
f3e89fae28
Use mount to determine the cgroup mountpoint
|
12 éve |
Guillaume J. Charmes
|
003622c8b6
Check kernel version and display warning if too low
|
12 éve |
Guillaume J. Charmes
|
626bfd87a7
Use integers instead of non-printable chars in the escape sequence detection
|
12 éve |
Guillaume J. Charmes
|
8f41f1fa60
Remove unused optimization that could lead in loosing the escape sequence
|
12 éve |
Guillaume J. Charmes
|
1f70b1e15d
Implement an escape sequence in order to be able to detach from a container
|
12 éve |
Dominik Honnef
|
22f1cc955d
replace unreachable returns with panics
|
12 éve |
Solomon Hykes
|
22d1622926
Merge remote-tracking branch 'robryk/writebroadcaster-stuff'
|
12 éve |
Solomon Hykes
|
7666307931
Use an environment variable to activate debug mode, instead of a package-specific flag
|
12 éve |
Robert Obryk
|
a83d87abd4
Renamed writeBroadcaster.Close() to CloseWriters().
|
12 éve |
Solomon Hykes
|
1632566ecb
Show shorthand image IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup images
|
12 éve |
Solomon Hykes
|
0b9a3c86a2
Show shorthand container IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup containers
|
12 éve |
Guillaume J. Charmes
|
99f9b69716
Add debug infos in CmdInfo to know the amount of fds and goroutines in use
|
12 éve |
Robert Obryk
|
75ba07cb3a
Swapped a map for a list in writeBroadcaster.
|
12 éve |
Robert Obryk
|
0bdfcfaa33
Make writeBroadcaster safe for concurrent use.
|
12 éve |
Guillaume J. Charmes
|
0b2eee8b33
Fix #108, reattach now works properly
|
12 éve |
Robert Obryk
|
d52451bcf8
Fix a race condition in bufReader.
|
12 éve |
Jonathan Rudenberg
|
a6da7f138c
Camelize some snake_case variable names
|
12 éve |
Guillaume J. Charmes
|
6576b19a28
Improve the debug function
|
12 éve |
Guillaume J. Charmes
|
6e507b9460
Add a Debugf() helper and a -D (debug) flag to docker
|
12 éve |
Solomon Hykes
|
623e91e2e3
Moved Go() to the main package... And got rid of the useless docker/future package
|
12 éve |
Solomon Hykes
|
d7c5d060c4
Moved Download() and progressReader{} to the main package
|
12 éve |