- b8e38e0 Add new mutex for PSA global rng data by Paul Elliott · 1 year, 5 months ago
- 077fd87 Add new global mutex for PSA global_data by Paul Elliott · 1 year, 5 months ago
- 63952b7 Fix typo by Ryan Everett · 1 year, 6 months ago
- 558da2f Move key_slot_mutex to threading.h by Ryan Everett · 1 year, 6 months ago
- 8c6d332 Fix comment typos by Paul Elliott · 1 year, 8 months ago
- 5fa986c Move handling of mutex->is_valid into threading_helpers.c by Paul Elliott · 1 year, 9 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 3f39615 Fix typo "phtreads" to "pthreads" by Artur Allmann · 3 years, 4 months ago
- bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
- 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
- d460323 Fixes two _POSIX_C_SOURCE typos. by Chris Jones · 4 years, 9 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- f5106d5 Don't declare and define gmtime()-mutex on Windows platforms by Hanno Becker · 7 years ago
- 323d801 Correct preprocessor guards determining use of gmtime() by Hanno Becker · 7 years ago
- 6f70581 Correct POSIX version check to determine presence of gmtime_r() by Hanno Becker · 7 years ago
- 7dd82b4 platform_utils.{c/h} -> platform_util.{c/h} by Hanno Becker · 7 years ago
- 48a816f Minor documentation improvements by Hanno Becker · 7 years ago
- 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
- be2e4bd Guard decl and use of gmtime mutex by HAVE_TIME_DATE and !GMTIME_ALT by Hanno Becker · 7 years ago
- cfeb70c gmtime: Remove special treatment for IAR by Hanno Becker · 7 years ago
- 94b540a Avoid redefining _POSIX_C_SOURCE by Andres Amaya Garcia · 7 years ago
- 433f911 Check for IAR in gmtime macros by Andres Amaya Garcia · 7 years ago
- 3c9733a Fix typo in comment for gmtime macro defines by Andres Amaya Garcia · 7 years ago
- ca04a01 Document shorthand gmtime macros by Andres Amaya Garcia · 7 years ago
- e9b10b2 Define _POSIX_C_SOURCE in threading.c before POSIX detection by Andres Amaya Garcia · 7 years ago
- 1abb368 Make gmtime() configurable at compile-time by Andres Amaya Garcia · 7 years ago
- d717743 Fix check-names.sh fail with USE_GMTIME macro by Andres Amaya Garcia · 7 years ago
- ce6eebb Use gmtime when target is not windows or posix by Andres Amaya Garcia · 7 years ago
- 512b4ee Use gmtime_r to fix thread-safety issue, and use mbedtls_time on Windows by Nicholas Wilson · 8 years ago
- 13f7fb3 Do not define and initialize global mutexes on configurations that do not use them. by Gergely Budai · 8 years ago
- bfea4a7 Remove mutexes from ECP hardware acceleration by Janos Follath · 8 years ago
- 6e87698 Fix bug in threading sample implementation #667 by Janos Follath · 9 years ago
- c44ab97 Apply review feedback on ECP interface by Janos Follath · 9 years ago
- 552f6b6 Add global mutex for asymmetric crypto accelerator by Janos Follath · 9 years ago
- 5437a75 Add safety check to sample mutex implementation by Janos Follath · 9 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- 864108d Move from gmtime_r to gmtime + mutexes by Manuel Pégourié-Gonnard · 10 years ago
- 944cfe8 Allow use of global mutexes with threading_alt by Manuel Pégourié-Gonnard · 10 years ago
- 1e2eae0 Adapt pthread implementation to recent changes by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- 9b66990 Fix typos in macro names by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
- c78c842 Added failure stub for uninitialized POLARSSL_THREADING_ALT functions by Paul Bakker · 12 years ago polarssl-1.3.3
- a8fd3e3 Removed POLARSSL_THREADING_DUMMY option by Paul Bakker · 12 years ago
- b7c1312 threading_set_own() renamed to threading_set_alt() by Paul Bakker · 12 years ago
- 2466d93 Threading abstraction layer added by Paul Bakker · 12 years ago