| Commit message (Expand) | Author | Age |
* | start using OR_CONN_EVENT_NEW. | Roger Dingledine | 2006-03-08 |
* | Add some functions to escape values from the network before sending them to t... | Nick Mathewson | 2006-03-05 |
* | more log conversions. | Roger Dingledine | 2006-02-13 |
* | Let the users set ControlListenAddress in the torrc. | Roger Dingledine | 2006-02-13 |
* | enforce whitespace style | Nick Mathewson | 2006-02-12 |
* | When a client asks for an old-style directory and our write bucket | Roger Dingledine | 2006-02-11 |
* | Happy new year! | Roger Dingledine | 2006-02-09 |
* | and make sure that never happens again | Roger Dingledine | 2006-02-09 |
* | char *x = "y"; is not good C. | Nick Mathewson | 2006-02-06 |
* | Fix a major load balance bug: we were round-robining in 16 KB chunks, and | Roger Dingledine | 2006-02-04 |
* | when we fail to bind a listener, try to provide a more useful log msg. | Roger Dingledine | 2006-02-03 |
* | attempted patch for bug 220: don't assert when we've tried all the | Roger Dingledine | 2006-01-17 |
* | entry nodes are now entry guards. | Roger Dingledine | 2006-01-10 |
* | fix typo | Roger Dingledine | 2006-01-07 |
* | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson | 2006-01-05 |
* | fix a wrong string | Roger Dingledine | 2006-01-05 |
* | helper nodes are dead. long live entry nodes. | Roger Dingledine | 2005-12-28 |
* | fix typo | Roger Dingledine | 2005-12-27 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine | 2005-12-10 |
* | Change how OR conns get removed from the identity map; fix some warnings on s... | Nick Mathewson | 2005-12-05 |
* | Move connection_or_remove_from_identity_map() to connection_unlink, but dont ... | Nick Mathewson | 2005-11-30 |
* | Rename connection_get_by_identity_digest to reflect that it is OR-only. Make... | Nick Mathewson | 2005-11-30 |
* | "How about 'never'? Does 'never' work for you?" | Nick Mathewson | 2005-11-26 |
* | Cut down a common call to circuit_get_by_conn by about half. | Nick Mathewson | 2005-11-26 |
* | when calling connection_get_by_identity_digest, don't do a memcmp | Roger Dingledine | 2005-11-25 |
* | Recover better from TCP connections to Tor servers that are broken but | Roger Dingledine | 2005-11-19 |
* | and another overly common log entry | Roger Dingledine | 2005-11-18 |
* | simplify a log entry | Roger Dingledine | 2005-11-11 |
* | fix a signed/unsigned warning | Nick Mathewson | 2005-11-01 |
* | Do round-robin writes of at most 16 kB per write. This might | Roger Dingledine | 2005-10-29 |
* | Remove last vestiges of old logging interface. | Nick Mathewson | 2005-10-25 |
* | Convert circuituse, command, config, connection, relay, router, test to new l... | Nick Mathewson | 2005-10-25 |
* | Downgrade a few INFO level logs to DEBUG again. Also add two or three new | Peter Palfrader | 2005-10-17 |
* | start calling it *ListenAddress rather than *BindAddress, | Roger Dingledine | 2005-10-17 |
* | Make a few INFO log lines into DEBUG | Peter Palfrader | 2005-10-17 |
* | more log uncluttering | Roger Dingledine | 2005-10-17 |
* | fix a malformed warning entry | Roger Dingledine | 2005-10-07 |
* | Print address too when we say we cannot bind/listen | Peter Palfrader | 2005-10-07 |
* | Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe... | Nick Mathewson | 2005-10-06 |
* | Downgrade too-frequent "nothing happened" message from info to debug | Nick Mathewson | 2005-10-05 |
* | and another leak. | Nick Mathewson | 2005-09-30 |
* | by convention, addr is a uint32_t and address is a string. | Roger Dingledine | 2005-09-30 |
* | Fix a leak when launching listeners. | Nick Mathewson | 2005-09-30 |
* | Reformat inconsistent function declarations. | Nick Mathewson | 2005-09-30 |
* | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson | 2005-09-29 |
* | Add new config.c function to set options that can fail, and roll back if they... | Nick Mathewson | 2005-09-14 |
* | be more thorough about noticing when a directory request has failed: | Roger Dingledine | 2005-09-12 |
* | Numerous changes to move towards client-side v2 directories. | Nick Mathewson | 2005-09-12 |
* | add conn->requested_resource to connection_t checks. | Nick Mathewson | 2005-09-08 |