- Sep 09, 2008
-
-
Nick Mathewson authored
Refactor unit test macros and tor_free_all() logic a bit so as to make it easier to free memory on failing tests, in order to suppress scanner warnings and to make dmalloc() usable with tests. svn:r16816
-
Nick Mathewson authored
Replace the dummy-use var in SMARTLIST_FOREACH_END() with one that is less likely to confuse analysis tools into thinking we do use after free. Arguably, (void)x should count as use in suppressing unused variable warnings, but not in generating hey-you-used-a-variable warnings. Arguably, though, it shouldn't. svn:r16815
-
Roger Dingledine authored
svn:r16810
-
Roger Dingledine authored
svn:r16808
-
Roger Dingledine authored
fails to establish a TCP connection. Cleanup on 0.2.1.x. svn:r16803
-
Nick Mathewson authored
svn:r16802
-
- Sep 08, 2008
-
-
Roger Dingledine authored
svn:r16800
-
Nick Mathewson authored
Fix a variable handling mistake when testing for libevent functions in configure.in. Found by Riastradh. svn:r16793
-
- Sep 05, 2008
-
-
Nick Mathewson authored
svn:r16785
-
Nick Mathewson authored
svn:r16784
-
Nick Mathewson authored
svn:r16783
-
Nick Mathewson authored
svn:r16782
-
Nick Mathewson authored
svn:r16780
-
Nick Mathewson authored
svn:r16779
-
Nick Mathewson authored
svn:r16778
-
Nick Mathewson authored
It is probably some kind of misdeed to say for (i=0;i<2;++i) { A=i?x:y; foo(bar(A)); } rather than foo(bar(x)); foo(bar(y)); . Also, it can confuse tools. svn:r16777
-
Nick Mathewson authored
svn:r16776
-
Nick Mathewson authored
svn:r16775
-
- Sep 04, 2008
-
-
Nick Mathewson authored
svn:r16759
-
Nick Mathewson authored
svn:r16758
-
Nick Mathewson authored
svn:r16751
-
- Sep 02, 2008
-
-
Peter Palfrader authored
svn:r16736
-
- Sep 01, 2008
-
-
Peter Palfrader authored
svn:r16731
-
Roger Dingledine authored
it does work for tas after all. svn:r16724
-
Roger Dingledine authored
for tas, but who knows. svn:r16723
-
Nick Mathewson authored
Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. svn:r16722
-
Roger Dingledine authored
svn:r16715
-
Roger Dingledine authored
go wrong? svn:r16714
-
Roger Dingledine authored
Reported by Tas. svn:r16713
-
- Aug 31, 2008
-
-
Roger Dingledine authored
svn:r16708
-
Roger Dingledine authored
svn:r16707
-
Karsten Loesing authored
svn:r16706
-
Peter Palfrader authored
svn:r16705
-
Roger Dingledine authored
svn:r16704
-
Andrew Lewman authored
svn:r16703
-
Andrew Lewman authored
svn:r16701
-
Roger Dingledine authored
If not enough of our entry guards are available so we add a new one, we might use the new one even if it overlapped with the current circuit's exit relay (or its family). Anonymity bugfix pointed out by rovv. svn:r16698
-
Roger Dingledine authored
svn:r16697
-
- Aug 30, 2008
-
-
Roger Dingledine authored
svn:r16688
-
- Aug 29, 2008
-
-
Nick Mathewson authored
svn:r16687
-