summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-14more md5sum() debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14add shell.Cat()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14import logJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14more debugging on replaceJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14debugging for Write()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14go-ssh workarounds for easier code automationJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14fix paths on Write()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14add a path wrapper for WindowsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14updates to Exec()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14add linux / windows build filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13more on windows/cygwinJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13more ssh testsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13start handling stupid WindowsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13start adding ssh supportJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-09add shell.Exec() to execute and never returnJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-07only return wget on 200Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-07also print STDERR to STDOUTJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-07add a quiet flag and some other fixesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-07quiet outputJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06always append \n when writing a fileJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06handle int64Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06move wget into hereJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06more shortcut commandsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06call the callback function if definedJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06always call the internal errorHandler()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06add perl 'chomp'. too lazy to make it correct with regexJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06test callback()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06make a error handling callback functionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-05return the output correctly. set debug modeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-04capture the output for Run()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-10oops. had the binaryJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-10fix the example import pathJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-10fix stderr (stdout was wrong too)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-10correct stdin handling. stderr might still be brokenJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-10move to smarter log() and quiet spew()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-09add total byte counts to track accurate flushing of buffersJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-09allow stdout redirectionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-04-08add Daemon(cmd, timeout)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-04-07typoJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-04-07initial commitJeff Carr
Signed-off-by: Jeff Carr <[email protected]>