aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2003-09-08clean up config.c so it doesn't expose as muchRoger Dingledine
2003-09-07more futzing towards tlsRoger Dingledine
2003-09-05clean read_to_buf moreRoger Dingledine
2003-09-05general cleanup and reabstraction, to prepare for tlsRoger Dingledine
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson
2003-08-27remove last vestiges of op_portRoger Dingledine
2003-08-23start honoring the recommended_versions stringRoger Dingledine
2003-08-20implemented cpuworkersRoger Dingledine
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-14start refactoring dnsworker so testing won't be so darn hardRoger Dingledine
2003-08-12Misc patches to make windows build work. Now everything is done except the s...Nick Mathewson
2003-08-12reap exited dns/cpuworkersRoger Dingledine
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-08-11autoconf around missing stdint.hNick Mathewson
2003-07-30src/orNick Mathewson
2003-07-08switch to aesRoger Dingledine
2003-07-05implemented total read rate limitingRoger Dingledine
2003-07-05clean up main.c a bitRoger Dingledine
2003-06-27if stream ends before resolve finishes, inform resolverRoger Dingledine
2003-06-25entries in the dns cache now expireRoger Dingledine
2003-06-21Reorder connection_or and make unexported functions static. Partially conver...Nick Mathewson
2003-06-18remove obsolete ss.hRoger Dingledine
2003-06-17overhaul the dns farm: cut its size in halfRoger Dingledine
2003-06-13remove on-the-fly compression featureRoger Dingledine
2003-06-13relay queues are obsolete (woo!)Roger Dingledine
2003-06-12implement truncate and truncated (untested)Roger Dingledine
2003-05-28OPport is gone. So is conn type OP.Roger Dingledine
2003-05-27fix design bug: circ->n_conn is shared among circs, so it can'tRoger Dingledine
2003-05-20remove dead codeRoger Dingledine
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