aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* make servers tolerate the dns bug.Roger Dingledine2003-04-05
* begin cells are now address:port, not address,portRoger Dingledine2003-04-05
* move cell size to 256. seems to work (?)Roger Dingledine2003-03-24
* get rid of those nasty tabsRoger Dingledine2003-03-24
* fix rare race conditionRoger Dingledine2003-03-24
* Fix message when decompressingNick Mathewson2003-03-19
* Be loud when decompressingNick Mathewson2003-03-19
* Make decompression loud.Nick Mathewson2003-03-19
* kludge because openssl and zlib both typedef free_func :(Roger Dingledine2003-03-19
* fix arg bug; reduce confusion in package_raw_inbufRoger Dingledine2003-03-19
* Add other side of half-open-connection logic (still disabledNick Mathewson2003-03-19
* cleaner errorsRoger Dingledine2003-03-19
* Be clear about whether we are using half-open connectionsNick Mathewson2003-03-19
* Fix bug in client_send_authNick Mathewson2003-03-19
* Fix client_process_authNick Mathewson2003-03-19
* Fix op handshake for longer keysNick Mathewson2003-03-19
* Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson2003-03-19
* Make Makefile.am nonbrokenNick Mathewson2003-03-19
* greatly simplify this notion of 'roles':Roger Dingledine2003-03-18
* Do not uncompress from z_outbuf to outbuf unless outbuf is less than maximal...Nick Mathewson2003-03-17
* Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson2003-03-17
* Remove extraneous (and non-ansi) semisNick Mathewson2003-03-17
* Add daemon logicNick Mathewson2003-03-17
* Add daemon option and bool config typeNick Mathewson2003-03-17
* Add zlib to link stepNick Mathewson2003-03-17
* respond to nick's question about link paddingRoger Dingledine2003-03-12
* Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson2003-03-11
* lazy (just in time) directory rebuildingRoger Dingledine2003-03-11
* pack into data cells more intelligentlyRoger Dingledine2003-03-10
* be less noisy at -l info, now that flow control bug is solvedRoger Dingledine2003-03-10
* clean out obsolete cell typesRoger Dingledine2003-03-07
* remove the mystery int32 from the or-to-or handshakeRoger Dingledine2003-03-07
* clean up prepare_for_poll() so it's fastRoger Dingledine2003-03-06
* minor code cleanupRoger Dingledine2003-03-05
* better comments and a few patchesRoger Dingledine2003-03-04
* when we had multiple conns on a circuit, we'd tell the wrongRoger Dingledine2003-02-28
* let up on the bandwidth constraintsRoger Dingledine2003-02-18
* Bugfixes and enhancements in sendmes and dns farmRoger Dingledine2003-02-18
* bugfix: actually remember the answer in the cache :)Roger Dingledine2003-02-16
* rudimentary dns caching (of both resolves and resolve failures)Roger Dingledine2003-02-14
* minor fixRoger Dingledine2003-02-14
* fix endian issues for topics -- they might work on bsd nowRoger Dingledine2003-02-06
* make reusing circuits work (and be the default)Roger Dingledine2003-02-06
* major overhaul: dns slave subsystem, topicsRoger Dingledine2003-01-26
* splay and rbtree implementations, by niels provosRoger Dingledine2002-12-31
* use a rbtree for replay detection, rather than linear searchRoger Dingledine2002-12-31
* give us more aci-spaceRoger Dingledine2002-12-30
* bugfix: couldn't send two creates, two datas, and the destroy all at onceRoger Dingledine2002-12-23
* onions go on and off the network correctly nowRoger Dingledine2002-12-03
* onions expire after a day, not an hourRoger Dingledine2002-12-03