Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-27 | Create routerparse.h | Sebastian Hahn | |
2010-07-27 | Create rephist.h | Sebastian Hahn | |
2010-07-27 | Create relay.h | Sebastian Hahn | |
2010-07-27 | Create networkstatus.h | Sebastian Hahn | |
2010-07-27 | Create directory.h | Sebastian Hahn | |
2010-07-27 | Create config.h | Sebastian Hahn | |
2010-07-27 | Create circuituse.h | Sebastian Hahn | |
2010-07-27 | Create circuitlist.h | Sebastian Hahn | |
2010-07-27 | Create circuitbuild.h | Sebastian Hahn | |
2010-07-27 | Create rendservice.h | Sebastian Hahn | |
2010-07-27 | Create rendclient.h | Sebastian Hahn | |
2010-07-27 | Create rendcommon.h | Sebastian Hahn | |
2010-07-27 | Create routerlist.h | Sebastian Hahn | |
2010-07-27 | Create router.h | Sebastian Hahn | |
2010-02-27 | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson | |
Conflicts: src/common/test.h src/or/test.c | |||
2010-02-27 | Update Tor Project copyright years | Nick Mathewson | |
2009-12-21 | Switch to a StrictNodes config option. | Roger Dingledine | |
This is step one of handling ExcludedNodes better. This first step is just to make EntryNodes and ExitNodes do what they did before. | |||
2009-12-15 | Merge branch 'safelogging2' | Nick Mathewson | |
Conflicts: ChangeLog | |||
2009-12-15 | Refactor the safe_str_*() API to make more sense. | Nick Mathewson | |
The new rule is: safe_str_X() means "this string is a piece of X information; make it safe to log." safe_str() on its own means "this string is a piece of who-knows-what; make it safe to log". | |||
2009-12-12 | Now that FOO_free(NULL) always works, remove checks before calling it. | Nick Mathewson | |
2009-12-12 | *_free functions now accept NULL | Sebastian Hahn | |
Some *_free functions threw asserts when passed NULL. Now all of them accept NULL as input and perform no action when called that way. This gains us consistence for our free functions, and allows some code simplifications where an explicit null check is no longer necessary. | |||
2009-12-12 | Allow SafeLogging to exclude client related information | Sebastian Hahn | |
2009-10-26 | Improve log statement when publishing v2 hs desc. | Karsten Loesing | |
2009-10-25 | Reduce log level for someone else sending us weak DH keys. | Karsten Loesing | |
See task 1114. The most plausible explanation for someone sending us weak DH keys is that they experiment with their Tor code or implement a new Tor client. Usually, we don't care about such events, especially not on warn level. If we really care about someone not following the Tor protocol, we can set ProtocolWarnings to 1. | |||
2009-10-14 | read the "circwindow" parameter from the consensus | Roger Dingledine | |
backport of c43859c5c12361fad505 backport of 0d13e0ed145f4c1b5bd1 | |||
2009-09-17 | a mish-mash of stuff in my sandbox | Roger Dingledine | |
2009-09-16 | Merge commit 'karsten/no-time-maint-0.2.1' | Roger Dingledine | |
2009-09-15 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | |
2009-09-15 | Read "circwindow=x" from the consensus and use it | Roger Dingledine | |
Tor now reads the "circwindow" parameter out of the consensus, and uses that value for its circuit package window rather than the default of 1000 cells. Begins the implementation of proposal 168. | |||
2009-09-03 | Avoid calling time(NULL) too often. | Karsten Loesing | |
Found by "rotator". | |||
2009-09-02 | Fix obscure 64-bit big-endian hidserv bug | Roger Dingledine | |
Fix an obscure bug where hidden services on 64-bit big-endian systems might mis-read the timestamp in v3 introduce cells, and refuse to connect back to the client. Discovered by "rotor". Bugfix on 0.2.1.6-alpha. | |||
2009-09-01 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | |
2009-09-01 | Fix compile warnings on Snow Leopard | Sebastian Hahn | |
Big thanks to nickm and arma for helping me with this! | |||
2009-05-27 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | |
2009-05-27 | Spell-check Tor. | Nick Mathewson | |
2009-05-04 | Remove unused rendversion parameters. YAGNI. | Karsten Loesing | |
2009-05-04 | Clients do not request version 0 hidserv descs anymore. | Karsten Loesing | |
2009-05-04 | Drop version 0 hidserv support on service side. | Karsten Loesing | |
2009-05-04 | Update copyright to 2009. | Karsten Loesing | |
2009-05-02 | Update copyright to 2009. | Karsten Loesing | |
2009-03-18 | Don't double-free successful_uploads. | Nick Mathewson | |
When we used smartlist_free to free the list of succesful uploads because we had succeeded in uploading everywhere, we did not actually set the successful_uploads field to NULL, so later it would get freed again in rend_service_descriptor_free. Fix for bug 948; bug introduced in 0.2.1.6-alpha. svn:r19073 | |||
2009-01-04 | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson | |
The subversion $Id$ fields made every commit force a rebuild of whatever file got committed. They were not actually useful for telling the version of Tor files in the wild. svn:r17867 | |||
2008-12-10 | Apply patch from Karsten to fix bug 879. Backport candidate. | Nick Mathewson | |
svn:r17562 | |||
2008-10-15 | explain patch4 better. whee. | Roger Dingledine | |
svn:r17111 | |||
2008-10-15 | patch4 from proposal 155: | Roger Dingledine | |
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 | |||
2008-09-24 | Minor correction of commentation. | Karsten Loesing | |
svn:r16958 | |||
2008-09-24 | Add patch 4 from Karsten for proposal 121, slightly modified. Karsten ↵ | Nick Mathewson | |
should definitely re-review the bits I changed. svn:r16955 | |||
2008-09-23 | Exclude v0 rendezvous descriptors when considering republication. | Karsten Loesing | |
svn:r16939 | |||
2008-09-09 | minor cleanups on karsten's patch | Roger Dingledine | |
svn:r16810 | |||
2008-09-09 | karsten's patch for bug 767. | Roger Dingledine | |
svn:r16808 |