June 20, 2013
View 507ea75

* Builder: correct the behavior of ADD when copying directories.

Solomon Hykes authored on 2013/06/20 06:26:11
View b368d21

Merge branch 'master' into fix-add-behavior

Solomon Hykes authored on 2013/06/20 02:31:50
June 19, 2013
View 5be7b9a

* Builder: fixed the behavior of ADD to be (mostly) reverse-compatible, predictable and well-documented.

Solomon Hykes authored on 2013/06/19 12:28:49
View ee5df76

Merge pull request #885 from dotcloud/remove_bsdtar

Guillaume J. Charmes authored on 2013/06/19 09:24:26
June 18, 2013
View 02c291d

Fix bug on compression detection when chunck < 10bytes

Guillaume J. Charmes authored on 2013/06/18 10:11:58
June 15, 2013
View 5b82876

+ Builder: ADD of a local file will detect tar archives and unpack them into the container instead of copying them as a regular file.

Solomon Hykes authored on 2013/06/15 08:43:39
June 14, 2013
View 0425f65

Remove bsdtar by checking magic

Guillaume J. Charmes authored on 2013/06/14 09:53:38
June 1, 2013
View 561ceac

* Runtime: pass a guaranteed environment to bsdtar for predictable behavior without depending on the underlying host configuration.

Solomon Hykes authored on 2013/06/01 14:25:48
May 29, 2013
View 54db186

Add Extension() method to Compresison type

Guillaume J. Charmes authored on 2013/05/29 05:37:49
April 22, 2013
View baacae8

'docker push' buffers filesystem archives on disk instead of memory.

Solomon Hykes authored on 2013/04/22 06:23:55
April 2, 2013
View 3c5d2e4

add support for xz compression

unclejack authored on 2013/04/02 08:16:28
March 30, 2013
View 6ede6bc

Comment CmdStream a little bit to facilitate future fixes and contributions

Solomon Hykes authored on 2013/03/30 05:26:02
View fdae64d

Merge remote-tracking branch 'robryk/cmdstream-deadlock'

Solomon Hykes authored on 2013/03/30 05:20:17
View f85e654

Comment to explain CmdStream

Solomon Hykes authored on 2013/03/30 05:18:59
March 29, 2013
View 58befe3

Fix a deadlock in CmdStream.

Robert Obryk authored on 2013/03/29 20:42:17