bufmgr: get the clients's app_name when the process is the root.
[platform/core/uifw/libtbm.git] / src /
2018-11-29 SooChan Limbufmgr: get the clients's app_name when the process... 55/194155/1
2018-11-27 Changyeon Leequeue: don't unlock mutex before call alloc callback 49/193849/1
2018-11-19 Changyeon Leesurface_queue: add tbm_surface_queue_get_acquirable_sur... 85/193285/1
2018-10-26 Changyeon Leequeue: emit signal free_cond in queue_notify_dequeuable 45/191945/2
2018-10-10 Changyeon Leetbm_bufmgr: use syscall instead getpid 19/191019/1
2018-09-10 Changyeon Leequeue: always wait can_dequeue if wait flag is true 43/188743/1
2018-08-14 Changyeon Leequeue: added TBM_SURFACE_QUEUE_ERROR_INVALID_SEQUENCE 50/186750/1
2018-07-18 Changyeon Leetbm_drm: added listener of wl_tbm_drm_auth remove global 51/184451/4
2018-07-09 Changyeon Leesurface_queue: don`t emit reset if queue doesn't have... 45/183645/3
2018-06-18 SooChan Limadd tbm_dummy_display 33/181633/6
2018-05-21 SooChan Limbufmgr: change the local vars 94/179694/2
2018-05-21 SooChan Limbufmgr: change the log level 04/179704/1
2018-05-21 Changyeon Leetbm_surface: fixed deref after null 58/179658/4
2018-05-15 Changyeon Leetbm_surface: added checking parameter 72/179072/3
2018-05-10 Changyeon Leesurface: added tbm_surface_internal_set/get_damage... 43/178543/1
2018-05-09 SooChan Limmove the header files to include directory. 76/178376/1
2018-05-08 SooChan Limbackend: modify the comments on the header file. 39/178139/3
2018-05-03 SooChan Limbufmgr: unlock the thread when the path is null 80/177680/1
2018-04-27 SooChan Limsurface: revert the code of return params of getting... 00/177300/1
2018-04-26 SooChan Limbufmgr: include tbm_bo.h in tbm_bufmgr.h 27/177227/1
2018-04-26 SooChan Limsurface_queue: add _tbm_set_last_result() 93/177193/1
2018-04-25 SooChan Limsurface: add _tbm_set_last_result() 92/177192/1
2018-04-24 SooChan Limsurface_internal: add _tbm_set_last_result() 91/177191/1
2018-04-24 SooChan Limsurface_internal: make _tbm_surface_internal_get_bpp... 90/177190/1
2018-04-24 SooChan Limsurface_internal: make _tbm_surface_internal_get_num_pl... 89/177189/1
2018-04-24 SooChan Limbo: add _tbm_set_last_error() 88/177188/1
2018-04-23 SooChan Limbufmgr: add _tbm_set_last_result() 87/177187/1
2018-04-23 SooChan Limtype_common: add tbm_##res##_str and tbm_error_str 86/177186/1
2018-04-23 SooChan Limerror: add tbm_error.h 85/177185/1
2018-04-20 Changyeon Leesurface_queue: don't return node which set delete_pendi... 52/176552/2
2018-04-18 SooChan Limremove TBM_SURFACE_QUEUE_ERROR_INVALID_PARAMETER 34/176334/2
2018-04-18 SooChan Limcommon_type: remove the deprecated error values. 20/176320/2
2018-04-04 SooChan Limutest: add log tests 20/174820/1
2018-04-04 SooChan Limlog: remove unused function 18/174818/1
2018-03-29 SooChan Limchange tbm_error_e values. 26/174226/1
2018-03-29 SooChan Limmove tbm_surface_queue_error_e types to tbm_error_e 25/174225/1
2018-03-29 SooChan Limmove tizen.h from tbm_surface.h to tbm_type.h 24/174224/1
2018-03-28 SooChan Limbackend: change the type of the size 81/174081/1
2018-03-26 SooChan Limbufmgr: lock/unlock gLock 93/173793/1
2018-03-23 SooChan Limfix the crash 93/173693/1
2018-03-22 SooChan Limmove dlog.h to the tbm_log.c 86/173486/3
2018-03-19 SooChan Limlog: move the condition check to tbm_log.h 91/173091/1
2018-03-16 SooChan Limbackend: extern c for cpp build. 44/172844/1
2018-03-16 SooChan Limbufmgr: check the error type. 43/172843/1
2018-03-16 SooChan Limbackend: replace tbm_bufmgr.h to tbm_type_common.h 02/172802/1
2018-03-15 SooChan Limrename tbm_type_into to tbm_type_common 19/172619/1
2018-03-14 SooChan Limbufmgr: make thread safe 41/172541/1
2018-03-14 SooChan Limtype: move TBM_FORMAT from tbm_surface.h to tbm_type.h 34/172534/1
2018-03-14 SooChan Limsurface_internal: calls the new backend_funcs 72/172372/7
2018-03-14 SooChan Limbo: calls the new backend_funcs 71/172371/6
2018-03-14 SooChan Limbufmgr: calls the new backend_funcs 70/172370/5
2018-03-14 SooChan Limbackend: load the tbm_backend_module_data and init... 69/172369/7
2018-03-14 SooChan Limmake the tbm_backend file 68/172368/6
2018-03-14 SooChan Limtype: add typedef for the memory type and the capabilities 67/172367/2
2018-03-14 SooChan Limtype: make the definitions into enum values. 66/172366/2
2018-03-14 SooChan Limtype: add error types. 65/172365/2
2018-03-13 SooChan Limmove the position of the codes 64/172364/1
2018-03-13 SooChan Limtype: add tbm_native_display type. 63/172363/1
2018-03-08 SooChan Limbufmgr : add tbm_bufmgr_debug_set_trace_mask 21/171921/1
2018-03-08 SooChan Limchange the log macro at all files 91/171891/3
2018-03-06 SooChan Limbackend: change the symbol position at struct _tbm_bufm... 80/171680/1
2018-03-05 SooChan Limsurface_internal: deinit when it is bufmgr_init at... 26/171426/1
2018-02-28 SooChan Limbo: validate the bo through the gBufMgr, not bo->bufmgr 84/171284/1
2018-02-28 SooChan Limbufmgr: add tbm_bufmgr_get() 83/171283/1
2018-02-27 SooChan Limbufmgr: add tbm_bo.h to tbm_bufmgr.h 64/171164/1
2018-02-27 SooChan Limmake the tbm_bo file and the tbm_type_int file. 44/171144/2
2018-02-27 SooChan Limindendation 43/171143/1
2018-02-27 SooChan Limbufmgr: check gBufmgr with bufmgr in TBM_BUFMGR_IS_VALI... 42/171142/1
2018-02-26 SooChan Limsurface_queue: re-oder the symbols in header file. 35/171035/1
2018-02-23 SooChan Limapply gcov 23/170823/4
2018-02-22 SooChan Limbufmgr: add tbm_bufmgr_set_bo_lock_type api 76/170776/4
2018-02-22 SooChan Limbufmgr: make tbm_bufmgr_bo_lock_type 75/170775/3
2018-02-22 SooChan Limbufmgr: add tbm_bufmgr_server_init api 74/170774/4
2018-02-22 SooChan Limbufmgr: make the _tbm_bufmgr_init 73/170773/3
2018-02-22 SooChan Limchange the argument name. 72/170772/3
2018-02-22 SooChan Limbufmgr: add the comment at tbm_bufmgr_bind_native_display 71/170771/5
2018-02-20 Boram Parkuse stat() to check if symbolic link 52/170452/2
2018-02-19 Sangjin.Leesync: support c++ 72/170372/1
2018-02-09 Boram Parkadd tbm_bufmgr_debug_get_ref_count() 04/169804/2
2018-02-02 Changyeon Leeadded tbm_surface_queue_notify_dequeuable 58/168258/2
2017-12-15 Changyeon Leeremove unnecessary log 59/164059/1
2017-12-07 Roman Marchenkotbm_bufmgr: add checking of a map_count in the unmap... 68/163168/1
2017-12-07 Roman Marchenkotbm_surface_queue: forbid a registration of NULL instea... 60/163160/1
2017-11-27 Changyeon Leetbm_surface: added checking num and num_planes 65/161465/4
2017-11-27 Gwanglim LeeFixed crash when saving shared memory. 87/161587/2
2017-11-23 Changyeon Leeadded tbm_surface_queue_set_sync_count 59/161359/3
2017-11-20 Changyeon LeeFix atomicity svace problem 59/160659/10
2017-11-17 Konstantin Drabeniukturn on the utests bulding and fix svace issues 51/160651/4
2017-11-16 Konstantin Drabeniukremove excluding coverage comments from tbm_surface_queue.c 39/160539/1
2017-11-10 SooChan Limcheck the null prarameters 89/159589/1
2017-09-27 Junkyeong Kimtbm_surface_internal: add tc coverage exception tag 97/152897/1
2017-09-26 Sangjin LeeFix to check validation of file 43/152443/2
2017-09-26 Sangjin Leefix the out-of-bounds access 61/152461/2
2017-09-19 Boram Parktbm_drm_helper: remove setenv usage in server side 20/150720/9
2017-09-18 YoungJun Chosurface_queue: fix wrong function name in LOG_E() 78/150578/1
2017-09-15 YoungJun Chosurface_internal: clean up code for tbm_surface_interna... 39/150339/2
2017-09-15 Boram Parktbm_drm_helper: remove setenv usage in client side
2017-09-13 Dmitriy Evgenevich... Fix error with -Werror=maybe-uninitialized 30/149630/2
2017-09-05 Konstantin Drabeniuk__tbm_queue_sequence_enqueue: enqueue only one the... 58/147758/4
2017-09-01 Konstantin Drabeniuktbm_surface_queue_enqueue/release: changed the check... 10/147210/2
next