index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
os
/
win32
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-05
Win32: use only preallocated memory in send/recv chain functions.
Ruslan Ermilov
2
-12
/
+20
2021-06-18
Fixed format strings for ngx_win32_version.
Maxim Dounin
1
-3
/
+3
2020-06-22
Cache: introduced min_free cache clearing.
Maxim Dounin
2
-0
/
+14
2019-10-21
Win32: silenced -Wcast-function-type GCC warning (ticket #1865).
Maxim Dounin
1
-1
/
+1
2019-10-21
Win32: improved fallback on FormatMessage() errors.
Maxim Dounin
1
-1
/
+1
2019-10-17
Events: available bytes calculation via ioctl(FIONREAD).
Maxim Dounin
5
-0
/
+96
2019-01-24
Win32: added WSAPoll() support.
Maxim Dounin
2
-0
/
+75
2018-12-24
Win32: removed NGX_DIR_MASK concept.
Maxim Dounin
2
-6
/
+18
2018-05-29
Win32: fixed comment in ngx_gettimeofday() calculations.
Ruslan Ermilov
1
-1
/
+1
2017-11-28
Fixed "changing binary" when reaper is not init.
Ruslan Ermilov
2
-0
/
+3
2017-08-09
Style.
Sergey Kandaurov
1
-0
/
+1
2017-03-07
Introduced worker_shutdown_timeout.
Maxim Dounin
1
-0
/
+1
2017-03-07
Cancelable timers are now preserved if there are other timers.
Maxim Dounin
1
-5
/
+1
2016-12-24
Win32: compatiblity with OpenSSL 1.1.0.
Maxim Dounin
1
-0
/
+3
2016-12-24
Win32: support 64-bit compilation with MSVC.
Maxim Dounin
1
-0
/
+10
2016-12-24
Win32: fixed some warnings reported by Borland C.
Maxim Dounin
1
-0
/
+3
2016-12-24
Win32: minimized redefinition of ssize_t.
Maxim Dounin
1
-1
/
+1
2016-12-24
Win32: minimized redefinition of intptr_t/uintptr_t.
Maxim Dounin
1
-1
/
+1
2016-12-24
Win32: stdint.h used for MinGW GCC.
Maxim Dounin
1
-1
/
+1
2016-12-24
Win32: fixed building with newer versions of MinGW GCC.
Maxim Dounin
1
-0
/
+1
2016-10-05
Cache: cache manager limits.
Dmitry Volyntsev
1
-3
/
+3
2016-09-15
Stream: filters.
Roman Arutyunyan
2
-0
/
+4
2016-08-04
Always seed PRNG with PID, seconds, and milliseconds.
Ruslan Ermilov
2
-8
/
+12
2016-08-04
Win32: added per-thread random seeding.
Ruslan Ermilov
1
-0
/
+2
2016-04-08
Removed redundant "u" format specifier.
Ruslan Ermilov
2
-2
/
+2
2016-04-07
Fixed spelling.
Josh Soref
1
-1
/
+1
2016-03-31
Fixed ngx_os_signal_process() prototype.
Ruslan Ermilov
2
-3
/
+3
2016-03-31
Fixed ngx_pid_t formatting in ngx_sprintf() and logging.
Sergey Kandaurov
2
-7
/
+7
2016-03-30
Style.
Ruslan Ermilov
2
-9
/
+9
2016-03-29
Win32: replaced NGX_EXDEV with more appropriate error code.
Maxim Dounin
1
-5
/
+1
2016-03-29
Win32: additional error code NGX_EEXIST_FILE (ticket #910).
Maxim Dounin
1
-1
/
+7
2016-02-18
Core: added support for more than 64 CPUs in worker_cpu_affinity.
Vladimir Homutov
1
-0
/
+3
2016-02-04
Dynamic modules: dlopen() support.
Maxim Dounin
2
-0
/
+54
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
1
-9
/
+9
2015-08-17
Win32: MSVC 2015 compatibility.
Maxim Dounin
2
-2
/
+7
2015-08-11
Core: idle connections now closed only once on exiting.
Valentin Bartenev
1
-18
/
+4
2015-06-16
Core: added support for writing to stdout.
Vladimir Homutov
1
-0
/
+1
2015-05-20
Introduced worker number, ngx_worker.
Maxim Dounin
2
-0
/
+2
2015-04-27
Win32: shared memory base addresses and remapping.
Maxim Dounin
3
-2
/
+84
2015-03-26
Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.
Ruslan Ermilov
1
-2
/
+0
2015-03-26
Removed "worker_threads" and "thread_stack_size" directives.
Ruslan Ermilov
3
-41
/
+1
2015-03-26
Removed unused thread-local-storage code.
Ruslan Ermilov
3
-40
/
+0
2015-03-26
Removed ngx_threaded and related code.
Ruslan Ermilov
2
-2
/
+0
2015-03-23
Removed stub implementation of win32 mutexes.
Ruslan Ermilov
2
-62
/
+0
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
1
-1
/
+1
2015-03-17
Core: expose maximum values of time_t and ngx_int_t.
Ruslan Ermilov
1
-0
/
+2
2014-11-19
Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
Valentin Bartenev
1
-2
/
+2
2014-08-13
Events: introduced cancelable timers.
Valentin Bartenev
1
-0
/
+2
2014-10-15
Win32: made build-able with MinGW-w64 gcc.
Kouhei Sutou
1
-2
/
+35
2014-10-28
Core: added limit to recv_chain().
Roman Arutyunyan
2
-7
/
+20
[next]