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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-27
style fix
Igor Sysoev
1
-5
/
+5
2007-12-26
create ssl buffer on demand and free it before keep-alive
Igor Sysoev
3
-9
/
+38
2007-12-26
ssl_session_cache off
Igor Sysoev
4
-7
/
+21
2007-12-26
optimization
Igor Sysoev
1
-5
/
+5
2007-12-25
style fix
Igor Sysoev
1
-2
/
+2
2007-12-25
several fixes:
Igor Sysoev
2
-165
/
+240
2007-12-24
use %*s format
Igor Sysoev
4
-39
/
+10
2007-12-24
%*s format
Igor Sysoev
1
-3
/
+16
2007-12-22
open_file_cache_min_uses
Igor Sysoev
9
-16
/
+71
2007-12-22
take MALLOC_OPTIONS=J into account in slab allocator
Igor Sysoev
3
-10
/
+35
2007-12-21
tree.init_handler is never called
Igor Sysoev
1
-10
/
+2
2007-12-21
fix the previous commit
Igor Sysoev
1
-1
/
+1
2007-12-21
open_file_cache_retest > open_file_cache_valid
Igor Sysoev
8
-13
/
+24
2007-12-21
fix the previous commit
Igor Sysoev
1
-1
/
+1
2007-12-21
use ngx_queue.h
Igor Sysoev
2
-44
/
+24
2007-12-21
clean rbtree node for all removals
Igor Sysoev
1
-6
/
+6
2007-12-21
style fix
Igor Sysoev
1
-1
/
+1
2007-12-21
fix STARTTLS prompt in SMTP
Igor Sysoev
1
-0
/
+3
2007-12-20
embed sentinel
Igor Sysoev
2
-7
/
+2
2007-12-20
use ngx_queue.h
Igor Sysoev
2
-24
/
+16
2007-12-20
embed session_rbtree and sentinel inside ngx_ssl_session_cache_t
Igor Sysoev
2
-23
/
+13
2007-12-20
omit useless test
Igor Sysoev
1
-4
/
+0
2007-12-20
use ngx_time() instead of ngx_timeofday()
Igor Sysoev
1
-11
/
+5
2007-12-20
remove SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, we never need it,
Igor Sysoev
1
-2
/
+0
2007-12-20
cleaning stale global SSL error
Igor Sysoev
1
-0
/
+18
2007-12-20
SSL_shutdown() never returns -1, on error it returns 0.
Igor Sysoev
1
-27
/
+18
2007-12-19
bump version
Igor Sysoev
2
-2
/
+2
2007-12-18
comment ngx_walk_tree()
Igor Sysoev
1
-0
/
+18
2007-12-18
fix comment
Igor Sysoev
1
-1
/
+1
2007-12-17
ngx_create_hashed_filename() does not need ngx_file_t
Igor Sysoev
2
-17
/
+16
2007-12-17
create the only cleanup
Igor Sysoev
1
-5
/
+5
2007-12-17
style fix: remove trailing spaces
Igor Sysoev
1
-1
/
+1
2007-12-17
replace ngx_md5_text() with ngx_hex_dump()
Igor Sysoev
2
-8
/
+7
2007-12-17
log run cleanups clearly
Igor Sysoev
1
-4
/
+6
2007-12-17
optimize rbtree initialization and insert
Igor Sysoev
5
-115
/
+53
2007-12-16
no answers in DNS response should be NXDOMAIN
Igor Sysoev
1
-10
/
+13
2007-12-16
fix segfault if response will have CNAME only
Igor Sysoev
1
-0
/
+2
2007-12-16
restore environ for perl_destruct()
Igor Sysoev
1
-14
/
+29
2007-12-16
copy return values to perl's allocated memory
Igor Sysoev
1
-21
/
+18
2007-12-14
fix merge_slashes
Igor Sysoev
1
-1
/
+1
2007-12-12
large_client_header_buffers did not free()ed before keep-alive
Igor Sysoev
1
-2
/
+2
2007-12-11
$upstream_addr did not contain last address, the bug was introduced in r1659
Igor Sysoev
1
-1
/
+2
2007-12-10
style fix: remove trailing spaces
Igor Sysoev
1
-2
/
+2
2007-12-10
optimize r->upstream usage
Igor Sysoev
1
-14
/
+17
2007-12-10
move condition declarations inside blocks where they are used
Igor Sysoev
15
-88
/
+70
2007-12-09
*) copy regex captures $1, $2, etc.
Igor Sysoev
1
-2
/
+9
2007-12-09
fix segfault when $r->has_request_body() is called with ready body
Igor Sysoev
1
-11
/
+26
2007-12-09
*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR
Igor Sysoev
5
-201
/
+130
2007-12-09
return NGX_HTTP_UPSTREAM_INVALID_HEADER instead of NGX_HTTP_BAD_GATEWAY
Igor Sysoev
1
-1
/
+1
2007-12-09
return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header()
Igor Sysoev
3
-15
/
+15
[next]