- 17 Aug, 2007 1 commit
-
-
Peter Palfrader authored
svn:r11160
-
- 08 Aug, 2007 1 commit
-
-
Nick Mathewson authored
Include fewer redundant headers; use the compiler search paths better. svn:r11060
-
- 27 Jul, 2007 2 commits
-
-
Nick Mathewson authored
Fix spelling; add a comment. svn:r10943
-
Peter Palfrader authored
svn:r10941
-
- 26 Jul, 2007 1 commit
-
-
Nick Mathewson authored
Add a bit-array type with reasonably fast inline functions. svn:r10938
-
- 02 Jul, 2007 2 commits
-
-
Peter Palfrader authored
svn:r10722
-
Peter Palfrader authored
svn:r10721
-
- 17 Jun, 2007 2 commits
-
-
Nick Mathewson authored
Sun CC likes to give warnings for the do { } while(0) construction for making statement-like macros. Define STMT_BEGIN/STMT_END macros that do the right thing, and use them everywhere. svn:r10645
-
Nick Mathewson authored
Build with fewer compiler warnings on Sun. (This and previous Sun patches are thanks to the tremendously handy services of unix-center.net.) svn:r10644
-
- 11 Jun, 2007 2 commits
-
-
Nick Mathewson authored
Fix some dumb copypasta in r10562. svn:r10565
-
Nick Mathewson authored
Add typechecking wrappers to digestmap, so we can work with "map from digest to [FOO]" for arbitrary FOOs and still have some typesafety. svn:r10562
-
- 04 Jun, 2007 1 commit
-
-
Nick Mathewson authored
Start of code to compute consensus network-status stuff from a bunch of votes. Strangely, it does not yet feel like an enormous ugly hack. svn:r10489
-
- 29 May, 2007 1 commit
-
-
Nick Mathewson authored
Resolve all but 3 DOCDOCs. svn:r10393
-
- 19 May, 2007 1 commit
-
-
Nick Mathewson authored
Fix compilation with -O0; add unit tests for swap and shuffle. svn:r10223
-
- 18 May, 2007 1 commit
-
-
Nick Mathewson authored
Add a "swap" function to smartlist, add a "shuffle" function for smartlist to crypto.c, and make appropriate hashtable functions be more const. svn:r10208
-
- 26 Feb, 2007 1 commit
-
-
Roger Dingledine authored
svn:r9655
-
- 24 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Move tricky "delete the member of the smartlist currently under iteration" logic into its own happyfun macro. svn:r9633
-
- 13 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Node-picking fixes: Never warn when a down node is listed in a config option (bug 348); always warn when a node in a config option is unnamed. Also, when entrynodes is configured, then build the guard list as: (parts of EntryNodes that were guards before), (the rest of EntryNodes), (the rest of the old guards). This last point ensures that EntryNode users will get the EntryNodes they want with the minimum change to their guard list. svn:r9574
-
- 12 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-
- 05 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Add documentation to src/common/*.h; improve documentation for SMARTLIST_FOREACH; remove never-used options and corresponding tests from tor_strpartition. svn:r9483
-
- 02 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Removing the last DOCDOC comment hurt so much that I had to use Doxygen to identify undocumented macros and comments, and add 150 more DOCDOCs to point out where they were. Oops. Hey, kids! Fixing some of these could be your first Tor patch! svn:r9477
-
- 28 Dec, 2006 1 commit
-
-
Nick Mathewson authored
Add a helper function for case-insensitive search through a smartlist svn:r9198
-
- 15 Sep, 2006 1 commit
-
-
Nick Mathewson authored
Implement a smartlist_uniq() that will with luck not end the world. svn:r8396
-
- 11 Aug, 2006 2 commits
-
-
Nick Mathewson authored
fix wide lines svn:r7025
-
Nick Mathewson authored
Add more warnings to the list of those we tolerate. Start using GCC attributes more, for better error checking and better code generation. svn:r7020
-
- 31 Jul, 2006 2 commits
-
-
Nick Mathewson authored
Add assert_ok functions for strmap and digestmap; use them in unit test code. svn:r6958
-
Nick Mathewson authored
Looks like we might need a priority queue. svn:r6953
-
- 21 Jun, 2006 1 commit
-
-
Nick Mathewson authored
When requesting or serving resources via fingerprint/digest, request and respond in-order, removing duplicates. svn:r6673
-
- 18 Jun, 2006 1 commit
-
-
Nick Mathewson authored
svn:r6634
-
- 09 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5949
-
- 14 Dec, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5582
-
- 03 Dec, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5487
-
- 30 Nov, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5471
-
- 23 Nov, 2005 2 commits
-
-
Nick Mathewson authored
svn:r5448
-
Nick Mathewson authored
svn:r5441
-
- 01 Nov, 2005 1 commit
-
-
Roger Dingledine authored
svn:r5335
-
- 18 Oct, 2005 4 commits
-
-
Nick Mathewson authored
Add a "Map from digest to void*" abstraction, since we already faked it in 3 places by encoding keys in hex and sticking them in a strmap. svn:r5278
-
Nick Mathewson authored
svn:r5277
-
Nick Mathewson authored
svn:r5275
-
Nick Mathewson authored
svn:r5266
-