summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_shmtx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Core: fixed build on Tru64 UNIX.Sergey Kandaurov1-1/+1
2015-02-04Core: fixed a race resulting in extra sem_post()'s.Roman Arutyunyan1-1/+2
2012-11-21Fixed location of debug message in ngx_shmtx_lock().Ruslan Ermilov1-3/+3
2012-07-03Fixed typo in a function name.Ruslan Ermilov1-3/+3
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-11-28Added (void) as we intentionally ignore returned values.Maxim Dounin1-1/+1
2011-11-23Fixed build without atomic operations.Maxim Dounin1-2/+2
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin1-44/+69
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev1-0/+215
2007-02-11fix building on platforms with non-supported atomic operationsIgor Sysoev1-1/+2
2006-11-20slab allocator in shared memoryIgor Sysoev1-8/+5
2006-02-08nginx-0.3.27-RELEASE importrelease-0.3.27Igor Sysoev1-0/+70