]> granicus.if.org Git - libevent/commit
Add new code to make and accept connections.
authorNick Mathewson <nickm@torproject.org>
Tue, 5 May 2009 02:59:26 +0000 (02:59 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 5 May 2009 02:59:26 +0000 (02:59 +0000)
commit659d54d5304c476f5cf0ec502235e376e1d2d8a1
treed57d4cebc154d2fe73a0e458940ab6fb2d66f9b4
parent0fd70978c8d83f0f677a0d119f2737d0b68ac511
Add new code to make and accept connections.

This is stuff that it's easy to get wrong (as I noticed when writing
bench_http), and that takes up a fair amount of space (see http.c).
Also, it's something that we'll eventually want to abstract to use
IOCP, where available.

svn:r1272
ChangeLog
Makefile.am
bufferevent-internal.h
bufferevent_sock.c
include/event2/bufferevent.h
include/event2/listener.h [new file with mode: 0644]
listener.c [new file with mode: 0644]
test/regress_bufferevent.c