summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-11-12Fix two comments in torrc.sample.in directly in the upstream sourcePeter Palfrader
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-12Resolve FIXME: Possible solution to note_disconnect problem; needs thought an...Nick Mathewson
2004-11-12Use autoconf to enable largefile support where necessary. Use ftello where av...Nick Mathewson
2004-11-12Resolve FIXMES: sometimes an error code is just an error codeNick Mathewson
2004-11-12dfc caught a SIGXFSZ error when his debugfile reached 2GB.Roger Dingledine
2004-11-12clean torrc sampleRoger Dingledine
2004-11-11when clients do --list-fingerprint, it's misleading toRoger Dingledine
2004-11-11apply patch from Andre Eisenbach: include event code with events, as required...Nick Mathewson
2004-11-10Remove XXXX009 comment telling us to do the last (circID-related) fixNick Mathewson
2004-11-10Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson
2004-11-10When we think we have no bandwidth, guess that we will run for 1 day.Nick Mathewson
2004-11-10Clarify a warning about /.torNick Mathewson
2004-11-10Resolve FIXME items: make the kill-unattached-AP timeout symbolicNick Mathewson
2004-11-10Resolve FIXME items: make circuit_free_cpath_node staticNick Mathewson
2004-11-10Resolve FIXME items: clarify two XXXX comments for 009Nick Mathewson
2004-11-10Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug r...Nick Mathewson
2004-11-10Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson
2004-11-10when you cast MAX_UINT to an int it confuses the usersRoger Dingledine
2004-11-10Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ...tor-0.0.9pre5Nick Mathewson
2004-11-10make nick's config patch buildRoger Dingledine
2004-11-10Validate log options during options_validate(). Reject unrecognized log type...Nick Mathewson
2004-11-10make abbreviations case-insensitive (thanks weasel)Roger Dingledine
2004-11-10make it more obvious that we have just told them their new torrc log line.Roger Dingledine
2004-11-10weaken our anonymity warning a little bit moreRoger Dingledine
2004-11-10Remvove an XXXNick Mathewson
2004-11-10remove extraneous variableRoger Dingledine
2004-11-10don't ship with the default dirservers listed explicitly. leave themRoger Dingledine
2004-11-10don't check permissions on our datadirectory until we switch uid/gidRoger Dingledine
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Clean windows a littleNick Mathewson
2004-11-09Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09Change interface to config_trial_assign even more; have it use get_options() ...Nick Mathewson
2004-11-09Add some documentation to routerlistNick Mathewson
2004-11-09When listing router status, include ourself if we are awakeNick Mathewson
2004-11-09resolve a 64-bit warningRoger Dingledine
2004-11-09bugfix: ^c ought to work even while hibernatingRoger Dingledine
2004-11-09only non-authdirservers cache the dir they just fetchedRoger Dingledine
2004-11-09control event logs include loglevel noticeRoger Dingledine
2004-11-09allow BandwidthRate and Burst to be abbrevs in the torrc tooRoger Dingledine
2004-11-09raise your hand if you can spellRoger Dingledine
2004-11-09if you're going to ask it to use a body of length 0,Roger Dingledine
2004-11-09fix a memory-squashing bug that was causing an infinite loopRoger Dingledine
2004-11-09mark_logs_temp() before init'ing new ones.Roger Dingledine
2004-11-09change the interface to config_trial_assign()Roger Dingledine
2004-11-09when you try a new set of options, and you like them, make sure they stickRoger Dingledine
2004-11-09stop wanting to split init_keys()Roger Dingledine
2004-11-09once normalized, DataDirectory is always definedRoger Dingledine
2004-11-09Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson