| Commit message (Expand) | Author | Age |
* | OPport is gone. So is conn type OP.•••svn:r298
| Roger Dingledine | 2003-05-28 |
* | add circuit-level sendme relay cells•••remove sendme cells
replace malloc with tor_malloc
patch (but not track down) bug in onion pending list
streamline connection_ap handshake
svn:r293
| Roger Dingledine | 2003-05-20 |
* | work on versioning; new log_fn function•••svn:r288
| Nick Mathewson | 2003-05-09 |
* | make router_dump_token only for debugging; clean backslashes•••svn:r287
| Roger Dingledine | 2003-05-09 |
* | Get directories working.•••Or at least, directories get generated, signed, download, and checked, with
nobody seeming to crash.
In config/*, added 'signing-key' blocks to dirservers and routers.or, so
that everyone will know about the directories' signing keys.
In or/directory.c, refrained from using a dirserver's signing key when
no such key is known; added more debugging output.
In or/main.c, added debugging output and fixed a few logic errors.
In or/routers.c, added debugging output and prevented a segfault on
routers_resolve_directory. The interleaving of arrays and lists on
routerinfo_t is still messy, but at least it seems to work again.
svn:r278
| Nick Mathewson | 2003-05-08 |
* | Call the right signed-directory functions; try to describe the difference bet...•••svn:r276
| Nick Mathewson | 2003-05-08 |
* | hints for nick on where to integrate•••svn:r273
| Roger Dingledine | 2003-05-07 |
* | Add magic to end of C files to make emacs happy; split test invocation into s...•••svn:r224
| Nick Mathewson | 2003-04-07 |
* | greatly simplify this notion of 'roles':•••if your ORPort is non-zero then you must connect to all nodes
if your DirPort is non-zero then you must act like a directory server
svn:r192
| Roger Dingledine | 2003-03-18 |
* | lazy (just in time) directory rebuilding•••svn:r174
| Roger Dingledine | 2003-03-11 |
* | fix subtle race condition•••If you weren't connected to a given router, and you made a directory
request to it simultaneously with a new web query that caused you to
want to connect to that OR... it would think you're already connected.
svn:r135
| Roger Dingledine | 2002-10-14 |
* | cleanup and a variety of bugfixes•••svn:r132
| Roger Dingledine | 2002-10-02 |
* | more robust http(ish) handling•••svn:r123
| Roger Dingledine | 2002-09-28 |
* | cleanup•••prkey is only fetched when it's needed
tor nodes who aren't dirservers now fetch directories and autoconnect
to new nodes listed in the directory
default role is a non-dirserver node
svn:r120
| Roger Dingledine | 2002-09-28 |
* | dirserver should include itself in the directory•••if connecting to a dirserver fails, remove it from the router array
svn:r113
| Roger Dingledine | 2002-09-26 |
* | directory servers in and functional•••proxies now periodically pull down an hourly-updated directory,
and replace their router list with it if it parses correctly.
svn:r112
| Roger Dingledine | 2002-09-26 |