aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix crash-on-wakeup bug in networkstatus download.Nick Mathewson2005-09-26
| | | | svn:r5144
* added the one line hack for default selinux targeted policy to allowAndrew Lewman2005-09-25
| | | | | | | tor/privoxy to work correctly. svn:r5143
* bugfix: we were whining about using socks4 or socks5-with-local-lookupRoger Dingledine2005-09-24
| | | | | | | | even when they used an IP in the "virtual" range we designed exactly for this case. svn:r5142
* commented out logfile so as to not log everything passed through privoxyAndrew Lewman2005-09-24
| | | | svn:r5141
* Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ↵Nick Mathewson2005-09-24
| | | | | | looks at me like some kind of loon svn:r5140
* Possible fix to make aes build on woodyNick Mathewson2005-09-24
| | | | svn:r5139
* mention the new stable version.Roger Dingledine2005-09-24
| | | | | | | and explicitly mention that selinux on FC4 is a problem for tor. svn:r5136
* But, of course, mirrors should get the most up-to-date server in any case.Nick Mathewson2005-09-23
| | | | svn:r5135
* Log even less verbosely. Also, do not download old (frequently-updating) ↵Nick Mathewson2005-09-23
| | | | | | servers more than once every 2 hours. svn:r5134
* add MyFamily to the torrc.sampleRoger Dingledine2005-09-23
| | | | svn:r5133
* Provide dire warnings to any users who set DirServer; move it out of ↵Nick Mathewson2005-09-23
| | | | | | torrc.sample and into torrc.complete. svn:r5132
* Oops. It looks like some old GCCs dislike #if inside a macro argument.Nick Mathewson2005-09-23
| | | | svn:r5131
* put a log message so we can start confirming socks5-with-remote-dnsRoger Dingledine2005-09-23
| | | | | | | vs socks5-with-local-dns svn:r5130
* Use OpenSSL AES when OpenSSL has version 0.9.7 or later.Nick Mathewson2005-09-23
| | | | svn:r5129
* Decouple router downloads from old directory downloads entirelyNick Mathewson2005-09-23
| | | | svn:r5128
* Fix logic error (people who ask authorities should never split; others ↵Nick Mathewson2005-09-23
| | | | | | should always split). Also, fix timing error in main.c so retries really happen. svn:r5127
* Re-enable autosplitting, but authorities and mirrors should not do it, and ↵Nick Mathewson2005-09-23
| | | | | | make the cutoff higher than 1. svn:r5126
* Fix at least one overzealous download bug. (tor_malloc_zero new ↵Nick Mathewson2005-09-23
| | | | | | local_routerstatus_t objs); add a pile of logs back in; probe every 10sec; never autolaunch on failure. Let us see if this works better. svn:r5125
* Fix some compiler warningsNick Mathewson2005-09-23
| | | | svn:r5124
* Remove extraneous space on read-history lines.Nick Mathewson2005-09-23
| | | | svn:r5123
* make the numbers in read-history and write-history into uint64s,Roger Dingledine2005-09-23
| | | | | | | | so they don't overflow and publish negatives in the descriptor. fixes bug 193. svn:r5119
* fix grammar in old changelog entryRoger Dingledine2005-09-23
| | | | svn:r5118
* and a minor log cleanupRoger Dingledine2005-09-23
| | | | svn:r5115
* there was no need to die when we failed to spawn a cpuworker.Roger Dingledine2005-09-23
| | | | | | | it handles it fine if we decide not to die. svn:r5114
* remove another loud debug msgRoger Dingledine2005-09-22
| | | | svn:r5113
* resolve lucky's recent bug: tor was exiting if we failed to spawnRoger Dingledine2005-09-22
| | | | | | | a new dns worker (e.g. because we were out of fd's). svn:r5112
* get rid of a noisy debug logRoger Dingledine2005-09-22
| | | | svn:r5111
* I love the smell of C in the morning. Make router-download rules smarter ↵Nick Mathewson2005-09-22
| | | | | | (download more so long as we dont duplicate existing requests; relaunch at staggered intervals); relaunch one a minute or on failure; reset 60 minutes; always open 3 requests if we can; add authority opinion to networkstatus; make naming rule correct. There is a remaining bug where we retry servers too quickly; We need to look at that harder. svn:r5110
* Use a separate type for "local view of router status". Also, even though I ↵Nick Mathewson2005-09-22
| | | | | | told arma there was no need, replace an ugly O ( n lg n ) algorithm with a nice O ( n ) algorithm when stepping through servers. Some ugliness is just too bad to stand. svn:r5109
* content-type bugfixes:Roger Dingledine2005-09-22
| | | | | | | | | | http://seppia.noreply.org/tor/dir.z was being declared text/plain and http://seppia.noreply.org/tor/server/fp/719BE45DE224B607C53707D0E2143E2D423E74CF was being declared application/octet-stream svn:r5108
* bugfix: nobody ever implemented EVENT_ADDRMAP for control protocolRoger Dingledine2005-09-21
| | | | | | | version 0, so don't let version 0 controllers ask for it. svn:r5107
* Make write_escaped_data more bulletproof; backport candidate.Nick Mathewson2005-09-21
| | | | svn:r5106
* clean up misleading comment on authdir_wants_to_reject_router()Roger Dingledine2005-09-21
| | | | svn:r5105
* Move items from meeting into dir-spec and TODO.Nick Mathewson2005-09-21
| | | | svn:r5102
* Only check versions from versioning authdirs.Nick Mathewson2005-09-21
| | | | svn:r5101
* Implement new version handling code.Nick Mathewson2005-09-21
| | | | svn:r5100
* Add notes of things that must be done to dir-specNick Mathewson2005-09-21
| | | | svn:r5099
* clean up a bit more codeRoger Dingledine2005-09-20
| | | | svn:r5098
* Add a temporary section to dir-spec reflecting what we actually do now.Nick Mathewson2005-09-20
| | | | svn:r5097
* a few more todo items doneRoger Dingledine2005-09-20
| | | | svn:r5096
* make router_is_general_exit match its documentationRoger Dingledine2005-09-20
| | | | | | | but it's still wrong maybe svn:r5095
* clean up new dir spec a bit moreRoger Dingledine2005-09-20
| | | | svn:r5094
* bump version to 0.1.1.7-alpha-cvsNick Mathewson2005-09-19
| | | | svn:r5093
* remove some debugging garbageNick Mathewson2005-09-18
| | | | svn:r5092
* Make give-up-on-failure actually work: it seems the servers gave me a real ↵Nick Mathewson2005-09-18
| | | | | | test case. svn:r5091
* Prevent a "try forever to download an unobtainable descriptor" bug. Still ↵Nick Mathewson2005-09-18
| | | | | | remaining: the "give up forever" bug. svn:r5090
* Refactor new directory code a bit. Keep a big list of rolled-up router ↵Nick Mathewson2005-09-18
| | | | | | status info, including # of download failures (not yet used). Update this list from networkstatuses when they arrive, then update routers from this list. Only download 128 routers at a time, to avoid gargantuan URLs. svn:r5089
* Move to new base64 digest functions. Switch to new router digest ↵Nick Mathewson2005-09-18
| | | | | | calculation. Make sure there are no duplicates in router status lists. svn:r5088
* Helper functions to perform our truncated base64 encoding on hexdigests.Nick Mathewson2005-09-18
| | | | svn:r5087
* Make smartlist_add_all more efficient.Nick Mathewson2005-09-18
| | | | svn:r5086