Project

General

Profile

Actions

Task #4023

closed

Port custom NDN regex from ndn-cxx

Added by Anonymous about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/28/2017
Due date:
% Done:

0%

Estimated time:

Description

NDN regex is used for the trust schema in the config policy manager. The current implementation follows the original from ndn-cxx which expands the NDN regex into a single normal regex expression. This has problems with generality and Boost regex can crash on complex expressions. Now, ndn-cxx has a custom library which directly handles the NDN regex expression at the name component level so that the standard regex library only needs to handle the regex within a single name component.
https://github.com/named-data/ndn-cxx/tree/master/src/util/regex

We should port this to the Common Client Libraries.

Actions #1

Updated by Anonymous about 7 years ago

  • Status changed from New to In Progress

Merged to master in NDN-CPP.

Actions #2

Updated by Anonymous over 6 years ago

  • Status changed from In Progress to Closed

Merged to master in all libraries.

Actions

Also available in: Atom PDF