summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-04-12nginx-1.1.19-RELEASErelease-1.1.19Maxim Dounin1-0/+82
2012-04-12Mp4: sanity checks cleanup.Maxim Dounin1-66/+208
2012-04-12Reduced the number of lines of code in ngx_inet_addr().Ruslan Ermilov1-5/+1
2012-04-12Fixed buffer overflow when long URI is processed by "try_files" inRuslan Ermilov1-5/+14
2012-04-11Improved readability of the code that produces bitmask from prefix.Ruslan Ermilov1-2/+2
2012-04-11Fixed directives inheritance.Ruslan Ermilov1-3/+5
2012-04-10Access module: fixed inheritance of allow/deny ipv6 rules.Maxim Dounin1-4/+9
2012-04-10Fixed debug logging.Igor Sysoev1-1/+1
2012-04-10Fixed previous commit.Igor Sysoev1-1/+1
2012-04-10Fixed mp4 module seek.Igor Sysoev1-1/+1
2012-04-06Fixed signed integer overflows in timer code (ticket #145).Maxim Dounin2-5/+3
2012-04-05Comment fixed.Andrey Belov1-1/+1
2012-04-05Style: the function type should be on a line by itselfMaxim Konovalov1-1/+2
2012-04-03In ngx_ptocidr(), check that the supplied prefix length is withinRuslan Ermilov1-0/+7
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov19-22/+22
2012-04-02Win32: improved ngx_mutex_init() stub (ticket #138).Maxim Dounin1-1/+12
2012-04-02Win32: fixed memory allocation for shmem name (ticket #134).Maxim Dounin1-1/+1
2012-04-02Upstream: reject upstreams without normal servers.Maxim Dounin1-0/+7
2012-04-02Version bump.Maxim Dounin2-3/+3
2012-03-29Corrected spelling of error message (ticket #136).Ruslan Ermilov1-1/+1
2012-03-28release-1.1.18 tagMaxim Dounin1-0/+1
2012-03-28nginx-1.1.18-RELEASErelease-1.1.18Maxim Dounin1-0/+83
2012-03-28Fixed win32 build after realpath changes in r4559.Maxim Dounin2-3/+3
2012-03-28Configure: fixed msghdr.msg_control test on 64bit platforms.Maxim Dounin1-2/+2
2012-03-28Replaced ngx_http_realip_from_t with ngx_in_cidr_t.Ruslan Ermilov1-10/+4
2012-03-28Fixed calculation of range boundaries.Ruslan Ermilov1-11/+8
2012-03-28Xslt: parser options now set with xmlCtxtUseOptions().Maxim Dounin1-3/+2
2012-03-27Fixed more gcc46 warnings in configure tests.Maxim Dounin5-26/+41
2012-03-27Fixed unconditional MAX_PATH usage (ticket #22).Maxim Dounin3-3/+33
2012-03-27Added explicit include of time.h.Maxim Dounin3-0/+3
2012-03-22Resolver: added missing sanity checking when creating name queries.Maxim Dounin1-1/+5
2012-03-22Win32: added missing call to srand().Maxim Dounin1-0/+2
2012-03-22Added xslt_param and xslt_string_param directives.Maxim Dounin1-33/+168
2012-03-22Fixed off-by-one in xslt parameter parsing.Maxim Dounin1-1/+1
2012-03-22Restricted keepalive_disable safari to OS X only.Maxim Dounin1-1/+3
2012-03-22Removed safari from keepalive_disable default.Maxim Dounin1-2/+1
2012-03-21The addition of $tcpinfo_* variables has broken the build on LinuxRuslan Ermilov1-0/+5
2012-03-21worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov9-28/+119
2012-03-21If we inserted "Last-Modified" in r->headers_out.headers, don'tRuslan Ermilov1-0/+2
2012-03-21Minor ngx_http_headers_filter_module.c code cleanup.Ruslan Ermilov1-22/+20
2012-03-19For the sake of case/switch code readability, 'fall through'Maxim Konovalov2-0/+5
2012-03-16Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, andRuslan Ermilov2-0/+86
2012-03-16Some older OSes (notably FreeBSD 4.x) did not have %zuRuslan Ermilov1-1/+1
2012-03-15Fixed compilation warnings in configuration C tests.Ruslan Ermilov5-12/+19
2012-03-15Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter"Ruslan Ermilov2-7/+8
2012-03-15The "error_log" directive specified in the "http", "server", andRuslan Ermilov1-2/+9
2012-03-15Slight optimization in ngx_http_get_variable_index().Ruslan Ermilov1-1/+1
2012-03-15- New variable: $connection_requests.Ruslan Ermilov1-1/+13
2012-03-15Version bump.Maxim Dounin2-3/+3
2012-03-15release-1.1.17 tagMaxim Dounin1-0/+1