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
/
http
/
modules
/
perl
/
nginx.xs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-14
Perl: removed unused variables, forgotten in ef6a3a99a81a.
Sergey Kandaurov
1
-2
/
+1
2022-05-30
All known output headers can be linked lists now.
Maxim Dounin
1
-0
/
+1
2022-05-30
Perl: combining unknown headers during $r->header_in() lookup.
Maxim Dounin
1
-40
/
+44
2022-05-30
Perl: all known input headers are handled identically.
Maxim Dounin
1
-20
/
+2
2022-05-30
Reworked multi headers to use linked lists.
Maxim Dounin
1
-13
/
+9
2019-07-17
Perl: removed unused variable, forgotten in 975d7ab37b39.
Maxim Dounin
1
-1
/
+0
2019-07-12
Perl: expect escaped URIs in $r->internal_redirect().
Maxim Dounin
1
-11
/
+0
2019-07-12
Perl: additional ctx->header_sent checks.
Maxim Dounin
1
-0
/
+24
2019-07-12
Perl: avoid returning 500 if header was already sent.
Maxim Dounin
1
-0
/
+2
2019-07-12
Perl: disabled unrelated calls from variable handlers.
Maxim Dounin
1
-0
/
+44
2019-07-12
Perl: protection against duplicate $r->sleep() calls.
Maxim Dounin
1
-0
/
+8
2019-07-12
Perl: handling of allocation errors.
Maxim Dounin
1
-25
/
+51
2019-07-12
Perl: propagate errors.
Maxim Dounin
1
-6
/
+66
2019-07-12
Perl: reworked perl module to pass ctx instead of request.
Maxim Dounin
1
-85
/
+95
2019-06-17
Perl: disabled not_modified filter (ticket #1786).
Maxim Dounin
1
-0
/
+2
2017-04-20
Cleaned up r->headers_out.headers allocation error handling.
Sergey Kandaurov
1
-0
/
+2
2017-04-02
Perl: fixed delaying subrequests.
Maxim Dounin
1
-0
/
+1
2015-08-18
Perl: prototyping behavior explicitly specified.
Maxim Dounin
1
-0
/
+3
2015-08-18
Perl: fixed warning about "sep" may be used uninitialized.
Maxim Dounin
1
-9
/
+6
2013-07-29
Perl: fixed syntax usage for C preprocessor directives.
Sergey Kandaurov
1
-7
/
+4
2013-06-10
Perl: fixed r->header_in("Cookie") (ticket #351).
Maxim Dounin
1
-9
/
+27
2013-05-11
Perl: extra "return" removed.
Maxim Dounin
1
-1
/
+1
2013-04-23
Perl: request body handling fixed.
Maxim Dounin
1
-3
/
+36
2012-05-23
Fixed warning during nginx.xs compilation.
Maxim Dounin
1
-1
/
+1
2012-02-27
Disable symlinks: initialization of the "disable_symlinks" field in
Valentin Bartenev
1
-3
/
+4
2012-02-13
Support for disable_symlinks in various modules.
Andrey Belov
1
-0
/
+3
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-10-11
Handling of Content-Encoding set from perl.
Maxim Dounin
1
-0
/
+7
2011-10-10
Fixed macro name.
Ruslan Ermilov
1
-1
/
+1
2011-02-21
fix warnings
Igor Sysoev
1
-2
/
+2
2010-04-22
change processing variables accessed by SSI and perl module:
Igor Sysoev
1
-1
/
+1
2010-02-12
fix request counter for $r->sleep(), the bug was introduced in r3050
Igor Sysoev
1
-0
/
+1
2009-11-12
do not log error if $r->variable was not found
Igor Sysoev
1
-3
/
+0
2009-09-30
read_ahead
Igor Sysoev
1
-0
/
+1
2009-05-01
use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms
Igor Sysoev
1
-1
/
+1
2009-04-27
*) of.test_only to not open file if only stat() is enough
Igor Sysoev
1
-1
/
+1
2008-09-05
*) handle unaligned file part for directio
Igor Sysoev
1
-0
/
+1
2008-08-04
ngx_hash_strlow()
Igor Sysoev
1
-10
/
+2
2008-07-30
directio
Igor Sysoev
1
-0
/
+1
2008-06-26
ngx_memzero() ngx_open_file_info_t
Igor Sysoev
1
-2
/
+2
2008-06-23
initialize of.uniq in ngx_open_cached_file()
Igor Sysoev
1
-8
/
+9
2008-06-23
change useless ngx_pcalloc() to ngx_pnalloc()
Igor Sysoev
1
-1
/
+1
2008-06-17
*) back out r2040
Igor Sysoev
1
-5
/
+5
2008-02-16
fix previous commit
Igor Sysoev
1
-1
/
+1
2008-02-16
optimize $r->sleep
Igor Sysoev
1
-3
/
+9
2008-02-15
delete unneeded dXSTARG
Igor Sysoev
1
-1
/
+0
2007-12-27
optimization
Igor Sysoev
1
-5
/
+3
2007-12-22
open_file_cache_min_uses
Igor Sysoev
1
-0
/
+1
2007-12-21
fix the previous commit
Igor Sysoev
1
-1
/
+1
2007-12-16
copy return values to perl's allocated memory
Igor Sysoev
1
-21
/
+18
[next]