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
/
buffer_iocp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-6
/
+6
*
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-11
/
+11
*
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
*
|
Merge remote-tracking branch 'github/linked_list'
Nick Mathewson
2012-01-20
1
-1
/
+1
|
\
\
|
*
|
Use LIST rather than TAILQ for evbuffer callbacks
Nick Mathewson
2010-04-09
1
-1
/
+1
*
|
|
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-18
1
-0
/
+3
|
\
\
\
|
|
/
/
|
*
|
Make overlapped reads result in evbuffer callbacks getting invoked
Nick Mathewson
2011-08-18
1
-0
/
+3
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-06-08
1
-0
/
+2
|
\
\
\
|
|
/
/
|
*
|
Add some missing checks for mm_calloc failures
Nick Mathewson
2011-06-08
1
-0
/
+2
*
|
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-1
/
+2
|
/
/
*
|
Fix even more win64 warnings
Nick Mathewson
2010-11-01
1
-2
/
+6
*
|
Fix signed/unsigned warnings on win32
Nick Mathewson
2010-10-14
1
-1
/
+1
*
|
Fix warnings on mingw with gcc 4.5
Nick Mathewson
2010-10-05
1
-1
/
+1
*
|
IOCP-related evbuffer fixes.
Christopher Davis
2010-09-08
1
-24
/
+27
*
|
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
|
Initialize last_with_datap correctly in evbuffer_overlapped
Nick Mathewson
2010-04-14
1
-0
/
+1
|
/
*
Replace last_with_data with a slightly smarter version
Nick Mathewson
2010-03-31
1
-3
/
+3
*
Fix last_with_data compilation on windows
Nick Mathewson
2010-03-11
1
-2
/
+5
*
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
-1
/
+1
*
Make it compile under gcc --std=c89.
Nick Mathewson
2010-01-23
1
-1
/
+1
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
1
-8
/
+8
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
1
-78
/
+57
*
Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.
Nick Mathewson
2009-11-05
1
-1
/
+2
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
1
-0
/
+11
*
Refactor IOCP callback interface
Nick Mathewson
2009-11-02
1
-2
/
+5
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-4
/
+3
*
Various MSVC cleanups from Brodie Thiesfield.
Nick Mathewson
2009-07-28
1
-0
/
+1
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
1
-3
/
+3
*
Fix some small win32 build issues on trunk.
Nick Mathewson
2009-05-22
1
-2
/
+1
*
Use the native "struct iovec" as our "struct evbuffer_iovec" when available, ...
Nick Mathewson
2009-05-21
1
-6
/
+1
*
Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.
Nick Mathewson
2009-05-19
1
-14
/
+27
*
Add a "ctrl" mechanism to bufferevents for property access.
Nick Mathewson
2009-05-13
1
-0
/
+6
*
Make unit tests for bufferevent_async compile and _almost_ work.
Nick Mathewson
2009-05-05
1
-2
/
+2
*
Add missing include to buffer_iocp.c
Nick Mathewson
2009-05-05
1
-0
/
+1
*
Use fewer _compat.h headers in our own code.
Nick Mathewson
2009-05-02
1
-1
/
+0
*
More msvc build tweaks.
Nick Mathewson
2009-05-01
1
-7
/
+7
*
Get launch_read and launch_write to (apparently) work.
Nick Mathewson
2009-04-30
1
-3
/
+11
*
Fix a reversed check in upcast_evbuffer
Nick Mathewson
2009-04-30
1
-1
/
+1
*
Document many internal functions and pieces of code.
Nick Mathewson
2009-04-17
1
-0
/
+48
*
Remove long copy-and-paste section full of windows api notes.
Nick Mathewson
2009-04-17
1
-102
/
+0
*
Make buffer iocp stuff compile happily
Nick Mathewson
2009-04-14
1
-24
/
+38
*
Add draft (nonworking) versions of iocp code to hack on more.
Nick Mathewson
2009-04-13
1
-0
/
+334