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