summaryrefslogtreecommitdiff
path: root/docker/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Handle decimal values in parse_bytes813-parse-float-bytesJoffrey F2015-12-181-2/+14
* Merge pull request #863 from thomasboyt/fast-exclude-pathsAanand Prasad2015-12-161-21/+51
|\
| * Improve get_paths performance by not descending into ignored directoriesThomas Boyt2015-12-081-21/+51
* | Merge pull request #868 from jstewmon/config-stop-signalJoffrey F2015-12-081-1/+7
|\ \
| * | added stop_signal to create container configJonathan Stewmon2015-12-031-1/+7
* | | Merge pull request #865 from dlorenc/masterJoffrey F2015-12-081-5/+6
|\ \ \ | |_|/ |/| |
| * | Allow utils.tar to take an existing file object.dlorenc2015-11-301-5/+6
| |/
* | incorporate feedbackDustin Falgout2015-12-041-30/+40
* | Use new methods to raise exceptions in create_host_config.Dustin Falgout2015-12-031-36/+13
* | resolve merge conflictDustin Falgout2015-12-031-10/+23
|/
* Update auth.resolve_repository_nameJoffrey F2015-11-231-10/+8
* Merge branch 'oom-kill-disable-pr' of https://github.com/schu/docker-py into ...Joffrey F2015-11-181-10/+17
|\
| * create_host_config: allow setting oom_kill_disableMichael Schubert2015-11-101-1/+8
* | Incorporates feedback from and closes #814Dustin Falgout2015-11-051-10/+24
|/
* Fix py3.2 test failure and unicode behaviorJoffrey F2015-10-271-1/+1
* Support unicode commands.Daniel Nephin2015-10-261-2/+8
* put/get archive implementationJoffrey F2015-10-081-0/+8
* Don't break when volume binds contain unicode characters782-unicode-volume-pathsJoffrey F2015-09-251-4/+15
* Check API version when using cpu_period and cpu_quotacpu_cfs_opts_supportJoffrey F2015-09-241-13/+21
* Add support for cpu_quota and cpu_period in host_configJoffrey F2015-09-241-1/+18
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-0/+8
* GroupAdd testsJoffrey F2015-09-151-1/+1
* Support group_add param in host configgroup_add_supportJoffrey F2015-09-151-1/+8
* Merge pull request #753 from docker/715-user-int-uidJoffrey F2015-09-101-1/+1
|\
| * Use six.text_typeJoffrey F2015-08-311-1/+1
| * Always send a string for the user param in create_containerJoffrey F2015-08-311-1/+1
* | Default to 127.0.0.1:2375 on WindowsAanand Prasad2015-09-011-1/+5
|/
* Use cross-platform home directory pathJoffrey F2015-08-261-3/+2
* Merge branch 'default-cert-path' of https://github.com/aanand/docker-py into ...Joffrey F2015-08-261-0/+7
|\
| * Default to ~/.docker if DOCKER_CERT_PATH is emptyAanand Prasad2015-07-211-0/+7
* | Better support for .dockerignoreAanand Prasad2015-08-261-26/+69
* | Merge pull request #732 from docker/version-dependent-hostconfigAanand Prasad2015-08-251-2/+10
|\ \
| * | Add version param to utils.create_host_configJoffrey F2015-08-241-2/+10
* | | Split the entrypoint string to shell-like syntax.Colin Huang2015-08-251-0/+3
|/ /
* | Added support for cgroup parentMohit Soni2015-08-241-1/+4
* | Allow docker host (base_url) to contain a pathJoffrey F2015-08-171-2/+7
* | Merge pull request #698 from docker/jhowardmsft-14530-netmodeJoffrey F2015-08-101-0/+2
|\ \
| * | Moved network_mode default to create_host_config ; small fix to preserve blan...Joffrey F2015-07-291-10/+2
| * | Add netmode (required by docker)John Howard2015-07-281-0/+10
* | | unpack key-value pairJoffrey F2015-08-041-2/+1
* | | Squashed commit of the following:Viktor Petersson2015-07-301-0/+27
|/ /
* | Merge pull request #680 from aanand/fix-timestamp-conversionJoffrey F2015-07-211-3/+3
|\ \ | |/ |/|
| * Enforce UTC datetimes in arguments to `events()`Aanand Prasad2015-07-211-3/+3
* | Stop pinging registries from the clientAanand Prasad2015-07-201-0/+6
|/
* Merge pull request #644 from docker/memory-memswap-hostconfigJoffrey F2015-06-301-7/+32
|\
| * Moved mem_limit and memswap_limit to host_config for API version >= 1.19Joffrey F2015-06-191-7/+32
* | Support 401 status for v2 registry endpointJoffrey F2015-06-191-3/+6
* | Merge branch 'master' of https://github.com/cesanta/docker-py into cesanta-ma...Joffrey F2015-06-191-1/+3
|\ \ | |/ |/|
| * Fix pinging an unauthenticated v2 registryMarko Mikulicic2015-05-291-1/+3
* | Merge pull request #614 from ibuildthecloud/extra-host-listJoffrey F2015-06-181-1/+1
|\ \