..
transport
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
client.go
Export ParseHost function, so clients can use it to configure their transport.
2016-02-03 18:23:46 -05:00
client_darwin.go
Windows: Default to npipe transport
2016-03-03 12:13:14 -08:00
client_mock_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
client_test.go
Export ParseHost function, so clients can use it to configure their transport.
2016-02-03 18:23:46 -05:00
client_unix.go
Set DefaultDockerHost on Solaris
2016-02-03 13:08:56 -08:00
client_windows.go
Windows: Default to npipe transport
2016-03-03 12:13:14 -08:00
container_attach.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
container_commit.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
container_commit_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_copy.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_create.go
Remove duplicated code
2016-01-24 23:21:04 -08:00
container_create_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_diff.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_diff_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_exec.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_exec_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_export.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_export_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_inspect.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
container_inspect_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_kill.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_kill_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_list.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
container_list_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_logs.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_logs_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_pause.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_pause_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_remove.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
container_remove_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_rename.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
container_rename_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_resize.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_resize_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_restart.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
container_restart_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_start.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
container_start_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_stats.go
Make streaming operations cancellable.
2016-02-01 16:33:44 -05:00
container_stats_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_stop.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
container_stop_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_top.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
container_top_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_unpause.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
container_unpause_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_update.go
Add a specific config for the update command
2016-01-07 22:45:54 +01:00
container_update_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
container_wait.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
container_wait_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
errors.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
events.go
Make streaming operations cancellable.
2016-02-01 16:33:44 -05:00
hijack.go
Add ability to hijack through proxy
2016-02-16 09:35:10 -08:00
image_build.go
Windows: Isolation word fix
2016-02-03 10:48:04 -08:00
image_build_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_create.go
Make streaming operations cancellable.
2016-02-01 16:33:44 -05:00
image_create_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_history.go
Update file names according to their types…
2016-02-07 09:16:49 +01:00
image_history_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_import.go
Make streaming operations cancellable.
2016-02-01 16:33:44 -05:00
image_import_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_inspect.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
image_inspect_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_list.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
image_list_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_load.go
Correctly set content type for image load
2016-02-19 06:27:33 -08:00
image_load_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_pull.go
Make streaming operations cancellable.
2016-02-01 16:33:44 -05:00
image_push.go
Make streaming operations cancellable.
2016-02-01 16:33:44 -05:00
image_remove.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
image_remove_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_save.go
Make streaming operations cancellable.
2016-02-01 16:33:44 -05:00
image_save_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
image_search.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
image_tag.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
image_tag_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
info.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
info_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
interface.go
Add a quite flat to image load for adding progress bar to load
2016-02-03 21:04:55 -05:00
login.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
network_connect.go
Split network.go into multiple files
2016-02-21 13:47:43 +01:00
network_create.go
Split network.go into multiple files
2016-02-21 13:47:43 +01:00
network_create_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
network_disconnect.go
Split network.go into multiple files
2016-02-21 13:47:43 +01:00
network_disconnect_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
network_inspect.go
Split network.go into multiple files
2016-02-21 13:47:43 +01:00
network_inspect_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
network_list.go
Split network.go into multiple files
2016-02-21 13:47:43 +01:00
network_remove.go
Split network.go into multiple files
2016-02-21 13:47:43 +01:00
privileged.go
Fix repository imports and packages.
2016-01-04 18:26:13 -05:00
request.go
Abstract cancelation logic to take a transport.Sender.
2016-02-01 16:33:44 -05:00
version.go
Refactor JSON decoding, reduce defers
2016-01-24 23:16:06 -08:00
volume_create.go
Split volume.go into multiple files
2016-02-21 13:50:38 +01:00
volume_create_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
volume_inspect.go
Split volume.go into multiple files
2016-02-21 13:50:38 +01:00
volume_list.go
Split volume.go into multiple files
2016-02-21 13:50:38 +01:00
volume_list_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00
volume_remove.go
Split volume.go into multiple files
2016-02-21 13:50:38 +01:00
volume_remove_test.go
client: remove need for "test" tag to run tests
2016-03-07 20:59:26 -08:00