| Commit message (Expand) | Author | Age |
... | |
* | Make running-routers fetch (apparently) work | Nick Mathewson | 2004-11-14 |
* | Hibernate if we start tor during the "wait for wakeup-time" phase of an accou... | Nick Mathewson | 2004-11-14 |
* | Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF | Nick Mathewson | 2004-11-14 |
* | Note where torrc goes. | Nick Mathewson | 2004-11-14 |
* | Fix windows whitespace | Nick Mathewson | 2004-11-14 |
* | Add an unreachable return 0. | Nick Mathewson | 2004-11-14 |
* | Fix cast warning in tor-resolve.c | Nick Mathewson | 2004-11-14 |
* | Remove redundant declaration | Nick Mathewson | 2004-11-14 |
* | Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure... | Nick Mathewson | 2004-11-14 |
* | make kill -USR1 work again | Roger Dingledine | 2004-11-14 |
* | ok ok the stat wasn't redundant | Roger Dingledine | 2004-11-14 |
* | remove redundant stdio.h | Roger Dingledine | 2004-11-14 |
* | clean up the ftello call a little bit. | Roger Dingledine | 2004-11-14 |
* | Remove redundant stat() for reading cached directory, and remove | Roger Dingledine | 2004-11-14 |
* | clean a comment | Roger Dingledine | 2004-11-14 |
* | normalize whitespace | Nick Mathewson | 2004-11-13 |
* | Bump windows version | 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-13 |
* | fix a seg fault when fetching rendezvous descs | Roger Dingledine | 2004-11-12 |
* | Fix argument to strncpy. | Nick Mathewson | 2004-11-12 |
* | Nobody was using the return values from smartlist_(set|del|del_keeporder), so... | Nick Mathewson | 2004-11-12 |
* | Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_... | Nick Mathewson | 2004-11-12 |
* | Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w... | 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 |
* | Fix two comments in torrc.sample.in directly in the upstream source | Peter Palfrader | 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-12 |
* | clean torrc sample | Roger Dingledine | 2004-11-12 |
* | 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-11 |
* | 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 |
* | Resolve FIXME items: make expand_filename handle ~ and ~username | Nick Mathewson | 2004-11-10 |
* | when you cast MAX_UINT to an int it confuses the users | Roger Dingledine | 2004-11-10 |
* | Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ... | 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 |