summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-05Bugfix: open_file_cache lost is_directio flag.Maxim Dounin1-0/+2
2011-09-05Version bump.Igor Sysoev1-2/+2
2011-08-23Version bump.Igor Sysoev1-2/+2
2011-08-21Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.Maxim Dounin1-1/+1
2011-08-18Complain on invalid log levels.Maxim Dounin1-3/+7
2011-08-04A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev1-5/+0
2011-08-02bump versionIgor Sysoev1-2/+2
2011-07-24elimination of reading cache files by cache loaderIgor Sysoev2-0/+2
2011-07-22fix SSL connection issues on platforms with 32-bit off_tIgor Sysoev1-0/+2
2011-07-20bump version: 1.1.0 development versionIgor Sysoev1-2/+2
2011-07-18fix building by MSVCIgor Sysoev1-26/+26
2011-06-27bump versionIgor Sysoev1-2/+2
2011-05-27fix building on FreeBSD 6 or earlier against system md5Igor Sysoev1-1/+1
2011-05-27make built-in ngx_md5_update() interface consistent with other implemenationsIgor Sysoev2-4/+3
2011-05-26fix building --without-http_auth_basic_module,Igor Sysoev1-0/+4
2011-05-26bump versionIgor Sysoev1-2/+2
2011-05-16"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev2-0/+253
2011-05-11bump versionIgor Sysoev1-2/+2
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev2-80/+223
2011-05-04bump versionIgor Sysoev1-2/+2