platform/core/context/context-common.git
2017-02-10 Mu-Woong LeeAdd a build flag for switching to single-threading... 19/114019/2
2017-02-09 Mu-Woong LeetoGVariant returns NULL if the input vector is empty 18/114018/1
2017-02-09 Mu-Woong LeeUse libsystemd to properly check the uid 01/114001/1
2017-02-09 Mu-Woong LeeClarify the reference counting policy of GVariant 60/113960/1
2017-02-09 Mu-Woong LeeAdd monitoring routine of the active user uid 42/113942/1
2017-02-09 Mu-Woong LeeRemove redundant constructor definitions from interface... 21/113821/1
2017-02-09 Mu-Woong LeeAdd DBus signal monitor to the server side 20/113820/1
2017-02-08 Mu-Woong LeeAdd a constructor accepting uid_t to Database 14/113714/2
2017-02-08 Mu-Woong LeeChange some getter member functions to const 72/113672/1
2017-02-08 Mu-Woong LeeAdd initial implementation of the class Database 56/113656/1
2017-02-08 Mu-Woong LeeTuple::toGVariant() consumes its input param 51/113651/1
2017-02-07 Mu-Woong LeeAdd the class Tuple for denoting DB query results 06/113206/3
2017-02-06 Mu-Woong LeeAdd initial implementation of shared utils 69/113069/2
2017-02-06 Mu-Woong LeeRemove Tizen 3.0 code 67/113067/1
2016-12-05 Somin KimVersion 0.9.9 20/102120/1
2016-12-05 Somin KimDefined internal key USED_TIME for RecentBatteryUsage 11/102111/1
2016-10-25 Mu-Woong LeeModify the initialization process of DatabaseManager 20/93720/2
2016-10-14 Mu-Woong LeeVersion 0.9.7 42/92242/1
2016-10-13 Mu-Woong LeeReduce the dbus timeout to 3 seconds 25/91725/3
2016-09-29 Somin KimRemoved old rule trigger types (moved to context package) 80/89680/2
2016-09-29 Somin KimInternal rule conversion 82/87982/5
2016-09-27 Mu-Woong LeeRemove legacy code for supporting Tizen 2.x 83/89883/2
2016-09-09 MyungJoo HamRemove unnecessary profile dependencies from build... 06/87806/1
2016-09-09 Somin KimFix coding rule violations 51/87751/2
2016-09-07 Mu-Woong LeeVersion 0.9.6 52/87352/1
2016-08-29 Somin KimAdded Provider Types for Tizen Battery Statistics 11/81311/13
2016-08-22 Somin KimMove trigger & trigger rule types to context-common 44/84744/2
2016-08-12 Mu-Woong LeeVersion 0.9.5 80/83580/1
2016-08-05 Marcin Masternak[my-place] internal definitions. 31/81931/2
2016-07-06 Mu-Woong LeeVersion 0.9.4 82/78682/1
2016-07-06 Mu-Woong Leesensor: add attribute keys for sleep monitor & hrm 42/78642/1
2016-07-06 Mu-Woong LeeFix the mutex deadlocking issue in the destructor of... 41/78641/1
2016-07-04 Marcin Masternak[my-place] missing definition build fix. 78/78078/5
2016-07-04 Somin KimMove json definitions(day of week, rank, and etc) to... 66/78066/4
2016-07-01 Mu-Woong LeeVersion 0.9.3 01/77801/1
2016-07-01 Mu-Woong LeeAdd Json::remove() member function 85/77785/1
2016-06-27 Mu-Woong LeeMerge "Add ProviderTypes.h & SensorRecorderTypes.h...
2016-06-27 Somin KimFix internal error code of ERR_INVALID_DATA 52/76752/1
2016-06-27 Mu-Woong LeeAdd ProviderTypes.h & SensorRecorderTypes.h 04/76704/2
2016-06-27 Mu-Woong LeeAdd a separated header containing internal error codes 92/76692/1
2016-06-27 Mu-Woong LeeDisclude Types.h from the dbus client headers 91/76691/1
2016-06-21 Mu-Woong LeeAllow DB queries with NULL outparam for containing... 74/75674/1
2016-06-21 Mu-Woong LeeApply LEGACY_SECURITY build feature to DBusClient 73/75673/1
2016-06-20 Somin KimModified default row_id to rowId 02/75502/2
2016-06-09 Somin KimAdded CustomRegister Interface 20/73720/1
2016-06-07 Somin KimVersion 0.9.0 74/73274/1
2016-06-03 Mu-Woong LeeAdd missing SYSTEM_SERVICE build feature 25/72925/1
2016-06-03 Mu-Woong LeeMigrate DBusClient from context to context-common 95/72895/1
2016-06-03 Mu-Woong LeeMerge two separated pkg config files into one 82/72882/1
2016-06-01 Marcin Masternak[my-place] Places comparison operator== fix. 55/72555/1
2016-05-31 Marcin Masternak[my-place] Extend Place Wifi AP's list by network names. 60/72360/1
2016-05-31 Marcin Masternak[my-place] Move shared definitions to context-common. 24/72224/1
2016-05-30 Marcin Masternak[my-place] Move shared types to context-common. 38/71938/2
2016-05-27 Mu-Woong LeeRe-implement floating point get/set methods of the... 82/71482/6
2016-05-25 Mu-Woong LeeAdd LEGACY_FILE_PATH & LEGACY_PERIODIC_ALARM build... 74/70974/2
2016-05-23 Mu-Woong LeeAdd version check for json-glib library 73/70973/1
2016-05-23 Mu-Woong LeeVersion 0.8.1 62/70862/1
2016-05-20 Mu-Woong LeeDefine DBus methods for privilege checking 30/70730/1
2016-05-03 Mu-Woong LeeVersion 0.8.0 70/68170/1
2016-04-28 Mu-Woong LeeAdd ContextProvider::unloadable() to control unloadabil... 97/67797/1
2016-04-28 Mu-Woong LeeDatabaseManager::DatabaseManager() returns immediately... 80/67680/1
2016-04-27 Mu-Woong LeeModify the return type of ContextProvider::getPrivilege... 24/67524/1
2016-04-26 Mu-Woong LeeCleanup ContextProvider & IContextManager declarations 96/66996/2
2016-04-20 Mu-Woong LeeUpdate License text & boilerplates 80/66680/2
2016-04-19 Mu-Woong LeeDisable TV profile build explicitly 50/66550/1
2016-04-19 Mu-Woong LeeCleanup ContextProvider and ContextManager interfaces 27/66227/6
2016-04-18 Mu-Woong LeeFix GMutex initialization issue in DatabaseThread 63/66363/1
2016-04-18 Mu-Woong LeeRename symbol visibility macro to SO_EXPORT 21/66221/1
2016-04-15 Mu-Woong LeeSplit types_internal.h to Types.h and DBusTypes.h 98/66098/1
2016-04-15 Mu-Woong LeeChange the default symbol visibility to hidden 89/66089/2
2016-04-15 Mu-Woong LeeSwitch back to libctx-server.so from libctx-server.a 47/66047/1
2016-04-14 Mu-Woong LeeMigrate the database manager implementation from contex... 00/66000/2
2016-04-08 Somin KimVersion 0.7.5 08/65208/1
2016-04-08 Somin KimModified class constructor initializer style 05/65205/2
2016-04-04 Mu-Woong LeeBuild static library libctx-server.a instead of libctx... 17/64617/1
2016-04-04 Somin KimApply Tizen C++ coding style to context_manager, contex... 89/64589/1
2016-03-14 Somin KimVersion 0.7.3 17/62017/1
2016-03-08 Mu-Woong Leejson: replace sprintf with snprintf 95/61495/2
2016-02-29 Mu-Woong LeeExclude unnecessary dependencies from pc files 97/60597/1
2016-02-29 Mu-Woong LeeRe-implement ctx::TimerManager class 83/60183/5
2016-02-23 Mu-Woong LeeApply Tizen C++ coding style to json 77/60077/4
2016-02-19 Mu-Woong LeeRe-implement namespace ctx::shared as class ctx::SharedVars 88/59788/3
2016-02-17 Mu-Woong LeeRemove dbus_client, request_handler, and response_handler 22/59622/1
2016-02-16 Mu-Woong LeeSplit libctx-common.so into libctx-shared.so & libctx... 85/59585/1
2016-02-15 Somin KimSupport custom items 48/57548/7
2016-02-15 Mu-Woong LeeApply Tizen C++ coding style to the constructors of... 79/59379/1
2016-02-15 Mu-Woong LeeApply Tizen C++ coding style to ScopeMutex 69/59369/1
2016-02-11 Mu-Woong LeeUpdate indentation of class IDBusSignalListener 06/59206/1
2016-02-11 Mu-Woong LeeVersion 0.7.2 53/59153/1
2016-02-11 Mu-Woong LeeCleanup compile warning flags 45/59145/1
2016-02-05 Mu-Woong LeeFix EventDrivenThread not to be blocked when stop(... 53/58953/2
2016-02-05 Mu-Woong LeeAdd DBusSignalWatch & IDBusSignalListener, which replac... 25/58925/3
2016-02-04 Mu-Woong LeeCode cleanup: EventDrivenThread 72/58872/1
2016-02-02 Mu-Woong LeeApply Tizen C++ coding style to EventDrivenThread 84/58584/1
2016-01-14 Mu-Woong LeeAdd session & system dbus signal subscribing functions 24/57024/1
2016-01-12 Mu-Woong LeeVersion 0.7.0 91/56691/1
2016-01-11 Mu-Woong LeeAdd timer_util, timer_types 52/56552/1
2015-12-10 Somin KimJson modified 74/53874/1 accepted/tizen/mobile/20151222.224941 accepted/tizen/tv/20151222.224955 accepted/tizen/wearable/20151222.225028 submit/tizen/20151222.122953 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
2015-09-08 Mu-WoongSync with Tizen 2.4 99/47699/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150909.141019 accepted/tizen/tv/20150909.140336 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_mobile/20150909.085054 submit/tizen_tv/20150909.084931 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
2015-08-18 Mu-WoongVersion 0.6.0 94/46194/1 accepted/tizen/mobile/20150818.040823 accepted/tizen/tv/20150818.040835 submit/tizen_mobile/20150818.030430 submit/tizen_tv/20150818.030444
next