You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/11/22 05:44:13 UTC

[jira] Created: (TS-550) Eliminate some uncessary usages of STL on the crititcal path

Eliminate some uncessary usages of STL on the crititcal path
------------------------------------------------------------

                 Key: TS-550
                 URL: https://issues.apache.org/jira/browse/TS-550
             Project: Traffic Server
          Issue Type: Bug
          Components: Cleanup
            Reporter: Leif Hedstrom
             Fix For: 2.1.6




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (TS-550) Eliminate some uncessary usages of STL on the crititcal path

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-550.
------------------------------

    Resolution: Fixed

> Eliminate some uncessary usages of STL on the crititcal path
> ------------------------------------------------------------
>
>                 Key: TS-550
>                 URL: https://issues.apache.org/jira/browse/TS-550
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.8
>
>
> Moving out some non-critical bugs to v2.1.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Assigned: (TS-550) Eliminate some uncessary usages of STL on the crititcal path

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-550:
--------------------------------

    Assignee: Leif Hedstrom

> Eliminate some uncessary usages of STL on the crititcal path
> ------------------------------------------------------------
>
>                 Key: TS-550
>                 URL: https://issues.apache.org/jira/browse/TS-550
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.6
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-550) Eliminate some uncessary usages of STL on the crititcal path

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934398#action_12934398 ] 

Leif Hedstrom commented on TS-550:
----------------------------------

Here are the potential candidates (not saying all of these necessarily needs to be examined).

iocore/cache/NewCacheVC.cc: #include <iostream>
iocore/net/DetailedLog.h: #include <string>
iocore/net/DetailedLog.h: #include <list>
proxy/cust_log_fmt_cnvrt.cc: #include <iostream>
proxy/cust_log_fmt_cnvrt.cc: #include <iomanip>
proxy/cust_log_fmt_cnvrt.cc: #include <fstream>
proxy/http2/remap/UrlMappingPathIndex.h: #include <list>
proxy/http2/remap/UrlMappingPathIndex.h: #include <map>
proxy/http2/remap/RemapProcessor.h: #include <map>
proxy/http2/remap/UrlMapping.h: #include <deque>
proxy/http2/remap/UrlMapping.h: #include <map>
proxy/http2/remap/UrlRewrite.h: #include <list>
proxy/http2/remap/Trie.h: #include <list>
proxy/http2/HttpConnectionCount.h: #include <ext/hash_map>
proxy/http2/HttpConnectionCount.h: #include <hash_map>
proxy/http2/HttpConnectionCount.h: #include <map>
proxy/http2/HttpConfig.cc: #include <iostream>


> Eliminate some uncessary usages of STL on the crititcal path
> ------------------------------------------------------------
>
>                 Key: TS-550
>                 URL: https://issues.apache.org/jira/browse/TS-550
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.6
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-550) Eliminate some uncessary usages of STL on the crititcal path

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-550:
-----------------------------

      Description: Moving out some non-critical bugs to v2.1.7.
    Fix Version/s:     (was: 2.1.6)
                   2.1.7

> Eliminate some uncessary usages of STL on the crititcal path
> ------------------------------------------------------------
>
>                 Key: TS-550
>                 URL: https://issues.apache.org/jira/browse/TS-550
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.7
>
>
> Moving out some non-critical bugs to v2.1.7.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-550) Eliminate some uncessary usages of STL on the crititcal path

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-550:
-----------------------------

    Fix Version/s:     (was: 2.1.7)
                   2.1.8

> Eliminate some uncessary usages of STL on the crititcal path
> ------------------------------------------------------------
>
>                 Key: TS-550
>                 URL: https://issues.apache.org/jira/browse/TS-550
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.8
>
>
> Moving out some non-critical bugs to v2.1.7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira