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
/
event.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-2
/
+2
*
Various MSVC cleanups from Brodie Thiesfield.
Nick Mathewson
2009-07-28
1
-0
/
+1
*
Rename encode_int(64) to avoid polluting the global namespace.
Nick Mathewson
2009-07-20
1
-0
/
+1
*
Remove all trailing whitespace from end-of-line.
Nick Mathewson
2009-07-17
1
-1
/
+1
*
make doxygen happier
Niels Provos
2009-04-18
1
-3
/
+3
*
checkpoint work on big bufferevent refactoring
Nick Mathewson
2009-02-02
1
-0
/
+1
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
1
-1
/
+1
*
Move obsolete evbuffer function into include/event2/buffer_compat.h
Nick Mathewson
2009-01-23
1
-0
/
+1
*
document chunked replies plus fix doxygen warnings
Niels Provos
2008-05-13
1
-1
/
+1
*
r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
Nick Mathewson
2008-04-16
1
-806
/
+6
*
improved code for evbuffer; avoids memcpy
Niels Provos
2008-02-28
1
-192
/
+16
*
simplify evbuffer by removing orig_buffer
Niels Provos
2008-02-23
1
-2
/
+1
*
update event_base_loop documentation; from Tani Hosokawa
Niels Provos
2008-02-20
1
-2
/
+4
*
event_base_get_method; from Springande Ulv
Niels Provos
2008-02-16
1
-0
/
+9
*
rollback r594: restructuring to make event activation independent.
Niels Provos
2007-12-24
1
-35
/
+17
*
add -Wstrict-aliasing and remove bogus evtag_test from event.h
Niels Provos
2007-12-18
1
-2
/
+0
*
restructure the code to make event activation independent of regular event logic
Niels Provos
2007-12-16
1
-17
/
+35
*
support for 32-bit tag numbers in rpc structures
Niels Provos
2007-12-12
1
-11
/
+13
*
r15171@tombo: nickm | 2007-12-06 12:47:47 -0500
Nick Mathewson
2007-12-06
1
-1
/
+5
*
r16731@catbus: nickm | 2007-11-25 16:52:53 -0500
Nick Mathewson
2007-11-25
1
-8
/
+15
*
r14953@tombo: nickm | 2007-11-25 15:56:40 -0500
Nick Mathewson
2007-11-25
1
-3
/
+25
*
r14939@tombo: nickm | 2007-11-25 11:59:26 -0500
Nick Mathewson
2007-11-25
1
-0
/
+21
*
provide event_reinit() to reinitialized an event_base after fork - necessary ...
Niels Provos
2007-11-25
1
-11
/
+12
*
r14931@tombo: nickm | 2007-11-17 17:21:09 -0500
Nick Mathewson
2007-11-17
1
-0
/
+29
*
r14930@tombo: nickm | 2007-11-17 17:01:14 -0500
Nick Mathewson
2007-11-17
1
-15
/
+24
*
use a const pointer for bufferevent_write
Niels Provos
2007-11-17
1
-2
/
+4
*
provide event_base_new() as a mechanism for not setting the current_global
Niels Provos
2007-11-14
1
-3
/
+17
*
Make all the C files in the libraries compile under MSVC 2005 Express. There...
Nick Mathewson
2007-11-07
1
-15
/
+22
*
r16507@catbus: nickm | 2007-11-07 01:34:55 -0500
Nick Mathewson
2007-11-07
1
-1
/
+1
*
r16501@catbus: nickm | 2007-11-07 01:00:31 -0500
Nick Mathewson
2007-11-07
1
-0
/
+4
*
r16496@catbus: nickm | 2007-11-06 23:58:52 -0500
Nick Mathewson
2007-11-07
1
-1
/
+11
*
make event_init should return struct event_base *
Niels Provos
2007-11-07
1
-1
/
+1
*
improve doxygen documentation
Niels Provos
2007-11-04
1
-4
/
+12
*
remove last vestiges of RBTREE
Niels Provos
2007-11-03
1
-4
/
+0
*
switch timeouts to a min heap; from Maxim Yegorushkin
Niels Provos
2007-11-03
1
-11
/
+2
*
r15097@catbus: nickm | 2007-09-18 11:08:42 -0400
Nick Mathewson
2007-09-18
1
-129
/
+179
*
r15096@catbus: nickm | 2007-09-18 11:02:12 -0400
Nick Mathewson
2007-09-18
1
-5
/
+656
*
make clock_monotonic work; do not use default timeout;
Niels Provos
2007-07-30
1
-2
/
+0
*
make event_rpcgen.py use the uint_ types;
Niels Provos
2007-07-06
1
-0
/
+1
*
convert u_int8_t types to uint8_t types
Niels Provos
2007-06-30
1
-17
/
+15
*
fixes from Joerg Sonnenberger:
Niels Provos
2007-06-30
1
-0
/
+1
*
more the signal base into the event base; this removes global state and makes...
Niels Provos
2007-03-10
1
-2
/
+3
*
rolling back r339: evconfig.h does not work
Niels Provos
2007-03-01
1
-1
/
+0
*
make evconfig.h available as installed header file; not
Niels Provos
2007-02-28
1
-0
/
+1
*
remove artifical 16-bit restriction on evrpc entries
Niels Provos
2007-02-24
1
-1
/
+1
*
fix handling of chunked requests
Niels Provos
2007-02-14
1
-1
/
+1
*
add prototype for bufferevent_base_set; from thorsten glaser
Niels Provos
2007-02-09
1
-0
/
+1
*
mingw fixes from Nick
Niels Provos
2006-11-22
1
-1
/
+2
*
Protect EVENT_* macros - () were missing
Niels Provos
2006-10-04
1
-2
/
+2
*
move http related prototypes to evhttp.h
Niels Provos
2006-06-10
1
-58
/
+0
[next]