Re: [tor-bugs] #31074 [Core Tor/Tor]: Use tor_queue.h macros in config_line_t

2020-02-12 Thread Tor Bug Tracker & Wiki
#31074: Use tor_queue.h macros in config_line_t
--+--
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  refactor, technical-debt  |  Actual Points:
Parent ID:  #7479 | Points:  1
 Reviewer:|Sponsor:
--+--
Changes (by catalyst):

 * parent:  #31179 => #7479


--
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] #31074 [Core Tor/Tor]: Use tor_queue.h macros in config_line_t

2020-02-12 Thread Tor Bug Tracker & Wiki
#31074: Use tor_queue.h macros in config_line_t
--+--
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  refactor, technical-debt  |  Actual Points:
Parent ID:  #31179| Points:  1
 Reviewer:|Sponsor:
--+--
Changes (by catalyst):

 * parent:   => #31179


--
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] #31074 [Core Tor/Tor]: Use tor_queue.h macros in config_line_t

2019-07-18 Thread Tor Bug Tracker & Wiki
#31074: Use tor_queue.h macros in config_line_t
-+-
 Reporter:  nickm|  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Low  |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  refactor technical-debt network- |  Actual Points:
  team-roadmap-september |
Parent ID:   | Points:  1
 Reviewer:   |Sponsor:
 |  Sponsor31-can
-+-
Changes (by gaba):

 * keywords:  refactor technical-debt => refactor technical-debt network-
 team-roadmap-september


--
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] #31074 [Core Tor/Tor]: Use tor_queue.h macros in config_line_t

2019-07-08 Thread Tor Bug Tracker & Wiki
#31074: Use tor_queue.h macros in config_line_t
-+--
 Reporter:  nickm|  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Low  |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  refactor technical-debt  |  Actual Points:
Parent ID:   | Points:  1
 Reviewer:   |Sponsor:  Sponsor31-can
-+--
Changes (by catalyst):

 * keywords:  refactor teschnical-debt => refactor technical-debt


Comment:

 Fix keyword typo.

--
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] #31074 [Core Tor/Tor]: Use tor_queue.h macros in config_line_t

2019-07-03 Thread Tor Bug Tracker & Wiki
#31074: Use tor_queue.h macros in config_line_t
--+--
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  refactor teschnical-debt  |  Actual Points:
Parent ID:| Points:  1
 Reviewer:|Sponsor:  Sponsor31-can
--+--

Comment (by catalyst):

 Replying to [ticket:31074 nickm]:
 > The config_line_t linked list could be refactored to use the TOR_SLIST
 macros in tor_queue.h
 I would suggest using the `TOR_SIMPLEQ` macros instead. There are places
 where it would be helpful to have an O(1) append.
 (`config_get_lines_aux()` explicitly works around this by temporarily
 creating a `list_last` pointer and mentions O(n^2^) performance as an
 issue.)

--
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] #31074 [Core Tor/Tor]: Use tor_queue.h macros in config_line_t

2019-07-03 Thread Tor Bug Tracker & Wiki
#31074: Use tor_queue.h macros in config_line_t
--+--
 Reporter:  nickm |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Low   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:  refactor teschnical-debt  |  Actual Points:
Parent ID:| Points:  1
 Reviewer:|Sponsor:  Sponsor31-can
--+--
Changes (by catalyst):

 * cc: catalyst (added)


--
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

[tor-bugs] #31074 [Core Tor/Tor]: Use tor_queue.h macros in config_line_t

2019-07-03 Thread Tor Bug Tracker & Wiki
#31074: Use tor_queue.h macros in config_line_t
---+--
 Reporter:  nickm  |  Owner:  (none)
 Type:  defect | Status:  new
 Priority:  Low|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor   |Version:
 Severity:  Normal |   Keywords:  refactor teschnical-debt
Actual Points: |  Parent ID:
   Points:  1  |   Reviewer:
  Sponsor:  Sponsor31-can  |
---+--
 The config_line_t linked list could be refactored to use the TOR_SLIST
 macros in tor_queue.h

--
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