diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-02-12 21:21:57 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-02-12 23:12:43 +0100 |
| commit | 6ceae16a20175edb77fb2ffab0d3d6648d011221 (patch) | |
| tree | 9b60d833b536b2b86081f317ae2d503c171825f8 /doc | |
| parent | 46a9d4efb9acf3c1ac73fd13bcdbdbc23323e75f (diff) | |
Bump version to 0.2.0v0.2.0
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man3/handler_add.3 | 2 | ||||
| -rw-r--r-- | doc/man3/handler_alloc.3 | 2 | ||||
| -rw-r--r-- | doc/man3/handler_free.3 | 2 | ||||
| -rw-r--r-- | doc/man3/handler_listen.3 | 2 | ||||
| -rw-r--r-- | doc/man3/handler_loop.3 | 2 | ||||
| -rw-r--r-- | doc/man3/html_node_add_attr.3 | 2 | ||||
| -rw-r--r-- | doc/man3/html_node_add_child.3 | 2 | ||||
| -rw-r--r-- | doc/man3/html_node_add_sibling.3 | 2 | ||||
| -rw-r--r-- | doc/man3/html_node_alloc.3 | 2 | ||||
| -rw-r--r-- | doc/man3/html_node_free.3 | 2 | ||||
| -rw-r--r-- | doc/man3/html_node_set_value.3 | 2 | ||||
| -rw-r--r-- | doc/man3/html_node_set_value_unescaped.3 | 2 | ||||
| -rw-r--r-- | doc/man3/html_serialize.3 | 2 | ||||
| -rw-r--r-- | doc/man3/http_alloc.3 | 2 | ||||
| -rw-r--r-- | doc/man3/http_cookie_create.3 | 2 | ||||
| -rw-r--r-- | doc/man3/http_decode_url.3 | 2 | ||||
| -rw-r--r-- | doc/man3/http_encode_url.3 | 2 | ||||
| -rw-r--r-- | doc/man3/http_free.3 | 2 | ||||
| -rw-r--r-- | doc/man3/http_response_add_header.3 | 2 | ||||
| -rw-r--r-- | doc/man3/http_update.3 | 2 | ||||
| -rw-r--r-- | doc/man7/libweb_handler.7 | 2 | ||||
| -rw-r--r-- | doc/man7/libweb_html.7 | 2 | ||||
| -rw-r--r-- | doc/man7/libweb_http.7 | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/doc/man3/handler_add.3 b/doc/man3/handler_add.3 index 2530f73..a64c000 100644 --- a/doc/man3/handler_add.3 +++ b/doc/man3/handler_add.3 @@ -1,4 +1,4 @@ -.TH HANDLER_ADD 3 2023-09-13 0.1.0 "libweb Library Reference" +.TH HANDLER_ADD 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME handler_add \- add an endpoint to a web server handler object diff --git a/doc/man3/handler_alloc.3 b/doc/man3/handler_alloc.3 index 624b838..82b0711 100644 --- a/doc/man3/handler_alloc.3 +++ b/doc/man3/handler_alloc.3 @@ -1,4 +1,4 @@ -.TH HANDLER_ALLOC 3 2023-11-16 0.2.0 "libweb Library Reference" +.TH HANDLER_ALLOC 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME handler_alloc \- allocate a web server handler object diff --git a/doc/man3/handler_free.3 b/doc/man3/handler_free.3 index 865f3a5..63c93f9 100644 --- a/doc/man3/handler_free.3 +++ b/doc/man3/handler_free.3 @@ -1,4 +1,4 @@ -.TH HANDLER_FREE 3 2023-09-14 0.1.0 "libweb Library Reference" +.TH HANDLER_FREE 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME handler_free \- free a web server handler object diff --git a/doc/man3/handler_listen.3 b/doc/man3/handler_listen.3 index def607f..0dfb801 100644 --- a/doc/man3/handler_listen.3 +++ b/doc/man3/handler_listen.3 @@ -1,4 +1,4 @@ -.TH HANDLER_LISTEN 3 2023-11-16 0.2.0 "libweb Library Reference" +.TH HANDLER_LISTEN 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME handler_listen \- initialize server to listen to a given port diff --git a/doc/man3/handler_loop.3 b/doc/man3/handler_loop.3 index b9d0b46..f7b06d6 100644 --- a/doc/man3/handler_loop.3 +++ b/doc/man3/handler_loop.3 @@ -1,4 +1,4 @@ -.TH HANDLER_LOOP 3 2023-11-16 0.2.0 "libweb Library Reference" +.TH HANDLER_LOOP 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME handler_loop \- listen to and handle incoming connections on a web diff --git a/doc/man3/html_node_add_attr.3 b/doc/man3/html_node_add_attr.3 index 1bd1fba..b1a25fb 100644 --- a/doc/man3/html_node_add_attr.3 +++ b/doc/man3/html_node_add_attr.3 @@ -1,4 +1,4 @@ -.TH HTML_NODE_ADD_ATTR 3 2023-09-24 0.1.0 "libweb Library Reference" +.TH HTML_NODE_ADD_ATTR 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME html_node_add_attr \- add attribute to a HTML node diff --git a/doc/man3/html_node_add_child.3 b/doc/man3/html_node_add_child.3 index 0f9da34..96e5de9 100644 --- a/doc/man3/html_node_add_child.3 +++ b/doc/man3/html_node_add_child.3 @@ -1,4 +1,4 @@ -.TH HTML_NODE_ADD_CHILD 3 2023-09-25 0.1.0 "libweb Library Reference" +.TH HTML_NODE_ADD_CHILD 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME html_node_add_child \- add child to a HTML node diff --git a/doc/man3/html_node_add_sibling.3 b/doc/man3/html_node_add_sibling.3 index d53dc67..cea7dac 100644 --- a/doc/man3/html_node_add_sibling.3 +++ b/doc/man3/html_node_add_sibling.3 @@ -1,4 +1,4 @@ -.TH HTML_NODE_ADD_SIBLING 3 2023-09-25 0.1.0 "libweb Library Reference" +.TH HTML_NODE_ADD_SIBLING 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME html_node_add_sibling \- add sibling to a HTML node diff --git a/doc/man3/html_node_alloc.3 b/doc/man3/html_node_alloc.3 index 6ca84a6..1f44ace 100644 --- a/doc/man3/html_node_alloc.3 +++ b/doc/man3/html_node_alloc.3 @@ -1,4 +1,4 @@ -.TH HTML_NODE_ALLOC 3 2023-09-15 0.1.0 "libweb Library Reference" +.TH HTML_NODE_ALLOC 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME html_node_alloc \- allocate a HTML node diff --git a/doc/man3/html_node_free.3 b/doc/man3/html_node_free.3 index 5a88dbe..bab924c 100644 --- a/doc/man3/html_node_free.3 +++ b/doc/man3/html_node_free.3 @@ -1,4 +1,4 @@ -.TH HTML_NODE_FREE 3 2023-09-16 0.1.0 "libweb Library Reference" +.TH HTML_NODE_FREE 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME html_node_free \- free a HTML node and its children diff --git a/doc/man3/html_node_set_value.3 b/doc/man3/html_node_set_value.3 index 040eec5..9a4f9f4 100644 --- a/doc/man3/html_node_set_value.3 +++ b/doc/man3/html_node_set_value.3 @@ -1,4 +1,4 @@ -.TH HTML_NODE_SET_VALUE 3 2023-09-24 0.1.0 "libweb Library Reference" +.TH HTML_NODE_SET_VALUE 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME html_node_set_value \- set value to a HTML node diff --git a/doc/man3/html_node_set_value_unescaped.3 b/doc/man3/html_node_set_value_unescaped.3 index 1c8490b..890e2b5 100644 --- a/doc/man3/html_node_set_value_unescaped.3 +++ b/doc/man3/html_node_set_value_unescaped.3 @@ -1,4 +1,4 @@ -.TH HTML_NODE_SET_VALUE_UNESCAPED 3 2023-09-24 0.1.0 "libweb Library Reference" +.TH HTML_NODE_SET_VALUE_UNESCAPED 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME html_node_set_value_unescaped \- set value to a HTML node diff --git a/doc/man3/html_serialize.3 b/doc/man3/html_serialize.3 index b4a7c6b..0271e7c 100644 --- a/doc/man3/html_serialize.3 +++ b/doc/man3/html_serialize.3 @@ -1,4 +1,4 @@ -.TH HTML_SERIALIZE 3 2023-09-24 0.1.0 "libweb Library Reference" +.TH HTML_SERIALIZE 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME html_serialize \- add attribute to a HTML node diff --git a/doc/man3/http_alloc.3 b/doc/man3/http_alloc.3 index f824751..e933abd 100644 --- a/doc/man3/http_alloc.3 +++ b/doc/man3/http_alloc.3 @@ -1,4 +1,4 @@ -.TH HTTP_ALLOC 3 2023-09-06 0.1.0 "libweb Library Reference" +.TH HTTP_ALLOC 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME http_alloc \- allocate a HTTP context object diff --git a/doc/man3/http_cookie_create.3 b/doc/man3/http_cookie_create.3 index a483e6e..5917216 100644 --- a/doc/man3/http_cookie_create.3 +++ b/doc/man3/http_cookie_create.3 @@ -1,4 +1,4 @@ -.TH HTTP_COOKIE_CREATE 3 2023-09-07 0.1.0 "libweb Library Reference" +.TH HTTP_COOKIE_CREATE 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME http_cookie_create \- creates a HTTP/1.1 cookie diff --git a/doc/man3/http_decode_url.3 b/doc/man3/http_decode_url.3 index 28ede55..55a5904 100644 --- a/doc/man3/http_decode_url.3 +++ b/doc/man3/http_decode_url.3 @@ -1,4 +1,4 @@ -.TH HTTP_DECODE_URL 3 2023-11-11 0.2.0 "libweb Library Reference" +.TH HTTP_DECODE_URL 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME http_decode_url \- decodes a percent-encoded null-terminated string diff --git a/doc/man3/http_encode_url.3 b/doc/man3/http_encode_url.3 index 893766b..555f3c4 100644 --- a/doc/man3/http_encode_url.3 +++ b/doc/man3/http_encode_url.3 @@ -1,4 +1,4 @@ -.TH HTTP_ENCODE_URL 3 2023-09-07 0.1.0 "libweb Library Reference" +.TH HTTP_ENCODE_URL 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME http_encode_url \- allocates a percent-encoded null-terminated string diff --git a/doc/man3/http_free.3 b/doc/man3/http_free.3 index d7cb209..6d7fdc6 100644 --- a/doc/man3/http_free.3 +++ b/doc/man3/http_free.3 @@ -1,4 +1,4 @@ -.TH HTTP_FREE 3 2023-09-06 0.1.0 "libweb Library Reference" +.TH HTTP_FREE 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME http_free \- free a HTTP context object diff --git a/doc/man3/http_response_add_header.3 b/doc/man3/http_response_add_header.3 index 25e20a2..90d3f40 100644 --- a/doc/man3/http_response_add_header.3 +++ b/doc/man3/http_response_add_header.3 @@ -1,4 +1,4 @@ -.TH HTTP_RESPONSE_ADD_HEADER 3 2023-09-07 0.1.0 "libweb Library Reference" +.TH HTTP_RESPONSE_ADD_HEADER 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME http_response_add_header \- adds a HTTP/1.1 header to a response diff --git a/doc/man3/http_update.3 b/doc/man3/http_update.3 index dbf26be..9ac2219 100644 --- a/doc/man3/http_update.3 +++ b/doc/man3/http_update.3 @@ -1,4 +1,4 @@ -.TH HTTP_UPDATE 3 2023-09-06 0.1.0 "libweb Library Reference" +.TH HTTP_UPDATE 3 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME http_update \- updates a HTTP context object diff --git a/doc/man7/libweb_handler.7 b/doc/man7/libweb_handler.7 index 8ec9d28..f975444 100644 --- a/doc/man7/libweb_handler.7 +++ b/doc/man7/libweb_handler.7 @@ -1,4 +1,4 @@ -.TH LIBWEB_HANDLER 7 2023-11-18 0.2.0 "libweb Library Reference" +.TH LIBWEB_HANDLER 7 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME libweb_handler \- libweb high-level website configuration diff --git a/doc/man7/libweb_html.7 b/doc/man7/libweb_html.7 index 7e2f67b..bba3109 100644 --- a/doc/man7/libweb_html.7 +++ b/doc/man7/libweb_html.7 @@ -1,4 +1,4 @@ -.TH LIBWEB_HTML 7 2023-09-15 0.1.0 "libweb Library Reference" +.TH LIBWEB_HTML 7 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME libweb_html \- libweb HTML serializer diff --git a/doc/man7/libweb_http.7 b/doc/man7/libweb_http.7 index ef67bff..0beb686 100644 --- a/doc/man7/libweb_http.7 +++ b/doc/man7/libweb_http.7 @@ -1,4 +1,4 @@ -.TH LIBWEB_HTTP 7 2023-11-18 0.2.0 "libweb Library Reference" +.TH LIBWEB_HTTP 7 2024-02-12 0.2.0 "libweb Library Reference" .SH NAME libweb_http \- libweb HTTP connection handling and utilities |
