aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Make running-routers fetch (apparently) workNick Mathewson2004-11-14
* Hibernate if we start tor during the "wait for wakeup-time" phase of an accou...Nick Mathewson2004-11-14
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson2004-11-14
* Note where torrc goes.Nick Mathewson2004-11-14
* Fix windows whitespaceNick Mathewson2004-11-14
* Add an unreachable return 0.Nick Mathewson2004-11-14
* Fix cast warning in tor-resolve.cNick Mathewson2004-11-14
* Remove redundant declarationNick Mathewson2004-11-14
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...Nick Mathewson2004-11-14
* make kill -USR1 work againRoger Dingledine2004-11-14
* ok ok the stat wasn't redundantRoger Dingledine2004-11-14
* remove redundant stdio.hRoger Dingledine2004-11-14
* clean up the ftello call a little bit.Roger Dingledine2004-11-14
* Remove redundant stat() for reading cached directory, and removeRoger Dingledine2004-11-14
* clean a commentRoger Dingledine2004-11-14
* normalize whitespaceNick Mathewson2004-11-13
* Bump windows versionNick Mathewson2004-11-13
* Use the data, *then* free it. It works so much better.Nick Mathewson2004-11-13
* Document remaining configuration options; add a ccheck for redundant authenti...Nick Mathewson2004-11-13
* Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson2004-11-13
* Comment a confusing conditionalNick Mathewson2004-11-13
* fix a seg fault when fetching rendezvous descsRoger Dingledine2004-11-12
* Fix argument to strncpy.Nick Mathewson2004-11-12
* Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson2004-11-12
* Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...Nick Mathewson2004-11-12
* Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...Nick Mathewson2004-11-12
* Write most of the implementation for SAVECONF.Nick Mathewson2004-11-12
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson2004-11-12
* Fix two comments in torrc.sample.in directly in the upstream sourcePeter Palfrader2004-11-12
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Resolve FIXME: Possible solution to note_disconnect problem; needs thought an...Nick Mathewson2004-11-12
* Use autoconf to enable largefile support where necessary. Use ftello where av...Nick Mathewson2004-11-12
* Resolve FIXMES: sometimes an error code is just an error codeNick Mathewson2004-11-12
* dfc caught a SIGXFSZ error when his debugfile reached 2GB.Roger Dingledine2004-11-12
* clean torrc sampleRoger Dingledine2004-11-12
* when clients do --list-fingerprint, it's misleading toRoger Dingledine2004-11-11
* apply patch from Andre Eisenbach: include event code with events, as required...Nick Mathewson2004-11-11
* Remove XXXX009 comment telling us to do the last (circID-related) fixNick Mathewson2004-11-10
* Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson2004-11-10
* When we think we have no bandwidth, guess that we will run for 1 day.Nick Mathewson2004-11-10
* Clarify a warning about /.torNick Mathewson2004-11-10
* Resolve FIXME items: make the kill-unattached-AP timeout symbolicNick Mathewson2004-11-10
* Resolve FIXME items: make circuit_free_cpath_node staticNick Mathewson2004-11-10
* Resolve FIXME items: clarify two XXXX comments for 009Nick Mathewson2004-11-10
* Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug r...Nick Mathewson2004-11-10
* Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson2004-11-10
* when you cast MAX_UINT to an int it confuses the usersRoger Dingledine2004-11-10
* Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ...Nick Mathewson2004-11-10
* make nick's config patch buildRoger Dingledine2004-11-10
* Validate log options during options_validate(). Reject unrecognized log type...Nick Mathewson2004-11-10