projects
/
libevent
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libevent
2010-11-26
Nick Mathewson
add http-server to gitignore
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Nick Mathewson
Fix a misplaced ) in http_server.c
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Nick Mathewson
Merge branch '20_empty_body'
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Nick Mathewson
Add a basic example of how to write a static HTTP server.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Nick Mathewson
Merge remote branch 'github/20_once_fixes'
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Kevin Bowling
Fix snprintf related failures on IRIX.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Kevin Bowling
If not WIN32, include <sys/socket.h> in event2/util.h.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Kevin Bowling
xlC doesn't obey C99 comments here. autoconf isn't...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Kevin Bowling
Add some checks since lack of TAILQ_FOREACH doesn't...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Kevin Bowling
Reworked AIX __ss_family workaround to use AC_STRUCT_ME...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Kevin Bowling
select comes from <sys/select.h> according to POSIX...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Nick Mathewson
Handle evhttp PUT/POST requests with an empty body
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Nick Mathewson
Remove _event_initialized(); make event_initialized...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Nick Mathewson
Document event_get_assignment
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Nick Mathewson
Note that reentrant calls to libevent from logging...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Nick Mathewson
Fix some irix compilation warnings spotted by Kevin...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Nick Mathewson
Merge remote branch 'kev009/master'
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Kevin Bowling
Fix IRIX build. sa_family collides with a #define...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Nick Mathewson
Merge remote branch 'github/20_getaddrinfo_cancel_v2'
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Nick Mathewson
Add a stress test for getaddrinfo_cancel
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Nick Mathewson
Merge remote branches 'github/20_epoll_nochangelist_v4...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Nick Mathewson
Reorder backends in test.sh to match preference order...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Nick Mathewson
Make unit tests for epoll-with-changelist pass
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Nick Mathewson
Disable changelist for epoll by default because of...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Nick Mathewson
Make sure the CLOEXEC flag is set on fds we open for...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Nick Mathewson
Resolve an evport bug in the thread/forking test
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Nick Mathewson
Make evdns_getaddrinfo_cancel threadsafe
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Nick Mathewson
Fix some more cancel-related bugs in getaddrinfo_async
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Nick Mathewson
Avoid double-invocation of user callback with EVUTIL_EA...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Nick Mathewson
Use the US-English "canceled", not the UK "cancelled".
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
Nick Mathewson
Fix a memory leak in evhttp_uri_free.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Nick Mathewson
Fix bug in bufferevent_connect on an openssl buffereven...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Nick Mathewson
Clarify EVLOOP_* documentation to be more precise.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Nick Mathewson
Do not let EVLOOP_ONCE exit the loop until all deferred...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-15
Nick Mathewson
Make EVLOOP_ONCE ignore internal events
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Nick Mathewson
Only clear underlying callbacks when the user hasn...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Nick Mathewson
When closing a filtering bufferevent, clear callbacks...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Nick Mathewson
Merge remote branches 'github/20_evdns_cancel_segfault_...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Nick Mathewson
Refactor http version parsing into a single function
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Nick Mathewson
Remove some debugging puts() calls from allow_methods...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Nick Mathewson
Set SO_UPDATE_ACCEPT_CONTEXT on sockets from AcceptEx...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Nick Mathewson
Fix a mistake in http documentation found by Julien...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Nick Mathewson
Never call evhttp_readcb while writing.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Felix Nawothnig
Don't disable reading from the HTTP connection after...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Nick Mathewson
Units test for unexpected evhttp methods.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Nick Mathewson
evhttp: Return 501 when we get an unrecognized method...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Nick Mathewson
Tweak interface for allowed methods
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Felix Nawothnig
Define enumerators for all HTTP methods, including...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Nick Mathewson
Don't free evdns_request handles until after the callba...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Christopher...
Fix more wn64 warnings.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Mathewson
Merge branch 'http_nolegacy_v2'
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Mathewson
Remove need for http_compat.h in http tests
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Mathewson
Stop accessing http request struct directly from in...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Mathewson
Add evhttp_response_code to remove one more reason...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Mathewson
Stop using event_compat.h in regress_http
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Mathewson
Convert the rest of the http tests to be non-legacy...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Mathewson
Rename the confusing "base" static variable in regress_...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Mathewson
Start porting http tests to not use legacy interfaces
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Nick Mathewson
Replace exact-version checks for HTTP/1.1 with >= or...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Joachim Bauch
reset "chunked" flag when sending non-chunked reply
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Nick Mathewson
Use the label_len local variable in evdns instead of...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Nick Mathewson
Fix win32 build in response to fixes from win64 build.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Nick Mathewson
fix signed/unsigned warnings in http.c
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Nick Mathewson
Fix a typo in 7484df61c981fc33db2~
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Nick Mathewson
Fix even more win64 warnings: buffer, event_tagging...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Nick Mathewson
Fix even more win64 warnings
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Nick Mathewson
Rename "size" variables in win32select that were really...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Christopher...
Increase the skew tolerance to 2 seconds in thread...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Christopher...
Make sure IOCP evconnlistener uses virtual events.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Nick Mathewson
Try to clear up more size_t vs int/long issues.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Nick Mathewson
Fix signal handler types for win64.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Dimitre Piskyulev
Set _EVENT_SIZEOF_VOID_P correctly on win32 and win64
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Dimitre Piskyulev
Fix some ints to evutil_socket_t; make tests pass on...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Nick Mathewson
Fix som event_warns that should have been event_warnx
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Nick Mathewson
Merge remote branch 'trondn/master'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Trond Norbye
Check return value for ioctlsocket on win32
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Nick Mathewson
Fix some uses of int for socket in regress
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Nick Mathewson
Merge remote branch 'github/20_http_read_after_write'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Nick Mathewson
Merge remote branch 'github/20_abi_breaks'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Nick Mathewson
Merge remote branch 'github/20_ratelim_size'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Nick Mathewson
Merge remote branch 'github/20_chain_realign'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Nick Mathewson
Fix bugs in posix thread-id calculation when sizeof...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Nick Mathewson
Remove event-config.h from .gitignore; it moved to...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Nick Mathewson
Fix a minor syntax error that most compilers didn't...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Nick Mathewson
Note that 2.0.9 will break the ABI, and make changes...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Nick Mathewson
Make rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Nick Mathewson
Correct logic for realigning a chain in evbuffer_add
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Nick Mathewson
Avoid missed-request bug when entire http request arriv...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Nick Mathewson
Correctly count req->body_size on http usage without...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Nick Mathewson
Fix a bug where we would read too much data in HTTP...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Nick Mathewson
Fix Content-Length when trying send more than 100GB...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Nick Mathewson
add a requested docstring for event_rpcgen.CommandLine...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Nick Mathewson
Merge remote branch 'github/http_and_listener'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Nick Mathewson
Make evbuffer_add_file take ev_off_t, not off_t
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Nick Mathewson
Functions to actually use evhttp_bound_socket with...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Nick Mathewson
Add a function to change a listener's callback.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Nick Mathewson
Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Nick Mathewson
Fix a nasty bug related to use of dup() with epoll...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Nick Mathewson
Merge branch 'http_uri_parse'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Nick Mathewson
Unit tests for evhttp_uri_set*
commit
|
commitdiff
|
tree
|
snapshot
next