aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
...
* 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
* add options.ExcludedNodes -- nodes that are never picked in path buildingRoger Dingledine2003-12-14
* revamp circuit node selection to use smartlists:Roger Dingledine2003-12-13
* Add port ranges to exit policiesNick Mathewson2003-12-13
* if >=2 circs are being built that handle a given stream,Roger Dingledine2003-12-12
* Make router/directory parsing nondestructive and more const-friendlyNick Mathewson2003-12-08
* declare the prototypes betterRoger Dingledine2003-12-06
* break routers.c into router.c for stuff the router does,Roger Dingledine2003-12-06
* terminology shift:Roger Dingledine2003-12-05
* pick nodes for a circuit only from those the directory says are upRoger Dingledine2003-12-03
* bugfix in exit node choice: we used to find the perfect exit node but ...Roger Dingledine2003-12-03
* simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine2003-11-20
* Separate failure-count tracking from circuit-launching.Nick Mathewson2003-11-19
* bugfix: don't ask for ->next of an expired circuitRoger Dingledine2003-11-18
* don't build too many circs at onceRoger Dingledine2003-11-18
* recognize in-progress circs and don't start redundant onesRoger Dingledine2003-11-17
* bugfixesRoger Dingledine2003-11-16
* change when circuits are built and expiredRoger Dingledine2003-11-16
* initial patches on patchesRoger Dingledine2003-11-16
* Finish implementing the rest of the exitpolicy stuff, except for automaticall...Nick Mathewson2003-11-16
* Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson2003-11-14
* bump default pathlen to 3; clean up surrounding codeRoger Dingledine2003-11-13
* let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine2003-11-13