- 22 Nov, 2009 2 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
shouldn't actually change anything, but who knows.
-
- 27 Oct, 2009 1 commit
-
-
Nick Mathewson authored
In C, the code "char x[10]; if (x) {...}" always takes the true branch of the if statement. Coverity notices this now. In some cases, we were testing arrays to make sure that an operation we wanted to do would suceed. Those cases are now always-true. In some cases, we were testing arrays to see if something was _set_. Those caes are now tests for strlen(s), or tests for !tor_mem_is_zero(d,len).
-
- 10 Oct, 2009 1 commit
-
-
Roger Dingledine authored
i think this doesn't actually affect anything, since linked conns usually don't impact buckets
-
- 07 Sep, 2009 1 commit
-
-
Roger Dingledine authored
-
- 25 Aug, 2009 1 commit
-
-
Nick Mathewson authored
-
- 19 Aug, 2009 1 commit
-
-
Karsten Loesing authored
-
- 18 Aug, 2009 1 commit
-
-
Karsten Loesing authored
-
- 17 Aug, 2009 1 commit
-
-
Karsten Loesing authored
-
- 15 Jul, 2009 3 commits
-
-
Karsten Loesing authored
Changes to directory request statistics: - Rename GEOIP statistics to DIRREQ statistics, because they now include more than only GeoIP-based statistics, whereas other statistics are GeoIP-dependent, too. - Rename output file from geoip-stats to dirreq-stats. - Add new config option DirReqStatistics that is required to measure directory request statistics. - Clean up ChangeLog. Also ensure that entry guards statistics have access to a local GeoIP database.
-
Karsten Loesing authored
- Use common prefixes DIRREQ_* and dirreq_*. - Replace enums in structs with bitfields.
-
Karsten Loesing authored
-
- 02 Jul, 2009 1 commit
-
-
[Original patch series from Karsten, revised and squashed by Nick]
-
- 19 Jun, 2009 1 commit
-
-
Added a sanity check in config.c and a check in directory.c directory_initiate_command_rend() to catch any direct connection attempts when a socks proxy is configured.
-
- 12 Jun, 2009 1 commit
-
-
Nick Mathewson authored
The rest of the code was only including event.h so that it could see EV_READ and EV_WRITE, which we were using as part of the connection_watch_events interface for no very good reason.
-
- 27 May, 2009 1 commit
-
-
Nick Mathewson authored
-
- 14 May, 2009 2 commits
-
-
- 04 May, 2009 3 commits
-
-
- 02 May, 2009 1 commit
-
-
Karsten Loesing authored
-
- 04 Feb, 2009 1 commit
-
-
Roger Dingledine authored
to forgive our bridges and try again when we get an application request. Bugfix on 0.2.0.x. svn:r18396
-
- 04 Jan, 2009 1 commit
-
-
Nick Mathewson authored
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
-
- 29 Dec, 2008 2 commits
-
-
Nick Mathewson authored
svn:r17823
-
Nick Mathewson authored
svn:r17820
-
- 27 Dec, 2008 2 commits
-
-
Nick Mathewson authored
svn:r17799
-
Nick Mathewson authored
Make connection_create_listener take a sockaddr_len, not just a sockaddr whose length we try to divine. svn:r17792
-
- 26 Dec, 2008 1 commit
-
-
Nick Mathewson authored
Add more missing documentation, and correct an error in container.c documentation: Don't introduce two parameters called n when you're calling an algorithm O(n). svn:r17783
-
- 22 Dec, 2008 3 commits
-
-
Nick Mathewson authored
svn:r17739
-
Nick Mathewson authored
svn:r17734
-
Nick Mathewson authored
Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. svn:r17729
-
- 18 Dec, 2008 3 commits
-
-
Nick Mathewson authored
Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. svn:r17690
-
Nick Mathewson authored
svn:r17686
-
Nick Mathewson authored
(The unfixed ones are being downgraded to regular XXXs mainly on the rationale that they don't seem to be exploding Tor, and they were apparently not showstoppers for 0.2.0.x-final.) svn:r17682
-
- 17 Dec, 2008 1 commit
-
-
Nick Mathewson authored
svn:r17643
-
- 11 Dec, 2008 1 commit
-
-
Nick Mathewson authored
Now that tor_assert is no longer using a broken force-to-boolean formulation, we can tor_assert a bitfield without a gcc compile error. svn:r17598
-
- 26 Sep, 2008 1 commit
-
-
Nick Mathewson authored
svn:r16975
-
- 24 Sep, 2008 1 commit
-
-
Nick Mathewson authored
Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should definitely re-review the bits I changed. svn:r16955
-
- 16 Sep, 2008 1 commit
-
-
Roger Dingledine authored
svn:r16916
-