aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.h
Commit message (Collapse)AuthorAge
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting ↵Nick Mathewson2004-11-20
| | | | | | setup. More docs needed svn:r2911
* Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson2004-11-10
| | | | svn:r2789
* Twiddle header order to compile on OS X againNick Mathewson2004-11-04
| | | | svn:r2681
* The spelling is "d-e-f-i-n-e".Nick Mathewson2004-11-03
| | | | svn:r2650
* Add compatibility macros for printf and scanf-ing 64-bit unsigned intsNick Mathewson2004-11-02
| | | | svn:r2648
* Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson2004-11-02
| | | | svn:r2647
* Fix signed/unsigned comparison warningNick Mathewson2004-11-01
| | | | svn:r2643
* Split util into util (general utilities), container (smartlist and strmap), ↵Nick Mathewson2004-11-01
and compat (cross-platform compatability). svn:r2640