Răsfoiți Sursa

Upgrades the library description. [ci skip]

silvioprog 7 ani în urmă
părinte
comite
e1c6b35a61
92 a modificat fișierele cu 93 adăugiri și 93 ștergeri
  1. 2 2
      CMakeLists.txt
  2. 1 1
      README.md
  3. 1 1
      cmake/SgABIComplianceChecker.cmake
  4. 1 1
      cmake/SgCPack.cmake
  5. 1 1
      cmake/SgDoxygen.cmake
  6. 1 1
      cmake/SgFlags.cmake
  7. 1 1
      cmake/SgGNUSource.cmake
  8. 1 1
      cmake/SgMHD.cmake
  9. 1 1
      cmake/SgPC.cmake
  10. 1 1
      cmake/SgPCRE2.cmake
  11. 1 1
      cmake/SgPVSStudio.cmake
  12. 1 1
      cmake/SgRC.cmake
  13. 1 1
      cmake/SgSummary.cmake
  14. 1 1
      cmake/SgUninstall.cmake
  15. 1 1
      cmake/SgVersion.cmake
  16. 1 1
      cmake/libsagui.rc.cmake.in
  17. 1 1
      doxygen/Doxyfile.in
  18. 1 1
      doxygen/example_entrypoint.h
  19. 1 1
      doxygen/example_httpauth.h
  20. 1 1
      doxygen/example_httpcookie.h
  21. 1 1
      doxygen/example_httpsrv.h
  22. 1 1
      doxygen/example_httpsrv_benchmark.h
  23. 1 1
      doxygen/example_httpsrv_tls.h
  24. 1 1
      doxygen/example_httpsrv_tls_cert_auth.h
  25. 1 1
      doxygen/example_httpuplds.h
  26. 1 1
      doxygen/example_router_segments.h
  27. 1 1
      doxygen/example_router_simple.h
  28. 1 1
      doxygen/example_router_srv.h
  29. 1 1
      doxygen/example_router_vars.h
  30. 1 1
      doxygen/example_str.h
  31. 1 1
      doxygen/example_strmap.h
  32. 1 1
      examples/CMakeLists.txt
  33. 1 1
      examples/example_entrypoint.c
  34. 1 1
      examples/example_httpauth.c
  35. 1 1
      examples/example_httpcookie.c
  36. 1 1
      examples/example_httpsrv.c
  37. 1 1
      examples/example_httpsrv_benchmark.c
  38. 1 1
      examples/example_httpsrv_tls.c
  39. 1 1
      examples/example_httpsrv_tls_cert_auth.c
  40. 1 1
      examples/example_httpuplds.c
  41. 1 1
      examples/example_router_segments.c
  42. 1 1
      examples/example_router_simple.c
  43. 1 1
      examples/example_router_srv.c
  44. 1 1
      examples/example_router_vars.c
  45. 1 1
      examples/example_str.c
  46. 1 1
      examples/example_strmap.c
  47. 1 1
      include/sagui.h
  48. 1 1
      src/CMakeLists.txt
  49. 1 1
      src/sg_entrypoint.c
  50. 1 1
      src/sg_entrypoint.h
  51. 1 1
      src/sg_entrypoints.c
  52. 1 1
      src/sg_entrypoints.h
  53. 1 1
      src/sg_httpauth.c
  54. 1 1
      src/sg_httpauth.h
  55. 1 1
      src/sg_httpreq.c
  56. 1 1
      src/sg_httpreq.h
  57. 1 1
      src/sg_httpres.c
  58. 1 1
      src/sg_httpres.h
  59. 1 1
      src/sg_httpsrv.c
  60. 1 1
      src/sg_httpsrv.h
  61. 1 1
      src/sg_httpuplds.c
  62. 1 1
      src/sg_httpuplds.h
  63. 1 1
      src/sg_httputils.c
  64. 1 1
      src/sg_httputils.h
  65. 1 1
      src/sg_macros.h
  66. 1 1
      src/sg_router.c
  67. 1 1
      src/sg_router.h
  68. 1 1
      src/sg_routes.c
  69. 1 1
      src/sg_routes.h
  70. 1 1
      src/sg_str.c
  71. 1 1
      src/sg_str.h
  72. 1 1
      src/sg_strmap.c
  73. 1 1
      src/sg_strmap.h
  74. 1 1
      src/sg_utils.c
  75. 1 1
      src/sg_utils.h
  76. 1 1
      test/CMakeLists.txt
  77. 1 1
      test/sg_assert.h
  78. 1 1
      test/test_entrypoint.c
  79. 1 1
      test/test_entrypoints.c
  80. 1 1
      test/test_httpauth.c
  81. 1 1
      test/test_httpreq.c
  82. 1 1
      test/test_httpres.c
  83. 1 1
      test/test_httpsrv.c
  84. 1 1
      test/test_httpsrv_curl.c
  85. 1 1
      test/test_httpsrv_tls_curl.c
  86. 1 1
      test/test_httpuplds.c
  87. 1 1
      test/test_httputils.c
  88. 1 1
      test/test_router.c
  89. 1 1
      test/test_routes.c
  90. 1 1
      test/test_str.c
  91. 1 1
      test/test_strmap.c
  92. 1 1
      test/test_utils.c

