- Jun 01, 2015
-
-
Szarp Builder authored
- May 31, 2015
-
-
Darek Marcinkiewicz authored
-
- May 30, 2015
-
-
Tomasz Pieczerak authored
* missing dependency for tango-icon-theme in szarp-filler2 package. * in pserver-lite: start with maximum log level at initialization.
-
- May 26, 2015
-
-
Darek Marcinkiewicz authored
-
- May 25, 2015
-
-
Tomasz Pieczerak authored
* added logging setup and some messages. * log redirection to /var/log/szarp/pserver-lite.log (rsyslog rule). * reading configuration from szarp.cfg file.
-
Tomasz Pieczerak authored
* added main() skeleton with program options parsing * added Makefile.am and .gitignore * added pserver-lite to build system
-
- May 24, 2015
-
-
Darek Marcinkiewicz authored
Extractor can use both sz4 and szbase engines. Not tested yet.
-
- May 14, 2015
-
-
Tomasz Pieczerak authored
This reverts commit 9941a1a7. After this change SZARP fails to build on amd64 architecture.
- May 11, 2015
-
-
Aleksy Barcz authored
-
- May 02, 2015
-
-
Darek Marcinkiewicz authored
-
Darek Marcinkiewicz authored
It is kind of micro-optimisation for 32bit but it was simply annoying that according to profiler most of the time in sz4 was spent on "thunk" - piece of code that is copying PC register value to something that 32bit processor can use for relative addressing. This "thunk" is something that is only used on 32bit builds.
-
Darek Marcinkiewicz authored
-
- Apr 29, 2015
-
-
Aleksy Barcz authored
+ localhost replaced by 127.0.0.1 in szarp_in.cfg + replacing "localhost" by "127.0.0.1" in parcook + better logging of ZMQ bind errors
-
- Apr 16, 2015
-
-
Marcin Harasimczuk authored
* There was an assumption that unsigned -1 would overflow time_t, but on x64 it does not. * Changed query time difference calculation method from substraction to difftime function.
-
- Apr 08, 2015
-
-
Aleksy Barcz authored
+ dists restricted to stable, unstable
-
Aleksy Barcz authored
-
Aleksy Barcz authored
+ typo in configure.ac
-
Szarp Builder authored
-
Szarp Builder authored
- Apr 04, 2015
-
-
Darek Marcinkiewicz authored
Data refresh cased to work correctly for drawdefinable params - it was result of some code refactoring that had been done for sz4 format changes.
-
Darek Marcinkiewicz authored
De-obfuscate parts of param_entry code by getting rid of boost preprocessor usage. In the hindsight it seems to be just too crazy, as a result the code is way more readable, but also slightly longer.
-
- Apr 02, 2015
-
-
Darek Marcinkiewicz authored
-
Darek Marcinkiewicz authored
* fix in meaner4 startup scripts
-
- Mar 30, 2015
-
-
Tomasz Pieczerak authored
* changed Filler 2 status to 'production'. * added logging of all important errors. * added question about modifying future data (it can block meaner). * better remarks server related errors handling.
-
- Mar 27, 2015
-
-
Tomasz Pieczerak authored
* fixed fetching origin exception message in IPKParser.SzfRecordError and IPKParser.SzbWriterError exceptions. * better exception handling in IPKParser.recordSzf() and IPKParser.szbWriter(). * added appropriate log messages upon successful and failed szbase modifications (making/undoing a change).
-
- Mar 26, 2015
-
-
Tomasz Pieczerak authored
* logger initialization and a few sample messages * log redirection to /var/log/szarp/filler2.log (rsyslog)
-
- Mar 23, 2015
-
-
Marcin Harasimczuk authored
tabs system. + Calling OnShowAverage and OnShowInterface event handlers on all existing draw panels (single draw panel or wxAuiNotebook contents). + Resize notification for both window and notebook.
-
- Mar 21, 2015
-
-
Darek Marcinkiewicz authored
* add szb_round_time to list of functions that optimizer can handle * properly handle non-optimized lua parametrs errors in sz4 * draw3 properly handles sz4 errors
-
Darek Marcinkiewicz authored
-
- Mar 19, 2015
-
-
Tomasz Pieczerak authored
* replaced deprecated "~" action with (better) "stop" statement. * added redirection for pythondmn and pythondmn scripts.
-
- Mar 18, 2015
-
-
Krzysztof Gałązka authored
* szbwriter ignored first record in input data * parcook: %ls in log messages doesn't work as expected, returned to previous version with %s and S2L
-
Krzysztof Gałązka authored
* Switched dependency from our custom compiled libluajit packages to offical version from Debian
-
- Mar 15, 2015
-
-
Darek Marcinkiewicz authored
apprently due to some bug or sth there exist too large files in szbase which values spill into next month, and those made converter to barf
-
- Mar 13, 2015
-