GitHub user SolidWallOfCode opened a pull request:
https://github.com/apache/trafficserver/pull/1331
MemView is a utility to create read only views of memory.
MemView is intended as a replacement for TSBuffer.h. It drops writable
buffer support which was never really useful and splits the read only view in
to raw memory and string based views. All TSBuffer functionality is present
along with other improvements.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SolidWallOfCode/trafficserver MemView
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1331.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1331
----
commit c7ddd6e890186b97367381fa141561901ea1950d
Author: Alan M. Carroll <[email protected]>
Date: 2016-12-02T17:51:06Z
MemView: Initial commit after derivation from StringView.
commit 557a32e750f63a9fc98564b6e44cedda744cd861
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-12T22:01:35Z
MemView: Add documentation.
commit aed66aaf0ec178d4f3a9b708dcfcb9357fccb379
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-13T11:15:10Z
MemView: Fix printing issues.
commit f04556f00f1659f9e43defca700783d18340440c
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-13T00:04:10Z
MemView: Added overloads for string operations.
commit 945bd7b99f28f958966e778a54c8b88a35c1ebd8
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-13T12:03:29Z
MemView: Fix inline problem.
commit 88ff533dca658cbe232be034e176d62d686ec5bd
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-13T12:08:05Z
MemView: Fix char overloads for splitPrefix and extractPrefix.
commit c9f69724fb3f944ef91638504ede83f9716ae931
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-13T17:03:43Z
MemView: Add more trim methods, update documentation.
commit f49a1cfae700edf628c4b0a04dec486f62668098
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-13T17:40:36Z
MemView: Doc update.
commit e35c73ffa8b4e0c265be2b14f98b62661b262811
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-13T17:43:17Z
MemView: fix documentation file name.
commit c767fd2df6c43f4823642ccb713bcf63f7160a06
Author: Alan M. Carroll <[email protected]>
Date: 2017-01-13T19:35:36Z
MemView: MemView::array for typed indexing.
Documetation updates.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---