Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright updated. | Maxim Konovalov | 2012-01-18 |
| | |||
* | Added shmtx interface to forcibly unlock mutexes. | Maxim Dounin | 2011-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 processes | Igor Sysoev | 2009-06-02 |
| | |||
* | support attaching to an existent Win32 shared memory | Igor Sysoev | 2009-04-18 |
| | |||
* | improve ngx_slab_alloc() error logging | Igor Sysoev | 2009-03-27 |
| | |||
* | many bug fixes and ngx_slab_alloc_locked()/ngx_slab_free_locked() | Igor Sysoev | 2007-01-02 |
| | |||
* | slab allocator in shared memory | Igor Sysoev | 2006-11-20 |
| | |||
* | nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright | Igor Sysoev | 2004-09-29 |
| | |||
* | nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files | Igor Sysoev | 2004-09-28 |
| | |||
* | nginx-0.0.7-2004-06-16-23:36:07 import | Igor Sysoev | 2004-06-16 |