summaryrefslogtreecommitdiff
path: root/src/common/mutex.c
AgeCommit message (Expand)AuthorFilesLines
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