aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2003-08-20implemented cpuworkersRoger Dingledine
2003-08-14include torint.h in 'make dist'Roger Dingledine
2003-08-14Tor now builds on win32.Nick Mathewson
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Make windows happier stillNick Mathewson
2003-08-12Stop trying to #include the world in util.cNick Mathewson
2003-08-12Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson
2003-08-12Add abstraction for fork vs thread.Nick Mathewson
2003-08-12Dont use explicit paths for orconfig.h -- it messes up the windows buildNick Mathewson
2003-08-12Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson
2003-08-12unbork windows line endingsNick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-08-11Work on systems with broken AC_CHECK_TYPENick Mathewson
2003-08-11Who would have thought that some systems define intfoo_t, but not uintfoo_t? ...Nick Mathewson
2003-08-11Cope better on platforms that define some of intFOO_t in sys/types.h or elsew...Nick Mathewson
2003-08-11autoconf around missing stdint.hNick Mathewson
2003-07-30Be smarter about getting key matter from DH.Nick Mathewson
2003-06-30Add AES counter-mode support to the crypt libraryNick Mathewson
2003-06-30Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson
2003-06-25clean up sev_to_string hack in log.cRoger Dingledine
2003-06-24clean up a broken comment in crypto.cRoger Dingledine
2003-06-24correct log()'s commentRoger Dingledine
2003-06-21Make cvsignores reflect build processNick Mathewson
2003-06-21Remove false warnings from printf checksNick Mathewson
2003-06-18fix typos, streamlineRoger Dingledine
2003-06-18remove obsolete ss.hRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-17Have GCC catch errors in format stringsNick Mathewson
2003-06-17Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson
2003-06-17Make log_fn work on apples with no workarounds needed in main codeNick Mathewson
2003-06-17Use fread instead of fgets for binary dataNick Mathewson
2003-06-14Fix the periodic bug that would make handshaking fail.Nick Mathewson
2003-06-14Fix MacOS buildNick Mathewson
2003-06-13Add RNG seedingNick Mathewson
2003-06-10don't complain as much when using openssl 0.9.7aRoger Dingledine
2003-05-20replace malloc with tor_malloc; remove broken/unused crypto_pk_set_keyRoger Dingledine
2003-05-09Fail less spectacularly on macosNick Mathewson
2003-05-09Fix build on linux; macos is still messed upNick Mathewson
2003-05-09One is the language; the other is the compilerNick Mathewson
2003-05-09work on versioning; new log_fn functionNick Mathewson
2003-05-09still removing version.hRoger Dingledine
2003-05-09obsolete, removedRoger Dingledine
2003-05-07Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson
2003-05-07Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...Nick Mathewson
2003-05-07More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson
2003-05-06Refactor directories; add unit tests; add router keywordNick Mathewson
2003-05-01Basic diffie-helman wrappers with fixed modulus and testsNick Mathewson
2003-04-17Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson
2003-04-17Apply algebra; remove a conditionNick Mathewson
2003-04-17tv_udiff: do not modify arguments, and compute results correctly.Nick Mathewson