Nick Mathewson
|
5bfa373eee
Remove some totally unused functions
|
vor 11 Jahren |
Nick Mathewson
|
49e619c1cf
Rename *_isin to *_contains
|
vor 12 Jahren |
Nick Mathewson
|
4da083db3b
Update the copyright date to 201.
|
vor 12 Jahren |
Nick Mathewson
|
0cb921f3e9
Convert all include-guard macros to avoid reserved identifiers.
|
vor 12 Jahren |
Nick Mathewson
|
78dec94307
Tweaks to 6400 changes file and docs as suggested by arma
|
vor 12 Jahren |
Nick Mathewson
|
0fa107a6aa
Update copyright dates to 2012; add a few missing copyright statements
|
vor 12 Jahren |
Nick Mathewson
|
26e789fbfd
Rename nonconformant identifiers.
|
vor 13 Jahren |
Sebastian Hahn
|
75d8ad7320
Purge ATTR_PURE from the code
|
vor 13 Jahren |
Nick Mathewson
|
4c3853aca8
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
|
vor 13 Jahren |
Nick Mathewson
|
00ff80e0ae
Fixup whitespace issues from 3122 commit
|
vor 13 Jahren |
Nick Mathewson
|
2253697a04
New smartlist function to see if two lists of strings are equal.
|
vor 13 Jahren |
Nick Mathewson
|
44ad734573
Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcmp_022
|
vor 13 Jahren |
Nick Mathewson
|
db7b2a33ee
Automated conversion of memcmp to tor_memcmp/tor_mem[n]eq
|
vor 13 Jahren |
Nick Mathewson
|
6617822b84
Doxygen documentation for about 100 things that didn't have any
|
vor 13 Jahren |
Nick Mathewson
|
f1de329e78
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
|
vor 14 Jahren |
Nick Mathewson
|
1a07348a50
Bump copyright statements to 2011
|
vor 14 Jahren |
Nick Mathewson
|
b006e3279f
Merge remote branch 'origin/maint-0.2.1'
|
vor 14 Jahren |
Nick Mathewson
|
c3e63483b2
Update Tor Project copyright years
|
vor 14 Jahren |
Nick Mathewson
|
c210db0d41
Enhance pqueue so we can remove items from the middle.
|
vor 15 Jahren |
Nick Mathewson
|
a8e92ba8fd
Add a function to get the most frequent member of a list.
|
vor 15 Jahren |
Nick Mathewson
|
0edc39303d
Add a median_int32 and find_nth_int32
|
vor 15 Jahren |
Nick Mathewson
|
ec7e054668
Spell-check Tor.
|
vor 15 Jahren |
Karsten Loesing
|
9b32e8c141
Update copyright to 2009.
|
vor 15 Jahren |
Nick Mathewson
|
c4b8fef362
Remove svn $Id$s from our source, and remove tor --version --version.
|
vor 16 Jahren |
Nick Mathewson
|
e8a3fa91a6
Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android.
|
vor 16 Jahren |
Nick Mathewson
|
651a0a2fb5
Stop marking bsearch_idx as pure; it is not.
|
vor 16 Jahren |
Roger Dingledine
|
c7af43a624
Now NodeFamily and MyFamily config options allow spaces in
|
vor 16 Jahren |
Nick Mathewson
|
6c432a5565
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.
|
vor 16 Jahren |
Nick Mathewson
|
aacda9cd8e
We should not alter an addr_policy_t that has been canonicalized.
|
vor 16 Jahren |
Nick Mathewson
|
0711408c22
Adjust definition of SMARTLIST_FOREACH_END() to enforce matching variable.
|
vor 16 Jahren |