sink-input: adjust log level of empty-pop operations
[platform/upstream/pulseaudio.git] / src / pulsecore / mutex-posix.c
2021-12-30 Seungbae ShinInitial conflict resolving 67/268567/4
2021-12-30 Seungbae ShinMerge branch 'upstream/15.0' into tizen 66/268566/3
2021-08-17 Seungbae Shinmutex-posix: fix svace defects (SIGN_EXTENSION) 56/262656/1 accepted/tizen/unified/20210819.123206 submit/tizen/20210818.030716
2020-11-23 Arun Raghavanmutex-posix: Fix error assignment for unlock() check
2020-11-23 Tanu Kaskinenmutex-posix: Log pthread_mutex_unlock() error
2020-09-02 Seungbae ShinFix build warnings 75/242975/1 accepted/tizen/unified/20200904.035452 submit/tizen/20200902.103308 submit/tizen/20200903.061740
2020-02-07 Sangchul LeeMerge branch 'upstream/13.0' into tizen 70/222570/8 accepted/tizen/unified/20200304.123924 submit/tizen/20200211.115824 submit/tizen/20200224.103343 submit/tizen/20200303.010146
2019-06-07 Sangchul Leemutex: Add pa_cond_timedwait() API 60/207260/4
2018-11-05 Seungbae ShinAdd mutex lock/unlock count for debugging purpose 32/192432/2 accepted/tizen/unified/20181107.082053 submit/tizen/20181106.060307
2018-01-26 Sangchul LeeInitialize codes based on 11.1 36/168336/1
2018-01-25 Sangchul LeeInitialize git 10/168210/1
2017-05-26 Seungbae ShinFix build warnings 51/131151/6 accepted/tizen/unified/20170531.082625 submit/tizen/20170526.083733
2017-02-14 Seungbae ShinMerge branch 'tizen_3.0' into tizen 60/114560/1 accepted/tizen/common/20170214.173949 accepted/tizen/ivi/20170214.230410 accepted/tizen/mobile/20170214.230342 accepted/tizen/tv/20170214.230351 accepted/tizen/wearable/20170214.230401 submit/tizen/20170214.125635
2017-02-13 Seungbae ShinFix memory leak on failure case 29/114329/2 accepted/tizen/3.0/common/20170214.180610 accepted/tizen/3.0/ivi/20170214.042611 accepted/tizen/3.0/mobile/20170214.042523 accepted/tizen/3.0/tv/20170214.042543 accepted/tizen/3.0/wearable/20170214.042558 submit/tizen_3.0/20170213.103000
2017-02-02 Seungbae ShinMerge branch 'tizen_3.0' into tizen 14/112714/1 accepted/tizen/common/20170203.161610 accepted/tizen/ivi/20170203.023059 accepted/tizen/mobile/20170203.022957 accepted/tizen/tv/20170203.023029 accepted/tizen/wearable/20170203.023042 submit/tizen/20170202.111238
2017-01-26 Seungbae ShinEnable client log with info level / Add debug log at... 48/112148/1
2015-01-14 Ondrej Holecekupdate FSF addresses to FSF web page
2013-09-28 Arun Raghavanmutex: Fix compiler warning when priority inheritance...
2013-07-04 poljar (Damir Jelić)Remove pa_bool_t and replace it with bool.
2012-01-02 Pino Toscanomutex: handle gracefully if a PTHREAD_PRIO_INHERIT...
2011-06-22 Maarten BosmansRemove unnecessary #includes
2009-04-21 Lennart PoetteringMerge commit 'origin/master-tx'
2009-04-21 Lennart Poetteringmutex: when we fail to fill in mutex into static mutex...
2009-03-05 Lennart PoetteringMerge commit 'origin/master-tx'
2009-03-04 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2009-03-03 Lennart PoetteringMerge commit 'coling/lgpl21'
2009-03-03 Colin GuthrieUse LGPL 2.1 on all files previously using LGPL 2
2009-01-28 Lennart PoetteringMerge commit 'origin/master-tx'
2009-01-23 Lennart Poetteringadd support for static mutexes
2008-06-23 CJ van den BergMerge dead branch 'glitch-free'
2008-06-23 CJ van den BergMerge dead branch 'lennart'
2008-06-23 CJ van den BergMerge dead branch 'lockfree'
2008-06-23 CJ van den BergMerge dead branch 'ossman'
2008-06-23 CJ van den BergMerge dead branch 'liboil-test'
2008-06-23 CJ van den BergMerge dead branch 'prepare-0.9.10'
2008-06-18 Lennart Poetteringget rid of svn $ keywords
2008-03-15 Lennart Poetteringreally create glitch-free branch
2007-11-24 Lennart Poetteringadd new pa_mutex_try_lock() API
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
2007-09-18 Lennart PoetteringIf PTHREAD_PRIO_INHERIT mutexes are not available fall...
2007-09-17 Lennart Poetteringuse priority inheritance on mutexes where applicable
2007-09-11 Lennart Poetteringremaining s/assert/pa_assert/ and refcnt.h modernizations
2007-06-11 Lennart PoetteringMerge HUGE set of changes temporarily into a branch...
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-09-09 Lennart Poetteringmake pa_mutex_new() and pa_cond_new() succeed in all...
2006-08-31 Lennart Poetteringdefine AO_REQUIRE_CAS in the Makefile instead of each...
2006-08-30 Pierre OssmanAdd AO_REQUIRE_CAS as we do.
2006-08-29 Lennart Poetteringadd a threading primitive API