Sign in
nginx
/
nginx
/
916c2934742c7006d4733637508668d98a986807
/
src
/
os
/
win32
0724312
Fixed "changing binary" when reaper is not init.
by Ruslan Ermilov
· 7 years ago
cabb368
Style.
by Sergey Kandaurov
· 8 years ago
981bb84
Introduced worker_shutdown_timeout.
by Maxim Dounin
· 8 years ago
0de53ac
Cancelable timers are now preserved if there are other timers.
by Maxim Dounin
· 8 years ago
114f060
Win32: compatiblity with OpenSSL 1.1.0.
by Maxim Dounin
· 8 years ago
bb68992
Win32: support 64-bit compilation with MSVC.
by Maxim Dounin
· 8 years ago
16a9d5f
Win32: fixed some warnings reported by Borland C.
by Maxim Dounin
· 8 years ago
11d46a6
Win32: minimized redefinition of ssize_t.
by Maxim Dounin
· 8 years ago
e6efa58
Win32: minimized redefinition of intptr_t/uintptr_t.
by Maxim Dounin
· 8 years ago
5a767e9
Win32: stdint.h used for MinGW GCC.
by Maxim Dounin
· 8 years ago
3f0c7a0
Win32: fixed building with newer versions of MinGW GCC.
by Maxim Dounin
· 8 years ago
29cdcac
Cache: cache manager limits.
by Dmitry Volyntsev
· 9 years ago
17003b5
Stream: filters.
by Roman Arutyunyan
· 9 years ago
1fa00f5
Always seed PRNG with PID, seconds, and milliseconds.
by Ruslan Ermilov
· 9 years ago
322c944
Win32: added per-thread random seeding.
by Ruslan Ermilov
· 9 years ago
2ef6b3a
Removed redundant "u" format specifier.
by Ruslan Ermilov
· 9 years ago
b4b9ee5
Fixed spelling.
by Josh Soref
· 9 years ago
1567629
Fixed ngx_os_signal_process() prototype.
by Ruslan Ermilov
· 9 years ago
46ed97b
Fixed ngx_pid_t formatting in ngx_sprintf() and logging.
by Sergey Kandaurov
· 9 years ago
2161d8a
Style.
by Ruslan Ermilov
· 9 years ago
5162a01
Win32: replaced NGX_EXDEV with more appropriate error code.
by Maxim Dounin
· 9 years ago
0975f8c
Win32: additional error code NGX_EEXIST_FILE (ticket #910).
by Maxim Dounin
· 9 years ago
04e62d2
Core: added support for more than 64 CPUs in worker_cpu_affinity.
by Vladimir Homutov
· 9 years ago
c52460c
Dynamic modules: dlopen() support.
by Maxim Dounin
· 9 years ago
55c7459
Dynamic modules: changed ngx_modules to cycle->modules.
by Maxim Dounin
· 9 years ago
46c5ecc
Win32: MSVC 2015 compatibility.
by Maxim Dounin
· 10 years ago
8252a06
Core: idle connections now closed only once on exiting.
by Valentin Bartenev
· 10 years ago
eb02772
Core: added support for writing to stdout.
by Vladimir Homutov
· 10 years ago
a6dec38
Introduced worker number, ngx_worker.
by Maxim Dounin
· 10 years ago
0a4d438
Win32: shared memory base addresses and remapping.
by Maxim Dounin
· 10 years ago
87dd01d
Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.
by Ruslan Ermilov
· 10 years ago
4ed1e6c
Removed "worker_threads" and "thread_stack_size" directives.
by Ruslan Ermilov
· 10 years ago
3b2aa69
Removed unused thread-local-storage code.
by Ruslan Ermilov
· 10 years ago
766063d
Removed ngx_threaded and related code.
by Ruslan Ermilov
· 10 years ago
11f92e8
Removed stub implementation of win32 mutexes.
by Ruslan Ermilov
· 10 years ago
ba1e866
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
by Ruslan Ermilov
· 10 years ago
8fcbfc0
Core: expose maximum values of time_t and ngx_int_t.
by Ruslan Ermilov
· 10 years ago
41ed973
Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
by Valentin Bartenev
· 10 years ago
8b30fb7
Events: introduced cancelable timers.
by Valentin Bartenev
· 11 years ago
b3f9a94
Win32: made build-able with MinGW-w64 gcc.
by Kouhei Sutou
· 10 years ago
0989d63
Core: added limit to recv_chain().
by Roman Arutyunyan
· 10 years ago
9369cf8
Style.
by Maxim Dounin
· 10 years ago
8ae7751
Win32: suppressed warnings by "-Werror=sign-compare".
by Kouhei Sutou
· 11 years ago
1cbeabf
Reduced difference between the send chain functions.
by Valentin Bartenev
· 11 years ago
77d6135
Removed the "complete" variable from various send chain functions.
by Valentin Bartenev
· 11 years ago
4aac910
Moved the code for adjusting sent buffers in a separate function.
by Valentin Bartenev
· 11 years ago
f240215
Style: use ngx_free() instead of free().
by Tatsuhiko Kubo
· 11 years ago
a2229a4
Style: keep return type and function name on different lines.
by Piotr Sikora
· 11 years ago
7e7589e
Style: add whitespace between control statement and parentheses.
by Piotr Sikora
· 11 years ago
11bbbc0
Win32: ngx_open_dir() and ngx_close_dir() fixes.
by Maxim Dounin
· 11 years ago
1736c18
Configure: the --build= option.
by Ruslan Ermilov
· 11 years ago
8f6958b
Win32: fixed cpu hog by cache manager on exit (ticket #514).
by Maxim Dounin
· 11 years ago
f9e7687
Added connection serial number in logging of left open sockets.
by Sergey Kandaurov
· 11 years ago
8f8bf84
Win32: MSVC 2013 compatibility.
by Maxim Dounin
· 11 years ago
2e57e06
Core: handle getsockopt(TCP_FASTOPEN) failures.
by Piotr Sikora
· 11 years ago
eb60e1e
Win32: support for UTF-16 surrogate pairs (ticket #457).
by Maxim Dounin
· 11 years ago
1029607
Added per-process random seeding (ticket #456).
by Maxim Dounin
· 11 years ago
bfda85b
Win32: fixed init_process without master process (ticket #453).
by Maxim Dounin
· 11 years ago
b0f025f
Win32: plugged memory leak.
by Maxim Dounin
· 11 years ago
0eee3b0
Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.
by Maxim Dounin
· 11 years ago
e115841
Added ngx_filename_cmp() with "/" sorted to the left.
by Maxim Dounin
· 12 years ago
48d96ce
Win32: MinGW GCC compatibility.
by Maxim Dounin
· 12 years ago
74b7a91
Win32: Borland C compatibility fixes.
by Maxim Dounin
· 12 years ago
5b37852
Win32: Open Watcom C compatibility fixes.
by Maxim Dounin
· 12 years ago
231ed19
Added the NGX_EBADF define.
by Valentin Bartenev
· 12 years ago
2b2def7
Autoindex: improved ngx_de_info() error handling.
by Sergey Kandaurov
· 12 years ago
050f74b
Make macros safe.
by Gleb Smirnoff
· 12 years ago
641662e
Win32: added missing reset of wev->ready on WSAEWOULDBLOCK.
by Maxim Dounin
· 12 years ago
cf64a6c
Win32: disabled MSVC warning about '\0' not fitting into array.
by Valentin Bartenev
· 12 years ago
b8a90c6
Implemented IPv6 support for URLs specified using domain names.
by Ruslan Ermilov
· 12 years ago
8be233c
Correct plural form for "path" in the whole source base.
by Andrey Belov
· 13 years ago
c722e8a
Win32: fixed build with Visual Studio 2005 Express.
by Maxim Dounin
· 13 years ago
9d5f5a0
Win32: fixed cpu hog after process startup failure.
by Maxim Dounin
· 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
db80a7a
Win32: disallowed access to various non-canonical name variants.
by Maxim Dounin
· 13 years ago
0e3b423
Accept moderation in case of EMFILE/ENFILE.
by Maxim Dounin
· 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
8e6728e
Win32: added missing call to srand().
by Maxim Dounin
· 13 years ago
b74f8ff
Fixed spelling in single-line comments.
by Ruslan Ermilov
· 13 years ago
f8d59e3
Copyright updated.
by Maxim Konovalov
· 13 years ago
07bb4ed
Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
by Igor Sysoev
· 13 years ago
efc6eca
malloc() debugging on MacOSX.
by Igor Sysoev
· 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
de1a3e1
Fix buffer overrun under Windows.
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
ef1f33b
Use more precise stat.st_blocks to account cache size on Unix
by Igor Sysoev
· 14 years ago
cc878dc
use SwitchToThread() instead of Sleep(0), because the later
by Igor Sysoev
· 14 years ago
7f31a20
use copied strerror() messages and autoconfigured sys_nerr value
by Igor Sysoev
· 14 years ago
8a9f761
add "Global\" prefix for signal events
by Igor Sysoev
· 15 years ago
ee37271
fix building by owc12: GetLongPathName() is available since Win2K only
by Igor Sysoev
· 15 years ago
865db9b
ngx_create_file_mapping()
by Igor Sysoev
· 15 years ago
aa6936e
style fix
by Igor Sysoev
· 15 years ago
Next »