| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-11-25 | ngx_strerror_r() style and size == 0 bug fix | Igor Sysoev | 2 | -5/+8 |
| 2008-11-11 | the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 only | Igor Sysoev | 1 | -19/+33 |
| 2008-11-11 | compatibility with glibc 2.3, warn_unused_result attribute for write() | Igor Sysoev | 1 | -1/+11 |
| 2008-09-27 | $realpath_root | Igor Sysoev | 3 | -0/+12 |
| 2008-09-12 | disable directio for unaligned reads in Linux | Igor Sysoev | 4 | -12/+39 |
| 2008-09-05 | *) autoconfigure struct dirent capabilities | Igor Sysoev | 6 | -81/+91 |
| 2008-09-05 | style fix | Igor Sysoev | 2 | -14/+14 |
| 2008-08-30 | ngx_timezone_update() | Igor Sysoev | 3 | -0/+47 |
| 2008-08-26 | fix build on Linux and Solaris introduced in r2200 | Igor Sysoev | 1 | -1/+9 |
| 2008-08-22 | fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCH | Igor Sysoev | 1 | -1/+5 |
| 2008-08-15 | fix log message | Igor Sysoev | 1 | -0/+4 |
| 2008-08-04 | fix building by bcc broken in r2143 | Igor Sysoev | 1 | -0/+1 |
| 2008-08-04 | Solaris directio() | Igor Sysoev | 1 | -0/+5 |
| 2008-08-04 | fix building by msvc8 introduced in r2127 | Igor Sysoev | 1 | -1/+1 |
| 2008-08-04 | fix building by bcc broken in r2130 | Igor Sysoev | 2 | -1/+8 |
| 2008-07-31 | fix conflicting names "true" and "false" | Igor Sysoev | 1 | -6/+1 |
| 2008-07-30 | directio | Igor Sysoev | 4 | -3/+44 |
| 2008-07-30 | *) move Darwin support to separate files | Igor Sysoev | 5 | -0/+628 |
| 2008-07-29 | case insensitive file system location support provided by locale only | Igor Sysoev | 2 | -0/+15 |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 2 | -3/+3 |
| 2008-05-25 | read channel until EAGAIN | Igor Sysoev | 1 | -43/+47 |
| 2008-05-20 | fix building on modern Fedora 9 caused by IOV_MAX | Igor Sysoev | 1 | -0/+1 |
| 2008-05-14 | style fix: remove tabs and trailing spaces | Igor Sysoev | 1 | -1/+1 |
| 2008-04-29 | ignore glob no match error | Igor Sysoev | 4 | -6/+33 |
| 2008-04-24 | Cygwin O_BINARY mode | Igor Sysoev | 1 | -0/+10 |
| 2008-04-09 | grammar fix | Igor Sysoev | 1 | -3/+4 |
| 2008-03-23 | it seems that malloc.h is required for Cygwin only | Igor Sysoev | 1 | -1/+1 |
| 2008-03-12 | fix r1921 | Igor Sysoev | 1 | -1/+1 |
| 2008-03-10 | disable rtsig automatic building in post 2.6.18 Linux kernels | Igor Sysoev | 1 | -4/+11 |
| 2008-02-28 | left open sockets were not really tested | Igor Sysoev | 1 | -5/+5 |
| 2008-02-19 | use CMSG_LEN(), this fixes an alert "sendmsg() failed (9: Bad file descriptor)" | Igor Sysoev | 3 | -4/+14 |
| 2008-02-19 | avoid endless loop if epoll is used | Igor Sysoev | 1 | -0/+5 |
| 2008-01-31 | reset ready flag if no data is available, | Igor Sysoev | 1 | -0/+1 |
| 2008-01-25 | add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWN | Igor Sysoev | 2 | -0/+6 |
| 2007-12-22 | take MALLOC_OPTIONS=J into account in slab allocator | Igor Sysoev | 2 | -9/+21 |
| 2007-12-10 | move condition declarations inside blocks where they are used | Igor Sysoev | 1 | -6/+5 |
| 2007-12-07 | use malloc() in ngx_win32_rename_file, set crit level instead of error | Igor Sysoev | 2 | -7/+8 |
| 2007-12-03 | ngx_udp_recv() | Igor Sysoev | 9 | -3/+274 |
| 2007-12-01 | style fix | Igor Sysoev | 1 | -1/+2 |
| 2007-12-01 | axe old unused alert message | Igor Sysoev | 1 | -6/+0 |
| 2007-12-01 | style fix | Igor Sysoev | 2 | -4/+8 |
| 2007-12-01 | style fix: remove trailing spaces | Igor Sysoev | 1 | -9/+9 |
| 2007-11-15 | enable getenv() and gmtime() in msvc8 | Igor Sysoev | 1 | -0/+3 |
| 2007-11-11 | fix win32 ngx_read_fd() and ngx_write_fd() | Igor Sysoev | 2 | -2/+30 |
| 2007-11-11 | TransmitPackets(), ConnectEx(), and DisconnectEx() | Igor Sysoev | 2 | -33/+175 |
| 2007-11-11 | fix win32 glob | Igor Sysoev | 2 | -5/+47 |
| 2007-10-26 | use uname(2) instead of /proc/, this allows to run nginx in chroot | Igor Sysoev | 2 | -55/+14 |
| 2007-10-18 | Cygwin can not pass SCM_RIGHTS via unix socket, use signals | Igor Sysoev | 2 | -0/+9 |
| 2007-10-16 | fix building broken in r1578 | Igor Sysoev | 1 | -1/+0 |
| 2007-10-16 | delete code that should be deleted in r1576 | Igor Sysoev | 1 | -10/+0 |