aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* implemented cpuworkersRoger Dingledine2003-08-20
| | | | | | | | | | please poke at it and report bugs still needs polishing, and only handles onions now (should handle OR handshakes too) svn:r402
* include torint.h in 'make dist'Roger Dingledine2003-08-14
| | | | svn:r401
* Tor now builds on win32.Nick Mathewson2003-08-14
| | | | svn:r400
* Add empty statement to suppress gcc warning about label at end of compount ↵Nick Mathewson2003-08-14
| | | | | | statement svn:r399
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
| | | | svn:r398
* start refactoring dnsworker so testing won't be so darn hardRoger Dingledine2003-08-14
| | | | | | | | | add NumCpus config variable in preparation for cpuworkers hardcode /etc/torrc path for config (simplifies win32 port) improve exit policy debugging during router entry parsing svn:r397
* bugfix: if a dnsworker dies, remember that.Roger Dingledine2003-08-13
| | | | svn:r396
* oops - or/or.plg is not neededNick Mathewson2003-08-12
| | | | svn:r395
* Adding project/workspace/build files for Visual Studio 6Nick Mathewson2003-08-12
| | | | svn:r394
* Misc patches to make windows build work. Now everything is done except the ↵Nick Mathewson2003-08-12
| | | | | | sockets stuff svn:r393
* Make windows happier stillNick Mathewson2003-08-12
| | | | svn:r392
* don't mess with signals on windows until we know howRoger Dingledine2003-08-12
| | | | svn:r391
* Stop trying to #include the world in util.cNick Mathewson2003-08-12
| | | | svn:r390
* Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson2003-08-12
| | | | svn:r389
* use the spawn_func / spawn_exit abstraction for dnsworkersRoger Dingledine2003-08-12
| | | | svn:r388
* Add abstraction for fork vs thread.Nick Mathewson2003-08-12
| | | | svn:r387
* Dont use explicit paths for orconfig.h -- it messes up the windows buildNick Mathewson2003-08-12
| | | | svn:r386
* reap exited dns/cpuworkersRoger Dingledine2003-08-12
| | | | svn:r385
* Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson2003-08-12
| | | | svn:r384
* we must have openssl, so HAVE_OPENSSL is redundantRoger Dingledine2003-08-12
| | | | svn:r383
* remove obsolete (we hope) fileRoger Dingledine2003-08-12
| | | | svn:r382
* unbork windows line endingsNick Mathewson2003-08-12
| | | | svn:r381
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
| | | | | | | | | | | | | | | | - signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380
* Work on systems with broken AC_CHECK_TYPENick Mathewson2003-08-11
| | | | svn:r379
* Who would have thought that some systems define intfoo_t, but not uintfoo_t? ↵Nick Mathewson2003-08-11
| | | | | | Cygwin is such a system. svn:r378
* Cope better on platforms that define some of intFOO_t in sys/types.h or ↵Nick Mathewson2003-08-11
| | | | | | elsewhere svn:r377
* autoconf around missing stdint.hNick Mathewson2003-08-11
| | | | svn:r376
* better log output for debuggingRoger Dingledine2003-08-11
| | | | svn:r375
* Fix typo: ports are 16 bits.Nick Mathewson2003-08-11
| | | | svn:r374
* hypothetical new wording of licenseRoger Dingledine2003-08-06
| | | | svn:r373
* patch to let poll() recognize eof on more architecturesRoger Dingledine2003-08-06
| | | | svn:r372
* src/orNick Mathewson2003-07-30
| | | | svn:r371
* Be smarter about getting key matter from DH.Nick Mathewson2003-07-30
| | | | | | | | | | | Formerly, once we had g^xy, we took the last N bytes from g^xy. Now, we take SHA(g^xy || [0]) || SHA1(g^xy || [1]) || ... , in order to use all bits from g^xy equally, and generate as much key material as we need. svn:r370
* more tweaks to the readme, from paul's commentsRoger Dingledine2003-07-14
| | | | svn:r369
* clean up the readme, so we can try it on paulRoger Dingledine2003-07-14
| | | | svn:r368
* skeletal design paperRoger Dingledine2003-07-11
| | | | svn:r367
* switch to aesRoger Dingledine2003-07-08
| | | | | | | nick: is this all there is to it? :) svn:r366
* implemented total read rate limitingRoger Dingledine2003-07-05
| | | | svn:r365
* clean up main.c a bitRoger Dingledine2003-07-05
| | | | svn:r364
* fix many bugs in package_window handlingRoger Dingledine2003-07-03
| | | | svn:r363
* Add AES counter-mode support to the crypt libraryNick Mathewson2003-06-30
| | | | svn:r362
* Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson2003-06-30
| | | | svn:r361
* bugfix: a connection-level sendme cell would cause a connection to startRoger Dingledine2003-06-28
| | | | | | | | packaging from its buffer, even if the circuit-level package-window was still 0. svn:r360
* if stream ends before resolve finishes, inform resolverRoger Dingledine2003-06-27
| | | | svn:r359
* fix memleak in dump_signed_directory_to_stringRoger Dingledine2003-06-26
| | | | svn:r358
* update todo for finished itemsRoger Dingledine2003-06-25
| | | | svn:r357
* entries in the dns cache now expireRoger Dingledine2003-06-25
| | | | | | | | | | (expiry time set to 100 seconds so we can play with it) exit connections are now informed when pending resolves fail we kill off the oldest busy worker when we're under attack and need to resolve something new svn:r356
* clean up sev_to_string hack in log.cRoger Dingledine2003-06-25
| | | | svn:r355
* simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine2003-06-25
| | | | svn:r354
* non-buggy robustness, evenRoger Dingledine2003-06-24
| | | | svn:r353