Switch to sqlcipher library
[platform/core/security/key-manager.git] / src / manager / dpl / db / src / sql_connection.cpp
2020-03-30 Konrad LipinskiSwitch to sqlcipher library 99/227099/27
2020-03-25 Krzysztof JackiewiczReplace dpl asserts with libc ones 80/228680/3
2019-09-25 Konrad LipinskiRefactor RawBuffer hex dumps 17/214617/2
2019-05-08 Konrad LipinskiFix svace defects 82/205482/4
2016-07-08 Dongsun Leeexclude not used DPL DB sources from line coverage... 37/79037/1
2016-04-18 Kyungwook TakCoding style applied according to style checker 95/62595/7 accepted/tizen/common/20160418.142113 accepted/tizen/ivi/20160418.235747 accepted/tizen/mobile/20160418.235742 accepted/tizen/tv/20160418.235750 accepted/tizen/wearable/20160418.235737 submit/tizen/20160418.104308
2016-03-04 Kyungwook TakFix unsafe buffer usage 69/60969/5
2016-01-05 Bartlomiej GrzelewskiFix file permissions. 19/56119/2
2015-12-22 sangwan.kwonApply coding rule 15/54015/13
2015-09-15 Krzysztof JackiewiczRevert "Add functions required during db debug." 36/47536/4
2015-09-03 Krzysztof JackiewiczAdd a tool for accessing encrypted database 51/47251/5
2015-08-24 Bartlomiej GrzelewskiAdd functions required during db debug. 53/45953/3
2015-02-17 Krzysztof JackiewiczLibraries reorganized to limit the number of exported...
2014-09-12 Krzysztof JackiewiczRemove TransitoryString
2014-09-12 Zofia AbramowskaRemove infinite loop from SqlConnection
2014-09-12 Bartlomiej GrzelewskiUse SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.
2014-09-12 Bartlomiej GrzelewskiChange RawBuffer into SafeBuffer.
2014-09-12 Bartlomiej GrzelewskiFix implementation of SetKey.
2014-09-12 Bartlomiej GrzelewskiReplace deprecated auto_ptr with unique_ptr in SQLCOnne...
2014-09-12 Zofia AbramowskaChange pedantic to error logs when failing
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.
2014-09-12 Zofia AbramowskaChange SqlConnection behaviour on bad input
2014-09-12 Zofia AbramowskaAdapt SqlConnection to TransitoryString
2014-09-12 Zofia AbramowskaAdd blob support in SqlConnection
2014-09-12 Zofia AbramowskaAdapt SQLConnection to sqlcipher
2014-09-12 Zofia AbramowskaAdd sqlcipher and SqlConnection