index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evutil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse IPv6 scope IDs.
Philip Homburg
2019-11-06
1
-2
/
+48
*
evutil: make evutil_socketpair() have the same behavior on Windows with build...
yuangongji
2019-10-18
1
-7
/
+13
*
evutil: implement socketpair with unix domain socket on Win10
yuangongji
2019-10-14
1
-2
/
+177
*
Missing <winerror.h> on win7/MinGW(MINGW32_NT-6.1)/MSYS
yuangongji
2019-07-11
1
-0
/
+1
*
evutil: drop force_check from evutil_check_interfaces() (unused)
Azat Khuzhin
2019-06-15
1
-3
/
+3
*
evutil: set the have_checked_interfaces in evutil_check_interfaces()
jeremyerb
2019-06-15
1
-2
/
+4
*
Check existence of IPV6_V6ONLY in evutil_make_listen_socket_ipv6only() (mingw32)
Azat Khuzhin
2018-10-28
1
-0
/
+3
*
listener: ipv6only socket bind support
Murat Demirten
2018-10-26
1
-0
/
+8
*
Split evutil_found_ifaddr() into helpers (evutil_v{4,6}addr_is_local())
Azat Khuzhin
2018-10-25
1
-20
/
+26
*
Use INADDR_ANY over 0 in evutil_found_ifaddr()
Azat Khuzhin
2018-10-25
1
-1
/
+1
*
Replace EVUTIL_V4ADDR_IS_*() macroses with static inline functions
Azat Khuzhin
2018-10-25
1
-14
/
+14
*
Filter link-local IPv4 addresses in evutil_found_ifaddr()
Azat Khuzhin
2018-10-25
1
-0
/
+6
*
fix evutil_make_internal_pipe_'s comment that fd[0] for read and f[1] for write
Xiang Zhang
2017-03-18
1
-1
/
+1
*
evutil: fix a typo of comment
tim-le
2017-03-05
1
-1
/
+1
*
evutil: mark ai_find_protocol() static (prototype-less)
Azat Khuzhin
2016-08-10
1
-1
/
+1
*
Fix getaddrinfo under solaris (for multiprotocol case)
Azat Khuzhin
2016-08-10
1
-2
/
+14
*
evdns: export cancel via callbacks in util (like async lib core/extra issues)
Azat Khuzhin
2016-03-23
1
-4
/
+18
*
evutil_parse_sockaddr_port(): fix buffer overflow
Azat Khuzhin
2016-02-01
1
-3
/
+3
*
Merge pull request #296 from lzmths/master
Mark Ellzey
2015-12-14
1
-5
/
+6
|
\
|
*
Refactoring conditional directives that break parts of statements.
lzmths
2015-12-14
1
-5
/
+6
*
|
Fixed Unicode issue in error messages.
Mattes D
2015-12-14
1
-2
/
+2
|
/
*
Test against SO_REUSEADDR (along with _WIN32).
Ed Schouten
2015-09-02
1
-1
/
+1
*
Don't use BSD u_* types.
Ed Schouten
2015-08-25
1
-1
/
+1
*
util: make @sa const for evutil_socket_connect_()
Azat Khuzhin
2015-08-18
1
-1
/
+1
*
Set correct socklen for PF_INET6 sockaddr len
Mark Ellzey
2015-06-01
1
-1
/
+1
*
Fix garbage value in socketpair util function, stdint?
Mark Ellzey
2015-05-11
1
-0
/
+3
*
Provide support for SO_REUSEPORT through LEV_OPT_REUSABLE_PORT
Maciej Soltysiak
2014-10-13
1
-0
/
+14
*
Change return type of evutil_load_windows_system_library_ to HMODULE
Nick Mathewson
2014-08-29
1
-2
/
+2
*
Fix ubsan warnings when parsing ipv4/ipv6 addrs
Nick Mathewson
2014-03-18
1
-12
/
+12
*
Change all uses of WIN32 to _WIN32
Joakim SoĢderberg
2014-01-21
1
-1
/
+1
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-08-19
1
-0
/
+12
|
\
|
*
Really remove RNG seeds from the stack
Nick Mathewson
2013-08-19
1
-0
/
+12
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-05-29
1
-1
/
+1
|
\
\
|
|
/
|
*
Use windows vsnprintf fixup logic on all windows environments
Nick Mathewson
2013-05-29
1
-1
/
+1
*
|
Avoid redundant syscall if making a socket cloexec twice
Nick Mathewson
2013-05-20
1
-3
/
+5
*
|
Avoid redundant syscall to make a nonblocking socket nonblocking
Maxime Henrion
2013-05-20
1
-3
/
+5
*
|
Fix another warning introduced in 0c6ec5d8
Nick Mathewson
2013-04-25
1
-1
/
+1
*
|
Fix a warning introduced in 0c6ec5d8
Nick Mathewson
2013-04-25
1
-1
/
+1
*
|
use hashtable instead of linked list to cache winsock errors
Patrick Pelletier
2013-02-25
1
-20
/
+62
*
|
use FormatMessage for winsock errors
Patrick Pelletier
2013-02-14
1
-68
/
+127
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-12-20
1
-1
/
+1
|
\
\
|
|
/
|
*
Avoid double-close on getsockname error in evutil_ersatz_socketpair
Nick Mathewson
2012-12-20
1
-1
/
+1
*
|
Move evutil_rtrim_lws_ to evutil.c where it belongs
Nick Mathewson
2012-11-16
1
-0
/
+21
*
|
Fix some warnings found cross-compiling with mingw32
Nick Mathewson
2012-11-01
1
-0
/
+4
*
|
Add process.h include to evutil.c for _getpid
Nick Mathewson
2012-07-23
1
-0
/
+1
*
|
Simplify and correct evutil_open_closeonexec_
Nick Mathewson
2012-06-25
1
-9
/
+5
*
|
Correctly handle running on a system where accept4 doesn't work.
Nick Mathewson
2012-05-01
1
-1
/
+7
*
|
Split out time-related evutil functions into a new evutil_time.c
Nick Mathewson
2012-04-20
1
-85
/
+0
*
|
Tweak the new evutil_weakrand_() code
Nick Mathewson
2012-04-09
1
-10
/
+39
*
|
Change evutil_weakrand_() to avoid platform random()
Nicholas Marriott
2012-04-09
1
-7
/
+16
[next]