1. 2b2def7 Autoindex: improved ngx_de_info() error handling. by Sergey Kandaurov · 12 years ago
  2. e09741b Format specifier fixes in error logging. by Sergey Kandaurov · 12 years ago
  3. ef76fbe Unbreak building on Linux without sendfile64() support. by Valentin Bartenev · 12 years ago
  4. 65e37b4 Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain(). by Gleb Smirnoff · 12 years ago
  5. 02a077b On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs. by Ruslan Ermilov · 12 years ago
  6. 615d558 Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled. by Valentin Bartenev · 12 years ago
  7. d102510 Style. by Maxim Dounin · 12 years ago
  8. 050f74b Make macros safe. by Gleb Smirnoff · 12 years ago
  9. 982f4de Fixed build on Linux with x32 ABI. by Maxim Dounin · 12 years ago
  10. 11ff177 Core: support several "error_log" directives. by Vladimir Homutov · 12 years ago
  11. c974bd7 Valgrind: another complaint about uninitialized bytes. by Tatsuhiko Kubo · 12 years ago
  12. 40c4e7b Valgrind: supressed complaints about uninitialized bytes. by Maxim Dounin · 12 years ago
  13. 6b95320 Valgrind: sigaction() failure now ignored. by Maxim Dounin · 12 years ago
  14. 641662e Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. by Maxim Dounin · 12 years ago
  15. 3be6cc9 Use "void" for functions with empty parameter list. by Sergey Kandaurov · 12 years ago
  16. c3d20f5 Style: remove unnecessary references to HTTP from non-HTTP modules. by Piotr Sikora · 12 years ago
  17. 604e18f Use NGX_FILE_ERROR for handling file operations errors. by Valentin Bartenev · 12 years ago
  18. cf64a6c Win32: disabled MSVC warning about '\0' not fitting into array. by Valentin Bartenev · 12 years ago
  19. 4b6f8dc Core: crypt_r() error handling fixed. by Maxim Dounin · 12 years ago
  20. b8a90c6 Implemented IPv6 support for URLs specified using domain names. by Ruslan Ermilov · 12 years ago
  21. b63da70 Core: removed GLOB_NOSORT glob option. by Maxim Dounin · 12 years ago
  22. 1469b51 Core: fixed ngx_write_chain_to_file() with IOV_MAX reached. by Maxim Dounin · 12 years ago
  23. d228cf3 Core: added debug logging of writev() in ngx_write_chain_to_file(). by Maxim Dounin · 12 years ago
  24. da130ac Fixed failure to start cache manager and cache loader processes by Igor Sysoev · 12 years ago
  25. 9997aae Fixed setting of CPU affinity on respawn of dead worker processes. by Ruslan Ermilov · 12 years ago
  26. 106dbc8 Removed conditional compilation from waitpid() error test. by Maxim Dounin · 12 years ago
  27. 8be233c Correct plural form for "path" in the whole source base. by Andrey Belov · 13 years ago
  28. 927643e Added clearing of cpu_affinity after process spawn. by Maxim Dounin · 13 years ago
  29. 66e9525 Explicitly ignore returned value from unlink() in ngx_open_tempfile(). by Andrey Belov · 13 years ago
  30. c722e8a Win32: fixed build with Visual Studio 2005 Express. by Maxim Dounin · 13 years ago
  31. 1efcca3 Fixed compilation with -Wmissing-prototypes. by Ruslan Ermilov · 13 years ago
  32. 9d5f5a0 Win32: fixed cpu hog after process startup failure. by Maxim Dounin · 13 years ago
  33. 2219c56 Made sure to initialize the entire "struct flock" allocated on stack. by Ruslan Ermilov · 13 years ago
  34. c6d5225 Style. by Maxim Dounin · 13 years ago
  35. 91c654d Fixed return type of ngx_strerror_init(). by Maxim Dounin · 13 years ago
  36. 97f7bf2 Fixed "sendmsg() failed" alerts on HP-UX. by Maxim Dounin · 13 years ago
  37. a769c53 Fixed segfault with poll and resolver used. by Maxim Dounin · 13 years ago
  38. db80a7a Win32: disallowed access to various non-canonical name variants. by Maxim Dounin · 13 years ago
  39. e1133ca Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10. by Maxim Dounin · 13 years ago
  40. 0e3b423 Accept moderation in case of EMFILE/ENFILE. by Maxim Dounin · 13 years ago
  41. 0abb0bc Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14). by Maxim Dounin · 13 years ago
  42. 578c02f IOV_MAX handling microoptimization. by Maxim Dounin · 13 years ago
  43. 96d73e2 Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain(). by Maxim Dounin · 13 years ago
  44. 13d5d85 Style: the function type should be on a line by itself by Maxim Konovalov · 13 years ago
  45. 47a04aa Fixed spelling in multiline C comments. by Ruslan Ermilov · 13 years ago
  46. 7744472 Win32: improved ngx_mutex_init() stub (ticket #138). by Maxim Dounin · 13 years ago
  47. 9063bc8 Win32: fixed memory allocation for shmem name (ticket #134). by Maxim Dounin · 13 years ago
  48. 889ad51 Fixed win32 build after realpath changes in r4559. by Maxim Dounin · 13 years ago
  49. 36aef0c Fixed unconditional MAX_PATH usage (ticket #22). by Maxim Dounin · 13 years ago
  50. 7b2b17a Added explicit include of time.h. by Maxim Dounin · 13 years ago
  51. 8e6728e Win32: added missing call to srand(). by Maxim Dounin · 13 years ago
  52. fbd32d4 worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support. by Ruslan Ermilov · 13 years ago
  53. ee18743 Whitespace fixes. by Maxim Dounin · 13 years ago
  54. db40227 Added msleep() on reload to allow new processes to start. by Maxim Dounin · 13 years ago
  55. b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
  56. c66a1e7 Workaround for fs_size on ZFS (ticket #46). by Maxim Dounin · 13 years ago
  57. 86c5513 Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components. by Valentin Bartenev · 13 years ago
  58. 7ba66f4 Disable symlinks: added explicit cast of AT_FDCWD (ticket #111). by Maxim Dounin · 13 years ago
  59. 71205c3 Added openat()/fstatat(). by Andrey Belov · 13 years ago
  60. 891b43d Added ngx_ncpu detection for most *nix platforms. by Valentin Bartenev · 13 years ago
  61. b3e461e Fixed AIO error handling on FreeBSD. by Maxim Dounin · 13 years ago
  62. f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
  63. b904676 Fixed sched_setaffinity(2) to correctly pass size. by Maxim Dounin · 13 years ago
  64. ae0e919 Microoptimization of sendfile(2) usage under FreeBSD. by Maxim Dounin · 13 years ago
  65. a4484b1 Added (void) as we intentionally ignore returned values. by Maxim Dounin · 13 years ago
  66. 13717da Unlock of shared memory zones on process crash. by Maxim Dounin · 13 years ago
  67. 91ecc8f Added shmtx interface to forcibly unlock mutexes. by Maxim Dounin · 13 years ago
  68. f61b7b3 FreeBSD 10-current has recently gotten POSIX_FADV_* macros. by Maxim Konovalov · 13 years ago
  69. 07bb4ed Introduction of simple ngx_write_stderr() instead of ngx_log_stderr() by Igor Sysoev · 13 years ago
  70. c576245 Fixed range checking for the "somaxconn" sysctl. by Ruslan Ermilov · 13 years ago
  71. efc6eca malloc() debugging on MacOSX. by Igor Sysoev · 13 years ago
  72. ce61ff9 Fixed another return in unix ngx_write_chain_to_file(). by Maxim Dounin · 13 years ago
  73. aecb2ed Fixed unix ngx_write_chain_to_file() to return total bytes written. by Maxim Dounin · 13 years ago
  74. 5f81070 Fixing conflict with SDK off_t definition. by Igor Sysoev · 13 years ago
  75. 1472e79 Recent SDKs allow to build IPV6 only for Windows XP or above. by Igor Sysoev · 13 years ago
  76. a823c55 Replaced "can not" with "cannot" and "could not" in a bunch of places. by Ruslan Ermilov · 14 years ago
  77. 4134b48 Fixing Linux AIO syscalls return value handling: by Igor Sysoev · 14 years ago
  78. 59efbc4 In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library by Ruslan Ermilov · 14 years ago
  79. 4f65a05 Bugfix: open_file_cache lost is_directio flag. by Maxim Dounin · 14 years ago
  80. 566dfe0 SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode. by Igor Sysoev · 14 years ago
  81. de1a3e1 Fix buffer overrun under Windows. by Maxim Dounin · 14 years ago
  82. ec8186c Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure. by Maxim Dounin · 14 years ago
  83. c2cafad elimination of reading cache files by cache loader by Igor Sysoev · 14 years ago
  84. 5dc5945 "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module by Igor Sysoev · 14 years ago
  85. e2c8ad7 use POSIX semaphores in shmtx instead of sched_yield() by Igor Sysoev · 14 years ago
  86. 2bd01a0 revert r3864, it may cause kernel panic on some kernels while working with IPv6 by Igor Sysoev · 14 years ago
  87. ef1f33b Use more precise stat.st_blocks to account cache size on Unix by Igor Sysoev · 14 years ago
  88. 95899a3 use backlog -1 on Linux thanks to Andrei Nigmatulin by Igor Sysoev · 14 years ago
  89. 4d6db4a set current atime while setting mtime patch by Andrei Nigmatulin by Igor Sysoev · 14 years ago
  90. cc878dc use SwitchToThread() instead of Sleep(0), because the later by Igor Sysoev · 14 years ago
  91. 2567c92 allow "env" to work in the single process mode by Igor Sysoev · 14 years ago
  92. d4b08c9 allocate last zero byte in ngx_crypt() by Igor Sysoev · 14 years ago
  93. 7f31a20 use copied strerror() messages and autoconfigured sys_nerr value by Igor Sysoev · 14 years ago
  94. 40747ad Linux accept4() support by Igor Sysoev · 14 years ago
  95. 3bff22f update event flags after successful io_submit() by Igor Sysoev · 14 years ago
  96. 8c70e67 worker_rlimit_core should be off_t by Igor Sysoev · 15 years ago
  97. 8a9f761 add "Global\" prefix for signal events by Igor Sysoev · 15 years ago
  98. f9dd541 fix typo by Igor Sysoev · 15 years ago
  99. 40b4ba1 style fix by Igor Sysoev · 15 years ago
  100. ee37271 fix building by owc12: GetLongPathName() is available since Win2K only by Igor Sysoev · 15 years ago