Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'bug4900_siphash_v2' | Nick Mathewson | 2014-02-15 |
|\ | |||
| * | Remove string hash in ht.h so we can't accidentally use it | Nick Mathewson | 2014-02-15 |
| | | |||
* | | gcc/clang: Mark macro-generated functions as possible unused | Sebastian Hahn | 2014-02-14 |
|/ | | | | | | | clang 3.4 introduced a new by-default warning about unused static functions, which we triggered heavily for the hashtable and map function generating macros. We can use __attribute__ ((unused)) (thanks nickm for the suggestion :-) ) to silence these warnings. | ||
* | Update the copyright date to 201. | Nick Mathewson | 2013-01-16 |
| | |||
* | Clean up reserved identifier usage in src/ext include guards | Nick Mathewson | 2012-10-12 |
| | |||
* | Move all externally maintained source files into src/ext | Nick Mathewson | 2012-10-11 |
The rationale for treating these files differently is that we should be checking upstream for changes as applicable, and merging changes upstream as warranted. |