aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-01-02 18:52:46 +0200
committerRiccardo Spagni <ric@spagni.net>2015-01-02 18:52:46 +0200
commitf4b69d553a249ace3694e3b4fd307ddffa156d7d (patch)
tree26dbcfe83c94350b492ccb5e1a0ba2f9d1582fc5 /contrib/epee
parentMerge pull request #203 (diff)
downloadmonero-f4b69d553a249ace3694e3b4fd307ddffa156d7d.tar.xz
year updated in license
Diffstat (limited to 'contrib/epee')
-rw-r--r--contrib/epee/LICENSE.txt2
-rw-r--r--contrib/epee/README.md2
-rw-r--r--contrib/epee/demo/generate_vc_proj.bat2
-rw-r--r--contrib/epee/demo/iface/transport_defs.h2
-rw-r--r--contrib/epee/include/copyable_atomic.h2
-rw-r--r--contrib/epee/include/math_helper.h2
-rw-r--r--contrib/epee/include/md5_l.inl2
-rw-r--r--contrib/epee/include/net/http_base.h2
-rw-r--r--contrib/epee/include/net/http_client.h2
-rw-r--r--contrib/epee/include/net/http_client_base.h2
-rw-r--r--contrib/epee/include/net/http_client_via_api_helper.h2
-rw-r--r--contrib/epee/include/net/http_protocol_handler.inl2
-rw-r--r--contrib/epee/include/net/http_server_impl_base.h2
-rw-r--r--contrib/epee/include/net/levin_client_async.h2
-rw-r--r--contrib/epee/include/net/levin_helper.h2
-rw-r--r--contrib/epee/include/net/munin_connection_handler.h2
-rw-r--r--contrib/epee/include/net/munin_node_server.h2
-rw-r--r--contrib/epee/include/net/protocol_switcher.h2
-rw-r--r--contrib/epee/include/net/rpc_method_name.h2
-rw-r--r--contrib/epee/include/net/smtp.h2
-rw-r--r--contrib/epee/include/net/smtp.inl2
-rw-r--r--contrib/epee/include/net/smtp_helper.h2
-rw-r--r--contrib/epee/include/serialization/enableable.h2
-rw-r--r--contrib/epee/include/soci_helper.h2
-rw-r--r--contrib/epee/include/storages/crypted_storage.h2
-rw-r--r--contrib/epee/include/storages/gzipped_inmemstorage.h2
-rw-r--r--contrib/epee/include/storages/parserse_base_utils.h2
-rw-r--r--contrib/epee/include/storages/portable_storage_base.h2
-rw-r--r--contrib/epee/include/storages/portable_storage_from_bin.h2
-rw-r--r--contrib/epee/include/storages/portable_storage_from_json.h2
-rw-r--r--contrib/epee/include/storages/portable_storage_template_helper.h2
-rw-r--r--contrib/epee/include/storages/portable_storage_to_bin.h2
-rw-r--r--contrib/epee/include/storages/portable_storage_to_json.h2
-rw-r--r--contrib/epee/include/storages/portable_storage_val_converters.h2
-rw-r--r--contrib/epee/include/time_helper.h2
-rw-r--r--contrib/epee/include/warnings.h2
-rw-r--r--contrib/epee/tests/data/storages/invalid_storage_1.binbin109577 -> 109578 bytes
-rw-r--r--contrib/epee/tests/data/storages/invalid_storage_3.bin2
-rw-r--r--contrib/epee/tests/data/storages/invalid_storage_4.binbin18 -> 19 bytes
-rw-r--r--contrib/epee/tests/data/storages/valid_storage.binbin180345 -> 180346 bytes
-rw-r--r--contrib/epee/tests/generate_vc_proj.bat2
-rw-r--r--contrib/epee/tests/src/net/test_net.h2
-rw-r--r--contrib/epee/tests/src/storages/portable_storages_test.h2
-rw-r--r--contrib/epee/tests/src/tests.cpp2
44 files changed, 41 insertions, 41 deletions
diff --git a/contrib/epee/LICENSE.txt b/contrib/epee/LICENSE.txt
index 4a6b529e5..9835c2f69 100644
--- a/contrib/epee/LICENSE.txt
+++ b/contrib/epee/LICENSE.txt
@@ -22,4 +22,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/contrib/epee/README.md b/contrib/epee/README.md
index a69884f57..8157d3e56 100644
--- a/contrib/epee/README.md
+++ b/contrib/epee/README.md
@@ -1 +1 @@
-epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier. \ No newline at end of file
+epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.
diff --git a/contrib/epee/demo/generate_vc_proj.bat b/contrib/epee/demo/generate_vc_proj.bat
index 111405981..7d83ced6f 100644
--- a/contrib/epee/demo/generate_vc_proj.bat
+++ b/contrib/epee/demo/generate_vc_proj.bat
@@ -4,4 +4,4 @@ cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ..
cd ..
-pause \ No newline at end of file
+pause
diff --git a/contrib/epee/demo/iface/transport_defs.h b/contrib/epee/demo/iface/transport_defs.h
index 8463eb903..746694aa3 100644
--- a/contrib/epee/demo/iface/transport_defs.h
+++ b/contrib/epee/demo/iface/transport_defs.h
@@ -218,4 +218,4 @@ namespace demo
s.m_storage_entry_string = epee::serialization::storage_entry(std::string("sdsvsdvs"));
return s;
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/copyable_atomic.h b/contrib/epee/include/copyable_atomic.h
index 6b5691ab1..410b4b4ff 100644
--- a/contrib/epee/include/copyable_atomic.h
+++ b/contrib/epee/include/copyable_atomic.h
@@ -51,4 +51,4 @@ namespace epee
return std::atomic<uint32_t>::operator++(fake);
}
};
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/math_helper.h b/contrib/epee/include/math_helper.h
index 349d6d822..9b8765e60 100644
--- a/contrib/epee/include/math_helper.h
+++ b/contrib/epee/include/math_helper.h
@@ -269,4 +269,4 @@ PRAGMA_WARNING_POP
time_t m_interval;
};
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/md5_l.inl b/contrib/epee/include/md5_l.inl
index c3da1a3b0..2aa881092 100644
--- a/contrib/epee/include/md5_l.inl
+++ b/contrib/epee/include/md5_l.inl
@@ -560,4 +560,4 @@ namespace md5
MD5Final(digest, &context); /* finish up 2nd pass */
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/http_base.h b/contrib/epee/include/net/http_base.h
index 49b0839b2..2a227cc70 100644
--- a/contrib/epee/include/net/http_base.h
+++ b/contrib/epee/include/net/http_base.h
@@ -181,4 +181,4 @@ namespace net_utils
};
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/http_client.h b/contrib/epee/include/net/http_client.h
index 5897a017e..66b28384c 100644
--- a/contrib/epee/include/net/http_client.h
+++ b/contrib/epee/include/net/http_client.h
@@ -872,4 +872,4 @@ using namespace std;
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/http_client_base.h b/contrib/epee/include/net/http_client_base.h
index 571e27f73..450d44823 100644
--- a/contrib/epee/include/net/http_client_base.h
+++ b/contrib/epee/include/net/http_client_base.h
@@ -70,4 +70,4 @@ namespace epee
i_target_handler* m_powner_filter;
};
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/http_client_via_api_helper.h b/contrib/epee/include/net/http_client_via_api_helper.h
index 45a70993b..391c44964 100644
--- a/contrib/epee/include/net/http_client_via_api_helper.h
+++ b/contrib/epee/include/net/http_client_via_api_helper.h
@@ -174,4 +174,4 @@ namespace net_utils
return final_res;
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/http_protocol_handler.inl b/contrib/epee/include/net/http_protocol_handler.inl
index 78b46427e..2458af047 100644
--- a/contrib/epee/include/net/http_protocol_handler.inl
+++ b/contrib/epee/include/net/http_protocol_handler.inl
@@ -677,4 +677,4 @@ namespace net_utils
//--------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------
-//-------------------------------------------------------------------------------------------- \ No newline at end of file
+//--------------------------------------------------------------------------------------------
diff --git a/contrib/epee/include/net/http_server_impl_base.h b/contrib/epee/include/net/http_server_impl_base.h
index c02475c34..97a7ebc56 100644
--- a/contrib/epee/include/net/http_server_impl_base.h
+++ b/contrib/epee/include/net/http_server_impl_base.h
@@ -109,4 +109,4 @@ namespace epee
protected:
net_utils::boosted_tcp_server<net_utils::http::http_custom_handler<t_connection_context> > m_net_server;
};
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/levin_client_async.h b/contrib/epee/include/net/levin_client_async.h
index 9e76cd509..be5847c74 100644
--- a/contrib/epee/include/net/levin_client_async.h
+++ b/contrib/epee/include/net/levin_client_async.h
@@ -574,4 +574,4 @@ namespace levin
};
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/levin_helper.h b/contrib/epee/include/net/levin_helper.h
index a8406103c..53b19c9fa 100644
--- a/contrib/epee/include/net/levin_helper.h
+++ b/contrib/epee/include/net/levin_helper.h
@@ -134,4 +134,4 @@ namespace levin
return true;
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/munin_connection_handler.h b/contrib/epee/include/net/munin_connection_handler.h
index 8579339c5..ed2f59f22 100644
--- a/contrib/epee/include/net/munin_connection_handler.h
+++ b/contrib/epee/include/net/munin_connection_handler.h
@@ -373,4 +373,4 @@ namespace net_utils
}
}
}
-#endif//!_MUNIN_CONNECTION_HANDLER_H_ \ No newline at end of file
+#endif//!_MUNIN_CONNECTION_HANDLER_H_
diff --git a/contrib/epee/include/net/munin_node_server.h b/contrib/epee/include/net/munin_node_server.h
index 07637f550..e6df390cb 100644
--- a/contrib/epee/include/net/munin_node_server.h
+++ b/contrib/epee/include/net/munin_node_server.h
@@ -46,4 +46,4 @@ namespace net_utils
}
}
}
-#endif//!_MUNIN_NODE_SERVER_H_ \ No newline at end of file
+#endif//!_MUNIN_NODE_SERVER_H_
diff --git a/contrib/epee/include/net/protocol_switcher.h b/contrib/epee/include/net/protocol_switcher.h
index ca0ce6f97..3b153d19c 100644
--- a/contrib/epee/include/net/protocol_switcher.h
+++ b/contrib/epee/include/net/protocol_switcher.h
@@ -118,4 +118,4 @@ namespace net_utils
}
}
}
-#endif //_PROTOCOL_SWITCHER_H_ \ No newline at end of file
+#endif //_PROTOCOL_SWITCHER_H_
diff --git a/contrib/epee/include/net/rpc_method_name.h b/contrib/epee/include/net/rpc_method_name.h
index c226639c4..1c327bc31 100644
--- a/contrib/epee/include/net/rpc_method_name.h
+++ b/contrib/epee/include/net/rpc_method_name.h
@@ -28,4 +28,4 @@
#pragma once
-#define RPC_METHOD_NAME(name) static inline const char* methodname(){return name;} \ No newline at end of file
+#define RPC_METHOD_NAME(name) static inline const char* methodname(){return name;}
diff --git a/contrib/epee/include/net/smtp.h b/contrib/epee/include/net/smtp.h
index d2e8598fd..5f2b842d5 100644
--- a/contrib/epee/include/net/smtp.h
+++ b/contrib/epee/include/net/smtp.h
@@ -178,4 +178,4 @@ namespace net_utils
}
}
-//#include "smtp.inl" \ No newline at end of file
+//#include "smtp.inl"
diff --git a/contrib/epee/include/net/smtp.inl b/contrib/epee/include/net/smtp.inl
index d42c8b950..c16372c88 100644
--- a/contrib/epee/include/net/smtp.inl
+++ b/contrib/epee/include/net/smtp.inl
@@ -1566,4 +1566,4 @@ namespace net_utils
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/net/smtp_helper.h b/contrib/epee/include/net/smtp_helper.h
index b8252e1cf..7827315a2 100644
--- a/contrib/epee/include/net/smtp_helper.h
+++ b/contrib/epee/include/net/smtp_helper.h
@@ -85,4 +85,4 @@ namespace net_utils
}
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/serialization/enableable.h b/contrib/epee/include/serialization/enableable.h
index ab1d799e6..e1be2a774 100644
--- a/contrib/epee/include/serialization/enableable.h
+++ b/contrib/epee/include/serialization/enableable.h
@@ -50,4 +50,4 @@ namespace epee
{ // construct from specified values
}
};
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/soci_helper.h b/contrib/epee/include/soci_helper.h
index 813edc1fc..1da5aa7e2 100644
--- a/contrib/epee/include/soci_helper.h
+++ b/contrib/epee/include/soci_helper.h
@@ -139,4 +139,4 @@ namespace soci
std::string m_connection_string;
};
}
-/*}*/ \ No newline at end of file
+/*}*/
diff --git a/contrib/epee/include/storages/crypted_storage.h b/contrib/epee/include/storages/crypted_storage.h
index d6e6edcba..163728cfc 100644
--- a/contrib/epee/include/storages/crypted_storage.h
+++ b/contrib/epee/include/storages/crypted_storage.h
@@ -59,4 +59,4 @@ public:
};
}
-#endif //_CRYPTED_STORAGE_H_ \ No newline at end of file
+#endif //_CRYPTED_STORAGE_H_
diff --git a/contrib/epee/include/storages/gzipped_inmemstorage.h b/contrib/epee/include/storages/gzipped_inmemstorage.h
index 5c53fffa7..229a56da6 100644
--- a/contrib/epee/include/storages/gzipped_inmemstorage.h
+++ b/contrib/epee/include/storages/gzipped_inmemstorage.h
@@ -65,4 +65,4 @@ namespace StorageNamed
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/contrib/epee/include/storages/parserse_base_utils.h b/contrib/epee/include/storages/parserse_base_utils.h
index baafb5623..c809392f4 100644
--- a/contrib/epee/include/storages/parserse_base_utils.h
+++ b/contrib/epee/include/storages/parserse_base_utils.h
@@ -257,4 +257,4 @@ namespace misc_utils
}
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/storages/portable_storage_base.h b/contrib/epee/include/storages/portable_storage_base.h
index 3f1637538..93132548b 100644
--- a/contrib/epee/include/storages/portable_storage_base.h
+++ b/contrib/epee/include/storages/portable_storage_base.h
@@ -157,4 +157,4 @@ namespace epee
typedef section* hsection;
typedef array_entry* harray;
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/storages/portable_storage_from_bin.h b/contrib/epee/include/storages/portable_storage_from_bin.h
index e9b7e2e6f..bc2fb1463 100644
--- a/contrib/epee/include/storages/portable_storage_from_bin.h
+++ b/contrib/epee/include/storages/portable_storage_from_bin.h
@@ -278,4 +278,4 @@ namespace epee
m_count -= len;
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/storages/portable_storage_from_json.h b/contrib/epee/include/storages/portable_storage_from_json.h
index 4e74fb7a5..41f270627 100644
--- a/contrib/epee/include/storages/portable_storage_from_json.h
+++ b/contrib/epee/include/storages/portable_storage_from_json.h
@@ -376,4 +376,4 @@ namespace epee
}
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/storages/portable_storage_template_helper.h b/contrib/epee/include/storages/portable_storage_template_helper.h
index 008f44321..88515b5c3 100644
--- a/contrib/epee/include/storages/portable_storage_template_helper.h
+++ b/contrib/epee/include/storages/portable_storage_template_helper.h
@@ -120,4 +120,4 @@ namespace epee
return std::move(binary_buff);
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/storages/portable_storage_to_bin.h b/contrib/epee/include/storages/portable_storage_to_bin.h
index baf90290a..5695143b0 100644
--- a/contrib/epee/include/storages/portable_storage_to_bin.h
+++ b/contrib/epee/include/storages/portable_storage_to_bin.h
@@ -209,4 +209,4 @@ namespace epee
return true;
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/storages/portable_storage_to_json.h b/contrib/epee/include/storages/portable_storage_to_json.h
index e3fdcec29..43e341291 100644
--- a/contrib/epee/include/storages/portable_storage_to_json.h
+++ b/contrib/epee/include/storages/portable_storage_to_json.h
@@ -178,4 +178,4 @@ namespace epee
strm << make_indent(indent) << "}";
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/storages/portable_storage_val_converters.h b/contrib/epee/include/storages/portable_storage_val_converters.h
index 6ea505886..e9b91c82b 100644
--- a/contrib/epee/include/storages/portable_storage_val_converters.h
+++ b/contrib/epee/include/storages/portable_storage_val_converters.h
@@ -166,4 +166,4 @@ POP_WARNINGS
convert_to_same<from_type, to_type, std::is_same<to_type, from_type>::value>::convert(from, to);
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/time_helper.h b/contrib/epee/include/time_helper.h
index 958176da6..244b35800 100644
--- a/contrib/epee/include/time_helper.h
+++ b/contrib/epee/include/time_helper.h
@@ -156,4 +156,4 @@ PRAGMA_WARNING_POP
#endif
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/include/warnings.h b/contrib/epee/include/warnings.h
index 37d7a2900..df5c7d1db 100644
--- a/contrib/epee/include/warnings.h
+++ b/contrib/epee/include/warnings.h
@@ -27,4 +27,4 @@
#define DISABLE_GCC_AND_CLANG_WARNING(w) _Pragma(BOOST_PP_STRINGIZE(GCC diagnostic ignored BOOST_PP_STRINGIZE(-W##w)))
-#endif \ No newline at end of file
+#endif
diff --git a/contrib/epee/tests/data/storages/invalid_storage_1.bin b/contrib/epee/tests/data/storages/invalid_storage_1.bin
index fac7b3e97..f64bef38e 100644
--- a/contrib/epee/tests/data/storages/invalid_storage_1.bin
+++ b/contrib/epee/tests/data/storages/invalid_storage_1.bin
Binary files differ
diff --git a/contrib/epee/tests/data/storages/invalid_storage_3.bin b/contrib/epee/tests/data/storages/invalid_storage_3.bin
index b5c31aa05..4233bf25c 100644
--- a/contrib/epee/tests/data/storages/invalid_storage_3.bin
+++ b/contrib/epee/tests/data/storages/invalid_storage_3.bin
@@ -1 +1 @@
-¢IMóÙŸˆm_bo \ No newline at end of file
+¢IMóÙŸˆm_bo
diff --git a/contrib/epee/tests/data/storages/invalid_storage_4.bin b/contrib/epee/tests/data/storages/invalid_storage_4.bin
index 4f8372d19..69017244a 100644
--- a/contrib/epee/tests/data/storages/invalid_storage_4.bin
+++ b/contrib/epee/tests/data/storages/invalid_storage_4.bin
Binary files differ
diff --git a/contrib/epee/tests/data/storages/valid_storage.bin b/contrib/epee/tests/data/storages/valid_storage.bin
index e13f780b1..2af0abf50 100644
--- a/contrib/epee/tests/data/storages/valid_storage.bin
+++ b/contrib/epee/tests/data/storages/valid_storage.bin
Binary files differ
diff --git a/contrib/epee/tests/generate_vc_proj.bat b/contrib/epee/tests/generate_vc_proj.bat
index a81bdce05..2b3fee953 100644
--- a/contrib/epee/tests/generate_vc_proj.bat
+++ b/contrib/epee/tests/generate_vc_proj.bat
@@ -2,4 +2,4 @@ mkdir build
cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ../src
cd ..
-pause \ No newline at end of file
+pause
diff --git a/contrib/epee/tests/src/net/test_net.h b/contrib/epee/tests/src/net/test_net.h
index 0b6dc1f73..5b21036bb 100644
--- a/contrib/epee/tests/src/net/test_net.h
+++ b/contrib/epee/tests/src/net/test_net.h
@@ -400,4 +400,4 @@ namespace tests
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/tests/src/storages/portable_storages_test.h b/contrib/epee/tests/src/storages/portable_storages_test.h
index ecded8dad..89f217d95 100644
--- a/contrib/epee/tests/src/storages/portable_storages_test.h
+++ b/contrib/epee/tests/src/storages/portable_storages_test.h
@@ -229,4 +229,4 @@ namespace epee
}
}
-} \ No newline at end of file
+}
diff --git a/contrib/epee/tests/src/tests.cpp b/contrib/epee/tests/src/tests.cpp
index ed045d833..8d61334cc 100644
--- a/contrib/epee/tests/src/tests.cpp
+++ b/contrib/epee/tests/src/tests.cpp
@@ -56,4 +56,4 @@ int main(int argc, char* argv[])
tests::test_portable_storages(tests_data_path);
}
return 1;
-} \ No newline at end of file
+}