| Commit message (Expand) | Author | Age |
... | |
* | Refactor mark_for_close, connection_edge_end and friends. Now, everybody | Nick Mathewson | 2004-02-27 |
* | Fix a bug where you might flush some data on a tls connection, and then | Roger Dingledine | 2004-02-27 |
* | When it can't resolve any dirservers, it was useless from then on. | Roger Dingledine | 2004-02-26 |
* | when they use tor as an http proxy, give them an http 501 failure | Roger Dingledine | 2004-02-26 |
* | if the default torrc isn't there, just use some default defaults | Roger Dingledine | 2004-02-26 |
* | Basic RAM poisoning and magic-checking to notice connection and circuit | Nick Mathewson | 2004-02-25 |
* | On OSX, decline to use the built-in select-baed poll wrapper, since it seems ... | Nick Mathewson | 2004-02-20 |
* | go back to a single exitpolicy parameter | Roger Dingledine | 2004-02-18 |
* | Get rid of the notion of a separate default default exit policy. | Roger Dingledine | 2004-02-18 |
* | adding the reattach-after-timeout feature wasn't so easy after all. | Roger Dingledine | 2004-02-18 |
* | Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w... | Nick Mathewson | 2004-02-17 |
* | add an ap_conn connecting state; report connecting delay | Roger Dingledine | 2004-01-20 |
* | add TOR_PERF macro options | Roger Dingledine | 2004-01-20 |
* | split the token bucket into 'rate' and 'burst' params | Roger Dingledine | 2004-01-10 |
* | Fix the dns bug: children weren't dying | Roger Dingledine | 2004-01-06 |
* | the onionskin challenge length was 30 bytes longer than necessary | Roger Dingledine | 2004-01-05 |
* | fix endian issue: rh.integrity was getting sent wrong | Roger Dingledine | 2004-01-02 |
* | checkpoint: revamp relay cell packaging and handling | Roger Dingledine | 2003-12-23 |
* | make sure there's no conflict when generating stream_ids | Roger Dingledine | 2003-12-19 |
* | rename circ_id_t to uint16_t for code clarity | Roger Dingledine | 2003-12-19 |
* | make a relay_header_t struct and pack/unpack funcs | Roger Dingledine | 2003-12-19 |
* | remove trailing whitespace | Roger Dingledine | 2003-12-17 |
* | make fetch_from_buf_http malloc its strings rather | Roger Dingledine | 2003-12-17 |
* | infrastructure for integrity-checks in relay cells | Roger Dingledine | 2003-12-16 |
* | move cell size to 512 bytes | Roger Dingledine | 2003-12-16 |
* | add H(K|1) to the onionskin reply | Roger Dingledine | 2003-12-16 |
* | start tracking the 'It appears I've already sent the end' warning | Roger Dingledine | 2003-12-14 |
* | change dns notation from question/answer to address/addr | Roger Dingledine | 2003-12-14 |
* | add options.ExcludedNodes -- nodes that are never picked in path building | Roger Dingledine | 2003-12-14 |
* | revamp circuit node selection to use smartlists: | Roger Dingledine | 2003-12-13 |
* | Add port ranges to exit policies | Nick Mathewson | 2003-12-13 |
* | if >=2 circs are being built that handle a given stream, | Roger Dingledine | 2003-12-12 |
* | Make router/directory parsing nondestructive and more const-friendly | Nick Mathewson | 2003-12-08 |
* | declare the prototypes better | Roger Dingledine | 2003-12-06 |
* | break routers.c into router.c for stuff the router does, | Roger Dingledine | 2003-12-06 |
* | terminology shift: | Roger Dingledine | 2003-12-05 |
* | pick nodes for a circuit only from those the directory says are up | Roger Dingledine | 2003-12-03 |
* | bugfix in exit node choice: we used to find the perfect exit node but ... | Roger Dingledine | 2003-12-03 |
* | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine | 2003-11-20 |
* | Separate failure-count tracking from circuit-launching. | Nick Mathewson | 2003-11-19 |
* | bugfix: don't ask for ->next of an expired circuit | Roger Dingledine | 2003-11-18 |
* | don't build too many circs at once | Roger Dingledine | 2003-11-18 |
* | recognize in-progress circs and don't start redundant ones | Roger Dingledine | 2003-11-17 |
* | bugfixes | Roger Dingledine | 2003-11-16 |
* | change when circuits are built and expired | Roger Dingledine | 2003-11-16 |
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
* | Finish implementing the rest of the exitpolicy stuff, except for automaticall... | Nick Mathewson | 2003-11-16 |
* | Improved exit policy syntax; basic client-side DNS caching. | Nick Mathewson | 2003-11-14 |
* | bump default pathlen to 3; clean up surrounding code | Roger Dingledine | 2003-11-13 |
* | let getconfig survive repeated calls. now we call it again when we hup. | Roger Dingledine | 2003-11-13 |