Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/http
AgeCommit message (Expand)Author
2018-08-09HTTP/2: workaround for clients which fail on table size updates.Maxim Dounin
2018-08-07SSL: support for TLSv1.3 early data with BoringSSL.Maxim Dounin
2018-08-02Dav: removed dead store after 8e7a5de61664.Sergey Kandaurov
2018-08-01Dav: changed COPY of a file to preserve access mask.Maxim Dounin
2018-07-17Fixed invalid access to location defined as an empty string.Ruslan Ermilov
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov
2018-07-16SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin
2018-07-12Allow resetting connections closed by "return 444" (ticket #905).Ruslan Ermilov
2018-07-02Upstream: fixed tcp_nopush with gRPC.Maxim Dounin
2018-07-02Upstream: fixed unexpected tcp_nopush usage on peer connections.Maxim Dounin
2018-07-02gRPC: clearing buffers in ngx_http_grpc_get_buf().Maxim Dounin
2018-06-15Upstream: ngx_http_upstream_random module.Vladimir Homutov
2018-06-14Upstream: improved peer selection concurrency for hash and ip_hash.Ruslan Ermilov
2018-06-13Upstream: disable body cleanup with preserve_output (ticket #1565).Maxim Dounin
2018-06-07HTTP/2: use scheme from original request for pushes (closes #1549).Ruslan Ermilov
2018-06-07Added r->schema.Ruslan Ermilov
2018-06-07Removed extraneous check while processing request line.Ruslan Ermilov
2018-06-07HTTP/2: validate client request scheme.Ruslan Ermilov
2018-05-24Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986.Ruslan Ermilov
2018-05-30Limit req: improved handling of negative times.Maxim Dounin
2018-05-07Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov
2018-04-25SSL: deprecated the "ssl" directive.Ruslan Ermilov
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin
2018-04-18Cache: fixed cache valid slot to reject incorrect statuses.Maxim Dounin
2018-04-05Upstream: fixed u->conf->preserve_output (ticket #1519).Maxim Dounin
2018-04-03Upstream: fixed ngx_http_upstream_test_next() conditions.Maxim Dounin
2018-03-22gRPC: fixed possible sign extension of error and setting_value.Maxim Dounin
2018-03-20gRPC: fixed missing state save in frame header parsing.Sergey Kandaurov
2018-03-19HTTP/2: improved frame info debugging.Ruslan Ermilov
2018-03-19gRPC: fixed parsing response headers split on CONTINUATION frames.Sergey Kandaurov
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov
2018-03-19Upstream: fixed comments after 13f8dec720b5.Ruslan Ermilov
2018-03-17gRPC: special handling of "trailer only" responses.Maxim Dounin
2018-03-17gRPC: special handling of the TE request header.Maxim Dounin
2018-03-17The gRPC proxy module.Maxim Dounin
2018-03-17Upstream: u->conf->preserve_output flag.Maxim Dounin
2018-03-17Upstream: u->request_body_blocked flag.Maxim Dounin
2018-03-17Upstream: trailers support, u->conf->pass_trailers flag.Maxim Dounin
2018-03-17HTTP/2: externalized various constants and interfaces.Maxim Dounin
2018-03-07Improved code readablity.Ruslan Ermilov
2018-03-05HTTP/2: unknown frames now logged at info level.Maxim Dounin
2018-03-01Access log: support for disabling escaping (ticket #1450).Vladimir Homutov
2018-03-01Postpone filter: prevented uninitialized r->out.Roman Arutyunyan
2018-02-28Generic subrequests in memory.Roman Arutyunyan
2018-02-22Modules compatibility: additional upstream metrics.Vladimir Homutov
2018-02-26Auth basic: prevent null character in error log (ticket #1494).Vadim Filimonov
2018-02-22HTTP/2: style.Ruslan Ermilov
2018-02-21Geo: optimized configuration parser.Ruslan Ermilov
2018-02-21Geo: fixed memory allocation error handling (closes #1482).Ruslan Ermilov