| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-09-24 | Merge of r4778, r4782, r4783, r4824, r4830, r4834: minor fixes. | Maxim Dounin | 1 | -2/+2 | |
| *) Reorder checks in ngx_shared_memory_add() for more consistent error messages. *) Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined. This fixes warning produced during compilation of the ngx_http_geoip_module due to const qualifier being discarded. *) Fixed possible use of old cached times if runtime went backwards. If ngx_time_sigsafe_update() updated only ngx_cached_err_log_time, and then clock was adjusted backwards, the cached_time[slot].sec might accidentally match current seconds on next ngx_time_update() call, resulting in various cached times not being updated. Fix is to clear the cached_time[slot].sec to explicitly mark cached times are stale and need updating. *) Radix tree preallocation fix. The preallocation size was calculated incorrectly and was always 8 due to sizeof(ngx_radix_tree_t) accidentally used instead of sizeof(ngx_radix_node_t). *) Fixed overflow if ngx_slab_alloc() is called with very big "size" argument. *) Write filter: replaced unneeded loop with one to free chains. Noted by Gabor Lekeny. | |||||
| 2012-08-06 | Merge of r4765: reduced the number of preprocessor directives. | Maxim Dounin | 1 | -5/+1 | |
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2011-10-24 | Using of junk value in slab allocator similar to modern FreeBSD values. | Igor Sysoev | 1 | -2/+2 | |
| 2011-10-24 | malloc() debugging on MacOSX. | Igor Sysoev | 1 | -2/+2 | |
| 2009-04-15 | fix building by BCC without NGX_DEBUG_MALLOC | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-27 | improve ngx_slab_alloc() error logging | Igor Sysoev | 1 | -12/+22 | |
| 2009-03-27 | delete old debugging and info | Igor Sysoev | 1 | -23/+0 | |
| 2009-01-25 | fix slab page or more sized allocations if nginx was build without debug | Igor Sysoev | 1 | -5/+0 | |
| 2009-01-12 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-12-22 | take MALLOC_OPTIONS=J into account in slab allocator | Igor Sysoev | 1 | -1/+14 | |
| 2007-11-16 | the simple expression has the same precision without overflow | Igor Sysoev | 1 | -4/+1 | |
| 2007-01-11 | fix slab allocator on 64-bit platfroms | Igor Sysoev | 1 | -2/+2 | |
| 2007-01-11 | fix slab allocator on 64-bit platfroms | Igor Sysoev | 1 | -7/+8 | |
| 2007-01-02 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-02 | many bug fixes and ngx_slab_alloc_locked()/ngx_slab_free_locked() | Igor Sysoev | 1 | -26/+48 | |
| 2006-11-27 | fix building on 64-bit platforms | Igor Sysoev | 1 | -4/+4 | |
| 2006-11-20 | slab allocator in shared memory | Igor Sysoev | 1 | -2/+676 | |
| 2006-10-28 | undo the previous wrong commit | Igor Sysoev | 1 | -35/+2 | |
| 2006-10-28 | bad commit | Igor Sysoev | 1 | -2/+35 | |
| 2004-09-29 | nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright | Igor Sysoev | 1 | -1/+1 | |
| 2004-09-28 | nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files | Igor Sysoev | 1 | -2/+5 | |
| 2004-06-16 | nginx-0.0.7-2004-06-16-23:36:07 import | Igor Sysoev | 1 | -0/+8 | |
