Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-09 | first cut of a changelog for 0.1.1.13-alpha | Roger Dingledine | |
svn:r5948 | |||
2006-02-09 | more cleanups on the sample torrc file | Roger Dingledine | |
svn:r5947 | |||
2006-02-09 | arma and weasel say 8192 is better | Andrew Lewman | |
svn:r5946 | |||
2006-02-09 | Force an increase in file descriptors on start | Andrew Lewman | |
svn:r5945 | |||
2006-02-09 | Added libevent 1.1a to Requires | Andrew Lewman | |
svn:r5944 | |||
2006-02-09 | and by default it's off | Roger Dingledine | |
svn:r5943 | |||
2006-02-09 | clean up TestSocks man page entry | Roger Dingledine | |
svn:r5942 | |||
2006-02-09 | apply contrib/checkSpace.pl to our spec files too. | Roger Dingledine | |
svn:r5941 | |||
2006-02-09 | remove MaxConn TODO item | Roger Dingledine | |
svn:r5940 | |||
2006-02-09 | checkpoint some more notes on incentives | Roger Dingledine | |
svn:r5939 | |||
2006-02-09 | over-long line in dir-spec | Roger Dingledine | |
svn:r5938 | |||
2006-02-09 | admit that the HardwareAccel config option is probably buggy. | Roger Dingledine | |
svn:r5937 | |||
2006-02-09 | stop calling it a "libevent poll" -- the word "poll" has | Roger Dingledine | |
other meaning in this context that are confusing. svn:r5936 | |||
2006-02-09 | and maybe some function documentation will help too | Roger Dingledine | |
svn:r5935 | |||
2006-02-09 | correct the comments that don't realize it's the opposite | Roger Dingledine | |
svn:r5934 | |||
2006-02-09 | MaxConn has been obsolete for a while now. | Roger Dingledine | |
Document ConnLimit, which is the opposite. svn:r5933 | |||
2006-02-09 | and make sure that never happens again | Roger Dingledine | |
svn:r5932 | |||
2006-02-09 | fix bug 245: When modifying the orconn_circid_map map, we would | Roger Dingledine | |
sometimes decrement conn->n_circuits even when there was no circuit originally. This caused conn->n_circuits to go negative. We noticed this because we were checking if connections can be closed based on conn->n_circuits == 0, so we were never closing any connection that had ever had a circuit on it. svn:r5931 | |||
2006-02-09 | tweak comment | Roger Dingledine | |
svn:r5930 | |||
2006-02-06 | link to "running a server may give you better anonymity" faq | Roger Dingledine | |
svn:r5929 | |||
2006-02-06 | you can't use torcp to change your torrc to be a server. you | Roger Dingledine | |
need to do it by hand still. next version, we swear. svn:r5928 | |||
2006-02-06 | Move "sort list of versions" logic into routerparse.c; make version-checking ↵ | Nick Mathewson | |
code say which versions it would have accepted. (not tested.) svn:r5927 | |||
2006-02-06 | char *x = "y"; is not good C. | Nick Mathewson | |
svn:r5926 | |||
2006-02-06 | noise says it's spelled SHA-1 | Roger Dingledine | |
svn:r5925 | |||
2006-02-06 | Only v1 authorities get hidden service descriptors with current protocol | Nick Mathewson | |
svn:r5924 | |||
2006-02-06 | Fix a const-non-const warning | Nick Mathewson | |
svn:r5923 | |||
2006-02-06 | Adjust spec to parameterize cell and key lengths. This should please Ian. | Nick Mathewson | |
svn:r5922 | |||
2006-02-05 | Document TestSocks | Peter Palfrader | |
svn:r5921 | |||
2006-02-05 | turns out we don't build on freebsd 6.0 | Roger Dingledine | |
svn:r5920 | |||
2006-02-05 | remove some accomplished tasks | Roger Dingledine | |
svn:r5919 | |||
2006-02-05 | more typos and nits | Roger Dingledine | |
svn:r5918 | |||
2006-02-05 | Stupid cut-and-paste bug. | Nick Mathewson | |
svn:r5917 | |||
2006-02-05 | as soon as we've fetched some more directory info, that's time | Roger Dingledine | |
to think about downloading more server descriptors. this way we don't have a 10 second pause in initial bootstrapping. svn:r5916 | |||
2006-02-05 | cosmetic fix | Roger Dingledine | |
svn:r5915 | |||
2006-02-05 | clean up tabs and wide-lines from weasel's commit | Roger Dingledine | |
svn:r5914 | |||
2006-02-05 | when building v2 statuses or v1 running-routers, don't admit the | Roger Dingledine | |
existence of descriptors older than a day. we still cache them in case anybody asks, but we don't actively mention them. svn:r5913 | |||
2006-02-05 | fix bug: we were caching the newest descriptor for each server, | Roger Dingledine | |
well, forever. i imagine this just keeps growing in size. svn:r5912 | |||
2006-02-05 | typos and nits | Roger Dingledine | |
svn:r5911 | |||
2006-02-05 | forward-port the part where ordinary users try to fetch directories | Roger Dingledine | |
less often. not critical but might as well stay in sync with stable. svn:r5910 | |||
2006-02-04 | i'm not sure what man-in-the-middle attacks we were worried about, | Roger Dingledine | |
but i agree that we don't need to worry about them for rendezvousing. what we really meant was collision attacks. i think? svn:r5909 | |||
2006-02-04 | link to goodell's tor detector script rather than the | Roger Dingledine | |
traditional ip-checking sites. svn:r5908 | |||
2006-02-04 | i hear sometimes the privoxy icon is blue. | Roger Dingledine | |
svn:r5907 | |||
2006-02-04 | Fix a major load balance bug: we were round-robining in 16 KB chunks, and | Roger Dingledine | |
servers with bandwidthrate of 20 KB, while downloading a 600 KB directory, would starve their other connections. Now we try to be a bit more fair. svn:r5906 | |||
2006-02-04 | just because you support the feature does not mean that you | Roger Dingledine | |
should put an example in the sample torrc file. the debug-info lines were causing some people to think that was a smart loglevel to use, and it also always isn't. svn:r5905 | |||
2006-02-04 | minor fix to control spec | Roger Dingledine | |
svn:r5904 | |||
2006-02-03 | Fix compiler warning on 64 bit archs | Peter Palfrader | |
svn:r5903 | |||
2006-02-03 | Be sure to restore LDFLAGS from LDFLAGS, not from LIBS. | Nick Mathewson | |
svn:r5902 | |||
2006-02-03 | Try to make tor work better through squid: Limit number of descriptors we fetch | Peter Palfrader | |
to 96 (was 128 previously). We limit this number even when we do not have a http proxy explicitly configured as some people mistakenly believe transparent proxies are a neat idea. svn:r5901 | |||
2006-02-03 | when we fail to bind a listener, try to provide a more useful log msg. | Roger Dingledine | |
svn:r5900 | |||
2006-02-03 | check for EADDRINUSE in a cross-platform way (unless i'm wrong) | Roger Dingledine | |
svn:r5899 |