Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix crash-on-wakeup bug in networkstatus download. | Nick Mathewson | 2005-09-26 | |
| | | | | svn:r5144 | |||
* | added the one line hack for default selinux targeted policy to allow | Andrew Lewman | 2005-09-25 | |
| | | | | | | | tor/privoxy to work correctly. svn:r5143 | |||
* | bugfix: we were whining about using socks4 or socks5-with-local-lookup | Roger Dingledine | 2005-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 privoxy | Andrew Lewman | 2005-09-24 | |
| | | | | svn:r5141 | |||
* | Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ↵ | Nick Mathewson | 2005-09-24 | |
| | | | | | | looks at me like some kind of loon svn:r5140 | |||
* | Possible fix to make aes build on woody | Nick Mathewson | 2005-09-24 | |
| | | | | svn:r5139 | |||
* | mention the new stable version. | Roger Dingledine | 2005-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 Mathewson | 2005-09-23 | |
| | | | | svn:r5135 | |||
* | Log even less verbosely. Also, do not download old (frequently-updating) ↵ | Nick Mathewson | 2005-09-23 | |
| | | | | | | servers more than once every 2 hours. svn:r5134 | |||
* | add MyFamily to the torrc.sample | Roger Dingledine | 2005-09-23 | |
| | | | | svn:r5133 | |||
* | Provide dire warnings to any users who set DirServer; move it out of ↵ | Nick Mathewson | 2005-09-23 | |
| | | | | | | torrc.sample and into torrc.complete. svn:r5132 | |||
* | Oops. It looks like some old GCCs dislike #if inside a macro argument. | Nick Mathewson | 2005-09-23 | |
| | | | | svn:r5131 | |||
* | put a log message so we can start confirming socks5-with-remote-dns | Roger Dingledine | 2005-09-23 | |
| | | | | | | | vs socks5-with-local-dns svn:r5130 | |||
* | Use OpenSSL AES when OpenSSL has version 0.9.7 or later. | Nick Mathewson | 2005-09-23 | |
| | | | | svn:r5129 | |||
* | Decouple router downloads from old directory downloads entirely | Nick Mathewson | 2005-09-23 | |
| | | | | svn:r5128 | |||
* | Fix logic error (people who ask authorities should never split; others ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-09-23 | |
| | | | | | | make the cutoff higher than 1. svn:r5126 | |||
* | Fix at least one overzealous download bug. (tor_malloc_zero new ↵ | Nick Mathewson | 2005-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 warnings | Nick Mathewson | 2005-09-23 | |
| | | | | svn:r5124 | |||
* | Remove extraneous space on read-history lines. | Nick Mathewson | 2005-09-23 | |
| | | | | svn:r5123 | |||
* | make the numbers in read-history and write-history into uint64s, | Roger Dingledine | 2005-09-23 | |
| | | | | | | | | so they don't overflow and publish negatives in the descriptor. fixes bug 193. svn:r5119 | |||
* | fix grammar in old changelog entry | Roger Dingledine | 2005-09-23 | |
| | | | | svn:r5118 | |||
* | and a minor log cleanup | Roger Dingledine | 2005-09-23 | |
| | | | | svn:r5115 | |||
* | there was no need to die when we failed to spawn a cpuworker. | Roger Dingledine | 2005-09-23 | |
| | | | | | | | it handles it fine if we decide not to die. svn:r5114 | |||
* | remove another loud debug msg | Roger Dingledine | 2005-09-22 | |
| | | | | svn:r5113 | |||
* | resolve lucky's recent bug: tor was exiting if we failed to spawn | Roger Dingledine | 2005-09-22 | |
| | | | | | | | a new dns worker (e.g. because we were out of fd's). svn:r5112 | |||
* | get rid of a noisy debug log | Roger Dingledine | 2005-09-22 | |
| | | | | svn:r5111 | |||
* | I love the smell of C in the morning. Make router-download rules smarter ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-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 Dingledine | 2005-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 protocol | Roger Dingledine | 2005-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 Mathewson | 2005-09-21 | |
| | | | | svn:r5106 | |||
* | clean up misleading comment on authdir_wants_to_reject_router() | Roger Dingledine | 2005-09-21 | |
| | | | | svn:r5105 | |||
* | Move items from meeting into dir-spec and TODO. | Nick Mathewson | 2005-09-21 | |
| | | | | svn:r5102 | |||
* | Only check versions from versioning authdirs. | Nick Mathewson | 2005-09-21 | |
| | | | | svn:r5101 | |||
* | Implement new version handling code. | Nick Mathewson | 2005-09-21 | |
| | | | | svn:r5100 | |||
* | Add notes of things that must be done to dir-spec | Nick Mathewson | 2005-09-21 | |
| | | | | svn:r5099 | |||
* | clean up a bit more code | Roger Dingledine | 2005-09-20 | |
| | | | | svn:r5098 | |||
* | Add a temporary section to dir-spec reflecting what we actually do now. | Nick Mathewson | 2005-09-20 | |
| | | | | svn:r5097 | |||
* | a few more todo items done | Roger Dingledine | 2005-09-20 | |
| | | | | svn:r5096 | |||
* | make router_is_general_exit match its documentation | Roger Dingledine | 2005-09-20 | |
| | | | | | | | but it's still wrong maybe svn:r5095 | |||
* | clean up new dir spec a bit more | Roger Dingledine | 2005-09-20 | |
| | | | | svn:r5094 | |||
* | bump version to 0.1.1.7-alpha-cvs | Nick Mathewson | 2005-09-19 | |
| | | | | svn:r5093 | |||
* | remove some debugging garbage | Nick Mathewson | 2005-09-18 | |
| | | | | svn:r5092 | |||
* | Make give-up-on-failure actually work: it seems the servers gave me a real ↵ | Nick Mathewson | 2005-09-18 | |
| | | | | | | test case. svn:r5091 | |||
* | Prevent a "try forever to download an unobtainable descriptor" bug. Still ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-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 Mathewson | 2005-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 Mathewson | 2005-09-18 | |
| | | | | svn:r5087 | |||
* | Make smartlist_add_all more efficient. | Nick Mathewson | 2005-09-18 | |
| | | | | svn:r5086 |