| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-10-14 | *) reset cached dirent.d_type after stat() | Igor Sysoev | 2 | -16/+14 | |
| this fixes slash after link to a directory in ngx_http_autoindex_module; *) use cached dirent.d_type as hint on all systems the issues has been introduced in r2235 | |||||
| 2009-09-30 | read_ahead | Igor Sysoev | 1 | -0/+22 | |
| 2009-09-25 | use parents around NGX_ATOMIC_T_LEN value | Igor Sysoev | 1 | -9/+9 | |
| 2009-09-25 | uniform ngx_directio_on/off() interface with other file functions | Igor Sysoev | 1 | -2/+2 | |
| 2009-09-25 | handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIG | Igor Sysoev | 1 | -29/+33 | |
| 2009-09-24 | log file name for read/write errors | Igor Sysoev | 1 | -11/+19 | |
| 2009-09-04 | log offset passed to sendfile() | Igor Sysoev | 1 | -2/+2 | |
| 2009-09-04 | small optimization | Igor Sysoev | 1 | -2/+1 | |
| 2009-08-30 | aio sendfile | Igor Sysoev | 2 | -3/+24 | |
| 2009-08-30 | refactor EAGAIN/EINTR processing | Igor Sysoev | 5 | -64/+82 | |
| 2009-08-28 | FreeBSD and Linux AIO support | Igor Sysoev | 7 | -14/+372 | |
| 2009-08-26 | twice termination delay only after SIGALRM, otherwise many separate SIGCHLD | Igor Sysoev | 3 | -1/+7 | |
| and SIGIO signals quickly increase delay to the level when SIGKILL is sent | |||||
| 2009-08-26 | style fix | Igor Sysoev | 1 | -2/+1 | |
| 2009-08-26 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2009-08-26 | ignore SIGSYS | Igor Sysoev | 1 | -0/+2 | |
| 2009-08-25 | *) move small declarations in appropriate places and delete the surplus | Igor Sysoev | 6 | -45/+10 | |
| header files *) delete insignificant comments | |||||
| 2009-08-21 | *) share temporary number between workers | Igor Sysoev | 1 | -4/+0 | |
| *) randomize collision offset | |||||
| 2009-08-13 | fix debug point for left open sockets | Igor Sysoev | 1 | -3/+4 | |
| 2009-08-11 | NGX_ENOPATH | Igor Sysoev | 1 | -0/+1 | |
| 2009-08-10 | delete mistaken sleep in the previous commit | Igor Sysoev | 1 | -2/+0 | |
| 2009-08-10 | cache loader process | Igor Sysoev | 2 | -61/+103 | |
| 2009-08-10 | introduce NGX_PROCESS_JUST_SPAWN and change field name accordingly | Igor Sysoev | 3 | -11/+24 | |
| 2009-06-11 | style fix | Igor Sysoev | 1 | -6/+6 | |
| 2009-05-08 | preserve Solaris binary hardware capabilities | Igor Sysoev | 2 | -5/+8 | |
| 2009-04-28 | introduce ngx_write_console() to support OEM code pages | Igor Sysoev | 1 | -0/+4 | |
| 2009-04-27 | -p and --prefix= | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-23 | ngx_path_separator() | Igor Sysoev | 1 | -0/+2 | |
| 2009-04-23 | issue start up errors and warning on both stderr and error_log | Igor Sysoev | 2 | -2/+5 | |
| 2009-04-21 | implement "-s signal" option for Unix | Igor Sysoev | 3 | -9/+38 | |
| 2009-04-18 | support attaching to an existent Win32 shared memory | Igor Sysoev | 1 | -4/+5 | |
| 2009-04-18 | update c->sent in ngx_unix_send() | Igor Sysoev | 1 | -0/+2 | |
| 2009-04-16 | move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory | Igor Sysoev | 1 | -3/+4 | |
| 2009-04-08 | adopt NGX_FILE_TRUNCATE for win32 | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-02 | autoconfigure crypt_r(): uclibc has no crypt_r() | Igor Sysoev | 1 | -5/+0 | |
| 2009-04-02 | fix OpenBSD building, broken in r2616 | Igor Sysoev | 1 | -0/+3 | |
| 2009-04-01 | fix MacOSX building, broken in r2616 | Igor Sysoev | 1 | -0/+1 | |
| 2009-03-31 | Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set | Igor Sysoev | 1 | -1/+1 | |
| without any other flags. On the other hand, Unix requires at least the write flag to be set together with O_APPEND. | |||||
| 2009-03-30 | win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND | Igor Sysoev | 1 | -0/+1 | |
| 2009-03-30 | fix FreeBSD before 7 building, broken in r2616 | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-30 | introduce cache manager instead of cache cleaner | Igor Sysoev | 1 | -17/+17 | |
| 2009-03-30 | ngx_fs_bsize() | Igor Sysoev | 6 | -0/+59 | |
| 2009-03-23 | a prelimiary proxy cache support | Igor Sysoev | 2 | -40/+67 | |
| 2009-03-06 | XFS on Linux does not set dirent.d_type, | Igor Sysoev | 2 | -5/+18 | |
| therefore fallback to stat() if dirent.d_type is not set, this fixes slash after directory name in ngx_http_autoindex_module; the issue has been introduced in r2235 | |||||
| 2009-02-23 | fix message | Igor Sysoev | 1 | -1/+1 | |
| 2009-02-05 | AIX has no WCOREDUMP() | Igor Sysoev | 1 | -0/+6 | |
| 2008-12-25 | set send() slot for POSIX systems | Igor Sysoev | 1 | -1/+1 | |
| 2008-12-17 | remove never used zero copy stuff | Igor Sysoev | 3 | -9/+0 | |
| 2008-12-10 | use ngx_ext_rename_file() for single file MOVE | Igor Sysoev | 1 | -0/+1 | |
| 2008-11-25 | ngx_strerror_r() style and size == 0 bug fix | Igor Sysoev | 1 | -4/+6 | |
| 2008-11-11 | the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 only | Igor Sysoev | 1 | -19/+33 | |
