summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_vector.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-05Remove unused nxt_vector_t APIAndrew Clayton1-156/+0
This is unused, yet a community member just spent time finding and fixing a bug in it only to be told it's unused. Just get rid of the thing. Link: <https://github.com/nginx/unit/pull/963> Reviewed-by: Zhidao Hong <z.hong@f5.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2017-06-27Applied nxt_pointer_to() and nxt_value_at() where possible.Valentin Bartenev1-4/+4
2017-01-17Initial version.Igor Sysoev1-0/+156