summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-11-14remove redundant stdio.hRoger Dingledine
2004-11-14clean up the ftello call a little bit.Roger Dingledine
2004-11-14Remove redundant stat() for reading cached directory, and removeRoger Dingledine
2004-11-14clean a commentRoger Dingledine
2004-11-13normalize whitespaceNick Mathewson
2004-11-13Bump windows versionNick Mathewson
2004-11-13Use the data, *then* free it. It works so much better.Nick Mathewson
2004-11-13Document remaining configuration options; add a ccheck for redundant authenti...Nick Mathewson
2004-11-13Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson
2004-11-13Comment a confusing conditionalNick Mathewson
2004-11-12fix a seg fault when fetching rendezvous descsRoger Dingledine
2004-11-12Fix argument to strncpy.Nick Mathewson
2004-11-12Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson
2004-11-12Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...Nick Mathewson
2004-11-12Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...Nick Mathewson
2004-11-12Write most of the implementation for SAVECONF.Nick Mathewson
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
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