| Commit message (Expand) | Author | Age |
* | Fix a bug in HT_REMOVE.•••svn:r6925
| Nick Mathewson | 2006-07-27 |
* | Get better numbers out of HT_REP_OK•••svn:r6924
| Nick Mathewson | 2006-07-27 |
* | Far better test and handling of existing torrc•••svn:r6923
| Andrew Lewman | 2006-07-27 |
* | Add more asserts in dns_found_answer. This may confirm my theory that dns_pu...•••svn:r6922
| Nick Mathewson | 2006-07-27 |
* | r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400••• Rename some fields, compress a bitfield, and document some structs and fields
svn:r6919
| Nick Mathewson | 2006-07-27 |
* | Fix comments that implied that only dir connections had a purpose field, and ...•••svn:r6918
| Nick Mathewson | 2006-07-27 |
* | Oops, forgot the all important 'r'•••svn:r6916
| Andrew Lewman | 2006-07-27 |
* | OSX gets confused when you have two ways to start the same program.•••svn:r6915
| Andrew Lewman | 2006-07-27 |
* | The whole process works from preflight to postflight creating a clean•••Tor install with proper config file edits
svn:r6914
| Andrew Lewman | 2006-07-27 |
* | Backup only what is needed, write the file we created to a temp file for•••TorPostFlight to restore the data and remove the temp files
svn:r6913
| Andrew Lewman | 2006-07-27 |
* | Be better at finding the Tor install path, backup all of Tor just in•••case, then blow Tor away
svn:r6912
| Andrew Lewman | 2006-07-27 |
* | OSX pre-install script to clean up Tor and force a fresh install, but•••save the server keys if they exist.
svn:r6911
| Andrew Lewman | 2006-07-26 |
* | Set Soft & Hard resource limits to appease launchd.•••svn:r6910
| Andrew Lewman | 2006-07-26 |
* | r6920@Kushana: nickm | 2006-07-26 15:39:40 -0400••• Mark some TODO items done
svn:r6909
| Nick Mathewson | 2006-07-26 |
* | r6918@Kushana: nickm | 2006-07-26 15:22:28 -0400••• Fix compilation for eventdns dns.c with split structs.
svn:r6908
| Nick Mathewson | 2006-07-26 |
* | r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400••• Clean up wide lines from last patch.
svn:r6907
| Nick Mathewson | 2006-07-26 |
* | r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400••• Refactor connection_t into edge, or, dir, control, and base subtypes. This might save some RAM on busy exit servers, but really matters most in terms of correctness.
svn:r6906
| Nick Mathewson | 2006-07-26 |
* | r6907@Kushana: nickm | 2006-07-25 19:03:43 -0400••• Realign circuit structs to avoid wasted space.
svn:r6905
| Nick Mathewson | 2006-07-26 |
* | r6903@Kushana: nickm | 2006-07-25 18:22:48 -0400••• No circuit can be both an intro point and a rend point, so we can merge both the cookie and the pk digest into one "rend_token" field for or circuits. This saves another 20 bytes per or circuit.
svn:r6904
| Nick Mathewson | 2006-07-26 |
* | r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400••• Move rend_query to origin_circuit_t where it belongs; save another 17 bytes per OR circuit.
svn:r6903
| Nick Mathewson | 2006-07-26 |
* | Clarify a TODO, and test tweaked commit-email.pl script.•••svn:r6902
| Nick Mathewson | 2006-07-25 |
* | Apply checkSpace.pl to checkSpace.pl.•••svn:r6901
| Nick Mathewson | 2006-07-25 |
* | Allow wide lines if they have svn id tags in them. (This matters for svk: tho...•••svn:r6900
| Nick Mathewson | 2006-07-25 |
* | Add libor.a and libor-crypto.a to svn:ignore•••svn:r6899
| Nick Mathewson | 2006-07-25 |
* | Remove code to special-case "-cvs" ending, since it has not actually mattered...•••svn:r6898
| Nick Mathewson | 2006-07-25 |
* | Add an item to the TODO.•••svn:r6893
| Nick Mathewson | 2006-07-25 |
* | Remove .cvsignore files from trunk•••svn:r6891
| Peter Palfrader | 2006-07-25 |
* | Tell users about the init script when they try to run Tor as root.•••Should we also do this when they try to run their Tor as any other
(non root, non debian-tor) user? - add 11_tor_as_root_more_helpful
svn:r6822
| Peter Palfrader | 2006-07-24 |
* | Previously our defaults for DataDirectory, PidFile, RunAsDaemon, and•••Log differed from upstreams. Now Tor behaves just like before (with
our own DataDirectory and all) only when run as the debian-tor user.
If invoked as any other user, Tor will behave just like the pristine
upstream version.
svn:r6821
| Peter Palfrader | 2006-07-24 |
* | These settings are required for those using launchd in OSX 10.4.•••This is a crude but functional way to insert them for now.
svn:r6820
| Andrew Lewman | 2006-07-23 |
* | publish a new descriptor after we hup. this is important if our•••config has changed such that we'll want to start advertising our
dirport now, etc.
svn:r6819
| Roger Dingledine | 2006-07-23 |
* | Fix another segfault in assert_circuit_ok.•••svn:r6818
| Nick Mathewson | 2006-07-23 |
* | Don't tell anybody, but we're going OO here. This patch splits•••circuit_t into origin_circuit_t and or_circuit_t. I fixed some
segaults; there may be more. We still need to move more rendezvous
stuff into subtypes.
This is a trial run for splitting up connection_t; if the approach is
insane, please say so soon so we can do something smarter.
Also, this discards the old HALF_OPEN code, which nobody seems to
want.
svn:r6817
| Nick Mathewson | 2006-07-23 |
* | Whitespace fix•••svn:r6816
| Nick Mathewson | 2006-07-23 |
* | rewrite conn->address for GET commands as well as POST commands.•••svn:r6815
| Roger Dingledine | 2006-07-23 |
* | use tor_mem_is_zero() in more places.•••svn:r6814
| Roger Dingledine | 2006-07-23 |
* | Delete trailing whitespace in eventdns.c•••svn:r6813
| Nick Mathewson | 2006-07-23 |
* | Add (void) lines for unused parameters in eventdns.c•••svn:r6812
| Nick Mathewson | 2006-07-23 |
* | Remove STRUCT_OFFSET from config.c•••svn:r6811
| Nick Mathewson | 2006-07-23 |
* | Add a mem_is_zero function (I think we will need this) and a STRUCT_OFFSET ma...•••svn:r6810
| Nick Mathewson | 2006-07-23 |
* | more todo items•••svn:r6809
| Roger Dingledine | 2006-07-23 |
* | whitespace and docs•••svn:r6808
| Roger Dingledine | 2006-07-23 |
* | think harder about my logic•••svn:r6806
| Roger Dingledine | 2006-07-22 |
* | i lied, that won't work at all. maybe this will.•••svn:r6805
| Roger Dingledine | 2006-07-22 |
* | more bulletproof reachability testing•••svn:r6804
| Roger Dingledine | 2006-07-22 |
* | These asserts will either cause spurious crashes or help debug the pend->conn...•••svn:r6803
| Nick Mathewson | 2006-07-21 |
* | Another MSVC6 fix. Grnk.•••svn:r6802
| Nick Mathewson | 2006-07-21 |
* | bugfix: if you find yourself reachable, then don't ever make any client•••requests (so you stop predicting circuits), then hup, then later your
IP changes, you won't think circuits are working so you won't try to
test reachability, so you won't publish.
svn:r6800
| Roger Dingledine | 2006-07-21 |
* | tweak•••svn:r6799
| Roger Dingledine | 2006-07-21 |
* | an entry guard that is "unlisted", as well as not known to be "down", is•••not therefore "up".
svn:r6798
| Roger Dingledine | 2006-07-21 |