summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_backup_filelist.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed findings from static code analysisIngo Huerner2017-05-221-1/+1
* Improved backup and recovery for file APIIngo Huerner2017-03-091-10/+44
* Added pclCustomLibConfigFileTest.cfg.in config file for tests.Ingo Huerner2017-03-071-19/+16
* Moved closing of open handles from pclDeinit function into mainloop.Ingo Huerner2017-02-171-0/+1
* Added DLT log message for every API callIngo Huerner2017-01-031-14/+16
* Fixed a problem with file handle treeIngo Huerner2015-03-171-0/+9
* Some optimization; fixed a problem with unregister/register notificationsIngo Huerner2015-02-101-2/+5
* Cleanup in data organization: replaced external variables by getFunctionsIngo Huerner2015-02-101-12/+12
* Changed DLT log level (info to debug)Ingo Huerner2015-01-271-4/+4
* Changed DLT log levelIngo Huerner2015-01-231-9/+5
* Further code improvementsIngo Huerner2015-01-231-135/+50
* Update after static code analysis (Coverity https://scan.coverity.com/project...Ingo Huerner2015-01-221-13/+17
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-103/+101
* Some code cleanupIngo Huerner2015-01-161-46/+24
* Rework of DLT messagesIngo Huerner2014-12-041-16/+16
* Rework default database open handling; Updated DLT log messagesIngo Huerner2014-08-051-16/+16
* Optimized config file loading; bugfix in custom plugin loading, load only if ...Ingo Huerner2014-07-161-53/+48
* Now files will be correctly handled (cached/non cached)Ingo Huerner2014-07-161-4/+14
* Implemented backup blacklist for filesIngo Huerner2014-07-071-35/+29
* Protected global variables with mutex; minor optimizations; corrected doxygen...Ingo Huerner2014-07-021-12/+10
* Fixed bug 231Ingo Huerner2014-06-181-1/+7
* Fixed bug 230Ingo Huerner2014-06-181-2/+3
* Finished onDemand/static loading of plugins; Corrected a problem with default...Ingo Huerner2014-06-171-1/+1
* Implemented on demand/static loading of plugins (part I); ATTENTION: pluginf ...Ingo Huerner2014-06-131-19/+2
* Updated missing header doc; prevent overwriting of notification callback; pro...Ingo Huerner2014-06-051-1/+10
* Fixed a problem with default file dataIngo Huerner2014-05-061-0/+9
* Added default file loading also to pclCreatePath function; fixed bugs 199 and...Ingo Huerner2014-04-301-1/+1
* Removed itzam, and switched to commom library; Known issues: delete key test ...Ingo Huerner2014-04-041-21/+18
* Fixed bugs: 155, 156, 157 and 158; rework pclFileOpen functionIngo Huerner2014-02-121-69/+8
* Removed compiler warningsIngo Huerner2014-02-101-3/+1
* improvement, use sendfile to copy filesIngo Huerner2014-02-101-17/+17
* File backups on seperate partition; Fixed bug 146; created performance benchm...Ingo Huerner2014-01-241-0/+457
* Corrected error codes in doxygen function doc; corrected problem with return ...Ingo Huerner2013-11-261-2/+2
* Fixed a problem with the file interface, file handle was always 0Ingo Huerner2013-11-191-7/+0
* Static code analysis findings; mutex reworkIngo Huerner2013-11-181-51/+65
* Minor fixes including dbus interface fixeIngo Huerner2013-10-211-2/+2
* Implemented default data handling for readIngo Huerner2013-08-211-1/+1
* Corrected minor findings after code review; Removed all printfIngo Huerner2013-07-021-6/+0
* Added dlt messages; removed setting of comipler flags in configure.acIngo Huerner2013-05-031-2/+8
* Added reason to notification messages; started with backup file list implemen...Ingo Huerner2013-04-181-0/+312