Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2018-02-02 20:44:06 +0000
committerJeff Johnston2018-02-02 22:18:53 +0000
commit98ecd4d092047a9bcad31470e6cec4653a68a1ad (patch)
treedc6091b89c6293a10513b0a2bc36eea266eb00c8 /libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx
parent382b903720b384f63dd4284b477d19dbd3310f76 (diff)
downloadorg.eclipse.linuxtools-98ecd4d092047a9bcad31470e6cec4653a68a1ad.tar.gz
org.eclipse.linuxtools-98ecd4d092047a9bcad31470e6cec4653a68a1ad.tar.xz
org.eclipse.linuxtools-98ecd4d092047a9bcad31470e6cec4653a68a1ad.zip
Bug 530264 - Copy From Container will not always correctly copy data
- add two methods to DockerConnection: getOperationToken() and closeOperationToken() which will return and close a DockerClient copy respectively - add two new forms of copyContainer and copyToContainer methods in DockerConnection that take a Closeable operation token as the first argument - change all callers of copyContainer and copyToContainer to get an operation token and then use the new versions of the methods - as well make sure callers either use a special try (Closeable) or manually close the operation token upon completion of the operation Change-Id: I151ee185bac2aa05ee0ef07ce1b9ccbf77987235 Reviewed-on: https://git.eclipse.org/r/116644 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx')
0 files changed, 0 insertions, 0 deletions

Back to the top