- Sep 01, 2014
-
-
Szarp Builder authored
- 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
-
- Jul 01, 2014
-
-
Szarp Builder authored
-
Szarp Builder authored
- Jun 26, 2014
-
-
Tomasz Pieczerak authored
+ IconvWrapper gets new method isutf8() - a fast way to check whether the encoding is UTF-8. + utf2local(), local2utf() and local2utf_ign() functions reinterpret cast on UTF-8 system, rather than performing conversion from UTF-8 to UTF-8.
-
- Jun 25, 2014
-
-
Tomasz Pieczerak authored
+ parameter lists (.xpl) are now always saved in UTF-8 encoding. + name field in template create/edit window is filtered and allows only alphanumeric characters. + template filenames are transliterated to remove any diacritics. + added .gitignore for 'iks-server'.
-
- Jun 23, 2014
-
-
Tomasz Pieczerak authored
[enhancement to commit e9c2f8d5] * user should also be able to search by prefix on a configuration list (as they are displayed).
-
Tomasz Pieczerak authored
+ functions ascii2utf(), local2szarp() and local2utf() have new variant (with '_ign' suffix), which omits invalid characters (in the input encoding) and ignore characters that cannot be represented (in the target encoding). + functions A2U(), L2S(), L2U() get additional argument named 'fallback'. If it's set to "true", in case of conversion failure (due to invalid multibyte sequence) function catches an exception and tries to repeat conversion using '_ign' function variant. 'fallback' defaults to "false", so existing usages will preserve behavior. + set 'fallback' to "true" in L2S(), L2U(), A2U() calls, where input encoding is uncertain. + changed A2U() calls to L2U(), where proper.
-
- Jun 17, 2014
-
-
Jakub Kotur authored
+ szarp-iks package now setup websocify between ports 9002 and 19002 at system startup. Other ports could be specified in /etc/default/szarp-iks config file.
-
- Jun 15, 2014
-
-
Jakub Kotur authored
+ now iks-server syslog messages would be saved in /var/log/szarp/iks.log file
-
Jakub Kotur authored
+ in case of invalid probe server connection server was flooding syslog with error messages
-
- Jun 14, 2014
-
-
Jakub Kotur authored
+ restart command of parstart init script restarts also iks-server server if installed. It doesn't start nor stop it.
-
Jakub Kotur authored
+ now there is an option to create pid file + pid file contains pid of server after daemonizing + in case of exception server returns error code
-