summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-09work on versioning; new log_fn functionNick Mathewson
2003-05-09removed obsolete version.hRoger Dingledine
2003-05-09Routerinfos are no longer linkedNick Mathewson
2003-05-08(possibly incorrect) code to make routers get resolved when they'reNick Mathewson
2003-05-08Call the right signed-directory functions; try to describe the difference bet...Nick Mathewson
2003-05-07sign directories with the signing keyRoger Dingledine
2003-05-07Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson
2003-05-07Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...Nick Mathewson
2003-05-07More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson
2003-05-06Refactor directories; add unit tests; add router keywordNick Mathewson
2003-05-06put some symbolic constants to the onion skin lengthsRoger Dingledine
2003-05-05incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine
2003-05-05Tests, headers, and debugging for onion skin backendNick Mathewson
2003-05-02streams are now 8 bytes, and are recognized by intermediate hopsRoger Dingledine
2003-05-01cpath is now a doubly linked list, not an arrayRoger Dingledine
2003-05-01terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine
2003-04-17Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson
2003-04-16Factor out cell packing and unpackingNick Mathewson
2003-04-16Factor out timeval-related functions.Nick Mathewson
2003-04-16Remove the notion of "onion ciphers"; make packing and unpacking separate fnsNick Mathewson
2003-04-16add missing prototypeRoger Dingledine
2003-04-16divorce circuit building from user connectionsRoger Dingledine
2003-04-15Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson
2003-04-11make it work (heh)Roger Dingledine
2003-04-11refactored some duplicate code into connection_edge.cRoger Dingledine
2003-04-08put most of the remaining exit policy stuff inRoger Dingledine
2003-04-07parse exit policy linesRoger Dingledine
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson
2003-03-24move cell size to 256. seems to work (?)Roger Dingledine
2003-03-24fix rare race conditionRoger Dingledine
2003-03-19kludge because openssl and zlib both typedef free_func :(Roger Dingledine
2003-03-19Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson
2003-03-18greatly simplify this notion of 'roles':Roger Dingledine
2003-03-17Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson
2003-03-11lazy (just in time) directory rebuildingRoger Dingledine
2003-03-07clean out obsolete cell typesRoger Dingledine
2003-03-05minor code cleanupRoger Dingledine
2003-02-18let up on the bandwidth constraintsRoger Dingledine
2003-02-18Bugfixes and enhancements in sendmes and dns farmRoger Dingledine
2003-02-14rudimentary dns caching (of both resolves and resolve failures)Roger Dingledine
2003-02-06fix endian issues for topics -- they might work on bsd nowRoger Dingledine
2003-02-06make reusing circuits work (and be the default)Roger Dingledine
2003-01-26major overhaul: dns slave subsystem, topicsRoger Dingledine
2002-12-31use a rbtree for replay detection, rather than linear searchRoger Dingledine
2002-12-03onions go on and off the network correctly nowRoger Dingledine
2002-11-27create cells are now queued and processed only when idleRoger Dingledine
2002-11-24per-second cell statistics to help with profilingRoger Dingledine
2002-11-23added OnionsPerSecond to prevent create floodingRoger Dingledine
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine