summaryrefslogtreecommitdiff
path: root/src/common/mutex.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-11/+11
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-04Add missing checks into mutex.cAndrei Karas1-0/+12
2016-07-12Various changes to the mutex interfaceHaru1-43/+52
2016-07-12Removed unnecessary typedefs from mutex.hHaru1-42/+38
2016-07-12Interface mutex.chemagx1-3/+22
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-17/+0
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-6/+5
2014-12-31Fix checking result from function TryEnterCriticalSection.Andrei Karas1-1/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-30/+30
2014-08-07Corrected several format-string errors through the codeHaru1-4/+4
2014-07-11Explicitly specify 'void' when a function expects no argumentsHaru1-2/+2
2014-07-11Removed unsafe pointer typedefsHaru1-10/+10
2014-05-16Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3Haru1-1/+2
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-1/+4
2014-05-10Revert "Fixed order of includes in all source files"panikon1-4/+1
2014-05-09Fixed order of includes in all source filesHaru1-1/+4
2013-09-25Renamed iTimer interface to timer.shennetsind1-1/+1
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-133/+123
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-123/+133
2012-06-11Fixed bugreport:5989 map-server crashes. blacksirius1-1/+2
2012-06-10- added some missing copyrightsblacksirius1-0/+2
2012-06-10added mutex && cond var abstraction ( for pthread / winapi )blacksirius1-0/+244