aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2004-06-21Implement several 008pre1 items: needs more testingNick Mathewson
2004-06-13if datadirectory isn't owned by this uid, tell the user he mustRoger Dingledine
2004-06-05Unbork windows whitespaceNick Mathewson
2004-06-05Make tor build on win32 again; handle locking for serverNick Mathewson
2004-06-02define FD_SETSIZE in all cases, not just win32Roger Dingledine
2004-06-02Stop multiplying logs on sighup.Nick Mathewson
2004-06-01use sys/param.h if it's thereRoger Dingledine
2004-06-01put a comment reminding us that we do hashes in software onlyRoger Dingledine
2004-05-26rik's patch to not complain about freebsd's bugRoger Dingledine
2004-05-21it looks like parse_log_level() was never taught about WARN?Roger Dingledine
2004-05-21minor comment patchRoger Dingledine
2004-05-20Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson
2004-05-19Allow multiple logfiles at different severity rangesNick Mathewson
2004-05-18Resolve some XXXsNick Mathewson
2004-05-15bugfix: our integrity-checking digest was checking only the mostRoger Dingledine
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-10doxygen markup for common/*.hRoger Dingledine
2004-05-10Doxygenate common.Nick Mathewson
2004-05-07Add doxygen markup for util and buffersNick Mathewson
2004-05-06Fix bug in stream position adjustmentNick Mathewson
2004-05-06Use correct aes-ctr implementation in mainline, too.Nick Mathewson
2004-05-05Add intptr_t and uintptr_t to torint.hNick Mathewson
2004-05-05Make non-fake tor_poll robust against -1 fdsNick Mathewson
2004-05-04Fix mac compileNick Mathewson
2004-05-02tor_assert(), not assert()Nick Mathewson
2004-05-02Fix windows compile.Nick Mathewson
2004-05-02Working strerror for windows socket errors, plus some snide comments.Nick Mathewson
2004-05-02Assert that we never try to fakepoll on sock -1.Nick Mathewson
2004-05-01some patches on the patchesRoger Dingledine
2004-05-01Remove bogus */ so util.c compilesNick Mathewson
2004-05-01Finish documenting the functions in commonNick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-29some cosmetic fixesRoger Dingledine
2004-04-28Oops -- the Windows function is closesocket, not socketcloseNick Mathewson
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
2004-04-28Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson
2004-04-28use nick's _ARRAYSIZE abstractionRoger Dingledine
2004-04-28nick, is this what you meant?Roger Dingledine
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
2004-04-27some compilers don't like an array of length zeroRoger Dingledine
2004-04-26Some versions of openssl have an SSL_pending function that erroneouslyNick Mathewson
2004-04-26Remove spurious semiNick Mathewson
2004-04-26Add a macro to catch unhandled openssl errors.Nick Mathewson
2004-04-26log debug so nick can see it tooRoger Dingledine
2004-04-26The dots are there so you see test doing something. Therefore we should flus...Peter Palfrader
2004-04-26Include strerror(errno) with tls syscall errorsNick Mathewson
2004-04-26Refactor crypto error handling to be more like TLS error handling:Nick Mathewson
2004-04-26Log pending TLS errors in a couple more places, in case they are possible.Nick Mathewson