Age | Commit message (Expand) | Author |
2004-11-13 | normalize whitespace | Nick Mathewson |
2004-11-13 | Use the data, *then* free it. It works so much better. | Nick Mathewson |
2004-11-13 | Document remaining configuration options; add a ccheck for redundant authenti... | Nick Mathewson |
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark i... | Nick Mathewson |
2004-11-13 | Comment a confusing conditional | Nick Mathewson |
2004-11-12 | fix a seg fault when fetching rendezvous descs | Roger Dingledine |
2004-11-12 | Nobody was using the return values from smartlist_(set|del|del_keeporder), so... | Nick Mathewson |
2004-11-12 | Write most of the implementation for SAVECONF. | Nick Mathewson |
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-12 | Resolve FIXME: Possible solution to note_disconnect problem; needs thought an... | Nick Mathewson |
2004-11-12 | Use autoconf to enable largefile support where necessary. Use ftello where av... | Nick Mathewson |
2004-11-12 | Resolve FIXMES: sometimes an error code is just an error code | Nick Mathewson |
2004-11-12 | dfc caught a SIGXFSZ error when his debugfile reached 2GB. | Roger Dingledine |
2004-11-11 | when clients do --list-fingerprint, it's misleading to | Roger Dingledine |
2004-11-11 | apply patch from Andre Eisenbach: include event code with events, as required... | Nick Mathewson |
2004-11-10 | Remove XXXX009 comment telling us to do the last (circID-related) fix | Nick Mathewson |
2004-11-10 | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson |
2004-11-10 | When we think we have no bandwidth, guess that we will run for 1 day. | Nick Mathewson |
2004-11-10 | Clarify a warning about /.tor | Nick Mathewson |
2004-11-10 | Resolve FIXME items: make the kill-unattached-AP timeout symbolic | Nick Mathewson |
2004-11-10 | Resolve FIXME items: make circuit_free_cpath_node static | Nick Mathewson |
2004-11-10 | Resolve FIXME items: clarify two XXXX comments for 009 | Nick Mathewson |
2004-11-10 | Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug r... | Nick Mathewson |
2004-11-10 | Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ...tor-0.0.9pre5 | Nick Mathewson |
2004-11-10 | make nick's config patch build | Roger Dingledine |
2004-11-10 | Validate log options during options_validate(). Reject unrecognized log type... | Nick Mathewson |
2004-11-10 | make abbreviations case-insensitive (thanks weasel) | Roger Dingledine |
2004-11-10 | make it more obvious that we have just told them their new torrc log line. | Roger Dingledine |
2004-11-10 | weaken our anonymity warning a little bit more | Roger Dingledine |
2004-11-10 | Remvove an XXX | Nick Mathewson |
2004-11-10 | remove extraneous variable | Roger Dingledine |
2004-11-10 | don't check permissions on our datadirectory until we switch uid/gid | Roger Dingledine |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | Fix windows build for VC6; centralize newline-fiasco-damage-control logic | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |
2004-11-09 | Change interface to config_trial_assign even more; have it use get_options() ... | Nick Mathewson |
2004-11-09 | Add some documentation to routerlist | Nick Mathewson |
2004-11-09 | When listing router status, include ourself if we are awake | Nick Mathewson |
2004-11-09 | resolve a 64-bit warning | Roger Dingledine |
2004-11-09 | bugfix: ^c ought to work even while hibernating | Roger Dingledine |
2004-11-09 | only non-authdirservers cache the dir they just fetched | Roger Dingledine |
2004-11-09 | control event logs include loglevel notice | Roger Dingledine |
2004-11-09 | allow BandwidthRate and Burst to be abbrevs in the torrc too | Roger Dingledine |
2004-11-09 | raise your hand if you can spell | Roger Dingledine |
2004-11-09 | if you're going to ask it to use a body of length 0, | Roger Dingledine |
2004-11-09 | fix a memory-squashing bug that was causing an infinite loop | Roger Dingledine |
2004-11-09 | mark_logs_temp() before init'ing new ones. | Roger Dingledine |
2004-11-09 | change the interface to config_trial_assign() | Roger Dingledine |
2004-11-09 | when you try a new set of options, and you like them, make sure they stick | Roger Dingledine |