+ 2 - 2
CMakeLists.txt

@@ -17,7 +17,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #
@@ -43,7 +43,7 @@ project(sagui C)
 
 set(CMAKE_C_STANDARD 99)
 
-set(PROJECT_DESCRIPTION "–– an ideal C library to develop cross-platform HTTP servers.")
+set(PROJECT_DESCRIPTION "–– cross-platform library which helps to develop web servers or frameworks.")
 set(PROJECT_VENDOR "The Sagui Library Development Team")
 set(PROJECT_URL "https://github.com/risoflora/libsagui")
 set(PROJECT_ISSUES_URL "${PROJECT_URL}/issues")

+ 1 - 1
README.md

@@ -4,7 +4,7 @@
 
 # Overview
 
-Sagui is an ideal C library to develop cross-platform HTTP servers. Its core has been developed using the [GNU libmicrohttpd](https://www.gnu.org/software/libmicrohttpd), [uthash](https://troydhanson.github.io/uthash) and [GnuTLS](https://www.gnutls.org), that's why it is so fast, compact and useful to run on embedded systems.
+Sagui is a cross-platform C library which helps to develop web servers or frameworks. Its core has been developed using the [GNU libmicrohttpd](https://www.gnu.org/software/libmicrohttpd), [uthash](https://troydhanson.github.io/uthash), [PCRE2](https://www.pcre.org) and [GnuTLS](https://www.gnutls.org), that's why it is so fast, compact and useful to run on embedded systems.
 
 # Features
 

+ 1 - 1
cmake/SgABIComplianceChecker.cmake

@@ -18,7 +18,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgCPack.cmake

@@ -14,7 +14,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgDoxygen.cmake

@@ -33,7 +33,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgFlags.cmake

@@ -17,7 +17,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgGNUSource.cmake

@@ -17,7 +17,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgMHD.cmake

@@ -19,7 +19,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgPC.cmake

@@ -15,7 +15,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgPCRE2.cmake

@@ -20,7 +20,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgPVSStudio.cmake

@@ -13,7 +13,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgRC.cmake

@@ -17,7 +17,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgSummary.cmake

@@ -13,7 +13,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgUninstall.cmake

@@ -13,7 +13,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/SgVersion.cmake

@@ -22,7 +22,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
cmake/libsagui.rc.cmake.in

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/Doxyfile.in

@@ -5,7 +5,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
doxygen/example_entrypoint.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_httpauth.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_httpcookie.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_httpsrv.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_httpsrv_benchmark.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_httpsrv_tls.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_httpsrv_tls_cert_auth.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_httpuplds.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_router_segments.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_router_simple.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_router_srv.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_router_vars.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_str.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
doxygen/example_strmap.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/CMakeLists.txt

@@ -21,7 +21,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
examples/example_entrypoint.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_httpauth.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_httpcookie.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_httpsrv.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_httpsrv_benchmark.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_httpsrv_tls.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_httpsrv_tls_cert_auth.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_httpuplds.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_router_segments.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_router_simple.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_router_srv.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_router_vars.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_str.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
examples/example_strmap.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
include/sagui.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/CMakeLists.txt

@@ -19,7 +19,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
src/sg_entrypoint.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_entrypoint.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_entrypoints.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_entrypoints.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpauth.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpauth.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpreq.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpreq.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpres.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpres.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpsrv.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpsrv.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpuplds.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httpuplds.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httputils.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_httputils.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_macros.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_router.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_router.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_routes.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_routes.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_str.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_str.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_strmap.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_strmap.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_utils.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
src/sg_utils.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/CMakeLists.txt

@@ -22,7 +22,7 @@
 #  |___/\__,_|\__, |\__,_|_|
 #             |___/
 #
-#   –– an ideal C library to develop cross-platform HTTP servers.
+#   –– cross-platform library which helps to develop web servers or frameworks.
 #
 # Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
 #

+ 1 - 1
test/sg_assert.h

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_entrypoint.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_entrypoints.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_httpauth.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_httpreq.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_httpres.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_httpsrv.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_httpsrv_curl.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_httpsrv_tls_curl.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_httpuplds.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_httputils.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_router.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_routes.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_str.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_strmap.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *

+ 1 - 1
test/test_utils.c

@@ -5,7 +5,7 @@
  *  |___/\__,_|\__, |\__,_|_|
  *             |___/
  *
- *   –– an ideal C library to develop cross-platform HTTP servers.
+ *   –– cross-platform library which helps to develop web servers or frameworks.
  *
  * Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
  *