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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-01
OCSP stapling: build fixes.
Maxim Dounin
1
-5
/
+5
2012-10-01
OCSP stapling: ssl_stapling_verify directive.
Maxim Dounin
4
-7
/
+22
2012-10-01
OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.
Maxim Dounin
1
-1
/
+1
2012-10-01
OCSP stapling: log error data in ngx_ssl_error().
Maxim Dounin
1
-6
/
+17
2012-10-01
OCSP stapling: check Content-Type.
Maxim Dounin
1
-0
/
+28
2012-10-01
OCSP stapling: loading OCSP responses.
Maxim Dounin
6
-40
/
+1761
2012-10-01
OCSP stapling: the ngx_event_openssl_stapling.c file.
Maxim Dounin
1
-0
/
+140
2012-10-01
OCSP stapling: ssl_stapling_file support.
Maxim Dounin
3
-0
/
+29
2012-10-01
OCSP stapling: ssl_trusted_certificate directive.
Maxim Dounin
4
-3
/
+51
2012-09-28
Resolver: cached addresses are returned with random rotation now.
Maxim Dounin
1
-2
/
+25
2012-09-28
Correct plural form for "path" in the whole source base.
Andrey Belov
6
-26
/
+26
2012-09-28
Made sure to initialize the entire ngx_file_t structure.
Andrey Belov
1
-0
/
+2
2012-09-27
SSL: added version checks for ssl compression workaround.
Maxim Dounin
1
-0
/
+2
2012-09-27
SSL: fixed compression workaround to remove all methods.
Maxim Dounin
1
-3
/
+3
2012-09-26
Added clearing of cpu_affinity after process spawn.
Maxim Dounin
1
-0
/
+2
2012-09-26
Version bump.
Maxim Dounin
2
-3
/
+3
2012-09-11
Gunzip: removed nginx.h leftover include.
Maxim Dounin
1
-1
/
+0
2012-09-10
Gunzip filter import.
Maxim Dounin
1
-0
/
+677
2012-09-10
Gzip static: "always" parameter in "gzip_static" directive.
Maxim Dounin
1
-10
/
+32
2012-09-10
Memcached: memcached_gzip_flag directive.
Maxim Dounin
1
-8
/
+56
2012-09-05
Write filter: replaced unneeded loop with one to free chains.
Maxim Dounin
1
-11
/
+7
2012-09-03
Limit req: fix of rbtree node insertion on hash collisions.
Valentin Bartenev
1
-4
/
+4
2012-08-30
Fixed overflow if ngx_slab_alloc() is called with very big "size" argument.
Ruslan Ermilov
1
-2
/
+2
2012-08-30
Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses
Ruslan Ermilov
3
-3
/
+29
2012-08-28
Fixed the "include" directive.
Ruslan Ermilov
4
-21
/
+6
2012-08-27
Version bump.
Ruslan Ermilov
2
-3
/
+3
2012-08-18
Radix tree preallocation fix.
Maxim Dounin
1
-1
/
+1
2012-08-18
Whitespace fix.
Maxim Dounin
1
-3
/
+3
2012-08-17
Mark logically dead code with corresponding comment.
Andrey Belov
1
-0
/
+1
2012-08-17
Mp4: removed restriction to avc1/mp4a formats (ticket #194).
Maxim Dounin
1
-8
/
+0
2012-08-17
Mail: fixed handling of AF_UNIX addresses in "listen".
Ruslan Ermilov
2
-0
/
+14
2012-08-17
Removed a stale "AF_INET only" comment.
Ruslan Ermilov
1
-2
/
+0
2012-08-17
Mail: fixed sorting of listen addresses (ticket #187).
Ruslan Ermilov
1
-0
/
+5
2012-08-16
Geo: fixed handling of ranges without default set.
Maxim Dounin
1
-4
/
+4
2012-08-16
Crypt: fixed handling of corrupted SSHA entries in password file.
Maxim Dounin
1
-2
/
+9
2012-08-16
Map: fixed optimization of variables as values.
Maxim Dounin
1
-8
/
+2
2012-08-15
mail_core: don't let the well-known port in the "listen" directive to
Ruslan Ermilov
1
-15
/
+17
2012-08-15
Corrected the directive name in the ngx_mail_auth_http_module error message.
Ruslan Ermilov
1
-1
/
+1
2012-08-08
Added three missing checks for NULL after ngx_array_push() calls.
Valentin Bartenev
3
-0
/
+10
2012-08-07
Explicitly ignore returned value from close() in ngx_event_core_init_conf().
Andrey Belov
1
-1
/
+1
2012-08-06
Explicitly ignore returned value from unlink() in ngx_open_tempfile().
Andrey Belov
1
-1
/
+1
2012-08-06
Resolver: fixed possible memory leak in ngx_resolver_create().
Maxim Dounin
1
-9
/
+9
2012-08-03
Fixed the -p parameter handling.
Ruslan Ermilov
1
-1
/
+1
2012-08-03
Fixed possible use of old cached times if runtime went backwards.
Maxim Dounin
1
-0
/
+4
2012-08-03
Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined.
Maxim Dounin
2
-2
/
+2
2012-08-03
Whitespace fix.
Maxim Dounin
1
-2
/
+2
2012-08-02
Win32: fixed build with Visual Studio 2005 Express.
Maxim Dounin
1
-0
/
+1
2012-08-01
Reorder checks in ngx_shared_memory_add() for more consistent error messages.
Andrey Belov
1
-8
/
+8
2012-07-31
Version bump.
Ruslan Ermilov
2
-3
/
+3
2012-07-30
Core: ipv6only is now on by default.
Ruslan Ermilov
6
-8
/
+15
[next]