summaryrefslogtreecommitdiff
path: root/cmd/podman/cp.go
Commit message (Expand)AuthorAge
* make lint: enable gocriticValentin Rothberg2020-01-13
* cp: drop check for rootlessGiuseppe Scrivano2020-01-10
* fix bug copy from container directoryQi Wang2020-01-02
* codespell: spelling correctionsDmitry Smirnov2019-11-13
* Fix cp from pipeAleksey Chudov2019-10-30
* fix cp none exists dest path ends with '/'Qi Wang2019-09-25
* Fix default to pause in podman cpDaniel J Walsh2019-09-13
* Do not support wildcards on cpJhon Honce2019-09-12
* podman-remote: cp crashesbaude2019-08-21
* fix copy change file owner if cp from containerQi Wang2019-08-08
* golangci-lint round #3baude2019-07-21
* first pass of corrections for golangci-lintbaude2019-07-10
* trivial cleanups from golangbaude2019-07-03
* libpod removal from main (phase 2)baude2019-06-27
* Merge pull request #3419 from baude/removelibpodfrommainphase1OpenShift Merge Robot2019-06-26
|\
| * remove libpod from mainbaude2019-06-25
* | fix bug creats directory copying fileQi Wang2019-06-20
|/
* Merge pull request #3094 from QiWang19/cpvolOpenShift Merge Robot2019-06-15
|\
| * podman copy files to the volume with a containerQi Wang2019-06-03
* | Default 'pause' to false for 'podman cp'Matthew Heon2019-06-07
* | Vendor Buildah v1.8.3TomSweeneyRedHat2019-06-04
|/
* Error when trying to copy into a running rootless ctrMatthew Heon2019-05-30
* We can't pause rootless containers during cpMatthew Heon2019-05-29
* Tolerate non-running containers in paused cpMatthew Heon2019-05-29
* Pause containers while copying into themMatthew Heon2019-05-29
* Use securejoin to merge paths in `podman cp`Matthew Heon2019-05-29
* fix bug dest path of copying tarQi Wang2019-05-24
* implement cp reads tar file from stdin/stdoutQi Wang2019-05-09
* runtime: pass down the contextGiuseppe Scrivano2019-04-26
* Fix segfaults attribute to missing optionsbaude2019-04-15
* fix bug podman cp directoryQi Wang2019-04-04
* rootless: use a single user namespaceGiuseppe Scrivano2019-04-01
* rootless: remove SkipStorageSetup()Giuseppe Scrivano2019-04-01
* vendor buildah, image, storage, cniValentin Rothberg2019-03-28
* Fix help commands to show short and long description.Daniel J Walsh2019-03-07
* add flag --extract tar file in podman cpQi Wang2019-03-06
* Don't extract tar file in podman cpQi Wang2019-03-04
* Better usage synopses for subcommandsEd Santiago2019-02-26
* cmd: support rootless mode for cp commandGiuseppe Scrivano2019-02-22
* 'podman cp' copy between host and containerQi Wang2019-02-14