Bryan Boreham
06c895267c
Reports: streamline report serialization
...
Move the creation of the buffer and the choice of compression level
(which never changes) into WriteBinary(), to simplify the code.
2018-06-19 22:59:01 +00:00
Bryan Boreham
96f51c47af
probe: Eliminate Publisher interface from app_client
...
Simplification: everything now implements Publish(Report), and we do
away with writing/reading/writing in the MultiAppClient.
2018-06-19 22:51:25 +00:00
Bryan Boreham
1898b67e1f
Use 127.0.0.1 instead of localhost in case that name resolves to something else
2017-06-05 10:31:27 +00:00
Tom Wilkie
2a00fd2d78
Allow user to specify URLs on the command line, and use that to allow per-target tokens. ( #1901 )
...
Also:
- Parse targets on startup and catch badly formed ones before Scope can start.
- If no port is specified, use default port for scheme; if no scheme is specificed, use 4040.
- Use username as probe token
2016-10-05 10:59:56 -07:00
Jonathan Lange
1c440486f0
Delete experimental, replace with 'extras'
...
extras contains fixprobe and example, and ought to build properly
2016-07-07 14:30:08 +01:00