fort_SOURCES += types/serial.h types/serial.c
fort_SOURCES += types/sorted_array.h types/sorted_array.c
fort_SOURCES += types/str.h types/str.c
-fort_SOURCES += types/url.c types/url.h
+fort_SOURCES += types/uri.c types/uri.h
fort_SOURCES += types/uthash.h
fort_SOURCES += types/vrp.c types/vrp.h
fort_SOURCES += validation_handler.h validation_handler.c
#define _RsyncRequest_H_
/* Including external dependencies */
-#include "types/url.h"
+#include "types/uri.h"
#include "asn1/asn1c/OCTET_STRING.h"
#include "asn1/asn1c/constr_SEQUENCE.h"
#include "types/array.h"
#include "types/path.h"
#include "types/str.h"
-#include "types/url.h"
+#include "types/uri.h"
#include "types/uthash.h"
enum node_state {
#include <stdbool.h>
#include "types/map.h"
#include "types/rpp.h"
-#include "types/url.h"
+#include "types/uri.h"
int cache_setup(void); /* Init this module */
void cache_atexit(void);
#include "config.h"
#include "file.h"
#include "log.h"
-#include "types/url.h"
+#include "types/uri.h"
struct http_handler {
CURL *curl;
#include <curl/curl.h>
#include <stdbool.h>
-#include "types/url.h"
+#include "types/uri.h"
int http_init(void);
void http_cleanup(void);
#include "asn1/asn1c/INTEGER.h"
#include "file.h"
-#include "types/url.h"
+#include "types/uri.h"
/*
* Contract of get functions:
#include "types/name.h"
#include "types/path.h"
#include "types/str.h"
-#include "types/url.h"
+#include "types/uri.h"
/*
* The X509V3_EXT_METHOD that references NID_sinfo_access uses the AIA item.
#include "object/signed_object.h"
#include "thread_var.h"
#include "types/path.h"
-#include "types/url.h"
+#include "types/uri.h"
static int
decode_manifest(struct signed_object *sobj, struct Manifest **result)
#include "thread_var.h"
#include "types/path.h"
#include "types/str.h"
-#include "types/url.h"
+#include "types/uri.h"
struct tal {
char const *file_name;
#include "rsync.h"
#include "types/bio_seq.h"
#include "types/path.h"
-#include "types/url.h"
+#include "types/uri.h"
#define HDRSIZE 32
#include "types/arraylist.h"
#include "types/path.h"
#include "types/str.h"
-#include "types/url.h"
+#include "types/uri.h"
#include "types/uthash.h"
/* RRDP's XML namespace */
#include <time.h>
#include "file.h"
-#include "types/url.h"
+#include "types/uri.h"
struct rrdp_state;
#ifndef SRC_RSYNC_RSYNC_H_
#define SRC_RSYNC_RSYNC_H_
-#include "types/url.h"
+#include "types/uri.h"
void rsync_setup(char const *, ...);
int rsync_queue(struct uri const *, char const *);
#ifndef SRC_TYPES_MAP_H_
#define SRC_TYPES_MAP_H_
-#include "types/url.h"
+#include "types/uri.h"
// XXX document this better
struct cache_mapping {
-#include "types/url.h"
+#include "types/uri.h"
#include <curl/curl.h>
#include <errno.h>
-#ifndef SRC_TYPES_URL_H_
-#define SRC_TYPES_URL_H_
+#ifndef SRC_TYPES_URI_H_
+#define SRC_TYPES_URI_H_
#include <stdbool.h>
#include <stddef.h>
DEFINE_ARRAY_LIST_STRUCT(uris, struct uri);
DECLARE_ARRAY_LIST_FUNCTIONS(uris, struct uri)
-#endif /* SRC_TYPES_URL_H_ */
+#endif /* SRC_TYPES_URI_H_ */
thread_pool_test_SOURCES = thread_pool_test.c
thread_pool_test_LDADD = ${CHECK_LIBS}
-check_PROGRAMS += url.test
-url_test_SOURCES = types/url_test.c
-url_test_LDADD = ${CHECK_LIBS} ${CURL_LIBS}
+check_PROGRAMS += uri.test
+uri_test_SOURCES = types/uri_test.c
+uri_test_LDADD = ${CHECK_LIBS}
+uri_test_LDADD += ${CURL_LIBS}
check_PROGRAMS += uthash.test
uthash_test_SOURCES = types/uthash_test.c
#include "types/map.c"
#include "types/path.c"
#include "types/str.c"
-#include "types/url.c"
+#include "types/uri.c"
/*
* XXX
#include "mock.c"
#include "types/path.c"
#include "types/str.c"
-#include "types/url.c"
+#include "types/uri.c"
static void
check_spki(struct tal *tal)
#include "relax_ng.c"
#include "rrdp.c"
#include "types/map.c"
-#include "types/url.c"
+#include "types/uri.c"
START_TEST(test_xmlChar_NULL_assumption)
{
#include "types/map.c"
#include "types/path.c"
#include "types/str.c"
-#include "types/url.c"
+#include "types/uri.c"
/* Utils */
#include "rsync.c"
#include "stream.c"
#include "types/map.c"
-#include "types/url.c"
+#include "types/uri.c"
#include "asn1/asn1c/ber_decoder.c"
#include "asn1/asn1c/ber_tlv_length.c"
#include "mock.c"
#include "types/array.h"
#include "types/map.c"
-#include "types/url.c"
+#include "types/uri.c"
void
rpki_certificate_free(struct rpki_certificate *cert)
#include "common.c"
#include "mock.c"
#include "types/path.c"
-#include "types/url.c"
+#include "types/uri.c"
#define TEST_NORMALIZE(dirty, clean) \
normal = url_normalize(dirty); \