summaryrefslogtreecommitdiff
path: root/src/manager/dpl
AgeCommit message (Expand)AuthorFilesLines
2019-03-13Change contact information to Mr Dongsun LeeTomasz Swierczek1-2/+2
2019-02-22Add option to list aliases with password protection statusesErnest Borowski1-1/+31
2018-08-16Add protection against memory leaking during deserializationTomasz Swierczek1-25/+35
2017-11-10Remove dlog file info information from logBartlomiej Grzelewski1-5/+5
2017-08-01Remove unused m_reason from ExceptionKrzysztof Jackiewicz1-50/+0
2017-08-01Fix defects reported by SVACEKrzysztof Jackiewicz1-43/+24
2017-06-16Fix casting of AbstractLogProvider::LogLevel to intsubmit/tizen/20170619.051653accepted/tizen/unified/20170620.174038Rafal Krypa1-1/+1
2016-12-16Static cast enum value to intKyungwook Tak1-1/+1
2016-12-16Replace deprecated auto_ptr with unique_ptrKyungwook Tak2-4/+4
2016-07-08exclude not used DPL DB sources from line coverage measurementDongsun Lee2-0/+24
2016-04-18Coding style applied according to style checkersubmit/tizen/20160418.104308accepted/tizen/wearable/20160418.235737accepted/tizen/tv/20160418.235750accepted/tizen/mobile/20160418.235742accepted/tizen/ivi/20160418.235747accepted/tizen/common/20160418.142113Kyungwook Tak29-2763/+2796
2016-03-16Clean up old dpl core sourcesKyungwook Tak3-115/+44
2016-03-04Fix unsafe buffer usageKyungwook Tak1-1/+1
2016-01-05Fix file permissions.Bartlomiej Grzelewski2-0/+0
2015-12-22Apply coding rulesangwan.kwon20-209/+162
2015-09-15Revert "Add functions required during db debug."Krzysztof Jackiewicz2-22/+0
2015-09-03Add a tool for accessing encrypted databaseKrzysztof Jackiewicz2-20/+82
2015-08-24Add functions required during db debug.Bartlomiej Grzelewski2-0/+22
2015-06-12Introduce new (much simpler) Exception type.Bartlomiej Grzelewski1-0/+25
2015-02-24Globals in LogSystem adjusted to use in lib constructorKrzysztof Jackiewicz2-18/+22
2015-02-24Fix serialization implementation to support 32 and 64 platform.Bartlomiej Grzelewski1-114/+103
2015-02-17Common logging setup for client and serviceKrzysztof Jackiewicz2-24/+56
2015-02-17Libraries reorganized to limit the number of exported symbolsKrzysztof Jackiewicz13-620/+41
2015-02-17Symbol visibility changed from default to hidden.kyungwook tak10-30/+46
2015-02-17Add file, line & function information to journald logKrzysztof Jackiewicz2-11/+22
2015-02-17Fix LogSystemSingleton issueKrzysztof Jackiewicz1-2/+2
2015-02-17Prevent desynchronization in "battery remove test".Bartlomiej Grzelewski1-4/+4
2015-02-17Add journald logging and refactor log systemKrzysztof Jackiewicz12-502/+319
2015-02-17Secure logging removedKrzysztof Jackiewicz7-275/+0
2014-10-16Add generic serialization/deserialization methodsKrzysztof Jackiewicz1-1/+41
2014-09-12Add move ctors/operators to MessageBuffer and BinaryQueueKrzysztof Jackiewicz1-0/+14
2014-09-12Remove TransitoryStringKrzysztof Jackiewicz3-163/+29
2014-09-12Replace std::string with CKM::PasswordBartlomiej Grzelewski1-0/+38
2014-09-12Remove infinite loop from SqlConnectionZofia Abramowska1-10/+21
2014-09-12Remove deprecated warning from ExecCommandZofia Abramowska1-3/+2
2014-09-12Use SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.Bartlomiej Grzelewski4-34/+51
2014-09-12Change RawBuffer into SafeBuffer.Bartlomiej Grzelewski3-23/+56
2014-09-12Fix implementation of SetKey.Bartlomiej Grzelewski1-1/+0
2014-09-12Add log colouring formatter for boost utfZofia Abramowska2-45/+5
2014-09-12Replace deprecated auto_ptr with unique_ptr in SQLCOnnection.Bartlomiej Grzelewski2-8/+8
2014-09-12Change pedantic to error logs when failingZofia Abramowska1-22/+22
2014-09-12Integration ckm-logic with database module.Bartlomiej Grzelewski1-1/+1
2014-09-12Fix move operator in TransitoryStringZofia Abramowska1-0/+1
2014-09-12Change SqlConnection behaviour on bad inputZofia Abramowska1-3/+3
2014-09-12Adapt SqlConnection to TransitoryStringZofia Abramowska1-14/+36
2014-09-12Add self wiping out stringZofia Abramowska2-0/+138
2014-09-12Add blob support in SqlConnectionZofia Abramowska2-0/+100
2014-09-12Fix assert.h fileZofia Abramowska1-0/+1
2014-09-12Adapt SQLConnection to sqlcipherZofia Abramowska2-9/+94
2014-09-12Add sqlcipher and SqlConnectionZofia Abramowska12-1/+2140