Sign in
nginx
/
nginx
/
0fea0bf3f7982348fd6ec9d14ebd946c783445b0
/
src
/
os
2b2def7
Autoindex: improved ngx_de_info() error handling.
by Sergey Kandaurov
· 12 years ago
e09741b
Format specifier fixes in error logging.
by Sergey Kandaurov
· 12 years ago
ef76fbe
Unbreak building on Linux without sendfile64() support.
by Valentin Bartenev
· 12 years ago
65e37b4
Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().
by Gleb Smirnoff
· 12 years ago
02a077b
On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs.
by Ruslan Ermilov
· 12 years ago
615d558
Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled.
by Valentin Bartenev
· 12 years ago
d102510
Style.
by Maxim Dounin
· 12 years ago
050f74b
Make macros safe.
by Gleb Smirnoff
· 12 years ago
982f4de
Fixed build on Linux with x32 ABI.
by Maxim Dounin
· 12 years ago
11ff177
Core: support several "error_log" directives.
by Vladimir Homutov
· 12 years ago
c974bd7
Valgrind: another complaint about uninitialized bytes.
by Tatsuhiko Kubo
· 12 years ago
40c4e7b
Valgrind: supressed complaints about uninitialized bytes.
by Maxim Dounin
· 12 years ago
6b95320
Valgrind: sigaction() failure now ignored.
by Maxim Dounin
· 12 years ago
641662e
Win32: added missing reset of wev->ready on WSAEWOULDBLOCK.
by Maxim Dounin
· 12 years ago
3be6cc9
Use "void" for functions with empty parameter list.
by Sergey Kandaurov
· 12 years ago
c3d20f5
Style: remove unnecessary references to HTTP from non-HTTP modules.
by Piotr Sikora
· 12 years ago
604e18f
Use NGX_FILE_ERROR for handling file operations errors.
by Valentin Bartenev
· 12 years ago
cf64a6c
Win32: disabled MSVC warning about '\0' not fitting into array.
by Valentin Bartenev
· 12 years ago
4b6f8dc
Core: crypt_r() error handling fixed.
by Maxim Dounin
· 12 years ago
b8a90c6
Implemented IPv6 support for URLs specified using domain names.
by Ruslan Ermilov
· 12 years ago
b63da70
Core: removed GLOB_NOSORT glob option.
by Maxim Dounin
· 12 years ago
1469b51
Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.
by Maxim Dounin
· 12 years ago
d228cf3
Core: added debug logging of writev() in ngx_write_chain_to_file().
by Maxim Dounin
· 12 years ago
da130ac
Fixed failure to start cache manager and cache loader processes
by Igor Sysoev
· 12 years ago
9997aae
Fixed setting of CPU affinity on respawn of dead worker processes.
by Ruslan Ermilov
· 12 years ago
106dbc8
Removed conditional compilation from waitpid() error test.
by Maxim Dounin
· 12 years ago
8be233c
Correct plural form for "path" in the whole source base.
by Andrey Belov
· 13 years ago
927643e
Added clearing of cpu_affinity after process spawn.
by Maxim Dounin
· 13 years ago
66e9525
Explicitly ignore returned value from unlink() in ngx_open_tempfile().
by Andrey Belov
· 13 years ago
c722e8a
Win32: fixed build with Visual Studio 2005 Express.
by Maxim Dounin
· 13 years ago
1efcca3
Fixed compilation with -Wmissing-prototypes.
by Ruslan Ermilov
· 13 years ago
9d5f5a0
Win32: fixed cpu hog after process startup failure.
by Maxim Dounin
· 13 years ago
2219c56
Made sure to initialize the entire "struct flock" allocated on stack.
by Ruslan Ermilov
· 13 years ago
c6d5225
Style.
by Maxim Dounin
· 13 years ago
91c654d
Fixed return type of ngx_strerror_init().
by Maxim Dounin
· 13 years ago
97f7bf2
Fixed "sendmsg() failed" alerts on HP-UX.
by Maxim Dounin
· 13 years ago
a769c53
Fixed segfault with poll and resolver used.
by Maxim Dounin
· 13 years ago
db80a7a
Win32: disallowed access to various non-canonical name variants.
by Maxim Dounin
· 13 years ago
e1133ca
Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.
by Maxim Dounin
· 13 years ago
0e3b423
Accept moderation in case of EMFILE/ENFILE.
by Maxim Dounin
· 13 years ago
0abb0bc
Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14).
by Maxim Dounin
· 13 years ago
578c02f
IOV_MAX handling microoptimization.
by Maxim Dounin
· 13 years ago
96d73e2
Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain().
by Maxim Dounin
· 13 years ago
13d5d85
Style: the function type should be on a line by itself
by Maxim Konovalov
· 13 years ago
47a04aa
Fixed spelling in multiline C comments.
by Ruslan Ermilov
· 13 years ago
7744472
Win32: improved ngx_mutex_init() stub (ticket #138).
by Maxim Dounin
· 13 years ago
9063bc8
Win32: fixed memory allocation for shmem name (ticket #134).
by Maxim Dounin
· 13 years ago
889ad51
Fixed win32 build after realpath changes in r4559.
by Maxim Dounin
· 13 years ago
36aef0c
Fixed unconditional MAX_PATH usage (ticket #22).
by Maxim Dounin
· 13 years ago
7b2b17a
Added explicit include of time.h.
by Maxim Dounin
· 13 years ago
8e6728e
Win32: added missing call to srand().
by Maxim Dounin
· 13 years ago
fbd32d4
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
by Ruslan Ermilov
· 13 years ago
ee18743
Whitespace fixes.
by Maxim Dounin
· 13 years ago
db40227
Added msleep() on reload to allow new processes to start.
by Maxim Dounin
· 13 years ago
b74f8ff
Fixed spelling in single-line comments.
by Ruslan Ermilov
· 13 years ago
c66a1e7
Workaround for fs_size on ZFS (ticket #46).
by Maxim Dounin
· 13 years ago
86c5513
Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components.
by Valentin Bartenev
· 13 years ago
7ba66f4
Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).
by Maxim Dounin
· 13 years ago
71205c3
Added openat()/fstatat().
by Andrey Belov
· 13 years ago
891b43d
Added ngx_ncpu detection for most *nix platforms.
by Valentin Bartenev
· 13 years ago
b3e461e
Fixed AIO error handling on FreeBSD.
by Maxim Dounin
· 13 years ago
f8d59e3
Copyright updated.
by Maxim Konovalov
· 13 years ago
b904676
Fixed sched_setaffinity(2) to correctly pass size.
by Maxim Dounin
· 13 years ago
ae0e919
Microoptimization of sendfile(2) usage under FreeBSD.
by Maxim Dounin
· 13 years ago
a4484b1
Added (void) as we intentionally ignore returned values.
by Maxim Dounin
· 13 years ago
13717da
Unlock of shared memory zones on process crash.
by Maxim Dounin
· 13 years ago
91ecc8f
Added shmtx interface to forcibly unlock mutexes.
by Maxim Dounin
· 13 years ago
f61b7b3
FreeBSD 10-current has recently gotten POSIX_FADV_* macros.
by Maxim Konovalov
· 13 years ago
07bb4ed
Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
by Igor Sysoev
· 13 years ago
c576245
Fixed range checking for the "somaxconn" sysctl.
by Ruslan Ermilov
· 13 years ago
efc6eca
malloc() debugging on MacOSX.
by Igor Sysoev
· 13 years ago
ce61ff9
Fixed another return in unix ngx_write_chain_to_file().
by Maxim Dounin
· 13 years ago
aecb2ed
Fixed unix ngx_write_chain_to_file() to return total bytes written.
by Maxim Dounin
· 13 years ago
5f81070
Fixing conflict with SDK off_t definition.
by Igor Sysoev
· 13 years ago
1472e79
Recent SDKs allow to build IPV6 only for Windows XP or above.
by Igor Sysoev
· 13 years ago
a823c55
Replaced "can not" with "cannot" and "could not" in a bunch of places.
by Ruslan Ermilov
· 14 years ago
4134b48
Fixing Linux AIO syscalls return value handling:
by Igor Sysoev
· 14 years ago
59efbc4
In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library
by Ruslan Ermilov
· 14 years ago
4f65a05
Bugfix: open_file_cache lost is_directio flag.
by Maxim Dounin
· 14 years ago
566dfe0
SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode.
by Igor Sysoev
· 14 years ago
de1a3e1
Fix buffer overrun under Windows.
by Maxim Dounin
· 14 years ago
ec8186c
Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.
by Maxim Dounin
· 14 years ago
c2cafad
elimination of reading cache files by cache loader
by Igor Sysoev
· 14 years ago
5dc5945
"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module
by Igor Sysoev
· 14 years ago
e2c8ad7
use POSIX semaphores in shmtx instead of sched_yield()
by Igor Sysoev
· 14 years ago
2bd01a0
revert r3864, it may cause kernel panic on some kernels while working with IPv6
by Igor Sysoev
· 14 years ago
ef1f33b
Use more precise stat.st_blocks to account cache size on Unix
by Igor Sysoev
· 14 years ago
95899a3
use backlog -1 on Linux thanks to Andrei Nigmatulin
by Igor Sysoev
· 14 years ago
4d6db4a
set current atime while setting mtime patch by Andrei Nigmatulin
by Igor Sysoev
· 14 years ago
cc878dc
use SwitchToThread() instead of Sleep(0), because the later
by Igor Sysoev
· 14 years ago
2567c92
allow "env" to work in the single process mode
by Igor Sysoev
· 14 years ago
d4b08c9
allocate last zero byte in ngx_crypt()
by Igor Sysoev
· 14 years ago
7f31a20
use copied strerror() messages and autoconfigured sys_nerr value
by Igor Sysoev
· 14 years ago
40747ad
Linux accept4() support
by Igor Sysoev
· 14 years ago
3bff22f
update event flags after successful io_submit()
by Igor Sysoev
· 14 years ago
8c70e67
worker_rlimit_core should be off_t
by Igor Sysoev
· 15 years ago
8a9f761
add "Global\" prefix for signal events
by Igor Sysoev
· 15 years ago
f9dd541
fix typo
by Igor Sysoev
· 15 years ago
40b4ba1
style fix
by Igor Sysoev
· 15 years ago
ee37271
fix building by owc12: GetLongPathName() is available since Win2K only
by Igor Sysoev
· 15 years ago
Next »