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
/
test
/
regress_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
test_evutil_rtrim: add another missing check.
Nick Mathewson
2013-08-06
1
-0
/
+1
*
Fix a gcc warning in rtrim test
Nick Mathewson
2012-11-18
1
-6
/
+2
*
Remove trailing tabs in HTTP headers as well.
Nick Mathewson
2012-11-16
1
-1
/
+9
*
Clean up rtrim implementation
Nick Mathewson
2012-11-16
1
-0
/
+33
*
Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...
Nick Mathewson
2012-11-01
1
-1
/
+1
|
\
|
*
Compile without warnings on mingw64
Nick Mathewson
2012-11-01
1
-1
/
+1
|
*
Work-around a stupid gcov-breaking bug in OSX 10.6
Nick Mathewson
2012-04-30
1
-1
/
+1
*
|
Avoid memory leak in test_event_calloc unit test; found by coverity
Nick Mathewson
2012-07-26
1
-0
/
+4
*
|
Make load-dependent monotonic timer tests off-by-default
Nick Mathewson
2012-06-29
1
-8
/
+31
*
|
Make all tests that hit the network disabled by default
Nick Mathewson
2012-06-28
1
-5
/
+18
*
|
Make test_evutil_monotonic a little more tolerant
Nick Mathewson
2012-06-28
1
-2
/
+2
*
|
Improve the monotonic-time unit test: make it check the step size
Nick Mathewson
2012-04-26
1
-2
/
+27
*
|
Simple unit tests for monotonic timers
Nick Mathewson
2012-04-26
1
-0
/
+63
*
|
Split out time-related prototypes into time-internal.h
Nick Mathewson
2012-04-20
1
-0
/
+1
*
|
Work-around a stupid gcov-breaking bug in OSX 10.6
Nick Mathewson
2012-04-11
1
-1
/
+1
*
|
Tweak the new evutil_weakrand_() code
Nick Mathewson
2012-04-09
1
-1
/
+8
*
|
Change evutil_weakrand_() to avoid platform random()
Nicholas Marriott
2012-04-09
1
-2
/
+3
*
|
Fix compilation with mm-replacement disabled.
Nick Mathewson
2012-04-03
1
-0
/
+6
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-7
/
+7
*
|
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-11
/
+11
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-4
/
+4
*
|
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
*
|
When including an -internal.h header outside the main tree, do so early
Nick Mathewson
2012-01-24
1
-1
/
+2
*
|
Add an (internal) usleep function for use by unit tests
Nick Mathewson
2012-01-24
1
-0
/
+29
*
|
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
*
|
Add argument checks to some memory functions in `event.c'.
Mansour Moufid
2011-10-19
1
-0
/
+106
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-07-05
1
-0
/
+18
|
\
\
|
|
/
|
*
Fix up test_evutil_snprintf
Nick Mathewson
2011-07-05
1
-1
/
+1
|
*
Use the correct printf args when formatting size_t
Nick Mathewson
2011-06-08
1
-0
/
+18
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-7
/
+7
|
/
*
Fix IRIX build. sa_family collides with a #define in sys/socket.h on IRIX.
Kevin Bowling
2010-11-22
1
-4
/
+4
*
Fix some ints to evutil_socket_t; make tests pass on win64.
Dimitre Piskyulev
2010-10-27
1
-3
/
+3
*
Do not search outside of the system directory for windows DLLs
Nick Mathewson
2010-09-27
1
-0
/
+19
*
Fix a few memory leaks in the tests
Nick Mathewson
2010-09-07
1
-1
/
+4
*
Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...
Nick Mathewson
2010-08-23
1
-2
/
+1
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Fix unit tests with -DUSE_DEBUG enabled
Nick Mathewson
2010-08-06
1
-2
/
+2
*
Make tests quieter on local dns resolver failure
Nick Mathewson
2010-08-05
1
-2
/
+2
*
Add some missing includes to fix Linux build again
Nick Mathewson
2010-05-14
1
-0
/
+3
*
Mark the event_err() functions as __attribute__((noreturn))
Nick Mathewson
2010-05-13
1
-25
/
+73
*
Make evdns logging threadsafe
Nick Mathewson
2010-04-23
1
-0
/
+38
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
1
-1
/
+1
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-26
/
+26
*
Add a unit test for secure rng.
Nick Mathewson
2010-02-18
1
-0
/
+53
*
Add the rest of the integer limits, and add a test for them.
Nick Mathewson
2010-02-03
1
-0
/
+98
*
Don't use a bind address for nameservers on loopback
Nick Mathewson
2010-01-20
1
-0
/
+45
*
OpenBSD demands that sys/types.h be included before sys/socket.h
Nick Mathewson
2009-11-17
1
-0
/
+2
[next]