1. 0724312 Fixed "changing binary" when reaper is not init. by Ruslan Ermilov · 7 years ago
  2. cabb368 Style. by Sergey Kandaurov · 8 years ago
  3. 981bb84 Introduced worker_shutdown_timeout. by Maxim Dounin · 8 years ago
  4. 0de53ac Cancelable timers are now preserved if there are other timers. by Maxim Dounin · 8 years ago
  5. 114f060 Win32: compatiblity with OpenSSL 1.1.0. by Maxim Dounin · 8 years ago
  6. bb68992 Win32: support 64-bit compilation with MSVC. by Maxim Dounin · 8 years ago
  7. 16a9d5f Win32: fixed some warnings reported by Borland C. by Maxim Dounin · 8 years ago
  8. 11d46a6 Win32: minimized redefinition of ssize_t. by Maxim Dounin · 8 years ago
  9. e6efa58 Win32: minimized redefinition of intptr_t/uintptr_t. by Maxim Dounin · 8 years ago
  10. 5a767e9 Win32: stdint.h used for MinGW GCC. by Maxim Dounin · 8 years ago
  11. 3f0c7a0 Win32: fixed building with newer versions of MinGW GCC. by Maxim Dounin · 8 years ago
  12. 29cdcac Cache: cache manager limits. by Dmitry Volyntsev · 9 years ago
  13. 17003b5 Stream: filters. by Roman Arutyunyan · 9 years ago
  14. 1fa00f5 Always seed PRNG with PID, seconds, and milliseconds. by Ruslan Ermilov · 9 years ago
  15. 322c944 Win32: added per-thread random seeding. by Ruslan Ermilov · 9 years ago
  16. 2ef6b3a Removed redundant "u" format specifier. by Ruslan Ermilov · 9 years ago
  17. b4b9ee5 Fixed spelling. by Josh Soref · 9 years ago
  18. 1567629 Fixed ngx_os_signal_process() prototype. by Ruslan Ermilov · 9 years ago
  19. 46ed97b Fixed ngx_pid_t formatting in ngx_sprintf() and logging. by Sergey Kandaurov · 9 years ago
  20. 2161d8a Style. by Ruslan Ermilov · 9 years ago
  21. 5162a01 Win32: replaced NGX_EXDEV with more appropriate error code. by Maxim Dounin · 9 years ago
  22. 0975f8c Win32: additional error code NGX_EEXIST_FILE (ticket #910). by Maxim Dounin · 9 years ago
  23. 04e62d2 Core: added support for more than 64 CPUs in worker_cpu_affinity. by Vladimir Homutov · 9 years ago
  24. c52460c Dynamic modules: dlopen() support. by Maxim Dounin · 9 years ago
  25. 55c7459 Dynamic modules: changed ngx_modules to cycle->modules. by Maxim Dounin · 9 years ago
  26. 46c5ecc Win32: MSVC 2015 compatibility. by Maxim Dounin · 10 years ago
  27. 8252a06 Core: idle connections now closed only once on exiting. by Valentin Bartenev · 10 years ago
  28. eb02772 Core: added support for writing to stdout. by Vladimir Homutov · 10 years ago
  29. a6dec38 Introduced worker number, ngx_worker. by Maxim Dounin · 10 years ago
  30. 0a4d438 Win32: shared memory base addresses and remapping. by Maxim Dounin · 10 years ago
  31. 87dd01d Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32. by Ruslan Ermilov · 10 years ago
  32. 4ed1e6c Removed "worker_threads" and "thread_stack_size" directives. by Ruslan Ermilov · 10 years ago
  33. 3b2aa69 Removed unused thread-local-storage code. by Ruslan Ermilov · 10 years ago
  34. 766063d Removed ngx_threaded and related code. by Ruslan Ermilov · 10 years ago
  35. 11f92e8 Removed stub implementation of win32 mutexes. by Ruslan Ermilov · 10 years ago
  36. ba1e866 Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. by Ruslan Ermilov · 10 years ago
  37. 8fcbfc0 Core: expose maximum values of time_t and ngx_int_t. by Ruslan Ermilov · 10 years ago
  38. 41ed973 Renamed ngx_handle_sent_chain() to ngx_chain_update_sent(). by Valentin Bartenev · 10 years ago
  39. 8b30fb7 Events: introduced cancelable timers. by Valentin Bartenev · 11 years ago
  40. b3f9a94 Win32: made build-able with MinGW-w64 gcc. by Kouhei Sutou · 10 years ago
  41. 0989d63 Core: added limit to recv_chain(). by Roman Arutyunyan · 10 years ago
  42. 9369cf8 Style. by Maxim Dounin · 10 years ago
  43. 8ae7751 Win32: suppressed warnings by "-Werror=sign-compare". by Kouhei Sutou · 11 years ago
  44. 1cbeabf Reduced difference between the send chain functions. by Valentin Bartenev · 11 years ago
  45. 77d6135 Removed the "complete" variable from various send chain functions. by Valentin Bartenev · 11 years ago
  46. 4aac910 Moved the code for adjusting sent buffers in a separate function. by Valentin Bartenev · 11 years ago
  47. f240215 Style: use ngx_free() instead of free(). by Tatsuhiko Kubo · 11 years ago
  48. a2229a4 Style: keep return type and function name on different lines. by Piotr Sikora · 11 years ago
  49. 7e7589e Style: add whitespace between control statement and parentheses. by Piotr Sikora · 11 years ago
  50. 11bbbc0 Win32: ngx_open_dir() and ngx_close_dir() fixes. by Maxim Dounin · 11 years ago
  51. 1736c18 Configure: the --build= option. by Ruslan Ermilov · 11 years ago
  52. 8f6958b Win32: fixed cpu hog by cache manager on exit (ticket #514). by Maxim Dounin · 11 years ago
  53. f9e7687 Added connection serial number in logging of left open sockets. by Sergey Kandaurov · 11 years ago
  54. 8f8bf84 Win32: MSVC 2013 compatibility. by Maxim Dounin · 11 years ago
  55. 2e57e06 Core: handle getsockopt(TCP_FASTOPEN) failures. by Piotr Sikora · 11 years ago
  56. eb60e1e Win32: support for UTF-16 surrogate pairs (ticket #457). by Maxim Dounin · 11 years ago
  57. 1029607 Added per-process random seeding (ticket #456). by Maxim Dounin · 11 years ago
  58. bfda85b Win32: fixed init_process without master process (ticket #453). by Maxim Dounin · 11 years ago
  59. b0f025f Win32: plugged memory leak. by Maxim Dounin · 11 years ago
  60. 0eee3b0 Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures. by Maxim Dounin · 11 years ago
  61. e115841 Added ngx_filename_cmp() with "/" sorted to the left. by Maxim Dounin · 12 years ago
  62. 48d96ce Win32: MinGW GCC compatibility. by Maxim Dounin · 12 years ago
  63. 74b7a91 Win32: Borland C compatibility fixes. by Maxim Dounin · 12 years ago
  64. 5b37852 Win32: Open Watcom C compatibility fixes. by Maxim Dounin · 12 years ago
  65. 231ed19 Added the NGX_EBADF define. by Valentin Bartenev · 12 years ago
  66. 2b2def7 Autoindex: improved ngx_de_info() error handling. by Sergey Kandaurov · 12 years ago
  67. 050f74b Make macros safe. by Gleb Smirnoff · 12 years ago
  68. 641662e Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. by Maxim Dounin · 12 years ago
  69. cf64a6c Win32: disabled MSVC warning about '\0' not fitting into array. by Valentin Bartenev · 12 years ago
  70. b8a90c6 Implemented IPv6 support for URLs specified using domain names. by Ruslan Ermilov · 12 years ago
  71. 8be233c Correct plural form for "path" in the whole source base. by Andrey Belov · 13 years ago
  72. c722e8a Win32: fixed build with Visual Studio 2005 Express. by Maxim Dounin · 13 years ago
  73. 9d5f5a0 Win32: fixed cpu hog after process startup failure. by Maxim Dounin · 13 years ago
  74. c6d5225 Style. by Maxim Dounin · 13 years ago
  75. 91c654d Fixed return type of ngx_strerror_init(). by Maxim Dounin · 13 years ago
  76. db80a7a Win32: disallowed access to various non-canonical name variants. by Maxim Dounin · 13 years ago
  77. 0e3b423 Accept moderation in case of EMFILE/ENFILE. by Maxim Dounin · 13 years ago
  78. 47a04aa Fixed spelling in multiline C comments. by Ruslan Ermilov · 13 years ago
  79. 7744472 Win32: improved ngx_mutex_init() stub (ticket #138). by Maxim Dounin · 13 years ago
  80. 9063bc8 Win32: fixed memory allocation for shmem name (ticket #134). by Maxim Dounin · 13 years ago
  81. 889ad51 Fixed win32 build after realpath changes in r4559. by Maxim Dounin · 13 years ago
  82. 36aef0c Fixed unconditional MAX_PATH usage (ticket #22). by Maxim Dounin · 13 years ago
  83. 8e6728e Win32: added missing call to srand(). by Maxim Dounin · 13 years ago
  84. b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
  85. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  86. 07bb4ed Introduction of simple ngx_write_stderr() instead of ngx_log_stderr() by Igor Sysoev · 13 years ago
  87. efc6eca malloc() debugging on MacOSX. by Igor Sysoev · 13 years ago
  88. 5f81070 Fixing conflict with SDK off_t definition. by Igor Sysoev · 13 years ago
  89. 1472e79 Recent SDKs allow to build IPV6 only for Windows XP or above. by Igor Sysoev · 13 years ago
  90. a823c55 Replaced "can not" with "cannot" and "could not" in a bunch of places. by Ruslan Ermilov · 14 years ago
  91. de1a3e1 Fix buffer overrun under Windows. by Maxim Dounin · 14 years ago
  92. c2cafad elimination of reading cache files by cache loader by Igor Sysoev · 14 years ago
  93. 5dc5945 "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module by Igor Sysoev · 14 years ago
  94. ef1f33b Use more precise stat.st_blocks to account cache size on Unix by Igor Sysoev · 14 years ago
  95. cc878dc use SwitchToThread() instead of Sleep(0), because the later by Igor Sysoev · 14 years ago
  96. 7f31a20 use copied strerror() messages and autoconfigured sys_nerr value by Igor Sysoev · 14 years ago
  97. 8a9f761 add "Global\" prefix for signal events by Igor Sysoev · 15 years ago
  98. ee37271 fix building by owc12: GetLongPathName() is available since Win2K only by Igor Sysoev · 15 years ago
  99. 865db9b ngx_create_file_mapping() by Igor Sysoev · 15 years ago
  100. aa6936e style fix by Igor Sysoev · 15 years ago