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-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
2015-10-30
Fixed ngx_parse_time() out of bounds access (ticket #821).
Maxim Dounin
1
-1
/
+1
2016-01-25
Version bump.
Maxim Dounin
1
-2
/
+2
2015-04-16
Core: ensure that ngx_config.h is always included first.
Sergey Kandaurov
1
-0
/
+3
2015-04-16
Stable branch.
Maxim Dounin
1
-2
/
+2
2015-04-16
Fixed build, broken by 8b7f062a3fe6.
Ruslan Ermilov
1
-1
/
+2
2015-04-16
Core: added OpenSSL version information to "nginx -V" output.
Vladimir Homutov
1
-5
/
+16
2015-04-16
Version bump.
Vladimir Homutov
1
-2
/
+2
2015-03-26
Core: guard against spinlock usage without atomic ops.
Ruslan Ermilov
1
-1
/
+1
2015-04-07
Core: limited levels of subdirectory hierarchy used for temp files.
Sergey Kandaurov
1
-0
/
+4
2015-04-07
Core: removed excessive initialization in ngx_conf_set_path_slot().
Sergey Kandaurov
1
-4
/
+0
2015-04-07
Core: fixed error handling on ngx_conf_full_name() failure.
Sergey Kandaurov
1
-1
/
+1
2015-03-26
Version bump.
Maxim Dounin
1
-2
/
+2
2015-03-23
Output chain: free chain links in ngx_chain_writer().
Maxim Dounin
1
-4
/
+12
2015-03-23
Output chain: zero size buf alerts in ngx_chain_writer().
Maxim Dounin
1
-1
/
+32
2015-03-23
Thread pools: implemented graceful exiting of threads.
Valentin Bartenev
1
-3
/
+34
2015-03-23
Thread pools: removed unused pointer to memory pool.
Valentin Bartenev
1
-2
/
+0
2015-03-23
Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.
Valentin Bartenev
1
-45
/
+20
2015-03-23
Thread pools: replaced completed tasks queue mutex with spinlock.
Valentin Bartenev
1
-16
/
+5
2015-03-23
Removed stub implementation of win32 mutexes.
Ruslan Ermilov
1
-10
/
+0
2015-03-19
Core: added cyclic memory buffer support for error_log.
Valentin Bartenev
1
-0
/
+120
2015-03-20
Removed ngx_connection_t.lock.
Ruslan Ermilov
2
-16
/
+0
2015-03-19
Thread pools: silence warning on process exit.
Ruslan Ermilov
1
-0
/
+7
2015-03-19
Thread pools: fixed the waiting tasks accounting.
Ruslan Ermilov
1
-7
/
+8
2015-03-19
Thread pools: keep waiting tasks counter in ngx_thread_pool_t.
Ruslan Ermilov
1
-9
/
+7
2015-03-14
Added support for offloading Linux sendfile() in thread pools.
Valentin Bartenev
1
-0
/
+4
2015-03-14
Added support for offloading read() in thread pools.
Valentin Bartenev
3
-10
/
+38
2015-03-14
Thread pools implementation.
Valentin Bartenev
3
-0
/
+671
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
7
-12
/
+16
2015-03-17
Overflow detection in ngx_inet_addr().
Ruslan Ermilov
1
-2
/
+6
2015-03-17
Core: overflow detection in ngx_parse_time() (ticket #732).
Ruslan Ermilov
1
-16
/
+37
2015-03-17
Refactored ngx_parse_time().
Ruslan Ermilov
1
-3
/
+1
2015-03-17
Core: overflow detection in number parsing functions.
Ruslan Ermilov
2
-52
/
+72
2015-03-17
Core: expose maximum values of time_t and ngx_int_t.
Ruslan Ermilov
1
-0
/
+3
2015-03-04
Log: use ngx_cpymem() in a couple of places, no functional changes.
Valentin Bartenev
1
-6
/
+3
2015-02-24
Core: fixed potential buffer overrun when initializing hash.
Maxim Dounin
1
-1
/
+1
2015-02-17
Core: make ngx_connection_local_sockaddr() always assign address.
Roman Arutyunyan
1
-17
/
+17
2015-02-11
Unbreak building on FreeBSD without file AIO.
Valentin Bartenev
1
-1
/
+1
2015-02-11
Refactored sendfile() AIO preload.
Valentin Bartenev
3
-2
/
+35
2015-02-11
Version bump.
Ruslan Ermilov
1
-2
/
+2
2015-02-10
Core: fixed build on Tru64 UNIX.
Sergey Kandaurov
1
-1
/
+1
2015-02-04
Core: fixed a race resulting in extra sem_post()'s.
Roman Arutyunyan
1
-1
/
+2
2015-02-02
Core: reverted prefix-based temp files (a9138c35120d).
Roman Arutyunyan
2
-21
/
+8
2015-02-02
Core: supported directory skipping in ngx_walk_tree().
Roman Arutyunyan
1
-1
/
+9
2015-01-28
Fixed AIO handling in the output chain.
Valentin Bartenev
1
-2
/
+6
[next]