Make commandline tests fixture more generic
[platform/core/security/cynara.git] / src / client /
2015-02-12 Zofia AbramowskaAdd logic side implementation of simple check 18/35218/5
2015-02-12 Zofia AbramowskaAdd new cynara_simple_check synchronous client API 53/34853/9
2015-02-10 Zofia AbramowskaFix possible memory leaks in Logic initialization 43/34843/5 accepted/tizen/tv/20150217.004140 submit/tizen_tv/20150216.113353
2015-02-03 Zofia AbramowskaAdd logic implementation of configuration 69/33769/9
2015-02-03 Zofia AbramowskaAdd api side implementation of configuration 68/33768/9
2015-01-16 Lukasz WojciechowskiRelease 0.5.0 12/33912/3 tizen_3.0.2014.q4_common accepted/tizen/common/20150119.084431 accepted/tizen/mobile/20150119.094544 accepted/tizen/tv/20150119.093622 accepted/tizen/tv/20150223.124300 accepted/tizen/wearable/20150119.094052 submit/tizen/20150116.125650 submit/tizen_tv/20150223.105907 v0.5.0
2014-12-29 Adam MalinowskiMake logs initialized in the very begining of libs 02/32402/4
2014-12-23 Zofia AbramowskaAdd listing types of policies 14/32214/5
2014-11-18 Lukasz WojciechowskiRelease 0.4.2 45/30445/1 tizen_3.0_ivi accepted/tizen/common/20141121.095612 accepted/tizen/ivi/20141202.020816 accepted/tizen/mobile/20141216.073451 accepted/tizen/mobile/20150105.022449 submit/tizen/20141118.171019 submit/tizen_common/20141119.161253 submit/tizen_ivi/20141201.045232 submit/tizen_mobile/20141216.000000 submit/tizen_mobile/20141216.073055 submit/tizen_mobile/20141231.012840 submit/tizen_mobile/20151202.000000 tizen_3.0_ivi_release v0.4.2
2014-11-17 Lukasz WojciechowskiRelease 0.4.1 75/30375/1 submit/tizen/20141117.122553 v0.4.1
2014-11-15 Lukasz WojciechowskiRelease 0.4.0 53/30353/1 submit/R4/20141115.054144 submit/tizen/20141115.054313 v0.4.0
2014-11-14 Zofia AbramowskaAdd base class for external plugins 99/28899/9
2014-11-14 Zofia AbramowskaAdd PathConfig 60/28960/8
2014-11-10 Rafal KrypaFix invocations of LOG missing format string argument 91/30091/2
2014-10-16 Lukasz WojciechowskiRename cynara-client-error.h to cynara-error.h 18/28718/4
2014-10-13 Marcin NiesluchowskiAdd asynchronous socket 24/27524/28
2014-10-10 Marcin NiesluchowskiMove socket paths to common library 20/27520/11
2014-10-10 Marcin NiesluchowskiAdd function for catching all client exceptions 60/28560/3
2014-09-29 Pawel WieczorekReplace @file commands for Doxygen compatibility 37/27837/5
2014-09-23 Pawel WieczorekAdd extra asterisk to file description comments 06/27506/3
2014-09-05 Lukasz WojciechowskiRelease 0.3.0 82/27182/2 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.m14.3_ivi accepted/tizen/common/20140905.175100 accepted/tizen/ivi/20140911.203535 submit/tizen/20140905.155121 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release v0.3.0
2014-09-03 Rafal Krypabuild: drop D_GNU_SOURCE flag, refactor symbol visibili... 32/26932/4
2014-09-01 Zofia AbramowskaMove Cache to client commons library 90/26590/10
2014-08-28 Zofia AbramowskaAdd ClientSession type 76/26576/6
2014-08-28 Zofia AbramowskaPrepare Cache for async API 13/26513/4
2014-08-28 Zofia AbramowskaMove error codes to different files 77/26577/2
2014-08-08 Zofia AbramowskaChange Cache to be based on std::unordered_map 05/25705/1
2014-08-05 Adam MalinowskiChange default virtual destructor from '= default'... 80/25380/3
2014-08-01 Lukasz WojciechowskiHandle SIGPIPE more elegant way 43/25243/5
2014-08-01 Lukasz WojciechowskiCheck if connection to cynara is valid 42/25242/5
2014-07-31 Lukasz WojciechowskiChange enum to defines in libcynara-client 33/25233/2
2014-07-31 Zofia AbramowskaChange cache interface and add simple implementations 27/24727/7
2014-07-29 Adam MalinowskiAdd SIGPIPE ignoring in client and admin libraries 05/24805/5
2014-07-16 Adam MalinowskiAdd log messages related to protocol (de)serialization 40/24440/2
2014-07-16 Adam MalinowskiEnable logs in client library 32/24432/2
2014-07-14 Lukasz WojciechowskiAdd cache interface and NoCache stub 15/24015/3
2014-07-11 Lukasz WojciechowskiAdd sequence number generation 14/24014/2
2014-07-03 Adam MalinowskiAdd protocol deserialialization mechanism
2014-07-03 Lukasz WojciechowskiAdjust client socket classes after move to common library
2014-07-03 Lukasz WojciechowskiRaw move of client socket classes to common library
2014-07-03 Lukasz WojciechowskiMake SocketClient independent of specific protocol...
2014-07-03 Lukasz WojciechowskiRemove "m_fd" - unused field of RequestContext
2014-07-03 Lukasz WojciechowskiImplement Logic::check() method using SocketClient
2014-07-03 Lukasz WojciechowskiAdd SocketClient class
2014-07-03 Lukasz WojciechowskiPrepare client socket class for connecting cynara service
2014-07-03 Lukasz WojciechowskiRaw copy client-common.cpp from security-server repository
2014-07-03 Lukasz WojciechowskiSwitch libcynara-client from bootstrap to cynara servic...
2014-07-03 Aleksander ZdybRefactorize code to make it easier testable
2014-05-15 Lukasz WojciechowskiImplement cynara-bootstrap version of libcynara-client 64/20464/9 accepted/tizen/common/20140521.234004 submit/tizen/20140521.102954
2014-05-15 Lukasz WojciechowskiAdd cynara directory structure, manifest and build... 40/20440/12