Remove unnecessary argument names in function typedef
[platform/core/security/key-manager.git] / src / manager / dpl /
2015-06-12 Bartlomiej GrzelewskiIntroduce new (much simpler) Exception type. 62/40962/5
2015-02-24 Krzysztof JackiewiczGlobals in LogSystem adjusted to use in lib constructor 98/35798/1
2015-02-24 Bartlomiej GrzelewskiFix serialization implementation to support 32 and... 97/35797/1
2015-02-17 Krzysztof JackiewiczCommon logging setup for client and service
2015-02-17 Krzysztof JackiewiczLibraries reorganized to limit the number of exported...
2015-02-17 kyungwook takSymbol visibility changed from default to hidden.
2015-02-17 Krzysztof JackiewiczAdd file, line & function information to journald log
2015-02-17 Krzysztof JackiewiczFix LogSystemSingleton issue
2015-02-17 Bartlomiej GrzelewskiPrevent desynchronization in "battery remove test".
2015-02-17 Krzysztof JackiewiczAdd journald logging and refactor log system
2015-02-17 Krzysztof JackiewiczSecure logging removed
2014-10-16 Krzysztof JackiewiczAdd generic serialization/deserialization methods 40/29040/1
2014-09-12 Krzysztof JackiewiczAdd move ctors/operators to MessageBuffer and BinaryQueue
2014-09-12 Krzysztof JackiewiczRemove TransitoryString
2014-09-12 Bartlomiej GrzelewskiReplace std::string with CKM::Password
2014-09-12 Zofia AbramowskaRemove infinite loop from SqlConnection
2014-09-12 Zofia AbramowskaRemove deprecated warning from ExecCommand
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 Zofia AbramowskaAdd log colouring formatter for boost utf
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 AbramowskaFix move operator in TransitoryString
2014-09-12 Zofia AbramowskaChange SqlConnection behaviour on bad input
2014-09-12 Zofia AbramowskaAdapt SqlConnection to TransitoryString
2014-09-12 Zofia AbramowskaAdd self wiping out string
2014-09-12 Zofia AbramowskaAdd blob support in SqlConnection
2014-09-12 Zofia AbramowskaFix assert.h file
2014-09-12 Zofia AbramowskaAdapt SQLConnection to sqlcipher
2014-09-12 Zofia AbramowskaAdd sqlcipher and SqlConnection
2014-05-30 Bartlomiej GrzelewskiAdd Manager Implementation.
2014-05-27 Zofia AbramowskaChange namespace
2014-05-22 Zofia AbramowskaInitial commit