index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffer_iocp.c
Commit message (
Expand
)
Author
Age
*
Initialize last_with_datap correctly in evbuffer_overlapped
Nick Mathewson
2010-04-14
*
Replace last_with_data with a slightly smarter version
Nick Mathewson
2010-03-31
*
Fix last_with_data compilation on windows
Nick Mathewson
2010-03-11
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Make it compile under gcc --std=c89.
Nick Mathewson
2010-01-23
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
*
Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.
Nick Mathewson
2009-11-05
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
*
Refactor IOCP callback interface
Nick Mathewson
2009-11-02
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
*
Various MSVC cleanups from Brodie Thiesfield.
Nick Mathewson
2009-07-28
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
*
Fix some small win32 build issues on trunk.
Nick Mathewson
2009-05-22
*
Use the native "struct iovec" as our "struct evbuffer_iovec" when available, ...
Nick Mathewson
2009-05-21
*
Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.
Nick Mathewson
2009-05-19
*
Add a "ctrl" mechanism to bufferevents for property access.
Nick Mathewson
2009-05-13
*
Make unit tests for bufferevent_async compile and _almost_ work.
Nick Mathewson
2009-05-05
*
Add missing include to buffer_iocp.c
Nick Mathewson
2009-05-05
*
Use fewer _compat.h headers in our own code.
Nick Mathewson
2009-05-02
*
More msvc build tweaks.
Nick Mathewson
2009-05-01
*
Get launch_read and launch_write to (apparently) work.
Nick Mathewson
2009-04-30
*
Fix a reversed check in upcast_evbuffer
Nick Mathewson
2009-04-30
*
Document many internal functions and pieces of code.
Nick Mathewson
2009-04-17
*
Remove long copy-and-paste section full of windows api notes.
Nick Mathewson
2009-04-17
*
Make buffer iocp stuff compile happily
Nick Mathewson
2009-04-14
*
Add draft (nonworking) versions of iocp code to hack on more.
Nick Mathewson
2009-04-13