summaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
2004-12-07note an improvement on our uname we might want to make one dayRoger Dingledine
2004-12-02Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson
2004-12-01Fix windows build.Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29fix integer underflow in tor_vsnprintf()Roger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-28Very oops. make windows nonblocking sockets nonblockingNick Mathewson
2004-11-28remember; tor_socket_errno has side effects!Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-10Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson
2004-11-10when you cast MAX_UINT to an int it confuses the usersRoger Dingledine
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Clean windows a littleNick Mathewson
2004-11-09various fixesRoger Dingledine
2004-11-04Fix windows buildNick Mathewson
2004-11-03my assert.h takes extra pains to be certain to _re-include_Roger Dingledine
2004-11-02Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson
2004-11-01Fix signed/unsigned comparison warningNick Mathewson
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson