summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_shmem.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-04-02Win32: fixed memory allocation for shmem name (ticket #134).Maxim Dounin1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2009-06-02*) fix memory leak in successful caseIgor Sysoev1-11/+15
*) log shared memory name in failure case
2009-05-30allow shared memory segments more than 4GIgor Sysoev1-2/+7
2009-04-21style fix: remove trailing spacesIgor Sysoev1-1/+1
2009-04-18support attaching to an existent Win32 shared memoryIgor Sysoev1-11/+30
2009-04-16move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev1-7/+3
2006-02-01nginx-0.3.24-RELEASE importrelease-0.3.24Igor Sysoev1-0/+58
*) Workaround: for bug in FreeBSD kqueue. *) Bugfix: now a response generated by the "post_action" directive is not transferred to a client. *) Bugfix: the memory leaks were occurring if many log files were used. *) Bugfix: the first "proxy_redirect" directive was working inside one location. *) Bugfix: on 64-bit platforms segmentation fault may occurred on start if the many names were used in the "server_name" directives; the bug had appeared in 0.3.18.