summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/LINKS11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/LINKS b/docs/LINKS
index ac7e0c3..8e5b042 100644
--- a/docs/LINKS
+++ b/docs/LINKS
@@ -54,3 +54,14 @@ http://gcc.gnu.org/onlinedocs/libstdc++/manual/ext_demangling.html
http://tombarta.wordpress.com/category/gcc/
?? name of module or typeid of derived class in module?
http://gcc.gnu.org/onlinedocs/gcc-4.4.3/gcc/Name-lookup.html#Name-lookup
+
+file type detection
+
+http://sourceforge.net/projects/libmagic/: classic for Unix, not for Windows
+
+network access libraries
+
+libCurl
+libfetch
+WinHTTP
+