June 2004 Archives by author
Starting: Tue Jun 1 12:48:25 UTC 2004
Ending: Wed Jun 30 21:48:05 UTC 2004
Messages: 78
- [or-cvs] put a comment reminding us that we do hashes in software only
Roger Dingledine
- [or-cvs] search for sys/param.h too
Roger Dingledine
- [or-cvs] use sys/param.h if it"s there
Roger Dingledine
- [or-cvs] use sys/param.h if it"s there
Roger Dingledine
- [or-cvs] declare the epipe bug a non-bug.
Roger Dingledine
- [or-cvs] play with the todo some more
Roger Dingledine
- [or-cvs] a changelog for 0.0.7pre1
Roger Dingledine
- [or-cvs] bugfix: while closing a circuit, we were freeing the conns ...
Roger Dingledine
- [or-cvs] be sure to detach streams from the circuit linked list befo...
Roger Dingledine
- [or-cvs] define FD_SETSIZE in all cases, not just win32
Roger Dingledine
- [or-cvs] crank up some of our constants, for better scalability
Roger Dingledine
- [or-cvs] update todo
Roger Dingledine
- [or-cvs] another item in the 0.0.7 prelim changelog
Roger Dingledine
- [or-cvs] cvs version is now 0.0.7rc1-cvs
Roger Dingledine
- [or-cvs] bump an info message down to a debug
Roger Dingledine
- [or-cvs] tweak on the sample torrc
Roger Dingledine
- [or-cvs] another changelog entry
Roger Dingledine
- [or-cvs] update the man page to reflect some recent features
Roger Dingledine
- [or-cvs] update the changelog for 0.0.7
Roger Dingledine
- [or-cvs] bump version to 0.0.7
Roger Dingledine
- [or-cvs] provide a prototype for dnsworkers_rotate
Roger Dingledine
- [or-cvs] Address can be an IP too
Roger Dingledine
- [or-cvs] what is this "command line" that we can allegedly write to?
Roger Dingledine
- [or-cvs] if datadirectory isn"t owned by this uid, tell the user he ...
Roger Dingledine
- [or-cvs] clean 0.0.7 items from todo list, add distributed/decentral...
Roger Dingledine
- [or-cvs] include <inttypes.h> if we have it
Roger Dingledine
- [or-cvs] organize the 0.0.8 roadmap a bit more
Roger Dingledine
- [or-cvs] router->is_trusted_dir implies router->dir_port>0
Roger Dingledine
- [or-cvs] mark one todo item off, add two new ones
Roger Dingledine
- [or-cvs] bump cvs version to 0.0.8pre1-cvs
Roger Dingledine
- [or-cvs] minor bugfix in socks explanation
Roger Dingledine
- [or-cvs] tweaks and bugfix on resolve/resolved code
Roger Dingledine
- [or-cvs] include the default exit policy in the man page
Roger Dingledine
- [or-cvs] add a changelog entry for 0.0.2pre13, since we have it
Roger Dingledine
- [or-cvs] put tor-doc.html under revision control
Roger Dingledine
- [or-cvs] add an example ContactInfo line to torrc.sample
Roger Dingledine
- [or-cvs] stop leaking options->ContactInfo on hup
Roger Dingledine
- [or-cvs] cleanups on 008pre1 items
Roger Dingledine
- [or-cvs] bugfix: our integrity-checking digest was checking only the...
Ben Laurie
- [or-cvs] Check recommended-software string *early*, before actually ...
Nick Mathewson
- [or-cvs] Check recommended-software string *early*, before actually ...
Nick Mathewson
- [or-cvs] Add more asserts to dns-pending connections; fix a couple s...
Nick Mathewson
- [or-cvs] Only connection_dns_remove resolving exit connections
Nick Mathewson
- [or-cvs] Stop multiplying logs on sighup.
Nick Mathewson
- [or-cvs] Stop multiplying logs on sighup.
Nick Mathewson
- [or-cvs] Updated TODO
Nick Mathewson
- [or-cvs] Check directory signatures based on name of signer, not on ...
Nick Mathewson
- [or-cvs] If we are a directory, we should trust ourself.
Nick Mathewson
- [or-cvs] Document new config options in torrc.sample.in
Nick Mathewson
- [or-cvs] Make tor build on win32 again; handle locking for server
Nick Mathewson
- [or-cvs] Make tor build on win32 again; handle locking for server
Nick Mathewson
- [or-cvs] Make tor build on win32 again; handle locking for server
Nick Mathewson
- [or-cvs] Make tor build on win32 again; handle locking for server
Nick Mathewson
- [or-cvs] Unbork windows whitespace
Nick Mathewson
- [or-cvs] Unbork windows whitespace
Nick Mathewson
- [or-cvs] Rotate dnsworkers and cpuworkers on SIGHUP, so they get new...
Nick Mathewson
- [or-cvs] Checkpoint work towards making tor.spec work with current t...
Nick Mathewson
- [or-cvs] Checkpoint work towards making tor.spec work with current t...
Nick Mathewson
- [or-cvs] Update windows version to 0.0.7
Nick Mathewson
- [or-cvs] Use intptr_t correctly in test.c; try to resolve ia64 warni...
Nick Mathewson
- [or-cvs] Break tor_main into startup/loop/shutdown portions, to make...
Nick Mathewson
- [or-cvs] Implement code to run tor as an NT service. More testing i...
Nick Mathewson
- [or-cvs] document socks extensions and dns lookup code
Nick Mathewson
- [or-cvs] Add simple python tool to use Tor for DNS lookups
Nick Mathewson
- [or-cvs] Implement RESOLVE/RESOLVED cells and socks resolve code
Nick Mathewson
- [or-cvs] Implement several 008pre1 items: needs more testing
Nick Mathewson
- [or-cvs] Implement several 008pre1 items: needs more testing
Nick Mathewson
- [or-cvs] Implement several 008pre1 items: needs more testing
Nick Mathewson
- [or-cvs] Terminate comment
Nick Mathewson
- [or-cvs] Remaining 008pre1 items done; deferred where more design is...
Nick Mathewson
- [or-cvs] Remaining 008pre1 items done; deferred where more design is...
Nick Mathewson
- [or-cvs] Always log version when starting tor.
Nick Mathewson
- [or-cvs] Always use get_data_directory() instead of options.DataDire...
Nick Mathewson
- [or-cvs] Always use get_data_directory() instead of options.DataDire...
Nick Mathewson
- [or-cvs] Use arguments to routerlist_update_from_runningrouters corr...
Nick Mathewson
- [or-cvs] New upstream version
Peter Palfrader
- [or-cvs] Logrotate var/log/tor/*log instead of just var/log/tor/log
Peter Palfrader
- [or-cvs] Ask people to be a little more verbose in the mails they se...
Peter Palfrader
Last message date:
Wed Jun 30 21:48:05 UTC 2004
Archived on: Mon Feb 28 22:41:52 UTC 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).