| Commit message (Expand) | Author | Age |
... | |
* | fix a bug in download failure logging; don't do this "stop•••downloading forever" thing with bridge descriptor downloads.
svn:r17833
| Roger Dingledine | 2008-12-31 |
* | partial move to letting bridge descriptor fetches use our new (well,•••new from their perspective) directory download schedule abstraction.
not done yet, but i'd better get this out of my sandbox before nick
does another sweeping change. :)
svn:r17798
| Roger Dingledine | 2008-12-27 |
* | ok, fair enough, some of these variables were time_t's after all•••svn:r17777
| Roger Dingledine | 2008-12-25 |
* | so which is it? TIME_MAX or INT_MAX? pick INT_MAX for now.•••svn:r17772
| Roger Dingledine | 2008-12-25 |
* | Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we re...•••svn:r17756
| Nick Mathewson | 2008-12-23 |
* | Document most undocumented variables.•••svn:r17754
| Nick Mathewson | 2008-12-23 |
* | Add DOCDOC entries for undocumented static and global variables.•••svn:r17739
| Nick Mathewson | 2008-12-22 |
* | Fix most DOCDOCs remaining and/or added by redox.•••svn:r17734
| Nick Mathewson | 2008-12-22 |
* | Add DOCDOC comments for all undocumented functions. Add missing *s to other ...•••svn:r17729
| Nick Mathewson | 2008-12-22 |
* | Fix all of the doxygen warnings not pertaining to missing documentation.•••svn:r17727
| Nick Mathewson | 2008-12-22 |
* | some windows users are outraged that tor refuses to work even•••when their clock and date are correct, if their timezone is
totally wrong. now we at least tell them.
svn:r17725
| Roger Dingledine | 2008-12-22 |
* | fix a fun bug on r17656 that was making us send HTTP/1.0 404 as•••the message body, no matter the message headers, when answering
a descriptor or extrainfo post request.
svn:r17723
| Roger Dingledine | 2008-12-22 |
* | Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...•••svn:r17686
| Nick Mathewson | 2008-12-18 |
* | Resolve many DOCDOCs.•••svn:r17662
| Nick Mathewson | 2008-12-17 |
* | Make return code from router_add_to_routerlist a nice sensible enum. Based o...•••svn:r17656
| Nick Mathewson | 2008-12-17 |
* | Rename a couple of v2-networkstatus-only fields so that it is clear they are ...•••svn:r17652
| Nick Mathewson | 2008-12-17 |
* | comment tweak•••svn:r17624
| Roger Dingledine | 2008-12-14 |
* | Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server s...•••svn:r17611
| Nick Mathewson | 2008-12-12 |
* | Add a PDS_ flag to exclude authorities from which we are fetching descs.•••Yes, this is maybe a little overspecific. Part of a bug 366 fix.
svn:r17593
| Nick Mathewson | 2008-12-11 |
* | Change directory_get_from_dirserver to take a set of flags to be passed to pi...•••svn:r17592
| Nick Mathewson | 2008-12-11 |
* | this function is no longer used.•••svn:r17515
| Roger Dingledine | 2008-12-08 |
* | Directory mirrors no longer fetch the v1 directory or•••running-routers files. They are obsolete, and nobody asks for them
anymore. This is the first step to making v1 authorities obsolete.
svn:r17513
| Roger Dingledine | 2008-12-07 |
* | cleanups on r17500•••svn:r17501
| Roger Dingledine | 2008-12-07 |
* | New DirPortFrontPage option that takes an html file and publishes it as "/" o...•••svn:r17500
| Jacob Appelbaum | 2008-12-07 |
* | Make rend_cache_store() use the same return error codes as its v2•••equivalent: I got a lonely "Failed to fetch rendezvous descriptor."
in my log file, even when the connection worked.
svn:r17028
| Roger Dingledine | 2008-10-02 |
* | i *think* this is equivalent. somebody should check me on it though.•••svn:r17009
| Roger Dingledine | 2008-09-30 |
* | Code to serve a current stability calculations from /tor/dbg-stability.txt. ...•••svn:r16981
| Nick Mathewson | 2008-09-26 |
* | Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...•••svn:r16955
| Nick Mathewson | 2008-09-24 |
* | ok, but inaccurate error strings worse•••svn:r16938
| Roger Dingledine | 2008-09-23 |
* | identical error strings in different contexts bad•••svn:r16937
| Roger Dingledine | 2008-09-23 |
* | give rend_client_desc_here a slightly more accurate name•••svn:r16916
| Roger Dingledine | 2008-09-16 |
* | patch from karsten for bug 814. whew.•••svn:r16915
| Roger Dingledine | 2008-09-16 |
* | stop telling us every time we fetch a consensus. that's not really news.•••svn:r16908
| Roger Dingledine | 2008-09-14 |
* | Serve the latest v3 networkstatus consensus via the control•••port. Use "getinfo dir/status-vote/current/consensus" to fetch it.
svn:r16907
| Roger Dingledine | 2008-09-14 |
* | tweak karsten's patch•••svn:r16818
| Roger Dingledine | 2008-09-09 |
* | patch from karsten to fix more of bug 767•••svn:r16817
| Roger Dingledine | 2008-09-09 |
* | Refactor use of connection_new so that we get more verifiable typesafety.•••svn:r16785
| Nick Mathewson | 2008-09-05 |
* | Refactor some code and add some asserts based on scanner results.•••svn:r16783
| Nick Mathewson | 2008-09-05 |
* | Fix numerous memory leaks: some were almost impossible to trigger, and some a...•••svn:r16779
| Nick Mathewson | 2008-09-05 |
* | Make trunk build again under -DEXPORTMALLINFO•••svn:r16559
| Peter Palfrader | 2008-08-15 |
* | r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400••• Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you.
svn:r16435
| Nick Mathewson | 2008-08-05 |
* | Send a bootstrap problem "warn" event on the first problem if the•••reason is NO_ROUTE (that is, our network is down).
svn:r15443
| Roger Dingledine | 2008-06-24 |
* | check-spaces, fix a typo•••svn:r15355
| Roger Dingledine | 2008-06-18 |
* | Fix .z suffix for intrumented download stats once more•••svn:r15316
| Peter Palfrader | 2008-06-16 |
* | Fix .z suffix for intrumented download stats•••svn:r15315
| Peter Palfrader | 2008-06-16 |
* | Asking for a conditional consensus at .../consensus/<fingerprints> would crash•••a dirserver if it did not already have a consensus.
svn:r15227
| Peter Palfrader | 2008-06-13 |
* | start sending "bootstrap problem" status events when we're having troubles•••reaching relays.
svn:r15116
| Roger Dingledine | 2008-06-11 |
* | r16132@tombo: nickm | 2008-06-10 14:39:19 -0400••• Whitespace fix
svn:r15101
| Nick Mathewson | 2008-06-10 |
* | Start noticing and reporting bootstrapping failures too. It looks like•••we never bothered learning why OR conns fail, so next step is to add some
infrastructure for that.
svn:r15091
| Roger Dingledine | 2008-06-09 |
* | also count number of downloads, not just the bytes•••svn:r15090
| Peter Palfrader | 2008-06-09 |