Commit Graph

10 Commits

Author SHA1 Message Date
fb0a8d8b40 gofmt cmd/ 2018-08-29 14:54:29 +02:00
c69ebd3806 WIP rewrite the daemon
cmd subdir does not build on purpose, it's only left in tree to grab old
code and move it to github.com/zrepl/zrepl/daemon
2018-08-27 22:22:44 +02:00
16e1396261 connecters with new config 2018-08-27 15:19:17 +02:00
e30ae972f4 gofmt 2018-08-25 21:30:25 +02:00
d677cde6d0 implement tcp and tcp+tls transports 2018-08-25 12:58:17 +02:00
a0b320bfeb streamrpc now requires net.Conn => use it instead of rwc everywhere 2018-08-08 13:09:51 +02:00
26b436463d ssh+stdinserver: connect: dial_timeout
This  is a follow-up to ccd062e
2018-03-04 17:19:41 +01:00
ccd062e238 ssh+stdinserver: dump sshbytestream for github.com/problame/go-netssh
Cleaner abstractions + underlying go-rwccmd package does proper handling
of asynchronous exits, etc.
2018-02-17 01:08:15 +01:00
1deaa459c8 config: unify job debugging options 2017-09-11 15:45:10 +02:00
73c9033583 WIP: Switch to new config format.
Don't use jobrun for daemon, just call JobDo() once, the job must
organize stuff itself.

Sacrifice all the oneshot commands, they will be reintroduced as
client-calls to the daemon.
2017-09-10 17:53:54 +02:00