aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
Commit message (Expand)AuthorAge
* Be more proactive about noticing underflows: size_t values greater than 0x800...•••svn:r3064 Nick Mathewson2004-12-02
* Fix windows build.•••svn:r3053 Nick Mathewson2004-12-01
* Spell-check strings and comments•••svn:r3052 Nick Mathewson2004-12-01
* If we are using select, make sure we stay within FD_SETSIZE.•••svn:r3051 Nick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* fix integer underflow in tor_vsnprintf()•••(probably exploitable) svn:r3011 Roger Dingledine2004-11-29
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* Very oops. make windows nonblocking sockets nonblocking•••svn:r2998 Nick Mathewson2004-11-28
* remember; tor_socket_errno has side effects!•••svn:r2997 Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* Normalize a few more kinds of whitespace. We now dislike:••• - func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 Nick Mathewson2004-11-22
* Resolve FIXME items: make expand_filename handle ~ and ~username•••svn:r2789 Nick Mathewson2004-11-10
* when you cast MAX_UINT to an int it confuses the users•••svn:r2788 Roger Dingledine2004-11-10
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* Clean windows a little•••svn:r2757 Nick Mathewson2004-11-09
* various fixes•••svn:r2712 Roger Dingledine2004-11-09
* Fix windows build•••svn:r2670 Nick Mathewson2004-11-04
* my assert.h takes extra pains to be certain to _re-include_•••itself if you include it twice. this is dumb, but hey. svn:r2653 Roger Dingledine2004-11-03
* Handle strlcat/strlcpy correctly on platforms that have them.•••svn:r2647 Nick Mathewson2004-11-02
* Fix signed/unsigned comparison warning•••svn:r2643 Nick Mathewson2004-11-01
* Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640 Nick Mathewson2004-11-01