Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | |
- func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 | |||
2004-11-10 | Resolve FIXME items: make expand_filename handle ~ and ~username | Nick Mathewson | |
svn:r2789 | |||
2004-11-10 | when you cast MAX_UINT to an int it confuses the users | Roger Dingledine | |
svn:r2788 | |||
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | |
target; fix a braino in dirserv.c svn:r2758 | |||
2004-11-09 | Clean windows a little | Nick Mathewson | |
svn:r2757 | |||
2004-11-09 | various fixes | Roger Dingledine | |
svn:r2712 | |||
2004-11-04 | Fix windows build | Nick Mathewson | |
svn:r2670 | |||
2004-11-03 | my assert.h takes extra pains to be certain to _re-include_ | Roger Dingledine | |
itself if you include it twice. this is dumb, but hey. svn:r2653 | |||
2004-11-02 | Handle strlcat/strlcpy correctly on platforms that have them. | Nick Mathewson | |
svn:r2647 | |||
2004-11-01 | Fix signed/unsigned comparison warning | Nick Mathewson | |
svn:r2643 | |||
2004-11-01 | Split util into util (general utilities), container (smartlist and strmap), ↵ | Nick Mathewson | |
and compat (cross-platform compatability). svn:r2640 |