| Commit message (Expand) | Author | Age |
* | nother typo•••svn:r5605
| Roger Dingledine | 2005-12-15 |
* | ah ha, that variable was static. not useless after all.•••svn:r5604
| Roger Dingledine | 2005-12-15 |
* | clean up a lot message, and remove a line that does nothing.•••svn:r5603
| Roger Dingledine | 2005-12-15 |
* | update completed items•••svn:r5602
| Nick Mathewson | 2005-12-15 |
* | Add "panic" option to reject all servers not in fingerprint list.•••svn:r5601
| Nick Mathewson | 2005-12-15 |
* | fix compile•••svn:r5600
| Nick Mathewson | 2005-12-15 |
* | Make clients look at the fast and stable flags in networkstatus, not at the b...•••svn:r5599
| Nick Mathewson | 2005-12-15 |
* | put back in a todo comment, so we don't forget.•••svn:r5598
| Roger Dingledine | 2005-12-15 |
* | fix typo•••svn:r5597
| Roger Dingledine | 2005-12-15 |
* | Whitespace fixes; comments.•••svn:r5596
| Nick Mathewson | 2005-12-15 |
* | Do not mark directories as down simply because they dont have the router desc...•••svn:r5595
| Nick Mathewson | 2005-12-15 |
* | Remove some redundant and obsolete code from routerparse•••svn:r5594
| Nick Mathewson | 2005-12-15 |
* | Flip a misplaced not•••svn:r5593
| Nick Mathewson | 2005-12-15 |
* | add a few clarifying comments•••svn:r5592
| Nick Mathewson | 2005-12-15 |
* | Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...•••svn:r5591
| Nick Mathewson | 2005-12-15 |
* | defer a whole lot more from 0.1.1.x•••svn:r5590
| Roger Dingledine | 2005-12-15 |
* | implement weasel's suggestion to fix the bug that newly bootstrapped•••tor networks couldn't do hidden services until they had nodes with high
uptime: if you're trying to pick a node for your circuit and you demand
uptime or capacity and nothing works, then abandon your need for uptime
and capacity.
svn:r5589
| Roger Dingledine | 2005-12-15 |
* | remove a stray parenthesis that got into the tor-switchproxy doc•••svn:r5588
| Roger Dingledine | 2005-12-14 |
* | When we mark a router as down, also mark its local_routerstatus as not runnin...•••svn:r5587
| Nick Mathewson | 2005-12-14 |
* | Choose directory servers from routerstatus list, not from routerinfo list. T...•••svn:r5586
| Nick Mathewson | 2005-12-14 |
* | Make hashtables use a little less space on 64-bit architectures.•••svn:r5585
| Nick Mathewson | 2005-12-14 |
* | Updated link to SwitchProxy•••svn:r5584
| Thomas Sjögren | 2005-12-14 |
* | Shave off 8 bytes per connection and 4 bytes per circuit by paying attention ...•••svn:r5583
| Nick Mathewson | 2005-12-14 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582
| Nick Mathewson | 2005-12-14 |
* | another possible patch related to circuit_free and memory stomping.•••svn:r5580
| Nick Mathewson | 2005-12-14 |
* | Fix a potential memory stomp on servers running hidden services. Found by wea...•••svn:r5579
| Nick Mathewson | 2005-12-14 |
* | orconn_identity_map was another static variable that started•••out NULL and didn't change until it needed to change.
svn:r5578
| Roger Dingledine | 2005-12-14 |
* | sometimes, when we just started tor, we haven't created that•••smartlist yet. so don't free it.
svn:r5577
| Roger Dingledine | 2005-12-14 |
* | bugfix: when we removed a dead helper node, we never committed that•••change to disk.
svn:r5576
| Roger Dingledine | 2005-12-13 |
* | extendcircuit and attachstream would complain about not enough•••arguments, but then just keep on going anyway.
svn:r5575
| Roger Dingledine | 2005-12-12 |
* | Have dirctory authorites note which servers make good V2 directory caches in ...•••svn:r5574
| Nick Mathewson | 2005-12-12 |
* | Make directory authorities ignore router uploads that have only cosmetic diff...•••svn:r5573
| Nick Mathewson | 2005-12-12 |
* | And make the debian package build with CVS again•••svn:r5572
| Peter Palfrader | 2005-12-11 |
* | New upstream release•••svn:r5570
| Peter Palfrader | 2005-12-11 |
* | Don't use helper nodes for circuits with purpose 'testing'.•••Also, when picking the helper node for a given circuit,
exclude the circuit's exit from your choices.
svn:r5569
| Roger Dingledine | 2005-12-11 |
* | when removing dead helpers, only write or_state to disk once at the•••end, not for every helper you remove.
svn:r5568
| Roger Dingledine | 2005-12-11 |
* | mark the helper node as down if we time-out on the circuit handshake•••with him.
svn:r5567
| Roger Dingledine | 2005-12-11 |
* | don't mark the helper node as down when we fail to connect to•••our https proxy.
svn:r5566
| Roger Dingledine | 2005-12-11 |
* | fix yet another time comparison bug. we were abandoning helpers•••as soon as they became unavailable. (is this true?)
svn:r5565
| Roger Dingledine | 2005-12-11 |
* | fix an error in reporting why we abandoned a helper node•••svn:r5564
| Roger Dingledine | 2005-12-11 |
* | choose helper nodes to have high capacity always•••svn:r5563
| Roger Dingledine | 2005-12-11 |
* | a first go at fixing a bug matt edman reported: when he tries•••to "setconf log" via the controller, it is friendly and gives
him a log to stdout, even though he didn't ask for one.
svn:r5562
| Roger Dingledine | 2005-12-11 |
* | setconf orport=9001•••513 Unrecognized option value
it's not unrecognized. it's unacceptable. (in this case, i still
have to consult the logs to figure out why, but at least i have
an inkling that maybe i should.)
svn:r5561
| Roger Dingledine | 2005-12-11 |
* | whenever we hupped or did a controller setconf, we were prepending•••another reachableaddresses *:80,*:443 if fascistfirewall was set,
and we were appending another reject *:* regardless.
svn:r5560
| Roger Dingledine | 2005-12-11 |
* | i think fascistfirewall still has its uses. it's a synonym•••for a certain reachableaddresses line, but it's easier to
remember and people already understand it. i think we should
think about undeprecating it.
svn:r5559
| Roger Dingledine | 2005-12-11 |
* | bump to 0.1.1.10-alpha-cvs•••svn:r5558
| Roger Dingledine | 2005-12-11 |
* | the other rest of the 0.1.1.10-alpha changelog.•••svn:r5556
| Roger Dingledine | 2005-12-11 |
* | put a date on the changelog•••svn:r5555
| Roger Dingledine | 2005-12-11 |
* | the rest of the 0.1.1.10-alpha changelog•••svn:r5554
| Roger Dingledine | 2005-12-11 |
* | bump to 0.1.1.10-alpha•••svn:r5553
| Roger Dingledine | 2005-12-10 |