summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/os_core_unix.c
AgeCommit message (Expand)Author
2016-04-13Fixed #1912: Build Error on Alpine linux (musl libc).Riza Sulistyo
2015-03-22Fixed #1827: Video port's clock thread may get stuck during format change eventLiong Sauw Ming
2015-03-05Re #1782 (misc): Fixed unitialized mutex owner variable when creating mutexLiong Sauw Ming
2014-09-23Fixed #1792: Create generic JNI OnLoad functionLiong Sauw Ming
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2013-02-21Fixed #1616: Implementation of Group lock and other foundation in PJLIB for f...Benny Prijono
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2011-07-20Re #1278: Fixed linker error on Mac and iOS.Liong Sauw Ming
2011-07-19Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-a...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-11Fixed #1230: Removed assertion in PJLIB for Posix when fails to release mutex...Benny Prijono
2011-02-28Misc (re #1175): fixed link error in OpenBSD 4.6 caused by lack of sched_get_...Benny Prijono
2010-11-18Misc (re #1151): support for sched_get_priority_max/min in OpenBSD (thanks Da...Benny Prijono
2010-09-24Misc (re #1134): fixed wrong OpenBSD thread priority max value (thanks David ...Benny Prijono
2010-09-22Fixed #1132: Assertion when (re)starting PJLIB on different threadBenny Prijono
2010-05-19Changed pj_thread_get_prio_max() to return 0 on OpenBSD because it doesn't su...Benny Prijono
2010-01-13Initial OpenBSD fixes (#994):Benny Prijono
2009-08-05Ticket #931: Logging function may infinitely recursively calls itself on Wind...Benny Prijono
2008-12-24Ticket #688: Memory leak on Solaris 10 with pjlib's mutex (thanks Andrey Kobt...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-08-15Ticket #595: Broken semaphore implementation on MacOS X (thanks Viktor Krikun...Benny Prijono
2008-07-19Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and run...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-04-22Workaround for pj_thread_sleep() failure with ETIMEDOUT in MacOS X (thanks Da...Benny Prijono
2008-03-04Ticket #500: implementation of thread priority setting on os_core_unix.cBenny Prijono
2008-03-04Ticket #500: Added function to set thread priority in PJLIBBenny Prijono
2008-02-07Ticket #470, #471, and #472: Compile error when semaphore.h is not present, C...Benny Prijono
2007-11-21Ticket #417: added pjlib API to retrieve the native thread handle from pj_thr...Benny Prijono
2007-11-10Removed srand() call from pjlib initialization to let application supply the ...Benny Prijono
2007-05-25Fixed ticket #300: Assertion error or handle leak when creating thread with S...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-03-17Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody re...Benny Prijono
2007-03-15Fixed ticket #181: Failed compilation because usleep() does not return int on...Benny Prijono
2007-03-05Optimization on the log and add tracing on mutex trylockBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-22Give more useful information when assertion fails in pj_thread_this()Benny Prijono
2006-12-01Changed critical section in os_core_unix.c to use recursive mutexBenny Prijono
2006-12-01Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries af...Benny Prijono
2006-11-21Added pj_shutdown() on os_core_unix.cBenny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-10-04Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and sa...Benny Prijono
2006-10-03Fixed minor error in pj_thread_is_registered() API. The return value should b...Benny Prijono
2006-09-12Fixed mutex leaking in Linux: pj_mutex_destroy() will fail to destroy the mut...Benny Prijono
2006-08-12Improved logging consistency and added more logging info in verbosity 6Benny Prijono
2006-08-11Added pj_thread_is_registeredBenny Prijono
2006-08-11Increased width for sender column in log message, and added additional check ...Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-05-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.Benny Prijono
2006-03-20Ported pjlib to PowerPC/MacOSBenny Prijono