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
/
http-internal.h
Commit message (
Expand
)
Author
Age
*
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
*
Merge remote branch 'github/http_listener'
Nick Mathewson
2010-02-03
|
\
|
*
Make http use evconnlistener.
Nick Mathewson
2010-01-14
*
|
Allow http connections to use evdns for hostname looksups.
Nick Mathewson
2010-01-14
|
/
*
Fix a few types to use compatible versions
Nick Mathewson
2009-11-05
*
Implement size limits on HTTP header length and body length.
Nick Mathewson
2009-11-04
*
Fix windows compilation warnings.
Nick Mathewson
2009-10-21
*
Remove all trailing whitespace from end-of-line.
Nick Mathewson
2009-07-17
*
Fix c89 bugs reported by Cory Stup.
Nick Mathewson
2009-04-23
*
Fix two windows compilation bugs.
Nick Mathewson
2009-04-13
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
*
Make the http connection close detection work properly with bufferevents and ...
Niels Provos
2008-12-19
*
Allow setting of local port for evhttp connections to support millions of con...
Niels Provos
2008-11-16
*
correct handling of trailing headers in chunked replies; from Scott Lamb.
Niels Provos
2008-06-26
*
allow cancelation of user initiated http requests; this will allow cancelatio...
Niels Provos
2008-05-12
*
r15549@tombo: nickm | 2008-05-08 11:53:11 -0400
Nick Mathewson
2008-05-08
*
add support for virtual http hosts; no tests yet
Niels Provos
2008-05-05
*
fix a bug where it was not possible to bind multiple sockets to the same http
Niels Provos
2008-05-04
*
r15339@tombo: nickm | 2008-04-29 14:03:48 -0400
Nick Mathewson
2008-04-29
*
convert evhttp_connection to use bufferevents
Niels Provos
2008-04-29
*
r16731@catbus: nickm | 2007-11-25 16:52:53 -0500
Nick Mathewson
2007-11-25
*
support setting local address on an evhttp_connection
Niels Provos
2007-09-07
*
provide evhttp_new and evhttp_bind_socket instead of evhttp_start;
Niels Provos
2007-08-19
*
do close-detection via a separate event
Niels Provos
2006-12-12
*
low-level interfaces for streaming; from dug song
Niels Provos
2006-12-09
*
support retrying for connections; from dug song
Niels Provos
2006-12-09
*
persistent connections are somewhat complicated; detect on the client side if...
Niels Provos
2006-11-23
*
fix a bug where rpc would not be scheduled when they were queued; test for it.
Niels Provos
2006-11-22
*
an attempt at differentiated error handling for timeouts and eof.
Niels Provos
2006-11-22
*
generate client request code via macro; flesh out the pools a little bit.
Niels Provos
2006-11-20
*
make persistent connections work; needs more testing
Niels Provos
2006-11-18
*
first stab at an rpc layer; this breaks the regression test.
Niels Provos
2006-11-16
*
reorganization of the http functionality; we separate http handling into a
Niels Provos
2006-07-17
*
rename http.h to http-internal.h - i wish there were decent refactoring tools
Niels Provos
2006-06-10