Age | Commit message (Expand) | Author |
2005-11-11 | simplify a log entry | Roger Dingledine |
2005-11-01 | fix a signed/unsigned warning | Nick Mathewson |
2005-10-29 | Do round-robin writes of at most 16 kB per write. This might | Roger Dingledine |
2005-10-25 | 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-17 | 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-07 | fix a malformed warning entry | Roger Dingledine |
2005-10-07 | Print address too when we say we cannot bind/listen | Peter Palfrader |
2005-10-06 | Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe... | Nick Mathewson |
2005-10-05 | Downgrade too-frequent "nothing happened" message from info to debug | Nick Mathewson |
2005-09-30 | 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-29 | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson |
2005-09-14 | Add new config.c function to set options that can fail, and roll back if they... | Nick Mathewson |
2005-09-12 | 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-08 | add conn->requested_resource to connection_t checks. | Nick Mathewson |
2005-09-08 | Only caches download network-status for now, and they use a different strateg... | Nick Mathewson |
2005-08-26 | Make a new AssumeReachable config option that will publish anyway. | Roger Dingledine |
2005-08-07 | Also set event_mask=0 in connection_free_all, and dont send events to marked ... | Nick Mathewson |
2005-08-07 | incomplete patch for matt's info controller signal term bug | Roger Dingledine |
2005-08-04 | Fix idiot bug. The "free the IP history" code belons in connection_free_all(... | Nick Mathewson |
2005-08-03 | Make clients regenerate their keys when their IP address changes. | Nick Mathewson |
2005-07-22 | Be consistent about preferring foo* to struct foo* | Nick Mathewson |
2005-07-22 | Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX... | Nick Mathewson |
2005-07-14 | missed onetor-0.1.1.2-alpha | Roger Dingledine |
2005-07-14 | tell us what kind of listener it is, too | Roger Dingledine |
2005-07-14 | fix opening listener log msg | Nick Mathewson |
2005-07-14 | Populate address field of listeners with an actually sane value. | Nick Mathewson |
2005-07-14 | trivial changes on nick's rendezvous commit | Roger Dingledine |
2005-07-13 | Macro-fu to get DEBUG events working. | Nick Mathewson |
2005-07-11 | Change retry_listeners: when force is false, close and re-open a minimal set ... | Nick Mathewson |
2005-06-17 | Start implementing framework for revised control spec. | Nick Mathewson |
2005-06-15 | Remove code that has been #if-0ed for a long time. | Nick Mathewson |
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson |
2005-06-11 | move more docs into our code | Roger Dingledine |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-09 | pay more attention to the ClientOnly config option | Roger Dingledine |
2005-06-08 | reenable the part of the code that tries to flush as soon as an OR outbuf | Roger Dingledine |
2005-05-23 | i screwed up the dirport reachability testing when we don't yet | Roger Dingledine |
2005-05-21 | If a socks connection ends because read fails, don't warn that you're | Roger Dingledine |
2005-05-20 | add HttpProxyAuthenticator config option too | Roger Dingledine |
2005-05-17 | doxygeny goodness from tyranix | Roger Dingledine |
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson |
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine |