aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* r9307@totoro: nickm | 2006-11-13 18:25:56 -0500Nick Mathewson2006-11-14
* r9307@Kushana: nickm | 2006-10-20 13:53:54 -0400Nick Mathewson2006-10-20
* r9303@Kushana: nickm | 2006-10-20 12:07:34 -0400Nick Mathewson2006-10-20
* bugfix and cleanups re: entry guards.Roger Dingledine2006-10-06
* r8851@totoro: nickm | 2006-10-02 18:13:27 -0400Nick Mathewson2006-10-02
* r8846@totoro: nickm | 2006-10-02 16:59:57 -0400Nick Mathewson2006-10-02
* misc touchupsRoger Dingledine2006-10-01
* r9036@Kushana: nickm | 2006-09-29 18:59:51 -0400Nick Mathewson2006-09-29
* r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson2006-09-29
* r9023@Kushana: nickm | 2006-09-29 17:27:24 -0400Nick Mathewson2006-09-29
* r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400Nick Mathewson2006-09-28
* parameterize the loudness of get_interface_address()Roger Dingledine2006-09-09
* simplify the connection_write_to_buf_zlib() wrapper.Roger Dingledine2006-08-13
* r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson2006-08-10
* r6949@Kushana: nickm | 2006-07-28 10:17:38 -0400Nick Mathewson2006-07-28
* r6948@Kushana: nickm | 2006-07-28 10:10:35 -0400Nick Mathewson2006-07-28
* r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400Nick Mathewson2006-07-27
* Fix comments that implied that only dir connections had a purpose field, and ...Nick Mathewson2006-07-27
* r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson2006-07-26
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* tweakRoger Dingledine2006-07-20
* when an exit node gets a malformed begin cell, don't complain toRoger Dingledine2006-07-06
* Make connection_write_to_buf_zlib set outbuf_flushlen right.Nick Mathewson2006-06-18
* write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf...Nick Mathewson2006-06-18
* Instead of adding servers and v1 directories to buffers en masse, directory s...Nick Mathewson2006-06-18
* re-enable per-connection rate limiting. get rid of the "OP bandwidth"Roger Dingledine2006-06-07
* simplify code now that libevent considers all sockets pollable.Roger Dingledine2006-06-05
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* connection_t kept the identity_pkey but all it did was store it andRoger Dingledine2006-05-30
* forward-port the ORPort==0 patchRoger Dingledine2006-05-03
* bugfix: when we fail to bind or listen on an incoming or outgoingRoger Dingledine2006-04-01
* Allow non-printable characters for exit streams (both forRoger Dingledine2006-03-19
* auth dir servers were only modifying a server's is_running fieldRoger Dingledine2006-03-18
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* start using OR_CONN_EVENT_NEW.Roger Dingledine2006-03-08
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* more log conversions.Roger Dingledine2006-02-13
* Let the users set ControlListenAddress in the torrc.Roger Dingledine2006-02-13
* enforce whitespace styleNick Mathewson2006-02-12
* When a client asks for an old-style directory and our write bucketRoger Dingledine2006-02-11
* Happy new year!Roger Dingledine2006-02-09
* and make sure that never happens againRoger Dingledine2006-02-09
* char *x = "y"; is not good C.Nick Mathewson2006-02-06
* Fix a major load balance bug: we were round-robining in 16 KB chunks, andRoger Dingledine2006-02-04
* when we fail to bind a listener, try to provide a more useful log msg.Roger Dingledine2006-02-03
* attempted patch for bug 220: don't assert when we've tried all theRoger Dingledine2006-01-17
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* fix typoRoger Dingledine2006-01-07
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* fix a wrong stringRoger Dingledine2006-01-05