summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-06-24slightly happier on 64-bit archsRoger Dingledine
svn:r349
2003-06-24clean out some old commentsRoger Dingledine
svn:r348
2003-06-24a pointer to async-dns alternatives.Roger Dingledine
apparently glibc 2.2.4 and windows both have async gethostbynames now. we'll want to make use of them if they're available (via autoconf). svn:r347
2003-06-21My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should ↵Nick Mathewson
define constants before using them. svn:r343
2003-06-21Reorder connection_or and make unexported functions static. Partially ↵Nick Mathewson
convert to symbolic constants -- Roger, was this what you had in mind? svn:r342
2003-06-21Make cvsignores reflect build processNick Mathewson
svn:r341
2003-06-21Remove false warnings from printf checksNick Mathewson
svn:r340
2003-06-20Fix a bug where we'd sometimes run off the end of an array whileNick Mathewson
testing stream encryption. svn:r339
2003-06-18fix typos, streamlineRoger Dingledine
svn:r337
2003-06-18remove obsolete ss.hRoger Dingledine
svn:r336
2003-06-18question for nick about daemonizingRoger Dingledine
svn:r334
2003-06-17Change many files to new log_fn formatNick Mathewson
svn:r333
2003-06-17Have GCC catch errors in format stringsNick Mathewson
svn:r332
2003-06-17Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson
svn:r331
2003-06-17Make log_fn work on apples with no workarounds needed in main codeNick Mathewson
svn:r330
2003-06-17Make sure crypt_seed_rng succeedsNick Mathewson
svn:r329
2003-06-17Use fread instead of fgets for binary dataNick Mathewson
svn:r328
2003-06-17overhaul the dns farm: cut its size in halfRoger Dingledine
i've eliminated the master dns process, so now the workers just act like regular connections and are handled by the normal pollarray. everything seems to still work. ;) svn:r327
2003-06-14Dont test handshakes in an infinite loopNick Mathewson
svn:r324
2003-06-14When debugging, dump key materialNick Mathewson
svn:r323
2003-06-14Fix the periodic bug that would make handshaking fail.Nick Mathewson
The culprit: sometimes DH_calculate_key returns less than DH_KEY_LEN bytes; we needed to check the return value. svn:r322
2003-06-14Do not use pseudorandom noncesNick Mathewson
svn:r321
2003-06-14Fix MacOS buildNick Mathewson
svn:r320
2003-06-13Better test messages for onion skin bugNick Mathewson
svn:r319
2003-06-13Add RNG seedingNick Mathewson
svn:r318
2003-06-13remove on-the-fly compression featureRoger Dingledine
it wasn't working, and it was harder than we'd anticipated not worth it. svn:r316
2003-06-13relay queues are obsolete (woo!)Roger Dingledine
they used to be used for * queueing relay cells at the edge of the network, when windows are empty * queueing relay cells that arrive after an onion but before the onion has been processed. both of these uses are gone. so out they go. svn:r315
2003-06-13improve portability: inet_aton is missing on solarisRoger Dingledine
svn:r314
2003-06-13send truncates AP-ward in a circuit, not destroysRoger Dingledine
svn:r313
2003-06-12implement truncate and truncated (untested)Roger Dingledine
clean up circuit_deliver_relay_cell convention svn:r312
2003-06-10don't complain as much when using openssl 0.9.7aRoger Dingledine
svn:r308
2003-06-02Answer question about eliminating symmetric encryption from onion skinsNick Mathewson
svn:r304
2003-06-01bugfix: it was expiring circuits that still had active connectionsRoger Dingledine
svn:r303
2003-05-28update config files to not use opportRoger Dingledine
svn:r300
2003-05-28fix (harmless) bugRoger Dingledine
svn:r299
2003-05-28OPport is gone. So is conn type OP.Roger Dingledine
svn:r298
2003-05-28bugfixRoger Dingledine
svn:r297
2003-05-27fix design bug: circ->n_conn is shared among circs, so it can'tRoger Dingledine
point to the streams for this circ. svn:r296
2003-05-26correct the comments, plus a question for nickRoger Dingledine
svn:r295
2003-05-20remove dead codeRoger Dingledine
circuits no longer queue more cells when the windows are empty -- they simply don't package it from the buffer if they're not going to want it. we can restore this code later if we need to resume queueing. svn:r294
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
remove sendme cells replace malloc with tor_malloc patch (but not track down) bug in onion pending list streamline connection_ap handshake svn:r293
2003-05-20replace malloc with tor_malloc; remove broken/unused crypto_pk_set_keyRoger Dingledine
svn:r292
2003-05-09Fail less spectacularly on macosNick Mathewson
svn:r291
2003-05-09Fix build on linux; macos is still messed upNick Mathewson
svn:r290
2003-05-09One is the language; the other is the compilerNick Mathewson
svn:r289
2003-05-09work on versioning; new log_fn functionNick Mathewson
svn:r288
2003-05-09make router_dump_token only for debugging; clean backslashesRoger Dingledine
svn:r287
2003-05-09still removing version.hRoger Dingledine
svn:r286
2003-05-09removed obsolete version.hRoger Dingledine
svn:r285
2003-05-09obsolete, removedRoger Dingledine
svn:r284