index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-23
Resolver: added support for SRV records.
Dmitry Volyntsev
2
-26
/
+991
2016-03-23
Resolver: do not enable resolve timer if provided timeout is zero.
Dmitry Volyntsev
1
-20
/
+24
2016-03-23
Resolver: introduced valid field in resolver responses.
Dmitry Volyntsev
2
-0
/
+8
2016-03-23
Core: introduced the NGX_DEBUG_PALLOC macro.
Valentin Bartenev
1
-0
/
+4
2016-03-23
Core: use ngx_palloc_small() to allocate ngx_pool_large_t.
Valentin Bartenev
1
-2
/
+2
2016-03-23
Core: introduced the ngx_palloc_small() function.
Valentin Bartenev
1
-33
/
+26
2016-03-23
Core: moved logging before freeing large blocks of pool.
Valentin Bartenev
1
-9
/
+10
2016-03-18
Fix build with -Wmissing-prototypes.
Piotr Sikora
1
-2
/
+2
2016-03-18
Threads: offloading of temp files writing to thread pools.
Maxim Dounin
2
-0
/
+10
2016-03-18
Threads: task pointer stored in ngx_file_t.
Maxim Dounin
2
-3
/
+9
2016-01-20
Stream: UDP proxy.
Roman Arutyunyan
2
-10
/
+86
2016-03-14
Fixed compilation with -Wmissing-prototypes.
Sergey Kandaurov
2
-2
/
+2
2016-03-03
Copy filter: fixed sendfile aio handlers to set ctx->aio.
Maxim Dounin
1
-1
/
+0
2016-02-25
Dynamic modules: removed unnecessary initialization.
Ruslan Ermilov
1
-1
/
+0
2016-02-25
Version bump.
Ruslan Ermilov
1
-2
/
+2
2016-02-18
Core: added support for more than 64 CPUs in worker_cpu_affinity.
Vladimir Homutov
2
-27
/
+50
2016-02-15
Core: improved logging on invalid NGINX variable (ticket #900).
Maxim Dounin
1
-0
/
+6
2016-02-11
Dynamic modules: fixed a version mismatch message (ticket #898).
Ruslan Ermilov
1
-1
/
+1
2016-02-09
Core: ngx_module_t compatibility with C++.
Piotr Sikora
1
-1
/
+1
2016-02-10
Version bump.
Maxim Dounin
1
-2
/
+2
2016-02-04
Dynamic modules.
Maxim Dounin
5
-10
/
+653
2016-02-04
Dynamic modules: dlopen() support.
Maxim Dounin
1
-0
/
+1
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
4
-21
/
+27
2016-02-04
Dynamic modules: moved module-related stuff to separate files.
Maxim Dounin
6
-63
/
+145
2015-12-17
Resolver: style.
Ruslan Ermilov
1
-9
/
+8
2015-12-17
Resolver: improved PTR response processing.
Ruslan Ermilov
1
-28
/
+74
2015-12-17
Resolver: style.
Ruslan Ermilov
1
-13
/
+13
2016-02-02
Resolver: free TCP buffers on resolver cleanup.
Roman Arutyunyan
1
-0
/
+10
2016-02-02
Resolver: fixed possible resource leak introduced in 5a16d40c63de.
Ruslan Ermilov
1
-0
/
+2
2016-01-28
Resolver: TCP support.
Roman Arutyunyan
2
-51
/
+549
2016-01-28
Resolver: per-request DNS server balancer.
Roman Arutyunyan
2
-5
/
+17
2016-01-28
Resolver: renamed UDP-specific structures, fields and variables.
Roman Arutyunyan
2
-63
/
+63
2016-01-28
Resolver: removed unused field from ngx_resolver_ctx_t.
Roman Arutyunyan
1
-3
/
+1
2016-01-28
Version bump.
Roman Arutyunyan
1
-2
/
+2
2016-01-26
Resolver: limited CNAME recursion.
Ruslan Ermilov
1
-6
/
+22
2016-01-26
Resolver: fixed use-after-free memory accesses with CNAME.
Roman Arutyunyan
2
-39
/
+35
2016-01-26
Resolver: changed the ngx_resolver_create_*_query() arguments.
Roman Arutyunyan
1
-30
/
+27
2016-01-26
Resolver: fixed CNAME processing for several requests.
Ruslan Ermilov
1
-6
/
+15
2016-01-26
Resolver: fixed crashes in timeout handler.
Ruslan Ermilov
2
-25
/
+42
2016-01-26
Resolver: fixed possible segmentation fault on DNS format error.
Roman Arutyunyan
1
-1
/
+1
2016-01-11
Core: worker_cpu_affinity auto.
Maxim Dounin
2
-2
/
+42
2015-12-17
Version bump.
Maxim Dounin
1
-2
/
+2
2015-12-09
Version bump.
Ruslan Ermilov
1
-2
/
+2
2015-12-03
Style: NGX_PTR_SIZE replaced with sizeof(void *).
Maxim Dounin
1
-1
/
+1
2015-11-23
Core: enabled "include" inside http upstreams (ticket #635).
Ruslan Ermilov
1
-1
/
+1
2015-11-17
Version bump.
Valentin Bartenev
1
-2
/
+2
2015-10-30
Fixed ngx_parse_time() out of bounds access (ticket #821).
Maxim Dounin
1
-1
/
+1
2015-10-26
Syslog: added "nohostname" option.
Vladimir Homutov
2
-1
/
+10
2015-10-27
Version bump.
Valentin Bartenev
1
-2
/
+2
2015-10-23
Core: read/write locks are also required by the Stream module.
Piotr Sikora
1
-1
/
+1
[next]