aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix
Commit message (Collapse)AuthorAge
* 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
|
* style fixIgor Sysoev2007-12-01
|
* axe old unused alert messageIgor Sysoev2007-12-01
|
* style fixIgor Sysoev2007-12-01
|
* use uname(2) instead of /proc/, this allows to run nginx in chrootIgor Sysoev2007-10-26
|
* Cygwin can not pass SCM_RIGHTS via unix socket, use signalsIgor Sysoev2007-10-18
|
* fix building broken in r1578Igor Sysoev2007-10-16
|
* delete code that should be deleted in r1576Igor Sysoev2007-10-16
|
* Cygwin supportIgor Sysoev2007-10-16
|
* avoid segfault if poll is used and endless loop if select is usedIgor Sysoev2007-10-16
|
* fix English grammarIgor Sysoev2007-10-14
|
* style fix: remove double semicolonsIgor Sysoev2007-10-09
|
* destroy ngx_cycle->pool on exitIgor Sysoev2007-08-30
|
* set worker_priority, worker_rlimit_nofile, worker_rlimit_core, andIgor Sysoev2007-08-15
| | | | worker_rlimit_sigpending without super-user privileges testing
* set default listen() backlog to 511 on all platforms except FreeBSDIgor Sysoev2007-08-09
|
* make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev2007-07-29
|
* Sun Studio 12 compatibilityIgor Sysoev2007-07-16
|
* --with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev2007-07-15
|
* add debug logIgor Sysoev2007-05-07
|
* fix atomic operations on sparc64 built by SunPro CIgor Sysoev2007-04-27
|
* fix sendfile on 64-bit Linux and limit_rate on all 64-bit platformsIgor Sysoev2007-04-23
| | | | for 2G+ files