summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/os_core_unix.c
AgeCommit message (Expand)Author
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
2006-03-06Fixed bug in writing log when pj_init() is calledBenny Prijono
2006-03-06Added version info on pj_init()Benny Prijono
2006-02-26Fixed bug pj_thread_register() when same thread is re-registered with differe...Benny Prijono
2006-02-07Implement rwlock for LinuxBenny Prijono
2005-11-21Set svn:eol-style for all filesBenny Prijono
2005-11-18Pretty commentsBenny Prijono
2005-11-13Applying license to pjprojectBenny Prijono
2005-11-09Rework pjlib++Benny Prijono
2005-11-08Linux alpha testBenny Prijono
2005-11-06Tested new ioqueue framework on Linux with select and epollBenny Prijono
2005-11-01Changed atomic interface and fixed bugs in echo test clientBenny Prijono
2005-11-01Just changing keyword expansionBenny Prijono
2005-11-01Added suppor /and fix things for SunOS portBenny Prijono
2005-10-31initial importBenny Prijono