summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).Maxim Dounin1-4/+4
2012-02-20Disable symlinks: error handling cleanup again.Maxim Dounin1-4/+4
2012-02-20Version bump.Maxim Dounin1-2/+2
2012-02-15Disable symlinks: fixed edge cases of path handling.Maxim Dounin1-14/+60
2012-02-15Disable symlinks: cleanup error handling.Maxim Dounin1-41/+70
2012-02-13Added disable_symlinks directive.Andrey Belov3-24/+255
2012-02-13Changed ngx_open_and_stat_file() to use ngx_str_t.Andrey Belov1-19/+20
2012-02-13Time parsing cleanup.Maxim Dounin3-13/+2
2012-02-09Version bump.Maxim Dounin1-2/+2
2012-01-30Fixed memory leak on HUP signal when PCRE JIT was used.Valentin Bartenev1-1/+54
2012-01-24Fixed grammar in PCRE JIT error log message.Valentin Bartenev1-1/+1
2012-01-18Copyright updated.Maxim Konovalov58-0/+58
2012-01-18Version bump.Maxim Konovalov1-2/+2
2012-01-16Fixed division by zero exception in ngx_hash_init().Valentin Bartenev1-1/+1
2012-01-10Changed ngx_log_debugN() macros to verify the number of argumentsRuslan Ermilov1-9/+32
2011-12-27Version bump.Maxim Dounin1-2/+2
2011-12-26Added support for regex study and PCRE JIT (ticket #41) optimizations onValentin Bartenev2-7/+216
2011-12-19Version bump.Maxim Dounin1-1/+1
2011-12-06Removed unused function ngx_regex_capture_count().Valentin Bartenev1-17/+0
2011-12-06Version bump.Maxim Dounin1-2/+2
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev2-0/+57
2011-11-29Version bump.Maxim Dounin1-2/+2
2011-11-28Added (void) as we intentionally ignore returned values.Maxim Dounin1-1/+1
2011-11-25Added escaping of double quotes in ngx_escape_html().Maxim Dounin1-0/+9
2011-11-23Fixed build without atomic operations.Maxim Dounin1-2/+2
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin4-47/+83
2011-11-16Silenced a warning for some compilers.Ruslan Ermilov1-0/+1
2011-11-16Now nginx uses TTL of a DNS response when calculating cache validity.Ruslan Ermilov1-6/+38
2011-11-15Fixed handling of SIGWINCH/NOACCEPT signal.Maxim Dounin1-0/+4
2011-11-15Version bump.Maxim Dounin1-2/+2
2011-11-14Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev2-18/+36
2011-11-14Reverted incorrect change in internal md5 (part of r3928).Maxim Dounin1-1/+2
2011-11-09Fixed compression pointer processing in DNS response greater than 255 bytes.Igor Sysoev1-7/+7
2011-11-01Version bump.Igor Sysoev1-2/+2
2011-10-25Fixed port range checking.Ruslan Ermilov1-3/+3
2011-10-24Support of several servers in the "resolver" directive.Igor Sysoev2-22/+51
2011-10-24Using of junk value in slab allocator similar to modern FreeBSD values.Igor Sysoev1-2/+2
2011-10-24malloc() debugging on MacOSX.Igor Sysoev2-4/+2
2011-10-24FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.Igor Sysoev1-4/+4
2011-10-17Version bump.Igor Sysoev1-2/+2
2011-10-13Fixed utf8 decode (ticket #25).Maxim Dounin1-3/+3
2011-10-11Autoindex: escape '?' in file names.Maxim Dounin2-7/+28
2011-10-07Version bump.Igor Sysoev1-2/+2
2011-10-07Improved ngx_parse_time() code readability.Ruslan Ermilov2-24/+24
2011-10-05Version bump.Igor Sysoev1-2/+2
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov3-3/+3
2011-09-15API change: ngx_chain_update_chains() now requires pool.Maxim Dounin3-10/+13
2011-09-14Version bump.Igor Sysoev1-2/+2
2011-09-14Fix of the previous commit: is_directio flag processing introduced in r4077Igor Sysoev1-0/+2
2011-09-14Bugfix: open_file_cache did not update file info on retest.Igor Sysoev1-7/+1