File: TODO

package info (click to toggle)
libvmod-selector 2.6.0%2B20250506-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,488 kB
  • sloc: ansic: 2,808; makefile: 115; sh: 37; ruby: 36
file content (22 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* associate with more data types
  * ACL?
  * BLOB?
  * BOOL
  * BYTES?
  * DURATION
  * HEADER, HTTP?
  * IP?
  * REAL
  * STEVEDORE?
  * TIME?

* QP_Insert() with rotation, so that ordered inserts are not required

* extend "secondary regex" support
  * method .backref()
  * caseless match option
  * expose pcre limit params for regexen?
For all of these, we'd have to use VRE_* rather than VRT_VRE_*

* search algorithm for .matched() ?
  * See the XXX comment in the code.