| Commit message (Expand) | Author | Age |
* | cheap hack so the dirservers have a signing key•••svn:r275
| Roger Dingledine | 2003-05-07 |
* | sign directories with the signing key•••svn:r274
| Roger Dingledine | 2003-05-07 |
* | hints for nick on where to integrate•••svn:r273
| Roger Dingledine | 2003-05-07 |
* | Do not replace old directory if new one is invalid•••svn:r272
| Nick Mathewson | 2003-05-07 |
* | Tested backends for directory signing and checking. Directory parser complet...•••svn:r271
| Nick Mathewson | 2003-05-07 |
* | fix double-semicolon parse error•••svn:r270
| Roger Dingledine | 2003-05-07 |
* | Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...•••svn:r269
| Nick Mathewson | 2003-05-07 |
* | More work on directories. Signed directories not yet tested. No support for ...•••svn:r268
| Nick Mathewson | 2003-05-07 |
* | update the todo•••svn:r267
| Roger Dingledine | 2003-05-07 |
* | Refactor directories; add unit tests; add router keyword•••svn:r266
| Nick Mathewson | 2003-05-06 |
* | put some symbolic constants to the onion skin lengths•••svn:r265
| Roger Dingledine | 2003-05-06 |
* | incremental path building in; uses ephemeral DH; onions are gone•••still need to change circuit-level sendmes
svn:r264
| Roger Dingledine | 2003-05-05 |
* | Tests, headers, and debugging for onion skin backend•••svn:r263
| Nick Mathewson | 2003-05-05 |
* | streams are now 8 bytes, and are recognized by intermediate hops•••the OP only crypts the appropriate number of times depending on which
layer (hop on the path) it's for/from.
svn:r262
| Roger Dingledine | 2003-05-02 |
* | remove obsolete test code•••svn:r261
| Roger Dingledine | 2003-05-01 |
* | cpath is now a doubly linked list, not an array•••svn:r260
| Roger Dingledine | 2003-05-01 |
* | Implement core of onion-skin-based handshake•••svn:r259
| Nick Mathewson | 2003-05-01 |
* | terminology shift: data->relay, topic->relay, topic->stream•••svn:r258
| Roger Dingledine | 2003-05-01 |
* | Basic diffie-helman wrappers with fixed modulus and tests•••svn:r257
| Nick Mathewson | 2003-05-01 |
* | update based on discussions at discex iii•••svn:r256
| Roger Dingledine | 2003-04-25 |
* | bugfix: a circ can't be youngest if it's still connecting to the first hop•••svn:r255
| Roger Dingledine | 2003-04-20 |
* | bugfix: refactor to always use circuit_remove•••this way we can always check if a new circ needs to be launched
svn:r254
| Roger Dingledine | 2003-04-20 |
* | bugfix: don't segfault if there's no valid circuit open•••svn:r253
| Roger Dingledine | 2003-04-19 |
* | update docs to reflect a bit more reality•••svn:r252
| Roger Dingledine | 2003-04-18 |
* | bugfix: only close old circuits if they have no connections!•••svn:r251
| Roger Dingledine | 2003-04-18 |
* | Adjust straggling users of payload field•••svn:r250
| Nick Mathewson | 2003-04-17 |
* | Choose correct abstraction for topic_foo. Abstract random-integer code•••svn:r249
| Nick Mathewson | 2003-04-17 |
* | Use cell.topic* fields in ap_handshake_send_begin•••svn:r248
| Nick Mathewson | 2003-04-17 |
* | Rebuild or and test binaries when a libor.a changes but or/*.c does not.•••svn:r247
| Nick Mathewson | 2003-04-17 |
* | Apply algebra; remove a condition•••svn:r246
| Nick Mathewson | 2003-04-17 |
* | tv_udiff: do not modify arguments, and compute results correctly.•••svn:r245
| Nick Mathewson | 2003-04-17 |
* | 17 does not divide 1024, but it can stomp some interesting pointers and segfa...•••svn:r244
| Nick Mathewson | 2003-04-17 |
* | Fix test.h to have once-only evalutation of arguments•••svn:r243
| Nick Mathewson | 2003-04-17 |
* | more cleanup•••svn:r242
| Roger Dingledine | 2003-04-16 |
* | further cleanup, test.c still has some bugs•••svn:r241
| Roger Dingledine | 2003-04-16 |
* | Factor out cell packing and unpacking•••svn:r240
| Nick Mathewson | 2003-04-16 |
* | Remove the last vestige of code that claims to know the inner structure of an...•••svn:r239
| Nick Mathewson | 2003-04-16 |
* | bugfix: make onions work again•••svn:r238
| Roger Dingledine | 2003-04-16 |
* | Factor out timeval-related functions.•••svn:r237
| Nick Mathewson | 2003-04-16 |
* | Remove the notion of "onion ciphers"; make packing and unpacking separate fns•••svn:r236
| Nick Mathewson | 2003-04-16 |
* | add missing prototype•••svn:r235
| Roger Dingledine | 2003-04-16 |
* | Tests for crypto; more tests for buffers•••svn:r234
| Nick Mathewson | 2003-04-16 |
* | divorce circuit building from user connections•••now we rebuild the circuit periodically (but only if it's been used),
and we can further abstract it to do incremental circuit building, etc.
svn:r233
| Roger Dingledine | 2003-04-16 |
* | Introduce a few unit tests (from older code), refactor compression setup/tear...•••svn:r232
| Nick Mathewson | 2003-04-15 |
* | make it work (heh)•••svn:r231
| Roger Dingledine | 2003-04-11 |
* | refactored some duplicate code into connection_edge.c•••svn:r230
| Roger Dingledine | 2003-04-11 |
* | bugfix: make onion proxies actually obey their requested bandwidth•••svn:r229
| Roger Dingledine | 2003-04-08 |
* | let the 'test' binary build from the source distrib•••svn:r228
| Roger Dingledine | 2003-04-08 |
* | put most of the remaining exit policy stuff in•••route selection still doesn't pay attention to exit policies though
svn:r227
| Roger Dingledine | 2003-04-08 |
* | First test added•••svn:r226
| Nick Mathewson | 2003-04-07 |