1. 9e5f617 Core: fixed resource leak if binary upgrade fails due to no memory. by Ruslan Ermilov · 12 years ago
  2. 2686cb4 Preliminary experimental support for SPDY draft 2. by Valentin Bartenev · 12 years ago
  3. cf64a6c Win32: disabled MSVC warning about '\0' not fitting into array. by Valentin Bartenev · 12 years ago
  4. fb6f8c4 URI processing code moved to a separate function. by Valentin Bartenev · 12 years ago
  5. fd8b7d2 Image filter: the "image_filter_interlace" directive. by Ruslan Ermilov · 12 years ago
  6. d7db87e The limit_req_status and limit_conn_status directives. by Maxim Dounin · 12 years ago
  7. 5a7661e Core: guard against failed allocation during binary upgrade. by Ruslan Ermilov · 12 years ago
  8. bac0cb3 Status: introduced the "ngx_stat_waiting" counter. by Valentin Bartenev · 12 years ago
  9. 23e692b Allow to reuse connections that wait their first request. by Valentin Bartenev · 12 years ago
  10. 3f70ddc Upstream: fixed previous commit. by Maxim Dounin · 12 years ago
  11. c49abd2 Upstream: call ngx_http_run_posted_requests() on resolve errors. by Maxim Dounin · 12 years ago
  12. 4641497 Request body: avoid linking rb->buf to r->header_in. by Maxim Dounin · 12 years ago
  13. 545cfd1 Request body: next upstream fix. by Maxim Dounin · 12 years ago
  14. 092355b Fixed logging in ngx_http_wait_request_handler(). by Maxim Dounin · 12 years ago
  15. f1b6e47 Removed unused prototype of ngx_http_find_server_conf(). by Valentin Bartenev · 12 years ago
  16. b8cba36 Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED. by Valentin Bartenev · 12 years ago
  17. 8fbef48 SSL: Next Protocol Negotiation extension support. by Valentin Bartenev · 12 years ago
  18. bf23093 Refactored ngx_http_init_request(). by Valentin Bartenev · 12 years ago
  19. a32d3f8 Removed c->single_connection flag. by Valentin Bartenev · 12 years ago
  20. 4815b3b Respect the new behavior of TCP_DEFER_ACCEPT. by Valentin Bartenev · 12 years ago
  21. 3e5aaee Use "client_header_timeout" for all requests in a connection. by Valentin Bartenev · 12 years ago
  22. a46a3ab Create request object only after the first byte was received. by Valentin Bartenev · 12 years ago
  23. 1e1b93b Version bump. by Valentin Bartenev · 12 years ago
  24. 8640293 release-1.3.14 tag by Maxim Dounin · 12 years ago
  25. 7dcc731 nginx-1.3.14-RELEASE by Maxim Dounin · 12 years ago nginx-1.3.14
  26. b502fcb Mp4: fixed handling of too small mdat atoms (ticket #266). by Maxim Dounin · 12 years ago
  27. fcf003c Allocate request object from its own pool. by Valentin Bartenev · 12 years ago
  28. b720f65 SNI: added restriction on requesting host other than negotiated. by Valentin Bartenev · 12 years ago
  29. 6000f4a SNI: reset to default server if requested host was not found. by Valentin Bartenev · 12 years ago
  30. f616125 SNI: avoid surplus lookup of virtual server if SNI was used. by Valentin Bartenev · 12 years ago
  31. 8c4fea1 Apply server configuration as soon as host is known. by Valentin Bartenev · 12 years ago
  32. d281d0b SSL: do not treat SSL handshake as request. by Valentin Bartenev · 12 years ago
  33. 167aabf Status: do not count connection as reading right after accept(). by Valentin Bartenev · 12 years ago
  34. 64932a9 SNI: reuse selected configuration for all requests in a connection. by Valentin Bartenev · 12 years ago
  35. e1d8158 SNI: ignore captures in server_name regexes when matching by SNI. by Valentin Bartenev · 12 years ago
  36. 8ca4dff Changed interface of ngx_http_validate_host(). by Valentin Bartenev · 12 years ago
  37. b314102 Introduced the ngx_http_set_connection_log() macro. by Valentin Bartenev · 12 years ago
  38. 508afb8 The default server lookup is now done only once per connection. by Valentin Bartenev · 12 years ago
  39. 67a6872 Correctly handle multiple X-Forwarded-For headers (ticket #106). by Ruslan Ermilov · 12 years ago
  40. 40ea120 Fixed separator in $sent_http_cache_control. by Ruslan Ermilov · 12 years ago
  41. f1d5d03 Fixed potential segfault in ngx_http_keepalive_handler(). by Valentin Bartenev · 12 years ago
  42. 890ee44 SSL: retry "sess_id" and "id" allocations. by Maxim Dounin · 12 years ago
  43. 56bc5f2 Trailing whitespace fix. by Maxim Dounin · 12 years ago
  44. 284a7db Introduced variables in ngx_http_stub_status module. by Andrey Belov · 12 years ago
  45. 208fc03 Connection upgrade support in uwsgi and scgi modules. by Maxim Dounin · 12 years ago
  46. 59db08a Removed zero termination of shm zone names. by Valentin Bartenev · 12 years ago
  47. a98305e Version bump. by Valentin Bartenev · 12 years ago
  48. 2154327 release-1.3.13 tag by Maxim Dounin · 12 years ago
  49. a7b4104 nginx-1.3.13-RELEASE by Maxim Dounin · 12 years ago nginx-1.3.13
  50. 82d48e1 Proxy: fixed do_write handling in previous commit. by Maxim Dounin · 12 years ago
  51. 08a73b4 Proxy: support for connection upgrade (101 Switching Protocols). by Maxim Dounin · 12 years ago
  52. 35c17ea Configure: changed default compiler from "gcc" to "cc". by Gleb Smirnoff · 12 years ago
  53. 7022bc2 Configure: rebuild perl module nginx.so if headers are changed. by Maxim Dounin · 12 years ago
  54. d2c9f45 Fixed false memset warning on Linux with -O3 (ticket #275). by Maxim Dounin · 12 years ago
  55. 2761d48 Updated OpenSSL used for win32 builds. by Maxim Dounin · 12 years ago
  56. a2b987e Added support for {SHA} passwords (ticket #50). by Maxim Dounin · 12 years ago
  57. 6cb9bbe Version bump. by Maxim Dounin · 12 years ago
  58. e757c8d release-1.3.12 tag by Maxim Dounin · 12 years ago
  59. a24e00f nginx-1.3.12-RELEASE by Maxim Dounin · 12 years ago nginx-1.3.12
  60. 94bee54 Updated OpenSSL used for win32 builds. by Maxim Dounin · 12 years ago
  61. 75e5d13 GeoIP: removed pseudo-support of "proxy" and "netspeed" databases. by Ruslan Ermilov · 12 years ago
  62. aad0a1d FastCGI: proper handling of split fastcgi end request. by Maxim Dounin · 12 years ago
  63. e8efec0 FastCGI: unconditional state transitions. by Maxim Dounin · 12 years ago
  64. 1c5fce7 FastCGI: fixed wrong connection close with fastcgi_keep_conn. by Maxim Dounin · 12 years ago
  65. e97e412 Request body: fixed client_body_in_file_only. by Maxim Dounin · 12 years ago
  66. 2887c06 SSL: fixed ngx_ssl_handshake() with level-triggered event methods. by Maxim Dounin · 12 years ago
  67. 733e6d2 SSL: take into account data in the buffer while limiting output. by Valentin Bartenev · 12 years ago
  68. 0f0fac7 SSL: avoid calling SSL_write() with zero data size. by Valentin Bartenev · 12 years ago
  69. f98b1d2 SSL: calculation of buffer size moved closer to its usage. by Valentin Bartenev · 12 years ago
  70. 0f62e19 SSL: preservation of flush flag for buffered data. by Valentin Bartenev · 12 years ago
  71. c857dad SSL: resetting of flush flag after the data was written. by Valentin Bartenev · 12 years ago
  72. 693ba01 SSL: removed conditions that always hold true. by Valentin Bartenev · 12 years ago
  73. 4b46b7f Secure_link: fixed configuration inheritance. by Ruslan Ermilov · 12 years ago
  74. 33e934c Events: fixed null pointer dereference with resolver and poll. by Ruslan Ermilov · 12 years ago
  75. db5e48d GeoIP: IPv6 support. by Ruslan Ermilov · 12 years ago
  76. 6aa684c Configure: fixed GeoIP library detection. by Ruslan Ermilov · 12 years ago
  77. 9e33485 Configure: fixed style of include directories. by Ruslan Ermilov · 12 years ago
  78. aa0b86f Proxy: fixed proxy_method to always add space. by Maxim Dounin · 12 years ago
  79. f29eb07 Removed redundant variable assignment. by Sergey Budnevitch · 12 years ago
  80. 19e2ef7 Variables $pipe, $request_length, $time_iso8601, and $time_local. by Ruslan Ermilov · 12 years ago
  81. e493f9a Version bump. by Ruslan Ermilov · 12 years ago
  82. 5d143ca Fixed and improved the "*_bind" directives of proxying modules. by Ruslan Ermilov · 12 years ago
  83. 2aad7d7 release-1.3.11 tag by Maxim Dounin · 12 years ago
  84. 9ebe377 nginx-1.3.11-RELEASE by Maxim Dounin · 12 years ago nginx-1.3.11
  85. a2a2291 Fixed "proxy_pass" with IP address and no port (ticket #276). by Ruslan Ermilov · 12 years ago
  86. 2cbb7ae Updated PCRE used for win32 builds. by Maxim Dounin · 12 years ago
  87. 041449a SSL: speedup loading of configs with many ssl servers. by Maxim Dounin · 12 years ago
  88. a6ea2f8 Events: added check for duplicate "events" directive. by Valentin Bartenev · 12 years ago
  89. ff2e304 The data pointer in ngx_open_file_t objects must be initialized. by Valentin Bartenev · 12 years ago
  90. f3ab6ec Year 2013. by Ruslan Ermilov · 12 years ago
  91. 92d571d Geo: improved code readability. by Ruslan Ermilov · 12 years ago
  92. f8a6de4 Upstream keepalive: detect duplicate "keepalive" directive. by Ruslan Ermilov · 12 years ago
  93. 0a668fa Version bump. by Ruslan Ermilov · 12 years ago
  94. f2c8704 Geo: made "default" affect both IPv4 and IPv6 when using prefixes. by Ruslan Ermilov · 12 years ago
  95. 592bd8d release-1.3.10 tag by Maxim Dounin · 12 years ago
  96. 2d5f14c nginx-1.3.10-RELEASE by Maxim Dounin · 12 years ago nginx-1.3.10
  97. 98129de Geo: properly initialize ngx_cidr_t when dealing with "default". by Ruslan Ermilov · 12 years ago
  98. 3d87688 Geo: IPv6 support. by Ruslan Ermilov · 12 years ago
  99. dd46cc6 Upstream: fixed state resetting when switching to backup servers. by Valentin Bartenev · 12 years ago
  100. cb90df0 Fixed HEAD requests handling when proxying is used (closes #261). by Valentin Bartenev · 12 years ago