aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson2004-03-21
* Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson2004-03-20
* Add initial history-tracking backend code for reputation module. Not called o...Nick Mathewson2004-03-20
* bugfix: decrement OR connections from global_bucket tooRoger Dingledine2004-03-14
* refactor bandwidth-control token bucketsRoger Dingledine2004-03-14
* Make OP work on windows! (Also misc logging tweaks)Nick Mathewson2004-03-11
* Get entropy in windows.Nick Mathewson2004-03-11
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* re-try streams at most 4 timesRoger Dingledine2004-03-07
* New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson2004-03-05
* Try to find out early if buffers get trashed or double-freed.Nick Mathewson2004-03-03
* Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson2004-03-03
* make socks5 not give a spurious warningRoger Dingledine2004-03-03
* make circuit-building less noisy when a node in your exclude/exit/entrynodes ...Roger Dingledine2004-03-03
* Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson2004-03-02
* Fix assertion failure spotted by arma.Nick Mathewson2004-03-02
* create a separate connection_edge_destroy() functionRoger Dingledine2004-02-29
* bugfix: when we time out on a stream and detach, send an end firstRoger Dingledine2004-02-28
* Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill aNick Mathewson2004-02-28
* Stop trying to flush on broken sockets marked for close.Nick Mathewson2004-02-28
* rename ExcludedNodes config option to ExcludeNodesRoger Dingledine2004-02-28
* Push responsibility for connection marking down as far as possible; have only...Nick Mathewson2004-02-28
* Refactor mark_for_close, connection_edge_end and friends. Now, everybodyNick Mathewson2004-02-27
* Fix a bug where you might flush some data on a tls connection, and thenRoger Dingledine2004-02-27
* When it can't resolve any dirservers, it was useless from then on.Roger Dingledine2004-02-26
* when they use tor as an http proxy, give them an http 501 failureRoger Dingledine2004-02-26
* if the default torrc isn't there, just use some default defaultsRoger Dingledine2004-02-26
* Basic RAM poisoning and magic-checking to notice connection and circuitNick Mathewson2004-02-25
* On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...Nick Mathewson2004-02-20
* go back to a single exitpolicy parameterRoger Dingledine2004-02-18
* Get rid of the notion of a separate default default exit policy.Roger Dingledine2004-02-18
* adding the reattach-after-timeout feature wasn't so easy after all.Roger Dingledine2004-02-18
* Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w...Nick Mathewson2004-02-17
* add an ap_conn connecting state; report connecting delayRoger Dingledine2004-01-20
* add TOR_PERF macro optionsRoger Dingledine2004-01-20
* split the token bucket into 'rate' and 'burst' paramsRoger Dingledine2004-01-10
* Fix the dns bug: children weren't dyingRoger Dingledine2004-01-06
* the onionskin challenge length was 30 bytes longer than necessaryRoger Dingledine2004-01-05
* fix endian issue: rh.integrity was getting sent wrongRoger Dingledine2004-01-02
* checkpoint: revamp relay cell packaging and handlingRoger Dingledine2003-12-23
* make sure there's no conflict when generating stream_idsRoger Dingledine2003-12-19
* rename circ_id_t to uint16_t for code clarityRoger Dingledine2003-12-19
* make a relay_header_t struct and pack/unpack funcsRoger Dingledine2003-12-19
* remove trailing whitespaceRoger Dingledine2003-12-17
* make fetch_from_buf_http malloc its strings ratherRoger Dingledine2003-12-17
* infrastructure for integrity-checks in relay cellsRoger Dingledine2003-12-16
* move cell size to 512 bytesRoger Dingledine2003-12-16
* add H(K|1) to the onionskin replyRoger Dingledine2003-12-16
* start tracking the 'It appears I've already sent the end' warningRoger Dingledine2003-12-14
* change dns notation from question/answer to address/addrRoger Dingledine2003-12-14