| Commit message (Expand) | Author | Age |
... | |
* | note an assert bug that's still around•••svn:r417
| Roger Dingledine | 2003-08-25 |
* | make the conn->package_window bug go away.•••not resolved, but at least the servers will stop crashing.
svn:r416
| Roger Dingledine | 2003-08-25 |
* | Attempt to track down bug in conn->package_window•••svn:r415
| Nick Mathewson | 2003-08-25 |
* | remove bandwidth negotation from the code•••we still use bandwidth on a per-connection basis for rate
limiting. but it's unclear if we need this infrastructure in
addition to the total-bandwidth rate limiting that we also do.
i'll leave both infrastructures in, and we'll remove the
per-connection one if it starts rotting too much.
svn:r413
| Roger Dingledine | 2003-08-25 |
* | fix a mild memory leak (10 bytes each time an OR connected to an OR)•••svn:r410
| Roger Dingledine | 2003-08-25 |
* | start honoring the recommended_versions string•••your client exits if you're running a version not in the
directory's list of acceptable versions (unless you have a
config variable set to override).
svn:r408
| Roger Dingledine | 2003-08-23 |
* | remove duplicate packagewindow-checking code,•••see if we can induce that segfault i just saw more often
svn:r407
| Roger Dingledine | 2003-08-23 |
* | implemented cpuworkers•••please poke at it and report bugs
still needs polishing, and only handles onions now (should handle
OR handshakes too)
svn:r402
| Roger Dingledine | 2003-08-20 |
* | Add empty statement to suppress gcc warning about label at end of compount st...•••svn:r399
| Nick Mathewson | 2003-08-14 |
* | Attempt to make sockets code work right on windows.•••svn:r398
| Nick Mathewson | 2003-08-14 |
* | start refactoring dnsworker so testing won't be so darn hard•••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
| Roger Dingledine | 2003-08-14 |
* | bugfix: if a dnsworker dies, remember that.•••svn:r396
| Roger Dingledine | 2003-08-13 |
* | Misc patches to make windows build work. Now everything is done except the s...•••svn:r393
| Nick Mathewson | 2003-08-12 |
* | Make windows happier still•••svn:r392
| Nick Mathewson | 2003-08-12 |
* | don't mess with signals on windows until we know how•••svn:r391
| Roger Dingledine | 2003-08-12 |
* | Adopt socketpair implementation from perl. For now, always use it.•••svn:r389
| Nick Mathewson | 2003-08-12 |
* | use the spawn_func / spawn_exit abstraction for dnsworkers•••svn:r388
| Roger Dingledine | 2003-08-12 |
* | reap exited dns/cpuworkers•••svn:r385
| Roger Dingledine | 2003-08-12 |
* | Start of port to win32. Missing are:••• - 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
| Nick Mathewson | 2003-08-12 |
* | autoconf around missing stdint.h•••svn:r376
| Nick Mathewson | 2003-08-11 |
* | better log output for debugging•••svn:r375
| Roger Dingledine | 2003-08-11 |
* | Fix typo: ports are 16 bits.•••svn:r374
| Nick Mathewson | 2003-08-11 |
* | patch to let poll() recognize eof on more architectures•••svn:r372
| Roger Dingledine | 2003-08-06 |
* | src/or•••svn:r371
| Nick Mathewson | 2003-07-30 |
* | Be smarter about getting key matter from DH.•••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
| Nick Mathewson | 2003-07-30 |
* | switch to aes•••nick: is this all there is to it? :)
svn:r366
| Roger Dingledine | 2003-07-08 |
* | implemented total read rate limiting•••svn:r365
| Roger Dingledine | 2003-07-05 |
* | clean up main.c a bit•••svn:r364
| Roger Dingledine | 2003-07-05 |
* | fix many bugs in package_window handling•••svn:r363
| Roger Dingledine | 2003-07-03 |
* | Add AES counter-mode support to the crypt library•••svn:r362
| Nick Mathewson | 2003-06-30 |
* | bugfix: a connection-level sendme cell would cause a connection to start•••packaging from its buffer, even if the circuit-level package-window was
still 0.
svn:r360
| Roger Dingledine | 2003-06-28 |
* | if stream ends before resolve finishes, inform resolver•••svn:r359
| Roger Dingledine | 2003-06-27 |
* | fix memleak in dump_signed_directory_to_string•••svn:r358
| Roger Dingledine | 2003-06-26 |
* | entries in the dns cache now expire••• (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
| Roger Dingledine | 2003-06-25 |
* | simplify fetch_from_buf; cull idle dnsworkers.•••svn:r354
| Roger Dingledine | 2003-06-25 |
* | non-buggy robustness, even•••svn:r353
| Roger Dingledine | 2003-06-24 |
* | improve robustness: connection_get_by_* ignores conns marked for close•••svn:r352
| Roger Dingledine | 2003-06-24 |
* | slightly happier on 64-bit archs•••svn:r349
| Roger Dingledine | 2003-06-24 |
* | clean out some old comments•••svn:r348
| Roger Dingledine | 2003-06-24 |
* | a pointer to async-dns alternatives.•••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
| Roger Dingledine | 2003-06-24 |
* | My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should defi...•••svn:r343
| Nick Mathewson | 2003-06-21 |
* | Reorder connection_or and make unexported functions static. Partially conver...•••svn:r342
| Nick Mathewson | 2003-06-21 |
* | Make cvsignores reflect build process•••svn:r341
| Nick Mathewson | 2003-06-21 |
* | Remove false warnings from printf checks•••svn:r340
| Nick Mathewson | 2003-06-21 |
* | Fix a bug where we'd sometimes run off the end of an array while•••testing stream encryption.
svn:r339
| Nick Mathewson | 2003-06-20 |
* | remove obsolete ss.h•••svn:r336
| Roger Dingledine | 2003-06-18 |
* | question for nick about daemonizing•••svn:r334
| Roger Dingledine | 2003-06-18 |
* | Change many files to new log_fn format•••svn:r333
| Nick Mathewson | 2003-06-17 |
* | Make log_fn work on apples with no workarounds needed in main code•••svn:r330
| Nick Mathewson | 2003-06-17 |
* | Make sure crypt_seed_rng succeeds•••svn:r329
| Nick Mathewson | 2003-06-17 |