Age | Commit message (Expand) | Author |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-13 | Only launch dns workers when we are actually starting a server. | Nick Mathewson |
2004-12-11 | when hibernating, don't advertise any ports | Roger Dingledine |
2004-12-08 | make the 64 bit args print correctly on 64 bit archstor-0.0.9rc7 | Roger Dingledine |
2004-12-08 | Solaris CC freaks out if isspace and friends get anything other than an int. ... | Nick Mathewson |
2004-12-07 | Log contents of bw_accounting when we read it; fix memory leak. | Nick Mathewson |
2004-12-07 | resolve tequila's crash bug: you can't free something | Roger Dingledine |
2004-12-07 | rearrange debug logs to make more sense | Roger Dingledine |
2004-12-07 | clean two more minor memory leaks | Roger Dingledine |
2004-12-07 | Only set a cookie when we intend to. | Nick Mathewson |
2004-12-07 | fix a minor leak for people offering hidden services | Roger Dingledine |
2004-12-07 | log bytes written with kill -USR1 too | Roger Dingledine |
2004-12-07 | fix the other half of the pipe race | Roger Dingledine |
2004-12-07 | avoid a sigpipe from a race: if we get the end right after | Roger Dingledine |
2004-12-07 | I'm a bad person. | Roger Dingledine |
2004-12-07 | were we on crack?? | Roger Dingledine |
2004-12-07 | salvage another 300 bytes per hup | Roger Dingledine |
2004-12-07 | and bust another memory leak | Roger Dingledine |
2004-12-07 | plug another memory leak | Roger Dingledine |
2004-12-07 | Fix some memory leaks and unlikely segfaults | Nick Mathewson |
2004-12-07 | ORPort must be defined if ORBindAddress is defined. | Roger Dingledine |
2004-12-07 | when recommending new-format log lines, if the upper bound is LOG_ERR, | Roger Dingledine |
2004-12-07 | Renormalize whitespace | Nick Mathewson |
2004-12-07 | Make unit tests work on win32 | Nick Mathewson |
2004-12-06 | More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m... | Nick Mathewson |
2004-12-06 | answer resolved ip in network order | Roger Dingledine |
2004-12-06 | avoid using uninitialized variable | Roger Dingledine |
2004-12-06 | don't use cache for resolving .foo.exit names, but do reply immediately | Roger Dingledine |
2004-12-06 | fix indenting | Roger Dingledine |
2004-12-05 | send an end to the streams we close when we hibernate, rather | Roger Dingledine |
2004-12-05 | check if we have a cached resolve for a tor-resolve address *after* | Roger Dingledine |
2004-12-05 | fix a minor leak in my recent commit | Roger Dingledine |
2004-12-05 | talk about quotas rather than bandwidths, in the logs | Roger Dingledine |
2004-12-05 | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine |
2004-12-04 | plus add a comment re: the previous bug | Roger Dingledine |
2004-12-04 | bugfix: router_exit_policy_rejects_all() was broken, so we were | Roger Dingledine |
2004-12-04 | Now we allow writing to the buffer even when the stream if marked for | Roger Dingledine |
2004-12-04 | React to eof immediately on non-open edge connections. | Roger Dingledine |
2004-12-04 | bugfix: When we were checking to see if an ap_conn should time out | Roger Dingledine |
2004-12-04 | whoops | Roger Dingledine |
2004-12-04 | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson |
2004-12-04 | make circuit building and router parsing less noisy | Roger Dingledine |
2004-12-03 | while hibernating, hup should not regrow our listeners. | Roger Dingledine |
2004-12-02 | clean up 3 more underflow possibilities | Roger Dingledine |
2004-12-02 | fix redundant (and dangerous) NUL termination | Roger Dingledine |
2004-12-01 | check for duplicate circuit ID _after_ updating circ_id_type.tor-0.0.9rc5 | Nick Mathewson |
2004-12-01 | move StatusFetchPeriod to 15 minutes so it's within bounds by default | Roger Dingledine |
2004-12-01 | one more typo | Roger Dingledine |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-12-01 | If we are using select, make sure we stay within FD_SETSIZE. | Nick Mathewson |