summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-27remove last vestiges of op_portRoger Dingledine
2003-08-25note an assert bug that's still aroundRoger Dingledine
2003-08-25make the conn->package_window bug go away.Roger Dingledine
2003-08-25Attempt to track down bug in conn->package_windowNick Mathewson
2003-08-25Correct description of extracting Kf and Kb from g^xy.Nick Mathewson
2003-08-25remove bandwidth negotation from the codeRoger Dingledine
2003-08-25remove bandwidth from handshake negotiationsRoger Dingledine
2003-08-25fix formatting in crypto.c for my sanityRoger Dingledine
2003-08-25fix a mild memory leak (10 bytes each time an OR connected to an OR)Roger Dingledine
2003-08-25add router twins to the specRoger Dingledine
2003-08-23start honoring the recommended_versions stringRoger Dingledine
2003-08-23remove duplicate packagewindow-checking code,Roger Dingledine
2003-08-22patch the spec somewhat. it's still quite stale.Roger Dingledine
2003-08-22move finished todo entries to bottom of listRoger Dingledine
2003-08-22update TODO to reflect current realityRoger Dingledine
2003-08-21Is there a backdoor in tor?Roger Dingledine
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-14Add empty statement to suppress gcc warning about label at end of compount st...Nick Mathewson
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-14start refactoring dnsworker so testing won't be so darn hardRoger Dingledine
2003-08-13bugfix: if a dnsworker dies, remember that.Roger Dingledine
2003-08-12oops - or/or.plg is not neededNick Mathewson
2003-08-12Adding project/workspace/build files for Visual Studio 6Nick Mathewson
2003-08-12Misc patches to make windows build work. Now everything is done except the s...Nick Mathewson
2003-08-12Make windows happier stillNick Mathewson
2003-08-12don't mess with signals on windows until we know howRoger Dingledine
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-12use the spawn_func / spawn_exit abstraction for dnsworkersRoger Dingledine
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-12reap exited dns/cpuworkersRoger Dingledine
2003-08-12Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson
2003-08-12we must have openssl, so HAVE_OPENSSL is redundantRoger Dingledine
2003-08-12remove obsolete (we hope) fileRoger Dingledine
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-08-11better log output for debuggingRoger Dingledine
2003-08-11Fix typo: ports are 16 bits.Nick Mathewson
2003-08-06hypothetical new wording of licenseRoger Dingledine
2003-08-06patch to let poll() recognize eof on more architecturesRoger Dingledine
2003-07-30src/orNick Mathewson
2003-07-30Be smarter about getting key matter from DH.Nick Mathewson
2003-07-14more tweaks to the readme, from paul's commentsRoger Dingledine