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
/
evbuffer-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a note that we should change previous_to_last to last_with_space
Nick Mathewson
2009-10-16
1
-0
/
+2
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-1
/
+1
*
Make "deferred callback queue" independent of event_base.
Nick Mathewson
2009-07-26
1
-3
/
+2
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
1
-1
/
+1
*
Use the native "struct iovec" as our "struct evbuffer_iovec" when available, ...
Nick Mathewson
2009-05-21
1
-0
/
+7
*
Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.
Nick Mathewson
2009-05-19
1
-6
/
+1
*
Change the interface of evbuffer_add_reference: give the cleanup function mor...
Nick Mathewson
2009-05-15
1
-1
/
+1
*
More msvc build tweaks.
Nick Mathewson
2009-05-01
1
-1
/
+5
*
Document many internal functions and pieces of code.
Nick Mathewson
2009-04-17
1
-10
/
+62
*
Make buffer iocp stuff compile happily
Nick Mathewson
2009-04-14
1
-1
/
+9
*
add pin/unpin functions, and a deref-and-free pair.
Nick Mathewson
2009-04-13
1
-0
/
+3
*
Add a reference count to evbuffers.
Nick Mathewson
2009-04-13
1
-0
/
+3
*
Refactor the code that sets up iovecs for reading into its own function. ioc...
Nick Mathewson
2009-04-13
1
-0
/
+8
*
Facility to make evbuffers get their callbacks deferred.
Nick Mathewson
2009-04-10
1
-0
/
+6
*
Add freeze support to evbuffers.
Nick Mathewson
2009-04-08
1
-0
/
+2
*
Add a new facility to "pin" the memory in an evbuffer chain.
Nick Mathewson
2009-04-08
1
-1
/
+10
*
Add locking to evbuffers.
Nick Mathewson
2009-04-05
1
-0
/
+50
*
Make the new evbuffer callbacks use a new struct-based interface.
Nick Mathewson
2009-04-03
1
-1
/
+9
*
A few more comments on evbuffer-internal structures.
Nick Mathewson
2009-02-10
1
-4
/
+12
*
Support temporarily suspending an evbuffer callback. This is different from ...
Nick Mathewson
2009-02-01
1
-1
/
+2
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
1
-2
/
+2
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
1
-1
/
+1
*
sendfile/mmap and memory reference implementation for evbuffers
Niels Provos
2009-01-27
1
-7
/
+40
*
Add a "flags" field to evbuffer callbacks.
Nick Mathewson
2009-01-23
1
-0
/
+1
*
Remove in_callbacks check: allow full recursion in evbuffer callbacks. If yo...
Nick Mathewson
2009-01-23
1
-1
/
+0
*
Code to allow multiple callbacks per evbuffer.
Nick Mathewson
2009-01-23
1
-1
/
+11
*
Simplify evbuffer_write logic: combine nearly all of WSASend and writev cases.
Nick Mathewson
2009-01-14
1
-4
/
+0
*
r19739@catbus: nickm | 2008-05-14 23:05:03 -0400
Nick Mathewson
2008-05-15
1
-1
/
+1
*
fix a bug in which evbuffer_add_vfprintf would loop forever; avoid
Niels Provos
2008-03-31
1
-0
/
+1
*
r18486@catbus: nickm | 2008-02-28 13:35:53 -0500
Nick Mathewson
2008-02-28
1
-7
/
+6
*
improved code for evbuffer; avoids memcpy
Niels Provos
2008-02-28
1
-0
/
+76