Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added variable for selecting wich table to operate on | Daniel Langesten | 2015-03-17 | 1 | -7/+8 |
| | |||||
* | refacored a loop | Daniel Langesten | 2015-03-17 | 2 | -12/+12 |
| | |||||
* | fixed testdata | Daniel Langesten | 2015-03-17 | 1 | -2/+24 |
| | |||||
* | started to remake testdata | Daniel Langesten | 2015-03-17 | 2 | -11/+45 |
| | |||||
* | small fix in db setup | Daniel Langesten | 2015-03-17 | 1 | -3/+2 |
| | |||||
* | fixed queries so that they match the content of the database | Daniel Langesten | 2015-03-17 | 1 | -5/+5 |
| | |||||
* | merged db setups into one file | Daniel Langesten | 2015-03-17 | 5 | -39/+41 |
| | |||||
* | added check so we know if we can add differential privacy to the cleaned data. | Daniel Langesten | 2015-03-17 | 3 | -20/+42 |
| | |||||
* | refactored adding of differential privacy | Daniel Langesten | 2015-03-17 | 6 | -31/+98 |
| | |||||
* | removed volume since it can be configured in pmacct | Daniel Langesten | 2015-03-18 | 3 | -40/+4 |
| | |||||
* | debugging | Daniel Langesten | 2015-03-16 | 5 | -25/+21 |
| | |||||
* | removed illegal char | Daniel Langesten | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | removed illegal char | Daniel Langesten | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | added selection of database to setup in | Daniel Langesten | 2015-03-16 | 1 | -0/+2 |
| | |||||
* | added grants for the program | Daniel Langesten | 2015-03-16 | 2 | -1/+3 |
| | |||||
* | updated setup to the new spec | Daniel Langesten | 2015-03-16 | 1 | -25/+10 |
| | |||||
* | compile issues | Daniel Langesten | 2015-03-16 | 4 | -10/+9 |
| | |||||
* | updated the processing to the new spec | Daniel Langesten | 2015-03-16 | 4 | -60/+48 |
| | |||||
* | updated the db for the nfacct.conf | Daniel Langesten | 2015-03-16 | 2 | -10/+33 |
| | |||||
* | fixed spelling error | Daniel Langesten | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | fixed so timebins are 5min big | Daniel Langesten | 2015-03-13 | 1 | -2/+2 |
| | |||||
* | renamed misspelled file | Daniel Langesten | 2015-03-13 | 1 | -0/+0 |
| | | | | 2 | ||||
* | added config files for pmacct | Daniel Langesten | 2015-03-13 | 3 | -0/+48 |
| | |||||
* | Added support for how many entries that should be processed at a time. | Daniel Langesten | 2015-03-12 | 4 | -5/+20 |
| | |||||
* | removed constants from cleaner and added them as parameters so the code is ↵ | Daniel Langesten | 2015-03-12 | 4 | -11/+12 |
| | | | | more modular | ||||
* | renamed tests and wrote a test for the whole program | Daniel Langesten | 2015-03-12 | 2 | -32/+84 |
| | |||||
* | added the first testcase | Daniel Langesten | 2015-03-11 | 1 | -0/+32 |
| | |||||
* | avoiding division by zero and negative numbers and som comments describing ↵ | Daniel Langesten | 2015-03-11 | 1 | -0/+7 |
| | | | | the function | ||||
* | fixed another issue with the json formt | Daniel Langesten | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | repaired config.json | Daniel Langesten | 2015-03-11 | 1 | -2/+2 |
| | |||||
* | removed readme | Daniel Langesten | 2015-03-10 | 1 | -1/+0 |
| | |||||
* | added comments | Daniel Langesten | 2015-03-10 | 1 | -0/+5 |
| | |||||
* | added epsilon to conf | Daniel Langesten | 2015-03-10 | 3 | -2/+3 |
| | |||||
* | added reading of configuration file | Daniel Langesten | 2015-03-10 | 1 | -1/+6 |
| | |||||
* | reading interval from conf instead of constant | Daniel Langesten | 2015-03-10 | 1 | -14/+28 |
| | |||||
* | reading volume size from conf | Daniel Langesten | 2015-03-10 | 1 | -1/+5 |
| | |||||
* | now reading volume information from config | Daniel Langesten | 2015-03-10 | 1 | -2/+9 |
| | |||||
* | finished configuration parsing | Daniel Langesten | 2015-03-10 | 1 | -11/+5 |
| | |||||
* | refactored for readability | Daniel Langesten | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | added support for reading config from file | Daniel Langesten | 2015-03-10 | 2 | -6/+45 |
| | |||||
* | fixed bug where the intervals were calculated wrong | Daniel Langesten | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | added example config | Daniel Langesten | 2015-03-10 | 1 | -0/+15 |
| | |||||
* | making sure to close rows | Daniel Langesten | 2015-03-10 | 1 | -0/+1 |
| | |||||
* | fixed timezone issues | Daniel Langesten | 2015-03-10 | 3 | -13/+17 |
| | |||||
* | added missing error check | Daniel Langesten | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | added missing = to statement | Daniel Langesten | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | added testdata | Daniel Langesten | 2015-03-10 | 1 | -0/+8 |
| | |||||
* | compile issues | Daniel Langesten | 2015-03-10 | 3 | -25/+19 |
| | |||||
* | removing processed mark on old entries before beginning to clean data | Daniel Langesten | 2015-03-09 | 1 | -0/+7 |
| | |||||
* | added processing of timestamp in raw data | Daniel Langesten | 2015-03-09 | 1 | -6/+51 |
| |