Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Document and/or fix stuff found by Sebastian in code review•••Thanks to Sebastian for his code-review of the bufferevents patch series.x | Nick Mathewson | 2010-09-27 |
* | Some bufferevents related fixes and pointers for nickm | Sebastian Hahn | 2010-09-27 |
* | Convert bufferevents to use rate-limiting.•••This requires the latest Git version of Libevent as of 24 March 2010. In the future, we'll just say it requires Libevent 2.0.5-alpha or later. Since Libevent doesn't yet support hierarchical rate limit groups, there isn't yet support for tracking relayed-bytes separately when using the bufferevent system. If a future version does add support for hierarchical buckets, we can add that back in. | Nick Mathewson | 2010-09-27 |
* | Fix a couple of bufferevent incompatibilities that snuck in. | Nick Mathewson | 2010-09-27 |
* | Get zlib compression working with bufferevents. | Nick Mathewson | 2010-09-27 |
* | Implement SOCKS-client support for bufferevents | Nick Mathewson | 2010-09-27 |
* | Documentation for a few bufferevent functions. | Nick Mathewson | 2010-09-27 |
* | Get SSL connections and linked connections working with bufferevents.•••Clients are now verified to work and build circuits correctly. There are still a few warnings given here and there that I need to look into. | Nick Mathewson | 2010-09-27 |
* | Make control connections use bufferevents | Nick Mathewson | 2010-09-27 |
* | Fix crash/warning bug when we get an unexpected close.•••This was possible if we have already decided to close a bufferevent connection, but the other side decides to close it first. | Nick Mathewson | 2010-09-27 |
* | Add support for linked connections with bufferevent_pair.•••Also, set directory connections (linked and otherwise) to use bufferevents. Also, stop using outbuf_flushlen anywhere except for OR connections. | Nick Mathewson | 2010-09-27 |
* | Add bufferevent support for outgoing connections; exits are now supported. | Nick Mathewson | 2010-09-27 |
* | Fix more remaining users of inbuf/outbuf to handle bufferevents instead. | Nick Mathewson | 2010-09-27 |
* | Be a little more abstract about which connection type use bufferevents | Nick Mathewson | 2010-09-27 |
* | Make a function to mark a connection and set hold_open_until_flushed. | Nick Mathewson | 2010-09-27 |
* | Allow hold-open-until-flushed logic to work for bufferevents. | Nick Mathewson | 2010-09-27 |
* | Move the "stop writing when the buffer is empty" logic to cnnection_finished_... | Nick Mathewson | 2010-09-27 |
* | Basic bufferevent callbacks•••These are based strongly on connection_handle_read and connection_handle_write, but hopefully without so much mixture of IO logic and Tor logic. | Nick Mathewson | 2010-09-27 |
* | Add a new connection_fetch_from_buf_line() that can handle bufferevents | Nick Mathewson | 2010-09-27 |
* | New bufferevent-related check in assert_connection_ok().•••{Make sure that if we have a bufferevent on a connection, we do not have the other libevent/buffering-related fields set.} | Nick Mathewson | 2010-09-27 |
* | Add bufferevent versions of connection_write/fetch_to/from_buf. | Nick Mathewson | 2010-09-27 |
* | Refactor users of buf_datalen to bufferevent-friendly version. | Nick Mathewson | 2010-09-27 |
* | Teach read_event/write_event manipulators about bufferevents.•••Add an --enable-bufferevents config switch. | Nick Mathewson | 2010-09-27 |
* | Add a generic rate-limited log mechanism, and use it in a few places•••Incidentally fixes bug 1042. | Nick Mathewson | 2010-08-18 |
* | Merge commit 'karsten/dirbytes2'•••Conflicts: src/or/rephist.h | Nick Mathewson | 2010-08-18 |
|\ | |||
| * | Correctly report written bytes on linked connections. | Karsten Loesing | 2010-08-18 |
| * | Count bytes we spend on answering directory requests. | Karsten Loesing | 2010-08-18 |
* | | Merge commit 'sebastian/bug1831' | Nick Mathewson | 2010-08-15 |
|\ \ | |||
| * | | Fix misplaced labels | Sebastian Hahn | 2010-08-16 |
| |/ | |||
* / | Refactor exit port statistics code and add unit tests. | Karsten Loesing | 2010-08-11 |
|/ | |||
* | Create routerparse.h | Sebastian Hahn | 2010-07-27 |
* | Create rephist.h | Sebastian Hahn | 2010-07-27 |
* | Create relay.h | Sebastian Hahn | 2010-07-27 |
* | Create reasons.h | Sebastian Hahn | 2010-07-27 |
* | Create policies.h | Sebastian Hahn | 2010-07-27 |
* | Create main.h | Sebastian Hahn | 2010-07-27 |
* | Create dns.h | Sebastian Hahn | 2010-07-27 |
* | Create dirserv.h | Sebastian Hahn | 2010-07-27 |
* | Create directory.h | Sebastian Hahn | 2010-07-27 |
* | Create cpuworker.h | Sebastian Hahn | 2010-07-27 |
* | Create control.h | Sebastian Hahn | 2010-07-27 |
* | Create connection_or.h | Sebastian Hahn | 2010-07-27 |
* | Create connection_edge.h | Sebastian Hahn | 2010-07-27 |
* | Create connection.h | Sebastian Hahn | 2010-07-27 |
* | Create config.h | Sebastian Hahn | 2010-07-27 |
* | Create circuituse.h | Sebastian Hahn | 2010-07-27 |
* | Create circuitlist.h | Sebastian Hahn | 2010-07-27 |
* | Create circuitbuild.h | Sebastian Hahn | 2010-07-27 |
* | Create buffers.h | Sebastian Hahn | 2010-07-27 |
* | Create rendclient.h | Sebastian Hahn | 2010-07-27 |