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/10 19:39:13 UTC

[jira] Created: (TS-521) Rename all APIs from INK* to TS*.

Rename all APIs from INK* to TS*.
---------------------------------

                 Key: TS-521
                 URL: https://issues.apache.org/jira/browse/TS-521
             Project: Traffic Server
          Issue Type: Improvement
          Components: TSAPI
            Reporter: Leif Hedstrom
            Assignee: Leif Hedstrom
             Fix For: 2.1.5


We should rename all INK* APIs (ts/ts.h etc.) to use the standard TS* prefix. This is a massive change.

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


[jira] Commented: (TS-521) Rename all APIs from INK* to TS*.

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

Leif Hedstrom commented on TS-521:
----------------------------------

Here are a few of the "string" replacements I've done (putting it here just to have it available):

INKReturnCode	TSReturnCode
INKMutex	TSMutex
INKAction	TSAction
INK_ERROR_PTR	TS_ERROR_PTR
INK_ERROR	TS_ERROR
INK_SUCCESS	TS_SUCCESS
INKThread	TSThread
INKVIO		TSVIO
INKCont		TSCont
INKIOBuffer	TSIOBuffer
INKVConn	TSVConn
inkapi		tsapi
INKAssert	TSAssert
INKEvent	TSEvent
INKHttpTxn	TSHttpTxn
INKMgmtInt	TSMgmtInt
INK_EVENT	TS_EVENT
INKDebug	TSDebug
INKMBuffer	TSMBuffer
INK_NULL_MLOC	TS_NULL_MLOC
INKConfig	TSConfig
INKMLoc		TSMLoc
INKNetConnect	TSNetConnect
INKError	TSError
INKNetAccept	TSNetAccept
INKCache	TSCache
INKMimeHdr	TSMimeHdr


INKHandleMLocRelease	TSHandleMLocRelease
INKHandleStringRelease	TSHandleStringRelease
INKReleaseAssert	TSReleaseAssert


> Rename all APIs from INK* to TS*.
> ---------------------------------
>
>                 Key: TS-521
>                 URL: https://issues.apache.org/jira/browse/TS-521
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: TSAPI
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.5
>
>
> We should rename all INK* APIs (ts/ts.h etc.) to use the standard TS* prefix. This is a massive change.

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


[jira] Resolved: (TS-521) Rename all APIs from INK* to TS*.

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

Leif Hedstrom resolved TS-521.
------------------------------

    Resolution: Fixed

> Rename all APIs from INK* to TS*.
> ---------------------------------
>
>                 Key: TS-521
>                 URL: https://issues.apache.org/jira/browse/TS-521
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: TSAPI
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.5
>
>         Attachments: ink-2-ts.sh
>
>
> We should rename all INK* APIs (ts/ts.h etc.) to use the standard TS* prefix. This is a massive change.

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


[jira] Updated: (TS-521) Rename all APIs from INK* to TS*.

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

Leif Hedstrom updated TS-521:
-----------------------------

    Attachment: ink-2-ts.sh

Trivial script that mostly deals with this INK* -> TS* migration.

> Rename all APIs from INK* to TS*.
> ---------------------------------
>
>                 Key: TS-521
>                 URL: https://issues.apache.org/jira/browse/TS-521
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: TSAPI
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.5
>
>         Attachments: ink-2-ts.sh
>
>
> We should rename all INK* APIs (ts/ts.h etc.) to use the standard TS* prefix. This is a massive change.

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