summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/os_core_win32.c
AgeCommit message (Expand)Author
2017-01-23Re #1900: Reintegrated works in UWP branch to trunk.Nanang Izzuddin
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2011-10-25Re #1394: Ignore thread join if called from the same thread, it will cause th...Nanang Izzuddin
2011-07-19Re #1326:Nanang Izzuddin
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
2010-09-22Fixed #1132: Assertion when (re)starting PJLIB on different threadBenny Prijono
2009-11-23Misc (#951): fixed compilation warning on Win32 Release buildBenny Prijono
2009-08-05Ticket #931: Logging function may infinitely recursively calls itself on Wind...Benny Prijono
2009-07-22Ticket #922: Option to enable mutex related logging to assist troubleshooting...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-07-13Ticket #565: Call WSACleanup() when pj_shutdown() is called on WindowsBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-05-15Fixed bug with pj_generate_unique_string() initialization trying to access th...Benny Prijono
2008-03-04Ticket #500: Added function to set thread priority in PJLIBBenny Prijono
2008-01-03Print stack usage upon thread exitingBenny 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-03-06Fixed ticket #162: assertion on thread creation in Win32 when log level 6 is ...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-01Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries af...Benny Prijono
2006-11-23Fixed crash in IoCompletionPort during unregistration. Also remove WSACleanup...Benny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-10-03Fixed minor error in pj_thread_is_registered() API. The return value should b...Benny Prijono
2006-08-11Added pj_thread_is_registeredBenny 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-11Removed rwmutex implementation to os_rwmutex.cBenny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny 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-01-19Initial, quick and dirty WinCE port with EVC4Benny Prijono
2006-01-05Added loop transport to test transactionBenny Prijono
2005-12-30Basic module, transport, and sending messagesBenny Prijono
2005-11-21Added rdtsc option for win32 timestamp and added pj_elapsed_msecBenny Prijono
2005-11-21Set svn:eol-style for all filesBenny Prijono
2005-11-20Added hex character conversion utility in ctypeBenny Prijono
2005-11-18Pretty commentsBenny Prijono
2005-11-13Applying license to pjprojectBenny Prijono
2005-11-09Rework pjlib++Benny Prijono
2005-11-02Final commit before 0.3-pre3Benny 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