Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a possible negative shift in address comparison. May fix bug 845 and ↵ | Nick Mathewson | 2008-10-29 |
| | | | | | | bug 811 svn:r17169 | ||
* | make layer_hint check a little stricter. | Nick Mathewson | 2008-10-27 |
| | | | | svn:r17164 | ||
* | Verify cpath_layer match on rendezvous cells too. Fixes another case of bug ↵ | Nick Mathewson | 2008-10-27 |
| | | | | | | 446. Based on patch from rovv. svn:r17162 | ||
* | Document some dmalloc stuff and some stupid C tricks. | Nick Mathewson | 2008-10-27 |
| | | | | svn:r17161 | ||
* | gabelmoo has a new IP address. | Karsten Loesing | 2008-10-27 |
| | | | | svn:r17160 | ||
* | This patch changes some of the code in util.c to refactor calls to | Jacob Appelbaum | 2008-10-26 |
| | | | | | | | | | | dmalloc_malloc, dmalloc_realloc and dmalloc_strdup. It only calls those functions if we're using the magic USE_DMALLOC macro. If we're not doing that, we call the normal malloc, realloc and strdup. This is my first night at malloc disambiguation club, so I had to disambiguate. Also, first commit, I have my commit bit now. Huzzzah!!! svn:r17157 | ||
* | Fix another case of refusing to use a chosen exit node because we think it ↵ | Nick Mathewson | 2008-10-21 |
| | | | | | | will reject _mostly_ everything. Based on patch from rovv. See bug 752. svn:r17139 | ||
* | Fix the rest of bug 619: reject *:* servers should not do DNS lookups, even ↵ | Nick Mathewson | 2008-10-21 |
| | | | | | | if broken clients send them RELAY_BEGIN cells. Patch from rovv. svn:r17138 | ||
* | Patch from rovv: send back END cell in response to connect attempts to ↵ | Nick Mathewson | 2008-10-21 |
| | | | | | | nonexistent hidden service port. svn:r17137 | ||
* | backport candidate: | Roger Dingledine | 2008-10-17 |
| | | | | | | | | | | | The "ClientDNSRejectInternalAddresses" config option wasn't being consistently obeyed: if an exit relay refuses a stream because its exit policy doesn't allow it, we would remember what IP address the relay said the destination address resolves to, even if it's an internal IP address. Bugfix on 0.2.0.7-alpha; patch by rovv. svn:r17135 | ||
* | fix grammar in a log message | Roger Dingledine | 2008-10-16 |
| | | | | svn:r17131 | ||
* | change mime-type on blocking.html too | Roger Dingledine | 2008-10-16 |
| | | | | svn:r17130 | ||
* | try a mimetype html for tor-design.html | Roger Dingledine | 2008-10-16 |
| | | | | svn:r17129 | ||
* | fix changelog entry for proposal 155, patch 1 | Roger Dingledine | 2008-10-15 |
| | | | | svn:r17113 | ||
* | explain patch4 better. whee. | Roger Dingledine | 2008-10-15 |
| | | | | svn:r17111 | ||
* | patch4 from proposal 155: | Roger Dingledine | 2008-10-15 |
| | | | | | | | | | | Hidden services start out building five intro circuits rather than three, and when the first three finish they publish a service descriptor using those. Now we publish our service descriptor much faster after restart. svn:r17110 | ||
* | add patch2 from proposal 155: | Roger Dingledine | 2008-10-15 |
| | | | | | | | | Launch a second client-side introduction circuit in parallel after a delay of 15 seconds (based on work by Christian Wilms). svn:r17108 | ||
* | put in karsten's patch #1 for proposal 155, modified | Roger Dingledine | 2008-10-15 |
| | | | | svn:r17106 | ||
* | cleanups on proposal 121 while i was reading it. karsten, there's a | Roger Dingledine | 2008-10-14 |
| | | | | | | | question for you about passwords at the end. svn:r17097 | ||
* | Patch from rovv: when we have no pending streams, choose exits with ↵ | Nick Mathewson | 2008-10-14 |
| | | | | | | choose_good_exit_server_general() rather than with circuit_get_unhandled_ports() and friends. Bugfix on 0.1.1.x, at least. svn:r17091 | ||
* | Template file for performance roadmap | Steven Murdoch | 2008-10-13 |
| | | | | svn:r17073 | ||
* | Add some open tasks for 0.2.1.x. | Karsten Loesing | 2008-10-13 |
| | | | | svn:r17069 | ||
* | Mark mid-August item done; also, mid October comes before end of October. | Karsten Loesing | 2008-10-13 |
| | | | | svn:r17067 | ||
* | Minor fix in the warning messages when you're having problems | Roger Dingledine | 2008-10-13 |
| | | | | | | | | bootstrapping; also, be more forgiving of bootstrap problems when we're still making incremental progress on a given bootstrap phase. svn:r17066 | ||
* | another coverity-found memory leak | Roger Dingledine | 2008-10-12 |
| | | | | svn:r17062 | ||
* | minor memory leak found by coverity | Roger Dingledine | 2008-10-12 |
| | | | | svn:r17061 | ||
* | put the 0.2.1.6-alpha blurb into the changelog | Roger Dingledine | 2008-10-12 |
| | | | | svn:r17059 | ||
* | add a note to proposal 120 about why it died | Roger Dingledine | 2008-10-11 |
| | | | | svn:r17056 | ||
* | fix typo in log entry | Roger Dingledine | 2008-10-08 |
| | | | | svn:r17050 | ||
* | make ./reindex.pl happy | Roger Dingledine | 2008-10-02 |
| | | | | svn:r17033 | ||
* | add karsten's proposal 155, after giving it a more unique name | Roger Dingledine | 2008-10-02 |
| | | | | svn:r17032 | ||
* | Use of uninitialized value in regexp compilation at ./reindex.pl line 55. | Roger Dingledine | 2008-10-02 |
| | | | | svn:r17031 | ||
* | remove some old done items i found in the todo | Roger Dingledine | 2008-10-02 |
| | | | | svn:r17030 | ||
* | Make rend_cache_store() use the same return error codes as its v2 | Roger Dingledine | 2008-10-02 |
| | | | | | | | | equivalent: I got a lonely "Failed to fetch rendezvous descriptor." in my log file, even when the connection worked. svn:r17028 | ||
* | time for another alpha-dev cycle | Roger Dingledine | 2008-10-01 |
| | | | | svn:r17023 | ||
* | Now NodeFamily and MyFamily config options allow spaces in | Roger Dingledine | 2008-10-01 |
| | | | | | | | | identity fingerprints, so it's easier to paste them in. Suggested by Lucky Green. svn:r17021 | ||
* | Force the target path, since the user can't install it anywhere else | Andrew Lewman | 2008-10-01 |
| | | | | | | | anyway. svn:r17020 | ||
* | Switch a should-benee-dless check for an assert. | Nick Mathewson | 2008-09-30 |
| | | | | svn:r17018 | ||
* | Forward port 14_fix_geoip_warning.dpatch | Peter Palfrader | 2008-09-30 |
| | | | | svn:r17016 | ||
* | New alpha release | Peter Palfrader | 2008-09-30 |
| | | | | svn:r17015 | ||
* | bump to 0.2.1.6-alpha, and note that the exclude*nodes config | Roger Dingledine | 2008-09-30 |
| | | | | | | | discussion hasn't finished. svn:r17011 | ||
* | a few more tweaks | Roger Dingledine | 2008-09-30 |
| | | | | svn:r17010 | ||
* | i *think* this is equivalent. somebody should check me on it though. | Roger Dingledine | 2008-09-30 |
| | | | | svn:r17009 | ||
* | v3 authorities write down all the votes they used for the consensus | Roger Dingledine | 2008-09-29 |
| | | | | | | | to the datadir, for debugging. svn:r17008 | ||
* | Include circuit purposes in circuit events. Now all circuit events are ↵ | Nick Mathewson | 2008-09-29 |
| | | | | | | extended; this makes the code simpler. svn:r17007 | ||
* | Nobody calls circuit_launch_by_nickname; remove it. | Nick Mathewson | 2008-09-29 |
| | | | | svn:r17006 | ||
* | Remove the old v2 directory authority 'lefkada' from the default | Roger Dingledine | 2008-09-29 |
| | | | | | | | list. It has been gone for many months. svn:r17005 | ||
* | Patch from mwenge: update TrackHostExits mapping expiry times when the ↵ | Nick Mathewson | 2008-09-29 |
| | | | | | | mappings are used, so that they expire a while after their last use, not a while after their creation. svn:r17004 | ||
* | Tweak the dbg-stability.txt code to log everything else that influences ↵ | Nick Mathewson | 2008-09-29 |
| | | | | | | router stability calculations. svn:r17003 | ||
* | Make tor-resolve take a -p port option in addition to the current host:port ↵ | Nick Mathewson | 2008-09-29 |
| | | | | | | syntax. svn:r17002 |