| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-09-27 | $realpath_root | Igor Sysoev | 1 | -0/+2 | |
| 2008-09-12 | disable directio for unaligned reads in Linux | Igor Sysoev | 2 | -9/+27 | |
| 2008-09-05 | *) autoconfigure struct dirent capabilities | Igor Sysoev | 3 | -39/+60 | |
| *) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and delete src/os/.../ngx_types.h | |||||
| 2008-09-05 | style fix | Igor Sysoev | 1 | -5/+5 | |
| 2008-08-30 | ngx_timezone_update() | Igor Sysoev | 2 | -0/+45 | |
| 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 | Solaris directio() | Igor Sysoev | 1 | -0/+5 | |
| 2008-07-31 | fix conflicting names "true" and "false" | Igor Sysoev | 1 | -6/+1 | |
| 2008-07-30 | directio | Igor Sysoev | 3 | -2/+39 | |
| 2008-07-30 | *) move Darwin support to separate files | Igor Sysoev | 5 | -0/+628 | |
| *) Darwin sendfile() support | |||||
| 2008-07-29 | case insensitive file system location support provided by locale only | Igor Sysoev | 1 | -0/+12 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 2 | -3/+3 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 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 | 2 | -5/+14 | |
| 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 | |
| and breaks building on other platforms | |||||
| 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 | |
| on some 64-bit platforms | |||||
| 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 | |
| this fixes endless loop at least in lingering close | |||||
| 2008-01-25 | add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWN | Igor Sysoev | 1 | -0/+3 | |
| 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-03 | ngx_udp_recv() | Igor Sysoev | 6 | -0/+120 | |
| 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 | 1 | -2/+4 | |
| 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 | |
| 2007-10-16 | Cygwin support | Igor Sysoev | 1 | -0/+14 | |
| 2007-10-16 | avoid segfault if poll is used and endless loop if select is used | Igor Sysoev | 1 | -1/+1 | |
| 2007-10-14 | fix English grammar | Igor Sysoev | 1 | -4/+4 | |
| 2007-10-09 | style fix: remove double semicolons | Igor Sysoev | 1 | -1/+1 | |
| 2007-08-30 | destroy ngx_cycle->pool on exit | Igor Sysoev | 1 | -8/+31 | |
| 2007-08-15 | set worker_priority, worker_rlimit_nofile, worker_rlimit_core, and | Igor Sysoev | 1 | -31/+31 | |
| worker_rlimit_sigpending without super-user privileges testing | |||||
| 2007-08-09 | set default listen() backlog to 511 on all platforms except FreeBSD | Igor Sysoev | 4 | -0/+12 | |
| 2007-07-29 | make 64-bit ngx_int_t on 64-bit platforms | Igor Sysoev | 6 | -6/+6 | |
| 2007-07-16 | Sun Studio 12 compatibility | Igor Sysoev | 3 | -2/+30 | |
| 2007-07-15 | --with-cpu-opt=sparc32 and --with-cpu-opt=sparc64 | Igor Sysoev | 1 | -1/+1 | |
| 2007-05-07 | add debug log | Igor Sysoev | 1 | -0/+4 | |
| 2007-04-27 | fix atomic operations on sparc64 built by SunPro C | Igor Sysoev | 1 | -2/+2 | |
