Re: [tor-bugs] #19003 [Core Tor/Tor]: Make sure small networks can bootstrap without exits

2016-05-23 Thread Tor Bug Tracker & Wiki
#19003: Make sure small networks can bootstrap without exits
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
Component:  Core Tor/Tor |  0.2.8.x-final
 Severity:  Normal   |Version:  Tor:
 Keywords:  must-fix-before-028-rc,  |  0.2.8.2-alpha
  CoreTorTeam201605, review-group-1 regression   | Resolution:  fixed
Parent ID:   |  Actual Points:
 Reviewer:  arma | Points:  small
 |Sponsor:
-+-
Changes (by arma):

 * status:  assigned => closed
 * resolution:   => fixed


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #19003 [Core Tor/Tor]: Make sure small networks can bootstrap without exits

2016-05-23 Thread Tor Bug Tracker & Wiki
#19003: Make sure small networks can bootstrap without exits
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:
 Priority:  Medium   |  assigned
Component:  Core Tor/Tor |  Milestone:  Tor:
 Severity:  Normal   |  0.2.8.x-final
 Keywords:  must-fix-before-028-rc,  |Version:  Tor:
  CoreTorTeam201605, review-group-1 regression   |  0.2.8.2-alpha
Parent ID:   | Resolution:
 Reviewer:  arma |  Actual Points:
 | Points:  small
 |Sponsor:
-+-
Changes (by arma):

 * owner:   => teor
 * status:  reopened => assigned


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #19003 [Core Tor/Tor]: Make sure small networks can bootstrap without exits

2016-05-23 Thread Tor Bug Tracker & Wiki
#19003: Make sure small networks can bootstrap without exits
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:
 Priority:  Medium   |  reopened
Component:  Core Tor/Tor |  Milestone:  Tor:
 Severity:  Normal   |  0.2.8.x-final
 Keywords:  must-fix-before-028-rc,  |Version:  Tor:
  CoreTorTeam201605, review-group-1 regression   |  0.2.8.2-alpha
Parent ID:   | Resolution:
 Reviewer:  arma |  Actual Points:
 | Points:  small
 |Sponsor:
-+-
Changes (by arma):

 * status:  closed => reopened
 * resolution:  fixed =>


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #19003 [Core Tor/Tor]: Make sure small networks can bootstrap without exits

2016-05-12 Thread Tor Bug Tracker & Wiki
#19003: Make sure small networks can bootstrap without exits
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
Component:  Core Tor/Tor |  0.2.8.x-final
 Severity:  Normal   |Version:  Tor:
 Keywords:  must-fix-before-028-rc,  |  0.2.8.2-alpha
  CoreTorTeam201605, review-group-1 regression   | Resolution:  fixed
Parent ID:   |  Actual Points:
 Reviewer:  arma | Points:  small
 |Sponsor:
-+-
Changes (by nickm):

 * status:  merge_ready => closed
 * resolution:   => fixed


Comment:

 Merged it is.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #19003 [Core Tor/Tor]: Make sure small networks can bootstrap without exits

2016-05-11 Thread Tor Bug Tracker & Wiki
#19003: Make sure small networks can bootstrap without exits
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:
 Priority:  Medium   |  merge_ready
Component:  Core Tor/Tor |  Milestone:  Tor:
 Severity:  Normal   |  0.2.8.x-final
 Keywords:  must-fix-before-028-rc,  |Version:  Tor:
  CoreTorTeam201605, review-group-1 regression   |  0.2.8.2-alpha
Parent ID:   | Resolution:
 Reviewer:  arma |  Actual Points:
 | Points:  small
 |Sponsor:
-+-
Changes (by teor):

 * status:  needs_review => merge_ready


Comment:

 Replying to [comment:4 arma]:
 > {{{
 > + * If need_exit is false, return 0 if we can build internal paths.
 > }}}
 > Do you mean return 1 here?
 >
 > teor: I just pushed a bug19003-try2 branch to my git. It contains this
 fix plus also some refactoring of your other change. If you agree that the
 refactoring doesn't break anything, I think we're all set here.

 This looks good to me. Let's get it merged.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #19003 [Core Tor/Tor]: Make sure small networks can bootstrap without exits

2016-05-11 Thread Tor Bug Tracker & Wiki
#19003: Make sure small networks can bootstrap without exits
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:
 Priority:  Medium   |  needs_review
Component:  Core Tor/Tor |  Milestone:  Tor:
 Severity:  Normal   |  0.2.8.x-final
 Keywords:  must-fix-before-028-rc,  |Version:  Tor:
  CoreTorTeam201605, review-group-1 regression   |  0.2.8.2-alpha
Parent ID:   | Resolution:
 Reviewer:  arma |  Actual Points:
 | Points:  small
 |Sponsor:
-+-

Comment (by arma):

 {{{
 + * If need_exit is false, return 0 if we can build internal paths.
 }}}
 Do you mean return 1 here?

 teor: I just pushed a bug19003-try2 branch to my git. It contains this fix
 plus also some refactoring of your other change. If you agree that the
 refactoring doesn't break anything, I think we're all set here.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #19003 [Core Tor/Tor]: Make sure small networks can bootstrap without exits

2016-05-11 Thread Tor Bug Tracker & Wiki
#19003: Make sure small networks can bootstrap without exits
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:
 Priority:  Medium   |  needs_review
Component:  Core Tor/Tor |  Milestone:  Tor:
 Severity:  Normal   |  0.2.8.x-final
 Keywords:  must-fix-before-028-rc,  |Version:  Tor:
  CoreTorTeam201605, review-group-1 regression   |  0.2.8.2-alpha
Parent ID:   | Resolution:
 Reviewer:  arma |  Actual Points:
 | Points:  small
 |Sponsor:
-+-
Changes (by nickm):

 * keywords:  must-fix-before-028-rc, CoreTorTeam201605, review-group-1 =>
 must-fix-before-028-rc, CoreTorTeam201605, review-group-1 regression


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #19003 [Core Tor/Tor]: Make sure small networks can bootstrap without exits

2016-05-09 Thread Tor Bug Tracker & Wiki
#19003: Make sure small networks can bootstrap without exits
-+-
 Reporter:  teor |  Owner:
 Type:  defect   | Status:
 Priority:  Medium   |  needs_review
Component:  Core Tor/Tor |  Milestone:  Tor:
 Severity:  Normal   |  0.2.8.x-final
 Keywords:  must-fix-before-028-rc,  |Version:  Tor:
  CoreTorTeam201605  |  0.2.8.2-alpha
Parent ID:   | Resolution:
 Reviewer:  arma |  Actual Points:
 | Points:  small
 |Sponsor:
-+-
Changes (by teor):

 * status:  new => needs_review


Comment:

 Please see my branch bug19003 in https://github.com/teor2345/tor.git

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs