Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-13 | Actually reinstate errors that did not work on windows, and add a comment ↵ | Nick Mathewson | |
about reading the documentation of the S_CASE and E_CASE macros before adding new cases to the switch statements there. svn:r15179 | |||
2008-06-13 | ignore some errnos in hopes of building on windows again | Roger Dingledine | |
svn:r15178 | |||
2008-06-13 | rearrange 0.2.1.1-alpha changelog | Roger Dingledine | |
svn:r15177 | |||
2008-06-13 | r16217@tombo: nickm | 2008-06-12 21:13:09 -0400 | Nick Mathewson | |
Remove spurious debugging message. svn:r15176 | |||
2008-06-13 | Add proposal 138: remove routers that are not Running from consensus documents. | Nick Mathewson | |
svn:r15175 | |||
2008-06-12 | r16215@tombo: nickm | 2008-06-12 18:39:03 -0400 | Nick Mathewson | |
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 | |||
2008-06-12 | note that weasel's proposal 134 code is off by default. i believe. | Roger Dingledine | |
correct me if i'm wrong. :) svn:r15156 | |||
2008-06-12 | remove some duplicate changelog entries from the upcoming 0.2.1.1-alpha | Roger Dingledine | |
release svn:r15155 | |||
2008-06-11 | Updated torbutton version. | Andrew Lewman | |
svn:r15153 | |||
2008-06-11 | ChangeLog entry for r15149. | Karsten Loesing | |
svn:r15151 | |||
2008-06-11 | you can't strcasecmp on 20-byte digests | Roger Dingledine | |
what if they contain nuls? (worse, what if they *don't* contain nuls? ;) svn:r15149 | |||
2008-06-11 | r16178@tombo: nickm | 2008-06-11 16:33:06 -0400 | Nick Mathewson | |
Update geoip proposal draft to more closely match reality , and include slightly better ideas about dir guards. svn:r15142 | |||
2008-06-11 | r16177@tombo: nickm | 2008-06-11 16:32:10 -0400 | Nick Mathewson | |
update TODO some. svn:r15141 | |||
2008-06-11 | r16171@tombo: nickm | 2008-06-11 13:47:41 -0400 | Nick Mathewson | |
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 | |||
2008-06-11 | Merge 0.1.2.x branch changes since 0.1.2.27-rc-1 into trunk. I wonder when ↵ | Peter Palfrader | |
we will stop developing in two branches at the same time svn:r15131 | |||
2008-06-11 | forward-port r15129, but also note the real way we should fix it. | Roger Dingledine | |
svn:r15130 | |||
2008-06-11 | update to june 9 2008 ip-to-country file | Roger Dingledine | |
svn:r15124 | |||
2008-06-11 | we have been remiss with propsetting | Roger Dingledine | |
svn:r15122 | |||
2008-06-11 | give the bootstrap-phases proposal a real number | Roger Dingledine | |
svn:r15121 | |||
2008-06-11 | flesh out some more sections of my bootstrap status event plan | Roger Dingledine | |
svn:r15120 | |||
2008-06-11 | start sending "bootstrap problem" status events when we're having troubles | Roger Dingledine | |
reaching relays. svn:r15116 | |||
2008-06-11 | consolidate all our edge/circ/orconn reason-to-foo-or-back functions | Roger Dingledine | |
svn:r15115 | |||
2008-06-10 | Added ChangeLog entry for r15113. | Karsten Loesing | |
svn:r15114 | |||
2008-06-10 | In very rare situations new hidden service descriptors were published ↵ | Karsten Loesing | |
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 | |||
2008-06-10 | some cleanups in preparation for moving stuff around | Roger Dingledine | |
svn:r15112 | |||
2008-06-10 | minor fixes and notes | Roger Dingledine | |
svn:r15111 | |||
2008-06-10 | Fix last geoip bugs. | Nick Mathewson | |
svn:r15106 | |||
2008-06-10 | a couple more geoip bugfixes | Nick Mathewson | |
svn:r15105 | |||
2008-06-10 | r16139@tombo: nickm | 2008-06-10 15:25:23 -0400 | Nick Mathewson | |
Small formatting fixes for geoip-stats file. svn:r15104 | |||
2008-06-10 | r16137@tombo: nickm | 2008-06-10 15:10:55 -0400 | Nick Mathewson | |
sign error svn:r15103 | |||
2008-06-10 | r16133@tombo: nickm | 2008-06-10 15:06:43 -0400 | Nick Mathewson | |
Pointers do not make good ints. svn:r15102 | |||
2008-06-10 | r16132@tombo: nickm | 2008-06-10 14:39:19 -0400 | Nick Mathewson | |
Whitespace fix svn:r15101 | |||
2008-06-10 | r16129@tombo: nickm | 2008-06-10 14:28:06 -0400 | Nick Mathewson | |
More geoip tweaks. Include in the file a rough estimator of our total share. svn:r15099 | |||
2008-06-10 | r16127@tombo: nickm | 2008-06-10 14:03:01 -0400 | Nick Mathewson | |
Improved code for counting clients by country: support recording by number of directory status requests in addition to number of IPs seen. svn:r15097 | |||
2008-06-09 | make the 'bootstrap problem' stuff quieter while i'm messing with it | Roger Dingledine | |
svn:r15094 | |||
2008-06-09 | r16121@tombo: nickm | 2008-06-09 16:14:39 -0400 | Nick Mathewson | |
fix compile with warnings on osx 10.5: double+int apparently gives a 64-bit value on some gccs svn:r15093 | |||
2008-06-09 | Start noticing and reporting bootstrapping failures too. It looks like | Roger Dingledine | |
we never bothered learning why OR conns fail, so next step is to add some infrastructure for that. svn:r15091 | |||
2008-06-09 | also count number of downloads, not just the bytes | Peter Palfrader | |
svn:r15090 | |||
2008-06-09 | Forward port debian 0.2.0.27-rc-1 into trunk | Peter Palfrader | |
svn:r15089 | |||
2008-06-09 | fix a bug where we were never reporting the | Roger Dingledine | |
"Finishing handshake with entry guard" bootstrap phase svn:r15087 | |||
2008-06-09 | report partial bootstrapping progress as we fetch descriptors | Roger Dingledine | |
svn:r15083 | |||
2008-06-09 | extra points if you make it compile. boy, i'm on a roll. | Roger Dingledine | |
svn:r15077 | |||
2008-06-09 | whoops -- the other half of r15074 | Roger Dingledine | |
svn:r15076 | |||
2008-06-09 | when we haven't had any application requests lately, don't bother | Roger Dingledine | |
logging when we have expired a bunch of descriptors. svn:r15074 | |||
2008-06-08 | include tags in the bootstrap status events. also document the | Roger Dingledine | |
bootstrapping process and how the phases break down. svn:r15020 | |||
2008-06-07 | start a spec proposal to describe this whole bootstrapping phase thing | Roger Dingledine | |
svn:r15010 | |||
2008-06-07 | actually start sending the bootstrap status event, so matt | Roger Dingledine | |
can start playing with it on his side. svn:r15009 | |||
2008-06-07 | infrastructure for the 'bootstrap status event' feature, so we can | Roger Dingledine | |
tell the controller how we're doing at bootstrapping, and it can tell the user. svn:r15008 | |||
2008-06-07 | flush some changes in my sandbox -- ancient changelog typos, etc | Roger Dingledine | |
svn:r15007 | |||
2008-06-07 | minor comment cleanup and xxx | Roger Dingledine | |
svn:r15006 |