minetest/src/util
ShadowNinja e4bff8be94 Clean up threading
* Rename everything.
    * Strip J prefix.
    * Change UpperCamelCase functions to lowerCamelCase.
  * Remove global (!) semaphore count mutex on OSX.
  * Remove semaphore count getter (unused, unsafe, depended on internal
    API functions on Windows, and used a hack on OSX).
  * Add `Atomic<type>`.
  * Make `Thread` handle thread names.
  * Add support for C++11 multi-threading.
  * Combine pthread and win32 sources.
  * Remove `ThreadStarted` (unused, unneeded).
  * Move some includes from the headers to the sources.
  * Move all of `Event` into its header (allows inlining with no new includes).
  * Make `Event` use `Semaphore` (except on Windows).
  * Move some porting functions into `Thread`.
  * Integrate logging with `Thread`.
  * Add threading test.
2015-08-23 22:04:06 -04:00
..
CMakeLists.txt Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
auth.cpp Clarify docs for auth.cpp method 2015-07-21 18:14:39 +02:00
auth.h Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
base64.cpp Move sha1.hpp and base64.hpp to util/ 2015-02-21 14:03:27 +01:00
base64.h Move sha1.hpp and base64.hpp to util/ 2015-02-21 14:03:27 +01:00
container.h Clean up threading 2015-08-23 22:04:06 -04:00
directiontables.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
directiontables.h Update Copyright Years 2013-02-24 20:15:24 +01:00
hex.h Move hex.h to util/ 2015-02-21 14:32:35 +01:00
mathconstants.h Define M_PI on MSVC 2012-07-21 03:36:34 +03:00
md32_common.h Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
numeric.cpp Clean up threading 2015-08-23 22:04:06 -04:00
numeric.h Clean up threading 2015-08-23 22:04:06 -04:00
pointedthing.cpp Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
pointedthing.h Update Copyright Years 2013-02-24 20:15:24 +01:00
pointer.h Fix BufferedPacket race condition (fixes #2983) 2015-08-06 02:25:35 -04:00
serialize.cpp Clean up util/serialization.{cpp,h} and add unit tests 2015-08-01 19:24:46 -04:00
serialize.h Improve accuracy and safety of float serialization 2015-08-01 19:30:08 -04:00
sha1.cpp Move sha1.hpp and base64.hpp to util/ 2015-02-21 14:03:27 +01:00
sha1.h Move sha1.hpp and base64.hpp to util/ 2015-02-21 14:03:27 +01:00
sha2.h Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
sha256.c Check output of mpz_set_str and fix leak on error condition 2015-07-24 22:42:54 +02:00
srp.cpp Initialize random for verification key generation too 2015-08-06 05:48:07 +02:00
srp.h Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
string.cpp Fix indianred and indigo of color-string 2015-08-19 19:49:45 +02:00
string.h Use UTF-8 instead of narrow 2015-07-08 10:12:44 +02:00
thread.h Clean up threading 2015-08-23 22:04:06 -04:00
timetaker.cpp Fix unit reported by TimeTaker (was always ms) 2014-10-09 11:15:03 +02:00
timetaker.h Add varying levels of precision to TimeTaker 2013-03-29 16:53:15 -04:00