aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge rest of 0.1.2.28-rc-1 into trunk.Peter Palfrader2008-06-13
| | | | svn:r15200
* forward-port the 0.2.0.28-rc changelogRoger Dingledine2008-06-13
| | | | svn:r15194
* steal some of the bootstrap phase strings from vidaliaRoger Dingledine2008-06-13
| | | | svn:r15193
* bump to 0.2.1.1-alphaRoger Dingledine2008-06-13
| | | | svn:r15187
* make some of the 0.2.1.1-alpha changelog items more prominentRoger Dingledine2008-06-13
| | | | svn:r15186
* fix a few typos, and give the bootstrap phase stuff a changelog entry.Roger Dingledine2008-06-13
| | | | svn:r15183
* Actually reinstate errors that did not work on windows, and add a comment ↵Nick Mathewson2008-06-13
| | | | | | about reading the documentation of the S_CASE and E_CASE macros before adding new cases to the switch statements there. svn:r15179
* ignore some errnos in hopes of building on windows againRoger Dingledine2008-06-13
| | | | svn:r15178
* rearrange 0.2.1.1-alpha changelogRoger Dingledine2008-06-13
| | | | svn:r15177
* r16217@tombo: nickm | 2008-06-12 21:13:09 -0400Nick Mathewson2008-06-13
| | | | | | | Remove spurious debugging message. svn:r15176
* Add proposal 138: remove routers that are not Running from consensus documents.Nick Mathewson2008-06-13
| | | | svn:r15175
* r16215@tombo: nickm | 2008-06-12 18:39:03 -0400Nick Mathewson2008-06-12
| | | | | | | Implement code to manually force the OpenSSL client cipher list to match the one recommended in proposal 124, *even if* we do not know all those ciphers. This is a bit of a kludge, but it is at least decently well commented. svn:r15173
* note that weasel's proposal 134 code is off by default. i believe.Roger Dingledine2008-06-12
| | | | | | | correct me if i'm wrong. :) svn:r15156
* remove some duplicate changelog entries from the upcoming 0.2.1.1-alphaRoger Dingledine2008-06-12
| | | | | | | release svn:r15155
* Updated torbutton version.Andrew Lewman2008-06-11
| | | | svn:r15153
* ChangeLog entry for r15149.Karsten Loesing2008-06-11
| | | | svn:r15151
* 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