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-11-26
Gunzip: added missing ngx_http_clear_etag().
Maxim Dounin
1
-0
/
+1
2012-11-26
Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.
Maxim Dounin
1
-0
/
+1
2012-11-26
Request body: block write events while reading body.
Maxim Dounin
1
-0
/
+2
2012-11-26
Request body: error checking fixes, negative rb->rest handling.
Maxim Dounin
1
-2
/
+11
2012-11-26
Request body: improved handling of incorrect chunked request body.
Maxim Dounin
2
-5
/
+16
2012-11-26
Request body: fixed discard of chunked request body.
Maxim Dounin
1
-1
/
+1
2012-11-23
Core: don't reuse shared memory zone that changed ownership (ticket #210).
Ruslan Ermilov
1
-1
/
+3
2012-11-21
Fixed location of debug message in ngx_shmtx_lock().
Ruslan Ermilov
1
-3
/
+3
2012-11-21
Request body: unbreak build without debug.
Maxim Dounin
1
-0
/
+2
2012-11-21
Request body: chunked transfer encoding support.
Maxim Dounin
4
-179
/
+548
2012-11-21
Request body: recalculate size of a request body in scgi module.
Maxim Dounin
1
-10
/
+16
2012-11-21
Request body: $content_length variable to honor real body size.
Maxim Dounin
1
-2
/
+37
2012-11-21
Request body: always use calculated size of a request body in proxy.
Maxim Dounin
1
-16
/
+11
2012-11-21
Request body: adjust b->pos when chunked parsing done.
Maxim Dounin
1
-0
/
+3
2012-11-21
Request body: chunked parsing moved to ngx_http_parse.c from proxy.
Maxim Dounin
3
-276
/
+277
2012-11-21
Request body: properly handle events while discarding body.
Maxim Dounin
1
-7
/
+9
2012-11-21
Request body: fixed socket leak on errors.
Maxim Dounin
1
-10
/
+28
2012-11-21
Request body: code duplication reduced, no functional changes.
Maxim Dounin
1
-25
/
+14
2012-11-21
Request body: $request_body variable generalization.
Maxim Dounin
1
-5
/
+13
2012-11-21
Request body: fixed "501 Not Implemented" error handling.
Maxim Dounin
2
-3
/
+4
2012-11-21
Core: added debug logging of writev() in ngx_write_chain_to_file().
Maxim Dounin
1
-0
/
+3
2012-11-21
Dav: fixed segfault on PUT if body was already read (ticket #238).
Maxim Dounin
1
-0
/
+5
2012-11-20
Fixed failure to start cache manager and cache loader processes
Igor Sysoev
2
-4
/
+11
2012-11-17
Trailing whitespace fix.
Maxim Dounin
1
-1
/
+1
2012-11-16
Upstream: better detection of connect() failures with kqueue.
Maxim Dounin
1
-2
/
+9
2012-11-16
Upstream: honor the "down" flag for a single server.
Ruslan Ermilov
1
-0
/
+4
2012-11-16
Variables $request_time and $msec.
Ruslan Ermilov
1
-0
/
+63
2012-11-16
Fixed setting of CPU affinity on respawn of dead worker processes.
Ruslan Ermilov
1
-14
/
+16
2012-11-16
Version bump.
Ruslan Ermilov
2
-3
/
+3
2012-10-30
Event pipe: fixed handling of buf_to_file data.
Maxim Dounin
2
-2
/
+10
2012-10-29
Variables $connection and $connection_requests.
Maxim Dounin
2
-23
/
+53
2012-10-24
Resolver: added missing memory allocation error handling.
Maxim Dounin
1
-0
/
+4
2012-10-23
ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
Valentin Bartenev
1
-0
/
+14
2012-10-23
Core: the "auto" parameter of the "worker_processes" directive.
Andrey Belov
1
-2
/
+33
2012-10-18
Removed conditional compilation from waitpid() error test.
Maxim Dounin
1
-4
/
+0
2012-10-18
Gunzip: fixed r->gzip_ok check.
Maxim Dounin
1
-1
/
+1
2012-10-05
OCSP stapling: properly check if there is ssl.ctx.
Maxim Dounin
1
-1
/
+1
2012-10-03
Variable $bytes_sent.
Maxim Dounin
1
-0
/
+26
2012-10-03
Log: $apache_bytes_sent removed.
Maxim Dounin
1
-8
/
+0
2012-10-03
SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Maxim Dounin
3
-2
/
+12
2012-10-03
Version bump.
Maxim Dounin
2
-3
/
+3
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
[next]