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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-05
Cache: cache manager limits.
Dmitry Volyntsev
2
-6
/
+6
2016-09-15
Stream: filters.
Roman Arutyunyan
9
-0
/
+257
2016-08-04
Always seed PRNG with PID, seconds, and milliseconds.
Ruslan Ermilov
4
-11
/
+19
2016-08-04
Fixed undefined behavior when left shifting signed integer.
Ruslan Ermilov
1
-1
/
+1
2016-08-04
Win32: added per-thread random seeding.
Ruslan Ermilov
1
-0
/
+2
2016-06-08
Fixed spelling.
Otto Kekäläinen
1
-1
/
+1
2016-05-31
Core: skip special buffers on writing (ticket #981).
Maxim Dounin
1
-0
/
+5
2016-05-13
Improved EPOLLRDHUP handling.
Valentin Bartenev
2
-0
/
+65
2016-04-08
Removed redundant "u" format specifier.
Ruslan Ermilov
2
-2
/
+2
2016-04-08
Simplified ngx_unix_recv() and ngx_readv_chain().
Ruslan Ermilov
2
-6
/
+2
2016-04-08
Merged implementations of ngx_unix_recv().
Valentin Bartenev
1
-59
/
+11
2016-04-08
Fixed small inconsistency in handling EOF among receive functions.
Valentin Bartenev
2
-42
/
+41
2016-04-08
Merged implementations of ngx_udp_unix_recv().
Valentin Bartenev
1
-47
/
+4
2016-04-07
Fixed spelling.
Josh Soref
1
-1
/
+1
2016-03-31
Fixed ngx_os_signal_process() prototype.
Ruslan Ermilov
4
-6
/
+6
2016-03-31
Fixed ngx_pid_t formatting in ngx_sprintf() and logging.
Sergey Kandaurov
3
-8
/
+8
2016-03-31
Fixed logging.
Sergey Kandaurov
9
-15
/
+15
2016-03-30
Style.
Ruslan Ermilov
6
-29
/
+29
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
2
-1
/
+8
2016-03-28
Fixed --test-build-*.
Ruslan Ermilov
1
-1
/
+1
2016-03-18
Threads: offloading of temp files writing to thread pools.
Maxim Dounin
2
-14
/
+154
2016-03-18
Threads: task pointer stored in ngx_file_t.
Maxim Dounin
2
-6
/
+6
2016-03-18
Fixed timeouts with threaded sendfile() and subrequests.
Maxim Dounin
1
-10
/
+11
2016-03-15
Truncation detection in sendfilev() on Solaris.
Maxim Dounin
1
-0
/
+23
2016-03-15
Truncation detection in sendfile() on Linux.
Maxim Dounin
1
-0
/
+26
2016-01-20
Stream: UDP proxy.
Roman Arutyunyan
7
-0
/
+63
2016-03-14
Fixed handling of EAGAIN with sendfile in threads.
Valentin Bartenev
1
-1
/
+6
2016-03-03
Fixed sendfile in threads (or with aio preload) and subrequests.
Maxim Dounin
2
-0
/
+24
2016-03-03
Introduced the ngx_chain_to_iovec() function.
Valentin Bartenev
1
-50
/
+60
2016-02-18
Core: added support for more than 64 CPUs in worker_cpu_affinity.
Vladimir Homutov
4
-32
/
+33
2016-02-04
Dynamic modules: dlopen() support.
Maxim Dounin
9
-0
/
+126
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
2
-24
/
+24
2015-12-02
Core: fix typo in error message.
Piotr Sikora
1
-1
/
+1
2015-11-17
Used the pwritev() syscall for writing files where possible.
Valentin Bartenev
1
-3
/
+35
2015-11-17
Moved file writev() handling code to a separate function.
Valentin Bartenev
1
-32
/
+51
2015-11-17
Handled EINTR from write() and pwrite() syscalls.
Valentin Bartenev
1
-3
/
+20
2015-11-17
Adjusted file->sys_offset after the write() syscall.
Valentin Bartenev
1
-0
/
+1
2015-09-02
Fixed building --with-debug, broken by 6fce16b1fc10.
Valentin Bartenev
1
-1
/
+1
2015-09-02
Writing to some file systems can be interrupted.
Valentin Bartenev
1
-1
/
+12
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
2
-35
/
+6
2015-06-16
Core: added support for writing to stdout.
Vladimir Homutov
2
-0
/
+2
2015-05-25
Configure: GNU Hurd properly recognized.
Maxim Dounin
1
-0
/
+8
2015-05-20
Introduced worker number, ngx_worker.
Maxim Dounin
4
-0
/
+5
2015-04-27
Win32: shared memory base addresses and remapping.
Maxim Dounin
3
-2
/
+84
2015-04-23
Removed the "worker_rlimit_sigpending" directive.
Ruslan Ermilov
1
-13
/
+0
2015-04-23
Removed the obsolete rtsig module.
Ruslan Ermilov
3
-41
/
+0
2015-04-22
Removed the obsolete aio module.
Ruslan Ermilov
6
-405
/
+1
2015-03-26
Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.
Ruslan Ermilov
1
-2
/
+0
[next]