docs/libmachine
KOBAYASHI Shinji cd95232ac7 Remove "open : no such file or directory" message during crash report
Add an empty string check to the path argument of addFile(). Send()
method of BugsnagCrashReporter calls addFile() passing err.LogFilePath
as the path argument, which is an empty string if the driver is not
virtualbox.

Fixes #3559

Signed-off-by: KOBAYASHI Shinji <koba@jp.fujitsu.com>
2016-06-30 06:46:14 +00:00
..
auth Implemented '--tls-san' global arg for adding extra SANs (subject alt names) to server-side certificates 2015-11-23 12:17:29 +01:00
cert Remove duplication on certificates code 2016-01-04 10:40:21 +01:00
check Use accessor 2016-01-04 10:40:12 +01:00
crashreport Remove "open : no such file or directory" message during crash report 2016-06-30 06:46:14 +00:00
drivers Add code to exit when heartbeat call fails 2016-06-13 16:03:10 -07:00
engine Add code to wait for Docker daemon on start 2016-01-26 18:42:10 -08:00
examples libmachine/ssh: added the Start and Wait functions to the Client interface 2016-01-27 09:52:29 +01:00
host Use a typed error for consumers of libmachine 2016-03-02 22:35:44 +01:00
hosttest Remove unused code 2015-11-13 16:27:50 +01:00
libmachinetest Fix bugsnag reports for create 2016-01-18 11:42:21 +01:00
log Remove remaining log.Fatal 2016-01-07 12:32:55 +01:00
mcndockerclient FIX #2703 Update dockerclient 2016-01-04 11:33:33 +01:00
mcnerror Use a typed error for consumers of libmachine 2016-03-02 22:35:44 +01:00
mcnflag Move towards using external binaries / RPC plugins 2015-10-16 16:34:56 -07:00
mcnutils Merge pull request #3362 from nathanleclaire/fix_dangling_amazonec2_ssh_key 2016-04-25 11:48:35 -07:00
persist Simplify Api 2016-01-04 14:59:25 +01:00
provider Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
provision Merge pull request #3508 from s-koba/3507-fix-redhat-ssh-logs 2016-06-23 17:29:26 -07:00
shell Check grand parent if not directly called from a windows shell 2016-01-20 01:16:00 +01:00
ssh [SSH] Allow private keys with 0400 permissions 2016-05-23 16:30:08 +02:00
state Lint, step 1 2015-11-04 14:17:58 -08:00
swarm Fixes #2302 Possibility to create master with manager, but without agent 2016-04-28 20:16:56 +02:00
version Lint 2015-11-05 13:34:07 -08:00
libmachine.go Wait for SSH before daemon detection 2016-02-04 13:29:46 -08:00