Tree @release-1.3.15 (Download .tar.gz)
History of src @release-1.3.15
- Use NGX_FILE_ERROR for handling file operations errors. Valentin Bartenev 7 years ago
- Upstream: removed rudiments of upstream connection caching. Ruslan Ermilov 7 years ago
- Upstream: removed sorting of upstream servers. Ruslan Ermilov 7 years ago
- Mail: IPv6 backends (ticket #323). Ruslan Ermilov 7 years ago
- Upstream: removed double-free workarounds in peer.free() methods. Ruslan Ermilov 7 years ago
- Upstream: only call peer.free() if peer.get() selected a peer. Ruslan Ermilov 7 years ago
- Split clients: check length when parsing configuration. Ruslan Ermilov 7 years ago
- Removed unused ngx_http_clear_variable() macro. Ruslan Ermilov 7 years ago
- Fixed language in a comment preceding ngx_http_index_handler(). Ruslan Ermilov 7 years ago
- Moved ngx_array_t definition from ngx_core.h to ngx_array.h. Ruslan Ermilov 7 years ago
- Use NGX_DEFAULT_POOL_SIZE macro where appropriate. Ruslan Ermilov 7 years ago
- Simplified ngx_array_create(). Ruslan Ermilov 7 years ago
- Core: fixed resource leak if binary upgrade fails due to no memory. Ruslan Ermilov 7 years ago
- Preliminary experimental support for SPDY draft 2. Valentin Bartenev 7 years ago
- Win32: disabled MSVC warning about '\0' not fitting into array. Valentin Bartenev 7 years ago
- URI processing code moved to a separate function. Valentin Bartenev 7 years ago
- Image filter: the "image_filter_interlace" directive. Ruslan Ermilov 7 years ago
- The limit_req_status and limit_conn_status directives. Maxim Dounin 7 years ago
- Core: guard against failed allocation during binary upgrade. Ruslan Ermilov 7 years ago
- Status: introduced the "ngx_stat_waiting" counter. Valentin Bartenev 7 years ago
- Allow to reuse connections that wait their first request. Valentin Bartenev 7 years ago
- Upstream: fixed previous commit. Maxim Dounin 7 years ago
- Upstream: call ngx_http_run_posted_requests() on resolve errors. Maxim Dounin 7 years ago
- Request body: avoid linking rb->buf to r->header_in. Maxim Dounin 7 years ago
- Request body: next upstream fix. Maxim Dounin 7 years ago
- Fixed logging in ngx_http_wait_request_handler(). Maxim Dounin 7 years ago
- Removed unused prototype of ngx_http_find_server_conf(). Valentin Bartenev 7 years ago
- Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED. Valentin Bartenev 7 years ago
- SSL: Next Protocol Negotiation extension support. Valentin Bartenev 7 years ago
- Refactored ngx_http_init_request(). Valentin Bartenev 7 years ago