summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2004-04-26Call tls_log_errors at a more appropriate location; we can remove the other c...Nick Mathewson
2004-04-26Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson
2004-04-25Check for machine/limits.h in addition to sys/limits.hNick Mathewson
2004-04-25use tor_assert and PUBLIC_KEY_OKRoger Dingledine
2004-04-25Add a tor_assert macro that logs failed assertions.Nick Mathewson
2004-04-25Add assert on crypto_pk_write_private_key,and macros to make sure we have rea...Nick Mathewson
2004-04-25don't warn when private_decrypt_hybrid failsRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-19use the real socketpair if we've got itRoger Dingledine
2004-04-17util.c uses LONG_MAX, needs another include on fbsd 5.xRoger Dingledine
2004-04-15quiet a -l info that should be -l debugRoger Dingledine
2004-04-12Fix two dumb leaks in crypto.cNick Mathewson
2004-04-08Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson
2004-04-08Force tor_malloc(0) to always be saneNick Mathewson
2004-04-08allow 90 minutes of clock skew, not 30Roger Dingledine
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-06Remove the last tab in non-contributed codeNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson