summaryrefslogtreecommitdiff
path: root/docker/utils
Commit message (Expand)AuthorAgeFilesLines
* api: avoid socket timeouts when executing commands (#3125)loicleyendecker2023-05-111-1/+1
* socket: use poll() instead of select() except on Windows (#2865)I-question-this2023-04-211-1/+8
* socket: fix for errors on pipe close in Windows (#3099)Milas Bowman2023-02-221-1/+1
* socket: handle npipe close on Windows (#3056)6.0.1Nick Santos2022-11-021-0/+14
* build: trim trailing whitespace from dockerignore entries (#2733)Clément Loiselet2022-07-291-0/+3
* Merge pull request #3009 from milas/lint-flake8Milas Bowman2022-07-261-0/+1
|\
| * lint: fix outstanding flake8 violationsMilas Bowman2022-07-261-0/+1
* | deps: use `packaging` instead of deprecated `distutils` (#2931)Francesco Casalegno2022-07-261-3/+3
|/
* utils: fix IPv6 address w/ port parsing (#3006)Milas Bowman2022-07-261-14/+24
* use python3.6+ constructsAnthony Sottile2021-07-058-55/+41
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-29/+20
* relax PORT_SPEC regex so it accept and ignore square bracketsNicolas De Loof2021-03-101-1/+1
* Merge pull request #2553 from fengbaolong/fix-unicode-in-dockerfileAnca Iordache2020-11-161-2/+3
|\
| * fix docker build error when dockerfile contains unicode character.fengbaolong2020-04-281-2/+3
* | Fix memory conversion to bytes (#2645)Anca Iordache2020-08-171-1/+1
|/
* Implement context management, lifecycle and unittests.Anca Iordache2020-02-051-11/+4
* Fix base_url to keep TCP protocolUlysses Souza2019-03-261-3/+1
* Support sctp as protocolHannes Ljungberg2019-03-181-1/+1
* Style fixes and removed some unused code2199-proxy-supportJoffrey F2019-01-091-16/+0
* By default, disable proxy supportCorentin Henry2019-01-091-4/+4
* fix typo in docstringCorentin Henry2019-01-091-1/+1
* refactor ProxyConfigCorentin Henry2019-01-091-16/+36
* add support for proxiesCorentin Henry2019-01-091-0/+69
* Fix DeprecationWarning: invalid escape sequence in ports.pyMickaël Schoentgen2018-12-201-3/+3
* fix exec api inconsistencyCorentin Henry2018-11-281-3/+9
* add tests for _read_from_socketCorentin Henry2018-11-281-7/+9
* implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-14/+75
* Properly convert non-string filters to expected string formatJoffrey F2018-11-081-1/+4
* Update links docs and fix bug in normalize_linksJoffrey F2018-11-081-1/+1
* Rewrite utils.parse_host to detect more invalid addresses.ssh_protocol_supportJoffrey F2018-11-011-58/+72
* Add support for SSH protocol in base_urlJoffrey F2018-11-011-5/+11
* Re-add walk method to utils.buildJoffrey F2018-06-281-0/+5
* On Windows, convert paths to use forward slashes before fnmatch callJoffrey F2018-06-281-5/+13
* Improved .dockerignore pattern processing to better match Docker CLI behaviorJoffrey F2018-06-282-88/+112
* Fix socket reading function for TCP (non-HTTPS) connections on WindowsJoffrey F2018-06-061-0/+3
* Improve extra_files override checkJoffrey F2018-03-271-1/+2
* Move build utils to appropriate fileJoffrey F2018-03-273-93/+93
* Support building with Dockerfile outside of contextJoffrey F2018-03-272-7/+27
* Don't descend into symlinks when building context tarJoffrey F2018-03-211-1/+1
* Remove redundant single-socket select callJoffrey F2018-03-201-2/+1
* Use same split rules for Dockerfile as other include/exclude patterns1956-dockerignore-include-dockerfileJoffrey F2018-03-141-2/+5
* Add note about potential dockerignore optimization.mefyl2018-02-211-0/+9
* Skip entirely excluded directories when handling dockerignore.mefyl2018-02-211-0/+4
* Fix .dockerignore: accept wildcard in inclusion pattern, honor last line prec...mefyl2018-02-211-114/+74
* Fix dockerignore handling of absolute path exceptions.mefyl2018-02-211-3/+3
* Revert "Correctly support absolute paths in .dockerignore"mefyl2018-02-191-13/+7
* Correctly support absolute paths in .dockerignorec5672-dockerignore-abspathJoffrey F2018-02-121-7/+13
* Merge pull request #1901 from docker/1899-create_archive_fixJoffrey F2018-02-051-5/+3
|\
| * Rewrite access check in create_archive with EAFP1899-create_archive_fixJoffrey F2018-02-051-5/+3
* | Add workaround for bpo-32713c5618-negative-mtime-tarJoffrey F2018-02-011-0/+4
|/