1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  2. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  3. 6ced002 Count allocs without side-effects by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  4. 35415a0 Add counter access to memory debug API by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  5. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  6. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  7. b11de30 Fix braces in mbedtls_memory_buffer_alloc_status() by Darryl Green · 8 years ago
  8. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  9. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  10. f3ada4a Merge branch 'pr_679' into development-proposed by Gilles Peskine · 7 years ago
  11. f1ee635 Style fixes in pem, x509_crl and buf_alloc by Andres Amaya Garcia · 8 years ago
  12. 9cf1f96 Fix corner case uses of memory_buffer_alloc.c by Andres AG · 8 years ago
  13. e75b88d Fix missing void argument declarations #678 by Joris Aerts · 9 years ago
  14. 4225611 Fixes memory leak in memory_buffer_alloc.c debug by SimonB · 9 years ago
  15. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  16. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  17. 6c967b9 Fix typo in memory_buffer_alloc by Manuel Pégourié-Gonnard · 10 years ago
  18. 200e731 Adapt memory_buffer_alloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  19. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  20. 69a69cc memory_buffer_alloc_init() now returns void by Manuel Pégourié-Gonnard · 10 years ago
  21. bdd7828 Always check return status of mutex_(un)lock() by Manuel Pégourié-Gonnard · 10 years ago
  22. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  23. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  24. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  25. 491a3fe Fix compile error in memory_buffer_alloc_selftest by Manuel Pégourié-Gonnard · 10 years ago
  26. 0da7b04 Rm usunused member in private struct by Manuel Pégourié-Gonnard · 11 years ago
  27. 50da048 Add heap usage for PK in benchmark by Manuel Pégourié-Gonnard · 11 years ago
  28. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  29. c8ada6d Fix extra guard in memory_buffer_alloc by Rich Evans · 10 years ago
  30. 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 10 years ago
  31. d08a605 Remove platform guard in mem buffer alloc by Rich Evans · 10 years ago
  32. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  33. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  34. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  35. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  36. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  37. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  38. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  39. 5dd28ea Fix len miscalculation in buffer-based allocator by Manuel Pégourié-Gonnard · 11 years ago
  40. 547ff66 Fix NULL dereference in buffer-based allocator by Manuel Pégourié-Gonnard · 11 years ago
  41. 5ba1d52 Add memory_buffer_alloc_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  42. 2fbf311 Fix dependency issue in memory_buffer_alloc by Manuel Pégourié-Gonnard · 11 years ago
  43. 97884a3 Fix printf format warnings in memory_buffer_alloc by Manuel Pégourié-Gonnard · 11 years ago
  44. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  45. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  46. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  47. 82a5de7 Enforce alignment even if buffer is not aligned by Manuel Pégourié-Gonnard · 11 years ago
  48. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  49. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  50. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  51. 119602b Typo fix in memory_buffer_alloc.c by Paul Bakker · 11 years ago
  52. defc0ca Migrated the Memory layer to the Platform layer by Paul Bakker · 11 years ago
  53. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  54. 70896a0 Add statistics about number of allocated blocks by Manuel Pégourié-Gonnard · 12 years ago
  55. 1337aff Buffer allocator threading support by Paul Bakker · 12 years ago
  56. bf796ac Added implementation for memory_buffer_set_verify() by Paul Bakker · 12 years ago
  57. 1ef120f Updated buffer-allocator with free-block-list to speed up searches by Paul Bakker · 12 years ago
  58. 41350a9 Fixed spaces in memory_buffer_alloc.c by Paul Bakker · 12 years ago
  59. 891998e Added extra debug information to memory_buffer_alloc_status() by Paul Bakker · 12 years ago
  60. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago