| Commit message (Expand) | Author | Age |
* | Fix bug in state parsing•••svn:r4681
| Nick Mathewson | 2005-07-28 |
* | Possibly broken implementation of persistant state; handles helper nodes; doe...•••svn:r4680
| Nick Mathewson | 2005-07-28 |
* | fix typos•••svn:r4645
| Roger Dingledine | 2005-07-23 |
* | document code for hibernation•••svn:r4644
| Nick Mathewson | 2005-07-23 |
* | Be consistent about preferring foo* to struct foo*•••svn:r4637
| Nick Mathewson | 2005-07-22 |
* | Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...•••svn:r4633
| Nick Mathewson | 2005-07-22 |
* | in circuit_list_path(), don't redundantly print the intended exit•••nickname when the circuit is open.
svn:r4622
| Roger Dingledine | 2005-07-20 |
* | stop asserting if we have a controller listening for circuit events•••and we're offline so we fail to make a circuit and it tries to notify
us about the zero-length circuit.
svn:r4600
| Roger Dingledine | 2005-07-18 |
* | trivial changes on nick's rendezvous commit•••svn:r4553
| Roger Dingledine | 2005-07-14 |
* | Logic to implement rendezvous/introduction via unknown servers.•••- Add a new extend_info_t datatype to hold information needed to
extend a circuit (addr,port,keyid,onion_key). Use it in cpath and
build_state. Make appropriate functions take or return it instead of
routerinfo_t or keyid.
- #if 0 needless check in circuit_get_by_edge_conn; if nobody triggers this
error in 0.1.0.10, nobody will trigger it.
- Implement new hidden service descriptor format, which contains "extend
info" for introduction points, along with protocol version list.
- Parse new format.
- Generate new format
- Cache old and new formats alongside each other.
- Directories serve "old" format if asked in old way, "newest available"
format if asked in new way.
- Use new format to find introduction points if possible; otherwise fall
back. Keep nickname lists and extendinfo lists in sync.
- Tests for new format.
- Implement new "v2" INTRODUCE cell format.
- Accept new format
- Use new format if we have a versioned service descriptor that says the
server accepts the new format.
- Add documentation for functions and data types.
svn:r4506
| Nick Mathewson | 2005-06-29 |
* | Remove code that has been #if-0ed for a long time.•••svn:r4435
| Nick Mathewson | 2005-06-15 |
* | some more cleaning and docing•••svn:r4415
| Roger Dingledine | 2005-06-11 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...•••svn:r4411
| Nick Mathewson | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382
| Nick Mathewson | 2005-06-09 |
* | New whitespace normalization rule: no blank line at EOF.•••svn:r4378
| Nick Mathewson | 2005-06-09 |
* | allow the middle hop of the testing circuit to be running•••any version, now that most of them have the bugfix to let
them connect to unknown servers.
svn:r4263
| Roger Dingledine | 2005-05-17 |
* | clean up some log entries•••svn:r4228
| Roger Dingledine | 2005-05-15 |
* | Make Tor compile with no warnings with gcc4.0 on OSX•••svn:r4184
| Nick Mathewson | 2005-05-07 |
* | first iteration of scrubbing sensitive strings from logs.•••also generally clean up log messages.
svn:r4174
| Roger Dingledine | 2005-05-03 |
* | Actually, dont send CREATE_FAST cells at all for now•••svn:r4163
| Nick Mathewson | 2005-05-02 |
* | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...•••svn:r4162
| Nick Mathewson | 2005-05-02 |
* | clean up this TOR_FRAGILE business•••svn:r4116
| Roger Dingledine | 2005-04-26 |
* | bugfix: stop trying to print a null pointer if an OR conn fails•••because we didn't like its cert.
svn:r4111
| Roger Dingledine | 2005-04-25 |
* | Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...•••svn:r4047
| Nick Mathewson | 2005-04-07 |
* | Fix bug in last commit when no circid can be found•••svn:r4023
| Nick Mathewson | 2005-04-06 |
* | Hopefully, this will make ORs much faster, and not break them: keep a big spl...•••svn:r4020
| Nick Mathewson | 2005-04-06 |
* | Give better warnings if connection_close_unattached_ap gets called twice or c...•••svn:r3990
| Nick Mathewson | 2005-04-02 |
* | update copyright notices.•••svn:r3982
| Nick Mathewson | 2005-04-01 |
* | require exactly 0.0.9.7 for middle hops of testing circs, for now•••svn:r3967
| Roger Dingledine | 2005-04-01 |
* | when building testing circuits, always use middle hops•••running at least 0.0.9.7
svn:r3966
| Roger Dingledine | 2005-04-01 |
* | fix some log spacing problems•••svn:r3942
| Roger Dingledine | 2005-04-01 |
* | still publish your descriptor if orport is reachable but dirport isn't•••when building testing circs for orport testing, require high-bandwidth
nodes, so fewer circs fail. complain about unreachable orport separately
from unreachable dirport.
svn:r3935
| Roger Dingledine | 2005-03-31 |
* | ...and use it to make sure we only conclude reachability if•••we didn't initiate the conn.
svn:r3932
| Roger Dingledine | 2005-03-31 |
* | forward-port the fixing of the crash bug.•••svn:r3900
| Roger Dingledine | 2005-03-27 |
* | stop most cases of hanging up on a socks connection without sending•••the socks reject. audit for remaining ones. also make things more
uniform so we always remember to hold-open-until-flushed, etc.
svn:r3891
| Roger Dingledine | 2005-03-27 |
* | try harder to establish reachability, in the first 20 minutes•••of uptime.
svn:r3884
| Roger Dingledine | 2005-03-26 |
* | make it clearer to the human that his server is testing•••its reachability. tell him when it succeeds, or when 20
minutes pass and it hasn't succeeded yet.
svn:r3882
| Roger Dingledine | 2005-03-26 |
* | Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...•••svn:r3831
| Nick Mathewson | 2005-03-23 |
* | remove a duplicate circuit_mark_for_close() when picking•••a path for the circuit fails.
svn:r3822
| Roger Dingledine | 2005-03-22 |
* | clean up and refactor some more•••svn:r3798
| Roger Dingledine | 2005-03-22 |
* | Implement controller's "extendcircuit" directive.•••Also refactor circuit building so we plan the whole path ahead
of time.
svn:r3797
| Roger Dingledine | 2005-03-22 |
* | if our clock jumps forward by 100 seconds or more, assume something•••has gone wrong with our network and abandon all not-yet-used circs.
svn:r3792
| Roger Dingledine | 2005-03-19 |
* | stop logging at -l notice every single time a create cell successfully•••gets processed
svn:r3791
| Roger Dingledine | 2005-03-19 |
* | Turn addr_policy_compare from a tristate to a quadstate; this should help add...•••svn:r3786
| Nick Mathewson | 2005-03-19 |
* | re-enable reachability testing stuff.•••also, consider your ORPort reachable after you've processed a
create cell from any non-local address.
svn:r3763
| Roger Dingledine | 2005-03-15 |
* | Renormalize whitespace•••svn:r3757
| Nick Mathewson | 2005-03-14 |
* | Checkpoint in-progress fixes:•••Add 'testing' circuit purpose, for reachability testing.
Notice when our IP changes, and reset stats.
Try to pull down a directory via Tor to see if our DirPort is working.
Try to extend a circuit back to us to see if our ORPort is working.
Only publish a descriptor if they're both reachable.
These mostly work, and I'd better get them in before I cause conflicts.
svn:r3703
| Roger Dingledine | 2005-02-27 |
* | Change from inet_ntoa to a threadproof tor_inet_ntoa.•••svn:r3656
| Nick Mathewson | 2005-02-22 |
* | remove unused code•••svn:r3629
| Roger Dingledine | 2005-02-16 |
* | define TOR_FRAGILE if you want tor to give you a core when•••something goes wrong. this should only be used by people actively
tracking bugs.
svn:r3487
| Roger Dingledine | 2005-02-01 |