aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix
Commit message (Collapse)AuthorAge
* adopt NGX_FILE_TRUNCATE for win32Igor Sysoev2009-04-08
|
* autoconfigure crypt_r(): uclibc has no crypt_r()Igor Sysoev2009-04-02
|
* fix OpenBSD building, broken in r2616Igor Sysoev2009-04-02
|
* fix MacOSX building, broken in r2616Igor Sysoev2009-04-01
|
* Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are setIgor Sysoev2009-03-31
| | | | | without any other flags. On the other hand, Unix requires at least the write flag to be set together with O_APPEND.
* win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev2009-03-30
|
* fix FreeBSD before 7 building, broken in r2616Igor Sysoev2009-03-30
|
* introduce cache manager instead of cache cleanerIgor Sysoev2009-03-30
|
* ngx_fs_bsize()Igor Sysoev2009-03-30
|
* a prelimiary proxy cache supportIgor Sysoev2009-03-23
|
* XFS on Linux does not set dirent.d_type,Igor Sysoev2009-03-06
| | | | | | 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
* fix messageIgor Sysoev2009-02-23
|
* AIX has no WCOREDUMP()Igor Sysoev2009-02-05
|
* set send() slot for POSIX systemsIgor Sysoev2008-12-25
|
* remove never used zero copy stuffIgor Sysoev2008-12-17
|
* use ngx_ext_rename_file() for single file MOVEIgor Sysoev2008-12-10
|
* ngx_strerror_r() style and size == 0 bug fixIgor Sysoev2008-11-25
|
* the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 onlyIgor Sysoev2008-11-11
|
* compatibility with glibc 2.3, warn_unused_result attribute for write()Igor Sysoev2008-11-11
|
* $realpath_rootIgor Sysoev2008-09-27
|
* disable directio for unaligned reads in LinuxIgor Sysoev2008-09-12
|
* *) autoconfigure struct dirent capabilitiesIgor Sysoev2008-09-05
| | | | | *) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and delete src/os/.../ngx_types.h
* style fixIgor Sysoev2008-09-05
|
* ngx_timezone_update()Igor Sysoev2008-08-30
|
* fix build on Linux and Solaris introduced in r2200Igor Sysoev2008-08-26
|
* fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCHIgor Sysoev2008-08-22
|
* fix log messageIgor Sysoev2008-08-15
|
* Solaris directio()Igor Sysoev2008-08-04
|
* fix conflicting names "true" and "false"Igor Sysoev2008-07-31
|
* directioIgor Sysoev2008-07-30
|
* *) move Darwin support to separate filesIgor Sysoev2008-07-30
| | | | *) Darwin sendfile() support
* case insensitive file system location support provided by locale onlyIgor Sysoev2008-07-29
|
* *) back out r2040Igor Sysoev2008-06-17
| | | | | | *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
* read channel until EAGAINIgor Sysoev2008-05-25
|
* fix building on modern Fedora 9 caused by IOV_MAXIgor Sysoev2008-05-20
|
* style fix: remove tabs and trailing spacesIgor Sysoev2008-05-14
|
* ignore glob no match errorIgor Sysoev2008-04-29
|
* Cygwin O_BINARY modeIgor Sysoev2008-04-24
|
* grammar fixIgor Sysoev2008-04-09
|
* it seems that malloc.h is required for Cygwin onlyIgor Sysoev2008-03-23
| | | | and breaks building on other platforms
* fix r1921Igor Sysoev2008-03-12
|
* disable rtsig automatic building in post 2.6.18 Linux kernelsIgor Sysoev2008-03-10
|
* left open sockets were not really testedIgor Sysoev2008-02-28
|
* use CMSG_LEN(), this fixes an alert "sendmsg() failed (9: Bad file descriptor)"Igor Sysoev2008-02-19
| | | | on some 64-bit platforms
* avoid endless loop if epoll is usedIgor Sysoev2008-02-19
|
* reset ready flag if no data is available,Igor Sysoev2008-01-31
| | | | this fixes endless loop at least in lingering close
* add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWNIgor Sysoev2008-01-25
|
* take MALLOC_OPTIONS=J into account in slab allocatorIgor Sysoev2007-12-22
|
* move condition declarations inside blocks where they are usedIgor Sysoev2007-12-10
|
* ngx_udp_recv()Igor Sysoev2007-12-03
|