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
/
core
/
ngx_inet.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-10
Core: sockaddr lengths now respected by ngx_cmp_sockaddr().
Maxim Dounin
1
-6
/
+13
2016-09-07
Core: introduced ngx_cidr_match() function.
Dmitry Volyntsev
1
-0
/
+87
2016-06-20
Fixed build on MSVC.
Roman Arutyunyan
1
-1
/
+1
2016-06-20
Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Roman Arutyunyan
1
-21
/
+62
2016-05-24
Fixed build on MSVC.
Maxim Dounin
1
-2
/
+2
2016-05-23
Realip: port support in X-Real-IP and X-Forwarded-For.
Dmitry Volyntsev
1
-0
/
+79
2016-05-23
Introduced the ngx_sockaddr_t type.
Ruslan Ermilov
1
-3
/
+3
2016-05-11
Removed a surplus condition from ngx_parse_inet6_url().
Ruslan Ermilov
1
-33
/
+30
2016-05-11
Core: fixed port handling in ngx_parse_inet6_url().
Valentin Bartenev
1
-1
/
+6
2016-04-08
Removed redundant "u" format specifier.
Ruslan Ermilov
1
-1
/
+1
2016-03-31
Fixed format specifiers in ngx_sprintf().
Sergey Kandaurov
1
-1
/
+1
2016-03-30
Style.
Ruslan Ermilov
1
-10
/
+10
2016-02-26
Core: allow strings without null-termination in ngx_parse_url().
Piotr Sikora
1
-2
/
+4
2015-04-28
Fixed overflow detection in ngx_inet_addr().
Valentin Bartenev
1
-5
/
+5
2015-03-17
Overflow detection in ngx_inet_addr().
Ruslan Ermilov
1
-2
/
+6
2013-12-06
Core: externalized ngx_cmp_sockaddr().
Ruslan Ermilov
1
-0
/
+73
2013-08-05
Core: guard use of AI_ADDRCONFIG.
Ruslan Ermilov
1
-0
/
+2
2013-08-05
Fixed build with signed socklen_t and unix sockets.
Maxim Dounin
1
-1
/
+1
2013-08-05
Core: only resolve address families configured on the local system.
Ruslan Ermilov
1
-0
/
+1
2013-07-11
Core: extended ngx_sock_ntop() with socklen parameter.
Vladimir Homutov
1
-5
/
+17
2013-01-10
Fixed "proxy_pass" with IP address and no port (ticket #276).
Ruslan Ermilov
1
-10
/
+4
2012-12-22
Properly initialize "struct in6_addr" with zeroes.
Ruslan Ermilov
1
-1
/
+1
2012-12-17
Implemented IPv6 support for URLs specified using domain names.
Ruslan Ermilov
1
-29
/
+210
2012-12-17
Fixed URL parsing code.
Ruslan Ermilov
1
-5
/
+5
2012-12-17
Simplified URL parsing code.
Ruslan Ermilov
1
-30
/
+26
2012-06-04
Support for IPv6 literals in proxy_pass and so on.
Maxim Dounin
1
-7
/
+30
2012-06-01
Code reduction (no functional changes).
Ruslan Ermilov
1
-19
/
+2
2012-05-21
Removed historical and now redundant syntax pre-checks in ngx_parse_url().
Ruslan Ermilov
1
-5
/
+0
2012-04-12
Reduced the number of lines of code in ngx_inet_addr().
Ruslan Ermilov
1
-5
/
+1
2012-04-11
Improved readability of the code that produces bitmask from prefix.
Ruslan Ermilov
1
-2
/
+2
2012-04-03
In ngx_ptocidr(), check that the supplied prefix length is within
Ruslan Ermilov
1
-0
/
+7
2012-04-03
Fixed spelling in multiline C comments.
Ruslan Ermilov
1
-1
/
+1
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-10-25
Fixed port range checking.
Ruslan Ermilov
1
-3
/
+3
2011-04-15
fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.Z
Igor Sysoev
1
-1
/
+1
2011-02-17
fix u->one_addr handling in ngx_inet_resolve_host()
Igor Sysoev
1
-1
/
+1
2009-12-07
fix double free(), introduced in r3268
Igor Sysoev
1
-1
/
+0
2009-11-03
ngx_ptocidr() supports IPv6
Igor Sysoev
1
-26
/
+66
2009-11-03
make ngx_inet6_ntop() non-static
Igor Sysoev
1
-4
/
+1
2009-11-02
change ngx_parse_addr() interface
Igor Sysoev
1
-22
/
+13
2009-11-02
ngx_parse_addr()
Igor Sysoev
1
-0
/
+63
2009-11-02
rename ngx_peer_addr_t to ngx_addr_t
Igor Sysoev
1
-3
/
+3
2009-11-02
use sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"
Igor Sysoev
1
-2
/
+2
2009-11-02
replace inet_addr() with ngx_inet_addr()
Igor Sysoev
1
-21
/
+18
2009-11-02
use ngx_inet6_addr()
Igor Sysoev
1
-28
/
+2
2009-11-02
ngx_inet6_addr()
Igor Sysoev
1
-0
/
+120
2009-10-26
http listen unix domain sockets
Igor Sysoev
1
-0
/
+14
2009-05-18
delete unneeded field
Igor Sysoev
1
-3
/
+0
2009-05-07
IPv6 for Win32
Igor Sysoev
1
-0
/
+14
2009-02-24
prepare ngx_ptocidr() for IPv6
Igor Sysoev
1
-13
/
+14
[next]