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