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
*
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
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-03-30
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix a compilation error with MSVC 2005 due to use of mode_t
Nick Mathewson
2012-03-30
1
-0
/
+1
*
|
Add a new libevent_global_shutdown() to free all globals before exiting.
Mark Ellzey
2012-03-22
1
-0
/
+5
*
|
Restore accidentally disabled nanosleep implementation of evutil_usleep.
Nick Mathewson
2012-02-29
1
-2
/
+2
*
|
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-1
/
+1
*
|
Apply the naming convention to our EVUTIL_IS* functions
Nick Mathewson
2012-02-29
1
-1
/
+1
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-52
/
+52
*
|
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-1
/
+1
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-38
/
+38
*
|
evutil_accept4() should take ev_socklen_t
Nick Mathewson
2012-02-28
1
-1
/
+1
*
|
If accept4 is absent, fall back to accept.
Nick Mathewson
2012-02-21
1
-4
/
+6
*
|
Avoid leaking fd in evutil_socket() by Linux.
Nick Mathewson
2012-02-21
1
-1
/
+3
*
|
Support TCP_DEFER_ACCEPT sockopts for listeners
Mark Ellzey
2012-02-15
1
-0
/
+17
*
|
Merge remote-tracking branch 'github/21_fast_syscalls'
Nick Mathewson
2012-02-15
1
-0
/
+199
|
\
\
|
*
|
Infrastructure for using faster/fewer syscalls when creating sockets
Nick Mathewson
2012-02-10
1
-0
/
+199
*
|
|
If open(O_CLOEXEC) fails, fall back to fcntl(CLOEXEC)
Nick Mathewson
2012-02-14
1
-3
/
+8
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-11
1
-1
/
+25
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Tweak the evutil_open_closeonexec patch to work on windows, old unixes.
Nick Mathewson
2012-02-11
1
-2
/
+5
|
*
|
Make uses of open() close-on-exec safe by introducing evutil_open_closeonexec.
Ross Lagerwall
2012-02-11
1
-1
/
+22
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
Add an (internal) usleep function for use by unit tests
Nick Mathewson
2012-01-24
1
-1
/
+29
*
|
Fix compilation of windows evutil_check_ifaddrs
Nick Mathewson
2012-01-22
1
-2
/
+6
*
|
Remove some accidentally-committed debugging code
Nick Mathewson
2011-12-08
1
-3
/
+0
*
|
Use getifaddrs to detect our interfaces if possible
Nick Mathewson
2011-12-07
1
-38
/
+138
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-28
1
-1
/
+1
|
\
\
|
|
/
|
*
Clean up some problems identified by Coverity.
Harlan Stenn
2011-08-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-07-02
1
-3
/
+3
|
\
\
|
|
/
[next]