Added ez-string. master
authorNot Zed <notzed@gmail.com>
Tue, 23 Jul 2024 09:28:51 +0000 (18:58 +0930)
committerNot Zed <notzed@gmail.com>
Tue, 23 Jul 2024 10:21:48 +0000 (19:51 +0930)
commit97df133a0e86748f178db29de916fd2ff02b5256
tree9a97371851b5017dcb8075f82bee5cdfa3dc3c25
parentfbddbf36a2d15903547055bee3fb8cd747ee96dc
Added ez-string.
Removed ez-blob-io and changed everything to use ez-string.
Made test-http standalone.
Expanded the link node fields in string and pair nodes.
Rename ez_string_node to ez_name to closer match ez_pair etc.
16 files changed:
Makefile
ez-blob-io.c [deleted file]
ez-blob-io.h [deleted file]
ez-blob-print.c
ez-blob-tagz.c
ez-blob-xdrn.c
ez-blob-xdrn.h
ez-http.c
ez-http.h
ez-list.h
ez-node.h
ez-set.h
ez-string.c [new file with mode: 0644]
ez-string.h [new file with mode: 0644]
test-blob.c
test-http.c