open-nomad/client/driver
Michael Schurter 16adc44358 Round two of env var cleaning
Should bring us into conformance with IEEE Std 1003.1, 2004 Edition:
http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html

1 alloc/op and ~80ns/op on my machine.
2017-03-08 16:46:13 -08:00
..
env Round two of env var cleaning 2017-03-08 16:46:13 -08:00
executor Fix tests broken by API change 2017-03-02 15:54:12 -08:00
logging Move chroot building into TaskRunner 2017-01-05 16:31:49 -08:00
structs Added executorconfig 2017-01-12 15:47:58 -08:00
test-resources Add test and better logs 2017-01-23 14:48:02 -08:00
docker.go Fixes docker-driver docker.auth.config processing 2017-03-01 16:16:11 -07:00
docker_coordinator.go Fix caching of pull future 2017-02-28 18:19:13 -08:00
docker_coordinator_test.go Fix caching of pull future 2017-02-28 18:19:13 -08:00
docker_default.go changelog 2016-08-05 10:47:44 -07:00
docker_test.go Fix API breaks in tests 2017-03-02 15:50:18 -08:00
docker_windows.go changelog 2016-08-05 10:47:44 -07:00
driver.go Handle createdResourcs=nil 2017-01-31 10:51:32 -08:00
driver_test.go Fix API breaks in tests 2017-03-02 15:50:18 -08:00
exec.go Drivers log during fingerprinting 2017-02-20 19:35:51 -08:00
exec_default.go Drivers log during fingerprinting 2017-02-20 19:35:51 -08:00
exec_linux.go Fix noisy log 2017-02-23 14:40:24 -08:00
exec_test.go Fix vet script and fix vet problems 2017-02-27 16:00:19 -08:00
executor_plugin.go Merge pull request #1801 from hashicorp/f-signals 2016-10-18 11:23:47 -07:00
java.go Drivers log during fingerprinting 2017-02-20 19:35:51 -08:00
java_linux.go Support setting class_path and class name. 2017-01-13 16:03:11 -08:00
java_test.go Fix java tests 2017-01-20 14:12:30 -08:00
java_universal.go Support setting class_path and class name. 2017-01-13 16:03:11 -08:00
lxc.go Switch to use recoverable errors from Cleanup 2017-01-13 16:46:08 -08:00
lxc_test.go Add Cleanup method to Driver interface 2017-01-11 17:23:33 -08:00
mock_driver.go Handle createdResourcs=nil 2017-01-31 10:51:32 -08:00
plugins.go Added executorconfig 2017-01-12 15:47:58 -08:00
qemu.go Drivers log during fingerprinting 2017-02-20 19:35:51 -08:00
qemu_test.go Fix vet script and fix vet problems 2017-02-27 16:00:19 -08:00
raw_exec.go Drivers log during fingerprinting 2017-02-20 19:35:51 -08:00
raw_exec_test.go Fix vet script and fix vet problems 2017-02-27 16:00:19 -08:00
rkt.go Drivers log during fingerprinting 2017-02-20 19:35:51 -08:00
rkt_test.go Fix vet script and fix vet problems 2017-02-27 16:00:19 -08:00
utils.go Drivers log during fingerprinting 2017-02-20 19:35:51 -08:00
utils_test.go
utils_unix.go
utils_windows.go