Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-27 | Create dirvote.h | Sebastian Hahn | |
2010-07-27 | Create dirserv.h | Sebastian Hahn | |
2010-07-27 | Create directory.h | Sebastian Hahn | |
2010-07-27 | Create cpuworker.h | Sebastian Hahn | |
2010-07-27 | Create control.h | Sebastian Hahn | |
2010-07-27 | Create connection_or.h | Sebastian Hahn | |
2010-07-27 | Create connection_edge.h | Sebastian Hahn | |
2010-07-27 | Create connection.h | Sebastian Hahn | |
2010-07-27 | Create config.h | Sebastian Hahn | |
2010-07-27 | Create command.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 buffers.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-07-27 | Create geoip.h | Sebastian Hahn | |
2010-07-27 | Split headers for dnsserv.c functions out of or.h | Sebastian Hahn | |
The next series of commits begins addressing the issue that we're currently including the complete or.h file in all of our source files. To change that, we're splitting function definitions into new header files (one header file per source file). | |||
2010-06-25 | Use Libevent 2.0's periodic timers where available. | Nick Mathewson | |
These timers behave better with non-monotonic clocks than our old ones, and also try harder to make once-per-second events get called one second apart, rather than one-plus-epsilon seconds apart. This fixes bug 943 for everybody using Libevent 2.0 or later. | |||
2010-05-24 | moved wince related includes and defs to compat.h where possible, removed ↵ | valerino | |
unused/redundant wince includes | |||
2010-05-24 | Port Tor to work on Windows CE | valerino | |
Most of the changes here are switches to use APIs available on Windows CE. The most pervasive change is that Windows CE only provides the wide-character ("FooW") variants of most of the windows function, and doesn't support the older ASCII verions at all. This patch will require use of the wcecompat library to get working versions of the posix-style fd-based file IO functions. [commit message by nickm] | |||
2010-04-23 | Merge branch 'maint-0.2.1' | Roger Dingledine | |
2010-04-23 | close idle tls conns early | Roger Dingledine | |
2010-04-23 | Merge branch 'maint-0.2.1' | Roger Dingledine | |
2010-04-23 | finally get rid of "clique mode" | Roger Dingledine | |
2010-04-23 | close idle dir-fetch circs early | Roger Dingledine | |
2010-04-21 | finally get rid of "clique mode" | Roger Dingledine | |
2010-04-21 | stop authority reachability check on startup | Roger Dingledine | |
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-25 | Remove some old, commented out code | Sebastian Hahn | |
2009-12-18 | Merge commit 'karsten/fix-bridge-stats-master-4' | Nick Mathewson | |
2009-12-17 | Fix bridge statistics. | Karsten Loesing | |
Fix statistics on client numbers by country as seen by bridges that were broken in 0.2.2.1-alpha. Also switch to reporting full 24-hour intervals instead of variable 12-to-48-hour intervals. | |||
2009-12-17 | Remove v0 hidden service statistics code. | Karsten Loesing | |
The HSAuthorityRecordStats option was used to track statistics of overall hidden service usage on the version 0 hidden service authorities. With the version 2 hidden service directories being deployed and version 0 descriptors being phased out, these statistics are not as useful anymore. Goodbye, you fine piece of software; my first major code contribution to Tor. | |||
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 | Allow SafeLogging to exclude client related information | Sebastian Hahn | |
2009-10-26 | Clarification to suppress Coverity CID 405. | Nick Mathewson | |
Every or conn has an outbuf, but coverity has no way of knowing that. Add an assert to ease its conscience. | |||
2009-10-18 | Fix various bugs in microdescriptor caching. | Nick Mathewson | |
2009-09-24 | Fix a couple of smaller issues with gathering statistics. | Karsten Loesing | |
- Avoid memmoving 0 bytes which might lead to compiler warnings. - Don't require relays to be entry node AND bridge at the same to time to record clients. - Fix a memory leak when writing dirreq-stats. - Don't say in the stats files that measurement intervals are twice as long as they really are. - Reduce minimum observation time for requests to 12 hours, or we might never record usage. - Clear exit stats correctly after writing them, or we accumulate old stats over time. - Reset interval start for buffer stats, too. | |||
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-08-31 | Merge branch 'maint-0.2.1' | Roger Dingledine | |
2009-08-31 | Only send reachability status events on overall success/failure | Roger Dingledine | |
We were telling the controller about CHECKING_REACHABILITY and REACHABILITY_FAILED status events whenever we launch a testing circuit or notice that one has failed. Instead, only tell the controller when we want to inform the user of overall success or overall failure. Bugfix on 0.1.2.6-alpha. Fixes bug 1075. Reported by SwissTorExit. | |||
2009-08-26 | Merge commit 'karsten/proposal-166-impl-master' | Nick Mathewson | |
2009-08-20 | Survive unparseable cached cert file | Roger Dingledine | |