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
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call event_debug_unassign on internal events
Nick Mathewson
2010-01-25
1
-1
/
+4
*
Fix windows and msvc build
Nick Mathewson
2010-01-23
1
-0
/
+2
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
1
-3
/
+4
*
do not use a function to assign the evdns base; instead assign it via evhttp_...
Niels Provos
2010-01-14
1
-11
/
+5
*
Allow http connections to use evdns for hostname looksups.
Nick Mathewson
2010-01-14
1
-42
/
+35
*
Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.
Jardel Weyrich
2009-12-29
1
-9
/
+4
*
Remove most calls to event_err() in http and deal with memory errors instead
release-2.0.3-alpha
Niels Provos
2009-11-19
1
-20
/
+60
*
On FreeBSD and other OSes, connect can return ECONREFUSED immediately; instea...
Niels Provos
2009-11-19
1
-2
/
+6
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
1
-108
/
+31
*
Fix a couple of event_debug calls.
Nick Mathewson
2009-11-14
1
-2
/
+2
*
Patch from Ryan Phillips: accept ipv6 addresses returned by getaddrinfo in ht...
Nick Mathewson
2009-11-09
1
-2
/
+2
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+1
*
Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.
Nick Mathewson
2009-11-05
1
-4
/
+4
*
Fix a few types to use compatible versions
Nick Mathewson
2009-11-05
1
-4
/
+14
*
Implement size limits on HTTP header length and body length.
Nick Mathewson
2009-11-04
1
-7
/
+95
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
1
-1
/
+3
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-18
/
+17
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-3
/
+3
*
Fix build warnings and add changelog entry for evhttp patches.
Nick Mathewson
2009-08-16
1
-3
/
+2
*
Define evhttp_del_accept_socket
Nick Mathewson
2009-08-16
1
-0
/
+8
*
Define evhttp_{bind,accept}_socket_with_handle
Nick Mathewson
2009-08-16
1
-8
/
+32
*
Make evhttp_bound_socket visible, and provide an accessor to its fd
Nick Mathewson
2009-08-16
1
-0
/
+5
*
Export an ev_socklen_t.
Nick Mathewson
2009-07-30
1
-6
/
+6
*
Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.
Nick Mathewson
2009-07-28
1
-7
/
+7
*
Do not use the "evbuffer_" prefix to denote parts of bufferevents.
Nick Mathewson
2009-05-13
1
-4
/
+4
*
Add and use locale-independent strcasecmp functions.
Nick Mathewson
2009-05-07
1
-12
/
+7
*
Use fewer _compat.h headers in our own code.
Nick Mathewson
2009-05-02
1
-3
/
+6
*
More msvc build tweaks.
Nick Mathewson
2009-05-01
1
-2
/
+4
*
Add missing case to make http.c compile with warnings enabled.
Nick Mathewson
2009-04-23
1
-0
/
+1
*
Fix c89 bugs reported by Cory Stup.
Nick Mathewson
2009-04-23
1
-1
/
+4
*
Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.h
Nick Mathewson
2009-04-17
1
-16
/
+16
*
have evhttp_set_cb return an int; -1 on failure, 0 on success; this is better...
Niels Provos
2009-04-17
1
-1
/
+8
*
document evhttp_parse_query better
Niels Provos
2009-04-11
1
-1
/
+0
*
previous commit changed the semantics of evhttp_decode_uri; need a test for that
Niels Provos
2009-04-11
1
-6
/
+9
*
Fix parsing of queries where the encoded queries contained \r, \n or +
Niels Provos
2009-04-10
1
-13
/
+46
*
revert last commit; git user error
Niels Provos
2009-04-10
1
-12
/
+5
*
initial version of query decoding patch
Niels Provos
2009-04-10
1
-5
/
+12
*
Do not use ctypes functions in cases when we need the "net" locale.
Nick Mathewson
2009-02-10
1
-4
/
+3
*
use new evutil_make_listen_socket_reuseable() in http.c
Nick Mathewson
2009-02-10
1
-4
/
+2
*
checkpoint work on big bufferevent refactoring
Nick Mathewson
2009-02-02
1
-0
/
+1
*
Have util-internal.h define socklen_t if we need it, and include it appropria...
Nick Mathewson
2009-01-29
1
-1
/
+1
*
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
-14
/
+14
*
Remove all trailing whitespace in all the source files.
Nick Mathewson
2009-01-27
1
-56
/
+56
*
clean up buffered data on reset; reported by Brian O'Kelley
Niels Provos
2009-01-16
1
-0
/
+9
*
Fix win32 compilation. Surprisingly, unit tests pass too.
Nick Mathewson
2009-01-13
1
-1
/
+1
*
Rename four internal headers to follow the -internal.h convention.
Nick Mathewson
2009-01-13
1
-1
/
+1
*
Use new EVUTIL_ERR_*_RETRIABLE macros when we're testing an errno for blocking.
Nick Mathewson
2009-01-13
1
-11
/
+5
*
Include http_compat.h in http.c so we do not get warnings about functions wit...
Nick Mathewson
2009-01-02
1
-0
/
+1
*
remove http_compat include
Niels Provos
2008-12-23
1
-1
/
+0
[next]