index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
thread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-01
Change functions to static where possible (Part 1 - common)
Haru
1
-14
/
+15
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2016-07-12
Various changes to the thread interface
Haru
1
-98
/
+106
2016-07-12
Removed unnecessary typedefs from thread and spinlock
Haru
1
-31
/
+42
2016-07-12
Interface thread.c
hemagx
1
-4
/
+23
2016-02-20
Fixed compile warnings in clang
Haru
1
-1
/
+1
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-6
/
+22
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-20
/
+0
2015-06-19
Removed ".." from include directives
Haru
1
-6
/
+5
2015-01-12
Silenced some -Wunused-value warnings in sigemptyset and sigaddset calls
Haru
1
-7
/
+8
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-22
/
+15
2014-07-11
Explicitly specify 'void' when a function expects no arguments
Haru
1
-5
/
+5
2014-07-11
Fixed reserved __identifier violations
Haru
1
-5
/
+5
2014-07-11
Removed unsafe pointer typedefs
Haru
1
-14
/
+14
2014-07-09
Corrected issue with bce716fa908584f435dcf97904fb37ada6dd90b7 forgot to remov...
panikon
1
-2
/
+2
2014-07-08
reversed portion of 7cd967f812ab741c41c416fb9f7c2a921c36e947 that would point...
Streusel
1
-2
/
+2
2014-07-08
Extracted method to obtain SYSTEM_INFO from functions in sysinfo.c
panikon
1
-3
/
+2
2014-05-30
Fixed typos inside src/
Shido
1
-7
/
+7
2014-05-16
Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3
Haru
1
-4
/
+4
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-21
/
+20
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-14
/
+17
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-17
/
+14
2014-05-09
Fixed order of includes in all source files
Haru
1
-14
/
+17
2013-09-18
Fixed a race condition leading to a crash on server shutdown on linux
Haru
1
-9
/
+5
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-199
/
+185
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-185
/
+199
2012-08-06
Hello World! with this commit trunk will finally be making use of the gorgeou...
shennetsind
1
-1
/
+1
2012-06-10
- added some missing copyrights
blacksirius
1
-0
/
+7
2012-06-03
thread api: added support for platforms without TLS (Thread Local Storage) su...
blacksirius
1
-1
/
+41
2012-06-03
feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ...
blacksirius
1
-0
/
+270