- Sep 01, 2014
-
-
Aleksy Barcz authored
+ summaric values calculated in iks-server + checking "/h" units and special=hoursum + error if param is not summaric + returning new units + common get_history/get_summary code moved to cmd_common
-
Krzysztof Gałązka authored
* Missing URL building corrections after moving to Pylons version from Wheezy.
-
Krzysztof Gałązka authored
-
Szarp Builder authored
-
Szarp Builder authored
- Aug 31, 2014
-
-
Krzysztof Gałązka authored
* wxDatetime cannot properly handle time_t max value on amd64.
-
- Aug 27, 2014
-
-
Jakub Kotur authored
+ now average probes works different than live probes + every average is sent even if its value hasn't changed + live probes works same as earlier
-
- Aug 26, 2014
-
-
Jakub Kotur authored
+ don't crash if params.xml is invalid, print error to log and continue initialization
-
Jakub Kotur authored
+ copy whats needed from xml description rather than remove unused sections, cause there are some undocumented tags + the only needed atributes for param are name, unit and short_name
-
- Aug 25, 2014
-
-
Aleksy Barcz authored
+ returns latest sample timestamp amongst all params belonging to given set
-
Aleksy Barcz authored
-
- Aug 20, 2014
-
-
Aleksy Barcz authored
+ value command sends sample timestamp together with sample value for all samples except live + timestamp is calculated as the current timestamp, truncated to correct sample timestamp
-
- Aug 05, 2014
-
-
Krzysztof Gałązka authored
* After changes in encoding conversion code checker couldn't handle parameter names with national characters.
-
Krzysztof Gałązka authored
Fix on libpyszybase compilation needed in master
-
Szarp Builder authored
-
Szarp Builder authored
- Jul 30, 2014
-
-
Krzysztof Gałązka authored
Support for values stored as integral and fractional part in two following registers. Alpha version.
-
Krzysztof Gałązka authored
Removed unit_id logic inherited from mbdmn. In borutadmn each unit is handled by separate client/server object.
-
- Jul 29, 2014
-
-
Krzysztof Gałązka authored
https://newterm.pl/redmine/issues/78 - disabling not defined draw with Alt+<num> in draw3 caused closing program with error code
-
- Jul 28, 2014
-
-
Krzysztof Gałązka authored
* missing linking with boost_locale * AX_BOOST_BASE called with wrong argument escaping
-
- Jul 23, 2014
-
-
Tomasz Pieczerak authored
+ too much code cleanup ('make install' error).
-
- Jul 22, 2014
-
-
Tomasz Pieczerak authored
+ a few (un)install commands in resources/Makefile.am did not support DESTDIR - as a result files were installed/removed directly in/from system.
-
Jakub Kotur authored
+ add option draw_name to proxy location configuration + add proxy draw_name as a suffix to every location that comes from it if its not empty + empty draw_name is default so suffix have to be configured + update config sample
-
- Jul 21, 2014
-
-
Jakub Kotur authored
-
- Jul 18, 2014
-
-
Tomasz Pieczerak authored
+ directories listed in <package>.install files are copied recursively, in this case simplest solution for including empty directory is listing it in <package>.dirs file.
-
- Jul 17, 2014
-
-
Jakub Kotur authored
+ in some cases previous code was sending same line twice becasue all data was stored in same buffer + now there is one buffer for one line
-
Jakub Kotur authored
-
Tomasz Pieczerak authored
+ removed unused 'sysinfo' script and cron jobs (from szarp-server package). + /etc/szarp directory is now created by szarp-base package. + updated certificate data for SSS. + removed some unused and unpackaged cron file for sss.
-
- Jul 15, 2014
-
-
Jakub Kotur authored
+ send 'connect' command before any other so messages order is always valid + make write buffer member cause boost asio doesn't copy buffers
-
Jakub Kotur authored
+ don't delete objects before they are accessed:/
-
- Jul 07, 2014
-
-
Aleksy Barcz authored
-
Aleksy Barcz authored
+ first, check if the provided path is really a svn repo, if not abort without modyfing anything + using bash fixes the "unexpected operator" error on debian 7.5
-
Aleksy Barcz authored
+ check if repo path doesn't end with prefix (avoid ../prefix/prefix paths) + ask user if generated paths are correct before proceeding
-