Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-12Slab: removed redundant page calculation (ticket #1721).Maxim Dounin
2017-08-08Slab: fixed initialization on win32.Ruslan Ermilov
2017-07-04Slab: fixed small allocations on systems with large pagesize.Ruslan Ermilov
2017-07-04Slab: style.Ruslan Ermilov
2016-12-24Win32: support 64-bit compilation with MSVC.Maxim Dounin
2016-12-08Slab: commented bitmap initialization for small allocations.Ruslan Ermilov
2016-12-07Slab: free pages statistics.Ruslan Ermilov
2016-12-07Slab: slots statistics.Ruslan Ermilov
2016-12-07Slab: simplified some math.Ruslan Ermilov
2016-12-07Slab: simplified allocation from slots.Ruslan Ermilov
2016-12-07Slab: fixed the number of pages calculation.Ruslan Ermilov
2016-12-07Slab: added comment about list heads.Ruslan Ermilov
2016-12-07Slab: improved code readability.Ruslan Ermilov
2016-12-03Slab: improved double free detection.Ruslan Ermilov
2016-12-03Slab: always show the requested allocation size in debug messages.Ruslan Ermilov
2016-12-03Slab: style.Ruslan Ermilov
2016-03-31Fixed logging.Sergey Kandaurov
2016-03-30Style.Ruslan Ermilov
2014-06-18Core: bugfix for the ngx_slab_max_size case.Jianjun Zheng
2014-06-04Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().Ruslan Ermilov
2014-06-03Core: slab allocator free pages defragmentation.Maxim Dounin
2014-03-31Core: slab log_nomem flag.Maxim Dounin
2013-09-04Handling of ngx_int_t != intptr_t case.Maxim Dounin
2012-08-30Fixed overflow if ngx_slab_alloc() is called with very big "size" argument.Ruslan Ermilov
2012-07-26Reduced the number of preprocessor directives.Ruslan Ermilov
2012-01-18Copyright updated.Maxim Konovalov
2011-10-24Using of junk value in slab allocator similar to modern FreeBSD values.Igor Sysoev
2011-10-24malloc() debugging on MacOSX.Igor Sysoev
2009-04-15fix building by BCC without NGX_DEBUG_MALLOCIgor Sysoev
2009-03-27improve ngx_slab_alloc() error loggingIgor Sysoev
2009-03-27delete old debugging and infoIgor Sysoev
2009-01-25fix slab page or more sized allocations if nginx was build without debugIgor Sysoev
2009-01-12style fixIgor Sysoev
2007-12-22take MALLOC_OPTIONS=J into account in slab allocatorIgor Sysoev
2007-11-16the simple expression has the same precision without overflowIgor Sysoev
2007-01-11fix slab allocator on 64-bit platfromsIgor Sysoev
2007-01-11fix slab allocator on 64-bit platfromsIgor Sysoev
2007-01-03style fixIgor Sysoev
2007-01-03many bug fixes and ngx_slab_alloc_locked()/ngx_slab_free_locked()Igor Sysoev
2006-11-27fix building on 64-bit platformsIgor Sysoev
2006-11-20slab allocator in shared memoryIgor Sysoev
2006-10-28undo the previous wrong commitIgor Sysoev
2006-10-28bad commitIgor Sysoev
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev
2004-06-16nginx-0.0.7-2004-06-16-23:36:07 importIgor Sysoev