Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a reserved identifier that my scripts missed | Nick Mathewson | 2012-10-15 |
| | | | | | | | | | My scripts missed it because it was in eventdns.c, which was in ext, but it _was_ using one of our identifiers. That's probably because eventdns.c has drifted a bit since we forked it. I'm not going to fix the other reserved identifiers in eventdns.c, since that would make it drift even more. | ||
* | 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. |