1. 78c95de XFS on Linux does not set dirent.d_type, by Igor Sysoev · 16 years ago
  2. 49e140e fix message by Igor Sysoev · 16 years ago
  3. a35eacc a prelimiary IPv6 support, HTTP listen by Igor Sysoev · 16 years ago
  4. 9f751a8 AIX has no WCOREDUMP() by Igor Sysoev · 16 years ago
  5. 7dcbfe6 use GetFileAttributesEx() instead of GetFileAttributes() by Igor Sysoev · 16 years ago
  6. 5aa6d22 fix win32 ngx_is_dir(), etc by Igor Sysoev · 16 years ago
  7. 1cf4988 fix r1981 on win32 by Igor Sysoev · 16 years ago
  8. 97bf6c7 set send() slot for POSIX systems by Igor Sysoev · 16 years ago
  9. ed9b6d8 remove never used zero copy stuff by Igor Sysoev · 16 years ago
  10. 524f54f use ngx_ext_rename_file() for single file MOVE by Igor Sysoev · 16 years ago
  11. a70d396 compact win32 errno logging by Igor Sysoev · 16 years ago
  12. 04f7dbb remove stale pragma by Igor Sysoev · 16 years ago
  13. 33930d8 ngx_strerror_r() style and size == 0 bug fix by Igor Sysoev · 16 years ago
  14. a25d29f the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 only by Igor Sysoev · 16 years ago
  15. f2884e1 compatibility with glibc 2.3, warn_unused_result attribute for write() by Igor Sysoev · 16 years ago
  16. 6736614 $realpath_root by Igor Sysoev · 17 years ago
  17. fae2c00 disable directio for unaligned reads in Linux by Igor Sysoev · 17 years ago
  18. dfc8dad *) autoconfigure struct dirent capabilities by Igor Sysoev · 17 years ago
  19. c3995ff style fix by Igor Sysoev · 17 years ago
  20. fcb5a70 ngx_timezone_update() by Igor Sysoev · 17 years ago
  21. 316eafb fix build on Linux and Solaris introduced in r2200 by Igor Sysoev · 17 years ago
  22. 843ad94 fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCH by Igor Sysoev · 17 years ago
  23. b17e332 fix log message by Igor Sysoev · 17 years ago
  24. 2b29a70 fix building by bcc broken in r2143 by Igor Sysoev · 17 years ago
  25. b83f893 Solaris directio() by Igor Sysoev · 17 years ago
  26. 90815b4 fix building by msvc8 introduced in r2127 by Igor Sysoev · 17 years ago
  27. eb3e4c8 fix building by bcc broken in r2130 by Igor Sysoev · 17 years ago
  28. a3e9f7d fix conflicting names "true" and "false" by Igor Sysoev · 17 years ago
  29. 385af28 directio by Igor Sysoev · 17 years ago
  30. 7494490 *) move Darwin support to separate files *) Darwin sendfile() support by Igor Sysoev · 17 years ago
  31. 0f17f6c case insensitive file system location support provided by locale only by Igor Sysoev · 17 years ago
  32. 7f6b2ff *) back out r2040 by Igor Sysoev · 17 years ago
  33. 4c8eb42 read channel until EAGAIN by Igor Sysoev · 17 years ago
  34. ccd55fc fix building on modern Fedora 9 caused by IOV_MAX by Igor Sysoev · 17 years ago
  35. 433608c style fix: remove tabs and trailing spaces by Igor Sysoev · 17 years ago
  36. a13b3b9 ignore glob no match error by Igor Sysoev · 17 years ago
  37. b39b9aa Cygwin O_BINARY mode by Igor Sysoev · 17 years ago
  38. d52c878 grammar fix by Igor Sysoev · 17 years ago
  39. f84ad94 it seems that malloc.h is required for Cygwin only by Igor Sysoev · 17 years ago
  40. 5d6ca1e fix r1921 by Igor Sysoev · 17 years ago
  41. 001a9cf disable rtsig automatic building in post 2.6.18 Linux kernels by Igor Sysoev · 17 years ago
  42. 02aa53b left open sockets were not really tested by Igor Sysoev · 17 years ago
  43. 09248b7 use CMSG_LEN(), this fixes an alert "sendmsg() failed (9: Bad file descriptor)" by Igor Sysoev · 17 years ago
  44. bb7c841 avoid endless loop if epoll is used by Igor Sysoev · 17 years ago
  45. c463ece reset ready flag if no data is available, by Igor Sysoev · 17 years ago
  46. 02d8e8e add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWN by Igor Sysoev · 17 years ago
  47. 5e593aa take MALLOC_OPTIONS=J into account in slab allocator by Igor Sysoev · 17 years ago
  48. 86ef6aa move condition declarations inside blocks where they are used by Igor Sysoev · 17 years ago
  49. 27dd6a6 use malloc() in ngx_win32_rename_file, set crit level instead of error by Igor Sysoev · 17 years ago
  50. e67d461 ngx_udp_recv() by Igor Sysoev · 17 years ago
  51. 26aae39 style fix by Igor Sysoev · 17 years ago
  52. f494912 axe old unused alert message by Igor Sysoev · 17 years ago
  53. 06187ce style fix by Igor Sysoev · 17 years ago
  54. b4e5b4c style fix: remove trailing spaces by Igor Sysoev · 17 years ago
  55. a8c1332 enable getenv() and gmtime() in msvc8 by Igor Sysoev · 17 years ago
  56. a0951d5 fix win32 ngx_read_fd() and ngx_write_fd() by Igor Sysoev · 17 years ago
  57. 479c786 TransmitPackets(), ConnectEx(), and DisconnectEx() by Igor Sysoev · 17 years ago
  58. 2afdfdc fix win32 glob by Igor Sysoev · 17 years ago
  59. 4724f2b use uname(2) instead of /proc/, this allows to run nginx in chroot by Igor Sysoev · 17 years ago
  60. 31d6f95 Cygwin can not pass SCM_RIGHTS via unix socket, use signals by Igor Sysoev · 17 years ago
  61. 35ab2cb fix building broken in r1578 by Igor Sysoev · 17 years ago
  62. ac03c9c delete code that should be deleted in r1576 by Igor Sysoev · 17 years ago
  63. 80c94f2 Cygwin support by Igor Sysoev · 17 years ago
  64. dde2abd avoid segfault if poll is used and endless loop if select is used by Igor Sysoev · 17 years ago
  65. 2d3f3f6 fix English grammar by Igor Sysoev · 17 years ago
  66. bfb23bf style fix: remove double semicolons by Igor Sysoev · 18 years ago
  67. 1356622 destroy ngx_cycle->pool on exit by Igor Sysoev · 18 years ago
  68. b53e86a win32 ngx_is_exec() stub by Igor Sysoev · 18 years ago
  69. 4edb1d6 set worker_priority, worker_rlimit_nofile, worker_rlimit_core, and by Igor Sysoev · 18 years ago
  70. 031a6e2 set default listen() backlog to 511 on all platforms except FreeBSD by Igor Sysoev · 18 years ago
  71. 83a6851 make 64-bit ngx_int_t on 64-bit platforms by Igor Sysoev · 18 years ago
  72. d3cdbc8 Sun Studio 12 compatibility by Igor Sysoev · 18 years ago
  73. de27bce --with-cpu-opt=sparc32 and --with-cpu-opt=sparc64 by Igor Sysoev · 18 years ago
  74. c5a60bb add debug log by Igor Sysoev · 18 years ago
  75. 875893b fix building by owc12 by Igor Sysoev · 18 years ago
  76. dc566e4 fix atomic operations on sparc64 built by SunPro C by Igor Sysoev · 18 years ago
  77. 57a713c fix sendfile on 64-bit Linux and limit_rate on all 64-bit platforms by Igor Sysoev · 18 years ago
  78. 4ddeff4 close keep-alive connections in the shuting down processes by Igor Sysoev · 18 years ago
  79. e1f43ce worker processes did not exit after reconfiguration and by Igor Sysoev · 18 years ago
  80. b69d913 style fix by Igor Sysoev · 18 years ago
  81. 11d86a4 style fix by Igor Sysoev · 18 years ago
  82. b4123b9 ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platforms by Igor Sysoev · 18 years ago
  83. 1131d87 fix building with ngx_http_perl_module by Igor Sysoev · 18 years ago
  84. e31625b use ngx_dir_access() to enable search bits for directory by Igor Sysoev · 18 years ago
  85. 8885f87 env by Igor Sysoev · 18 years ago
  86. 83ff0cd ngx_read_fd() by Igor Sysoev · 18 years ago
  87. a3eef70 NGX_FILE_WRONLY by Igor Sysoev · 18 years ago
  88. 4a27d0f ngx_file_access() and ngx_de_access() by Igor Sysoev · 18 years ago
  89. 8be5d80 style fix by Igor Sysoev · 18 years ago
  90. 8820a9b axe Win9X code by Igor Sysoev · 18 years ago
  91. 872025f add comment by Igor Sysoev · 18 years ago
  92. cbb5578 axe unused code by Igor Sysoev · 18 years ago
  93. 50034b8 ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access) by Igor Sysoev · 18 years ago
  94. 12fcfab style fix by Igor Sysoev · 18 years ago
  95. fe1cb8c rename mode to access by Igor Sysoev · 18 years ago
  96. 6043c80 style fix: remove tabs by Igor Sysoev · 18 years ago
  97. 43bb007 optimization by Igor Sysoev · 18 years ago
  98. 2ffaa98 use "r" instead of "q" by Igor Sysoev · 18 years ago
  99. c9c0358 increase Linux osrelease string lentgh by Igor Sysoev · 18 years ago
  100. 888ea84 worker_rlimit_core supports size in K, M, and G by Igor Sysoev · 18 years ago