Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | Rectify include paths (automated) | Nick Mathewson | |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2014-09-09 | Remove now-pointless SIZE_MAX stanza from OpenBSD_malloc_linux | Nick Mathewson | |
2014-09-09 | Use S?SIZE_MAX, not S?SIZE_T_MAX | Nick Mathewson | |
This fixes bug 13102 (not on any released Tor) where using the standard SSIZE_MAX name broke mingw64, and we didn't realize. I did this with perl -i -pe 's/SIZE_T_MAX/SIZE_MAX/' src/*/*.[ch] src/*/*/*.[ch] | |||
2012-10-11 | Move all externally maintained source files into src/ext | Nick Mathewson | |
The rationale for treating these files differently is that we should be checking upstream for changes as applicable, and merging changes upstream as warranted. |