aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* you can't strcasecmp on 20-byte digestsRoger Dingledine2008-06-11
| | | | | | | | what if they contain nuls? (worse, what if they *don't* contain nuls? ;) svn:r15149
* r16178@tombo: nickm | 2008-06-11 16:33:06 -0400Nick Mathewson2008-06-11
| | | | | | | Update geoip proposal draft to more closely match reality , and include slightly better ideas about dir guards. svn:r15142
* r16177@tombo: nickm | 2008-06-11 16:32:10 -0400Nick Mathewson2008-06-11
| | | | | | | update TODO some. svn:r15141
* r16171@tombo: nickm | 2008-06-11 13:47:41 -0400Nick Mathewson2008-06-11
| | | | | | | Lower number of syscalls used to write data to ordinary sockets through use of writev. Disabled till I have time to test it. svn:r15133
* Merge 0.1.2.x branch changes since 0.1.2.27-rc-1 into trunk. I wonder when ↵Peter Palfrader2008-06-11
| | | | | | we will stop developing in two branches at the same time svn:r15131
* forward-port r15129, but also note the real way we should fix it.Roger Dingledine2008-06-11
| | | | svn:r15130
* update to june 9 2008 ip-to-country fileRoger Dingledine2008-06-11
| | | | svn:r15124
* we have been remiss with propsettingRoger Dingledine2008-06-11
| | | | svn:r15122
* give the bootstrap-phases proposal a real numberRoger Dingledine2008-06-11
| | | | svn:r15121
* flesh out some more sections of my bootstrap status event planRoger Dingledine2008-06-11
| | | | svn:r15120
* start sending "bootstrap problem" status events when we're having troublesRoger Dingledine2008-06-11
| | | | | | | reaching relays. svn:r15116
* consolidate all our edge/circ/orconn reason-to-foo-or-back functionsRoger Dingledine2008-06-11
| | | | svn:r15115
* Added ChangeLog entry for r15113.Karsten Loesing2008-06-10
| | | | svn:r15114
* In very rare situations new hidden service descriptors were published ↵Karsten Loesing2008-06-10
| | | | | | earlier than 30 seconds after the last change to the service, with the 30 seconds being the current voodoo saying that a descriptor is stable. svn:r15113
* some cleanups in preparation for moving stuff aroundRoger Dingledine2008-06-10
| | | | svn:r15112
* minor fixes and notesRoger Dingledine2008-06-10
| | | | svn:r15111
* Fix last geoip bugs.Nick Mathewson2008-06-10
| | | | svn:r15106
* a couple more geoip bugfixesNick Mathewson2008-06-10
| | | | svn:r15105
* r16139@tombo: nickm | 2008-06-10 15:25:23 -0400Nick Mathewson2008-06-10
| | | | | | | Small formatting fixes for geoip-stats file. svn:r15104
* r16137@tombo: nickm | 2008-06-10 15:10:55 -0400Nick Mathewson2008-06-10
| | | | | | | sign error svn:r15103
* r16133@tombo: nickm | 2008-06-10 15:06:43 -0400Nick Mathewson2008-06-10
| | | | | | | Pointers do not make good ints. svn:r15102
* r16132@tombo: nickm | 2008-06-10 14:39:19 -0400Nick Mathewson2008-06-10
| | | | | | | Whitespace fix svn:r15101
* r16129@tombo: nickm | 2008-06-10 14:28:06 -0400Nick Mathewson2008-06-10
| | | | | | | More geoip tweaks. Include in the file a rough estimator of our total share. svn:r15099
* r16127@tombo: nickm | 2008-06-10 14:03:01 -0400Nick Mathewson2008-06-10
| | | | | | | Improved code for counting clients by country: support recording by number of directory status requests in addition to number of IPs seen. svn:r15097
* make the 'bootstrap problem' stuff quieter while i'm messing with itRoger Dingledine2008-06-09
| | | | svn:r15094
* r16121@tombo: nickm | 2008-06-09 16:14:39 -0400Nick Mathewson2008-06-09
| | | | | | | fix compile with warnings on osx 10.5: double+int apparently gives a 64-bit value on some gccs svn:r15093
* Start noticing and reporting bootstrapping failures too. It looks likeRoger Dingledine2008-06-09
| | | | | | | | we never bothered learning why OR conns fail, so next step is to add some infrastructure for that. svn:r15091
* also count number of downloads, not just the bytesPeter Palfrader2008-06-09
| | | | svn:r15090
* Forward port debian 0.2.0.27-rc-1 into trunkPeter Palfrader2008-06-09
| | | | svn:r15089
* fix a bug where we were never reporting theRoger Dingledine2008-06-09
| | | | | | | "Finishing handshake with entry guard" bootstrap phase svn:r15087
* report partial bootstrapping progress as we fetch descriptorsRoger Dingledine2008-06-09
| | | | svn:r15083
* extra points if you make it compile. boy, i'm on a roll.Roger Dingledine2008-06-09
| | | | svn:r15077
* whoops -- the other half of r15074Roger Dingledine2008-06-09
| | | | svn:r15076
* when we haven't had any application requests lately, don't botherRoger Dingledine2008-06-09
| | | | | | | logging when we have expired a bunch of descriptors. svn:r15074
* include tags in the bootstrap status events. also document theRoger Dingledine2008-06-08
| | | | | | | bootstrapping process and how the phases break down. svn:r15020
* start a spec proposal to describe this whole bootstrapping phase thingRoger Dingledine2008-06-07
| | | | svn:r15010
* actually start sending the bootstrap status event, so mattRoger Dingledine2008-06-07
| | | | | | | can start playing with it on his side. svn:r15009
* infrastructure for the 'bootstrap status event' feature, so we canRoger Dingledine2008-06-07
| | | | | | | | tell the controller how we're doing at bootstrapping, and it can tell the user. svn:r15008
* flush some changes in my sandbox -- ancient changelog typos, etcRoger Dingledine2008-06-07
| | | | svn:r15007
* minor comment cleanup and xxxRoger Dingledine2008-06-07
| | | | svn:r15006
* revert r14970, since it didn't fix anything.Roger Dingledine2008-06-07
| | | | | | | leave r14971 in place though. svn:r15005
* Stop reloading the router list from disk for no reason when weRoger Dingledine2008-06-07
| | | | | | | | | run out of reachable directory mirrors. Once upon a time reloading it would set the 'is_running' flag back to 1 for them. It hasn't done that for a long time. svn:r15004
* put nlnet's 'user safety contest' on the roadmap, so we make sureRoger Dingledine2008-06-06
| | | | | | | to submit something svn:r15001
* touch-up some of the todo deliverables that we've made progress on.Roger Dingledine2008-06-06
| | | | | | | other people should feel free to mark their items as done. :) svn:r15000
* make some log entries more accurateRoger Dingledine2008-06-06
| | | | svn:r14998
* make sure, when we're checking if we have enough dir info, thatRoger Dingledine2008-06-05
| | | | | | | | | | we actually have the descriptor listed in the consensus, not just any descriptor, for each relay. don't backport this patch (yet); who knows what it might do. svn:r14971
* When we switched to using v3 directories, we threw away the part ofRoger Dingledine2008-06-05
| | | | | | | | | | | | the "do we have enough directory info?" calculation that checked how many relays we believed to still be running based on our own experience. So if we went offline, we never gave up trying to make new circuits; worse, when we came back online we didn't recognize that we should give all the relays another chance. Bugfix on 0.2.0.9-alpha; fixes bugs 648 and 675. svn:r14970
* changing v2 network status doesn't require us to recomputeRoger Dingledine2008-06-05
| | | | | | | anything about whether enough v3 dir info is here. svn:r14969
* remove some networkstatus consensus warnings for unnamed / invalidRoger Dingledine2008-06-05
| | | | | | | | relays. they weren't very specific, and were confusing people before we reduced their log severity. now nobody even knows they exist. svn:r14968
* forward-port the 0.2.0.27-rc changelogRoger Dingledine2008-06-05
| | | | svn:r14967