aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_slab.h
Commit message (Collapse)AuthorAge
* Copyright updated.Maxim Konovalov2012-01-18
|
* Added shmtx interface to forcibly unlock mutexes.Maxim Dounin2011-11-23
| | | | | | | | | | | It is currently used from master process on abnormal worker termination to unlock accept mutex (unlocking of accept mutex was broken in 1.0.2). It is expected to be used in the future to unlock other mutexes as well. Shared mutex code was rewritten to make this possible in a safe way, i.e. with a check if lock was actually held by the exited process. We again use pid to lock mutex, and use separate atomic variable for a count of processes waiting in sem_wait().
* test that zone has the same addresses in different processesIgor Sysoev2009-06-02
|
* support attaching to an existent Win32 shared memoryIgor Sysoev2009-04-18
|
* improve ngx_slab_alloc() error loggingIgor Sysoev2009-03-27
|
* many bug fixes and ngx_slab_alloc_locked()/ngx_slab_free_locked()Igor Sysoev2007-01-02
|
* slab allocator in shared memoryIgor Sysoev2006-11-20
|
* nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev2004-09-29
|
* nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev2004-09-28
|
* nginx-0.0.7-2004-06-16-23:36:07 importIgor Sysoev2004-06-16