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
2012-06-25
Style.
Maxim Dounin
1
-1
/
+1
2012-06-18
Fixed return type of ngx_strerror_init().
Maxim Dounin
4
-4
/
+4
2012-06-18
Fixed "sendmsg() failed" alerts on HP-UX.
Maxim Dounin
1
-0
/
+1
2012-06-18
Fixed segfault with poll and resolver used.
Maxim Dounin
1
-0
/
+4
2012-06-05
Win32: disallowed access to various non-canonical name variants.
Maxim Dounin
1
-33
/
+164
2012-05-23
Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.
Maxim Dounin
1
-2
/
+2
2012-05-11
Accept moderation in case of EMFILE/ENFILE.
Maxim Dounin
2
-0
/
+4
2012-04-17
Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14).
Maxim Dounin
1
-0
/
+8
2012-04-17
IOV_MAX handling microoptimization.
Maxim Dounin
5
-18
/
+44
2012-04-17
Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain().
Maxim Dounin
2
-2
/
+2
2012-04-05
Style: the function type should be on a line by itself
Maxim Konovalov
1
-1
/
+2
2012-04-03
Fixed spelling in multiline C comments.
Ruslan Ermilov
5
-6
/
+6
2012-04-02
Win32: improved ngx_mutex_init() stub (ticket #138).
Maxim Dounin
1
-1
/
+12
2012-04-02
Win32: fixed memory allocation for shmem name (ticket #134).
Maxim Dounin
1
-1
/
+1
2012-03-28
Fixed win32 build after realpath changes in r4559.
Maxim Dounin
2
-3
/
+3
2012-03-27
Fixed unconditional MAX_PATH usage (ticket #22).
Maxim Dounin
2
-1
/
+13
2012-03-27
Added explicit include of time.h.
Maxim Dounin
3
-0
/
+3
2012-03-22
Win32: added missing call to srand().
Maxim Dounin
1
-0
/
+2
2012-03-21
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Ruslan Ermilov
4
-15
/
+95
2012-03-05
Whitespace fixes.
Maxim Dounin
1
-1
/
+1
2012-02-28
Added msleep() on reload to allow new processes to start.
Maxim Dounin
1
-0
/
+4
2012-02-28
Fixed spelling in single-line comments.
Ruslan Ermilov
4
-4
/
+4
2012-02-28
Workaround for fs_size on ZFS (ticket #46).
Maxim Dounin
1
-2
/
+3
2012-02-21
Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components.
Valentin Bartenev
1
-0
/
+17
2012-02-20
Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).
Maxim Dounin
1
-0
/
+2
2012-02-13
Added openat()/fstatat().
Andrey Belov
2
-0
/
+24
2012-02-10
Added ngx_ncpu detection for most *nix platforms.
Valentin Bartenev
1
-0
/
+6
2012-01-30
Fixed AIO error handling on FreeBSD.
Maxim Dounin
1
-18
/
+9
2012-01-18
Copyright updated.
Maxim Konovalov
100
-0
/
+100
2012-01-16
Fixed sched_setaffinity(2) to correctly pass size.
Maxim Dounin
1
-1
/
+4
2011-12-11
Microoptimization of sendfile(2) usage under FreeBSD.
Maxim Dounin
1
-2
/
+7
2011-11-28
Added (void) as we intentionally ignore returned values.
Maxim Dounin
1
-1
/
+1
2011-11-23
Unlock of shared memory zones on process crash.
Maxim Dounin
1
-11
/
+50
2011-11-23
Added shmtx interface to forcibly unlock mutexes.
Maxim Dounin
1
-1
/
+1
2011-11-18
FreeBSD 10-current has recently gotten POSIX_FADV_* macros.
Maxim Konovalov
1
-1
/
+1
2011-11-14
Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Igor Sysoev
2
-0
/
+2
2011-10-25
Fixed range checking for the "somaxconn" sysctl.
Ruslan Ermilov
2
-12
/
+5
2011-10-24
malloc() debugging on MacOSX.
Igor Sysoev
11
-5
/
+46
2011-10-21
Fixed another return in unix ngx_write_chain_to_file().
Maxim Dounin
1
-2
/
+9
2011-10-20
Fixed unix ngx_write_chain_to_file() to return total bytes written.
Maxim Dounin
1
-2
/
+5
2011-10-20
Fixing conflict with SDK off_t definition.
Igor Sysoev
1
-1
/
+4
2011-10-20
Recent SDKs allow to build IPV6 only for Windows XP or above.
Igor Sysoev
1
-1
/
+1
2011-09-19
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Ruslan Ermilov
6
-6
/
+7
2011-09-16
Fixing Linux AIO syscalls return value handling:
Igor Sysoev
1
-9
/
+7
2011-09-13
In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library
Ruslan Ermilov
1
-0
/
+2
2011-09-05
Bugfix: open_file_cache lost is_directio flag.
Maxim Dounin
2
-0
/
+7
2011-08-22
SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode.
Igor Sysoev
1
-2
/
+7
2011-08-22
Fix buffer overrun under Windows.
Maxim Dounin
1
-1
/
+2
2011-08-21
Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.
Maxim Dounin
2
-10
/
+0
2011-07-24
elimination of reading cache files by cache loader
Igor Sysoev
2
-0
/
+2
[next]