aboutsummaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAge
* Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2011-09-19
* Fixing Linux AIO syscalls return value handling:Igor Sysoev2011-09-16
* In Mac OS X Lion, Apple deprecated the use of the system OpenSSL libraryRuslan Ermilov2011-09-13
* Bugfix: open_file_cache lost is_directio flag.Maxim Dounin2011-09-05
* SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode.Igor Sysoev2011-08-22
* Fix buffer overrun under Windows.Maxim Dounin2011-08-22
* Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.Maxim Dounin2011-08-21
* elimination of reading cache files by cache loaderIgor Sysoev2011-07-24
* "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev2011-05-16
* use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev2011-05-10
* revert r3864, it may cause kernel panic on some kernels while working with IPv6Igor Sysoev2011-04-23
* Use more precise stat.st_blocks to account cache size on UnixIgor Sysoev2011-04-22
* use backlog -1 on LinuxIgor Sysoev2011-02-17
* set current atime while setting mtimeIgor Sysoev2011-02-11
* use SwitchToThread() instead of Sleep(0), because the laterIgor Sysoev2011-01-20
* allow "env" to work in the single process modeIgor Sysoev2010-12-13
* allocate last zero byte in ngx_crypt()Igor Sysoev2010-11-29
* use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev2010-11-25
* Linux accept4() supportIgor Sysoev2010-11-25
* update event flags after successful io_submit()Igor Sysoev2010-10-12
* worker_rlimit_core should be off_tIgor Sysoev2010-09-15
* add "Global\" prefix for signal eventsIgor Sysoev2010-09-02
* fix typoIgor Sysoev2010-07-08
* style fixIgor Sysoev2010-07-08
* fix building by owc12: GetLongPathName() is available since Win2K onlyIgor Sysoev2010-07-05
* HP/UX uses EWOULDBLOCK instead of EAGAINIgor Sysoev2010-07-03
* fix ngx_write_file() bufIgor Sysoev2010-06-30
* ngx_create_file_mapping()Igor Sysoev2010-06-29
* style fixIgor Sysoev2010-06-23
* do not free() stack allocated bufferIgor Sysoev2010-06-14
* use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinksIgor Sysoev2010-04-22
* use non-blocking open() not to hang on FIFO files, etc.Igor Sysoev2010-04-21
* use "rep; nop" instead of "pause" on Solaris/amd64Igor Sysoev2010-03-26
* *) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev2010-03-25
* *) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev2010-03-13
* use sys_errlist[] in signal handler insteadIgor Sysoev2010-03-12
* compare long file names in case-insensitive mode,Igor Sysoev2010-03-03
* disable Win32 short file namesIgor Sysoev2010-01-28
* fix building by gcc 4.x with -O2/3/s in some Linux distributions:Igor Sysoev2009-12-22
* fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev2009-12-15
* fix libatomic usage on arm, cris, hppa, m68k, and sparc platformsIgor Sysoev2009-12-07
* fix commentIgor Sysoev2009-11-25
* libatomic_ops supportIgor Sysoev2009-11-25
* GCC 4.1 builtin atomic operationsIgor Sysoev2009-11-25
* add NGX_PROCESS_HELPER process statusIgor Sysoev2009-11-23
* a cache manager thread handle was overwritten by a cache loader thread handle,Igor Sysoev2009-11-17
* fix building without --with-debug, introduced in r3328Igor Sysoev2009-11-16
* add alignment in debug logIgor Sysoev2009-11-16
* fix posix_fadvise() error handlingIgor Sysoev2009-11-15
* update allocation error messagesIgor Sysoev2009-11-15