1. 2ef57f0 lib/rbtree: Add a rb_contains() predicate by Andy Ross · 7 years ago
  2. 193f4fe lib: Red/Black balanced tree data structure by Andy Ross · 7 years ago
  3. fe46c75 lib: posix: Fix integer overflow in timer_gettime by Ramakrishna Pallala · 7 years ago
  4. 4226c6d lib: posix: Fix mutex locking in pthread_cancel by Ramakrishna Pallala · 7 years ago
  5. f603e60 lib: posix: Move posix layer from 'kernel' to 'lib' by Ramakrishna Pallala · 7 years ago
  6. aa6de29 lib: user mode compatible mempools by Andrew Boie · 7 years ago
  7. 20cd4b5 lib: base64: Add statement of changes by Carles Cufi · 7 years ago
  8. fb50e81 lib: Add base64 library by Carles Cufi · 7 years ago
  9. bb64ec2 lib: move ring_buffer Kconfig to lib/, cleanup lib/Kconfig by Anas Nashif · 7 years ago
  10. dc37f985 crc: make crc8_ccitt() match the other CRC functions. by Michael Hope · 7 years ago
  11. 7ee8bb9 build: deprecate ZEPHYR_GCC_VARIANT by Anas Nashif · 7 years ago
  12. a5eb541 crc: add crc16_itu_t which is used in the MMC protocol. by Michael Hope · 7 years ago
  13. f77c1d5 crc: add a faster, chainable version of CRC16/CCITT. by Michael Hope · 7 years ago
  14. 323e8cf libc: Kconfig: Enable STDOUT_CONSOLE by default if NEWLIB_LIBC. by Paul Sokolovsky · 7 years ago
  15. 6083939 lib: add abs function to minimal libc by Vincent Veron · 7 years ago
  16. 9a5a3e0 lib: crc: Add crc8-ccitt implementation by Andrzej Puzdrowski · 7 years ago
  17. 15ca6da cmake: Re-introduce support for CROSS_COMPILE by Sebastian Bøe · 7 years ago
  18. 84e3d3e libc: Kconfig: Move STDOUT_CONSOLE from subsys/debug by Paul Sokolovsky · 7 years ago
  19. ce3b2ed libc: add EILSEQ for use in reporting checksum failure. by Michael Hope · 7 years ago
  20. 95cd063 libc: some architectures do not require baremetal libc by Anas Nashif · 7 years ago
  21. e2122cb lib: move ring_buffer from misc/ to lib/ by Anas Nashif · 7 years ago
  22. 6daf046 lib: move crc from drivers to lib/ by Anas Nashif · 7 years ago
  23. 429c2a4 kconfig: fix help syntax and add spaces by Anas Nashif · 7 years ago
  24. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  25. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  26. 6ca3cc6 lib: remove TinyCrypt Kconfig menu by Ramakrishna Pallala · 7 years ago
  27. 034b458 libc: Add support for static_assert by Thiago Macieira · 7 years ago
  28. eb7848a libc: Make no-debug assert() conform to C requirements by Thiago Macieira · 7 years ago
  29. 090a6d4 libc: minimal: Add typedefs for fast types by Kumar Gala · 7 years ago
  30. 9edce87 lib: json: move json.h to include/ by Anas Nashif · 7 years ago
  31. 05609bd json: fix doxygen description by Anas Nashif · 7 years ago
  32. 7de019a lib: json: Silence warning about unused parameter by Leandro Pereira · 8 years ago
  33. 7a72ecd lib: json: Alignment should be considered when calculating struct size by Leandro Pereira · 8 years ago
  34. 3384262 lib: json: Fix compilation warnings by Leandro Pereira · 8 years ago
  35. d66069d lib: json: Fix off-by-one error when encoding objects by Leandro Pereira · 8 years ago
  36. 1f7a676 newlib: xtensa: Fix a newlib link error by Aska Wu · 8 years ago
  37. 07d8ef0 libc: minimal: Add empty sys/cdefs.h by Leandro Pereira · 8 years ago
  38. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  39. 25d62ed lib: json: add helper macros for arrays of objects by Marti Bolivar · 8 years ago
  40. b4c8d83 lib: json: fix arr_parse() by Marti Bolivar · 8 years ago
  41. 2620ae0 lib: json: fix arr_encode() by Marti Bolivar · 8 years ago
  42. a4b67de lib: json: clarify JSON_OBJ_DESCR_ARRAY usage by Marti Bolivar · 8 years ago
  43. 7763a1d lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx by Leandro Pereira · 8 years ago
  44. 4449976 lib: json: add JSON_OBJ_DESCR_*_NAMED variants by Marti Bolivar · 8 years ago
  45. 31fe26d lib: json: fix JSON_OBJ_DESCR_ARRAY Doxygen example by Marti Bolivar · 8 years ago
  46. 614db77 libc: minimal: fix xtensa build by Andrew Boie · 8 years ago
  47. 8cc6f6d kernel: errno: Use per-thread accessor function compatible with Newlib by Paul Sokolovsky · 8 years ago
  48. 3c0eac3 lib: json: escape strings in-place by Marti Bolivar · 8 years ago
  49. 4088530 lib: json: add JSON_OBJ_DESCR_PRIM by Marti Bolivar · 8 years ago
  50. 9a74ee1 lib: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  51. 7890816 Introduce new sized integer typedefs by Kumar Gala · 8 years ago
  52. 21309ea lib: json: use explicit unsigned char to avoid array subscript error by Kumar Gala · 8 years ago
  53. 262365c lib: json: Fix parsing of boolean values by Leandro Pereira · 8 years ago
  54. 4c7803b lib: json: Ignore spaces while scanning for tokens by Leandro Pereira · 8 years ago
  55. 844ef67 lib: json: Fix number parsing by Leandro Pereira · 8 years ago
  56. 122cdb3 lib: json: Do not use translation tables to encode characters by Leandro Pereira · 8 years ago
  57. 95ec49c lib: json: Simplify lexing of "true", "false", and "null" tokens by Leandro Pereira · 8 years ago
  58. b9b1c18 lib: json: Add encoding support by Leandro Pereira · 8 years ago
  59. 67ac6f6 lib: json: Parse nested objects and arrays by Leandro Pereira · 8 years ago
  60. fb192c5 lib: Add minimal JSON library by Leandro Pereira · 8 years ago
  61. 91e9f87 libc: attribute minimal libc printf style functions with __printf_like by Kumar Gala · 8 years ago
  62. 1b8f824 libc: Add isalnum() to ctype.h by Leandro Pereira · 8 years ago
  63. 15a6598 Merge "Merge remote-tracking branch 'origin/core'" by Anas Nashif · 8 years ago
  64. f054d3e libc/include: Adding time.h by Sergio Rodriguez · 8 years ago
  65. 44a98fb Xtensa port: Fixed defintion of MAX_HEAP_SIZE, thus, compilation of new_lib. by Mazen NEIFER · 8 years ago
  66. cebc7f9 newlib: make sure the chain of includes has generated_dts_board.h by Anas Nashif · 8 years ago
  67. c30b400 libc-hooks: Fix include file for arch ARM by Andy Gross · 8 years ago
  68. c2a91b1 libc: minimal: rename private macro by Andrew Boie · 8 years ago
  69. 458e2ed libc/minimal: Fix definition of ssize_t by Marcus Shawcroft · 8 years ago
  70. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  71. 9f418fe libc: add support for risc v by Anas Nashif · 8 years ago
  72. 716d25e libc-hooks: added USED_RAM_SIZE and MAX_HEAP_SIZE definitions for riscv32 by Jean-Paul Etienne · 8 years ago
  73. ac73006 net: Restructure network protocols by Flavio Santes · 8 years ago
  74. 909ad35 lib/zoap: Fix incorrect values for payload size by Vinicius Costa Gomes · 8 years ago
  75. 44b2f21 iot/dns: Use a k_sem for the DNS rx routine by Flavio Santes · 8 years ago
  76. 5d0900e iot/dns: Update DNS client private routines by Flavio Santes · 8 years ago
  77. 0d257a0 iot/dns: Introduce the dns_context structure by Flavio Santes · 8 years ago
  78. fe958df libc: rework libc selection and reduce Kconfigs by Anas Nashif · 8 years ago
  79. 71c7c01 net: buf: Remove the need for net_buf_pool_init() by Johan Hedberg · 8 years ago
  80. 4ca8ca9 iot/mqtt: Fix rlen_decode size check. by Stig Bjørlykke · 8 years ago
  81. c3e08c8 net: buf: Redesigned pool & buffer allocation API by Johan Hedberg · 8 years ago
  82. b965fb5 iot: Add HTTP support for Zephyr by Flavio Santes · 8 years ago
  83. b1749af iot/zoap: Increase the range of timeouts by Vinicius Costa Gomes · 8 years ago
  84. d37b9fa iot/mqtt: Add the MQTT high-level API by Flavio Santes · 8 years ago
  85. 30dec49 iot/zoap: Remove unnecessary cflags by Vinicius Costa Gomes · 8 years ago
  86. ac152ea iot/zoap: Add support for RFC6690 link format by Vinicius Costa Gomes · 8 years ago
  87. ec18410 zoap: Add support for retrieving the underlying net_buf by Vinicius Costa Gomes · 8 years ago
  88. 6990831 iot: Add MQTT v3.1.1 packet handling support for Zephyr by Flavio Santes · 8 years ago
  89. c689fd6 net: Rename net_nbuf_write to net_nbuf_append by Ravi kumar Veeramally · 8 years ago
  90. 8b0467a iot/dns: Add '+' operator by Flavio Santes · 8 years ago
  91. ea28e4f iot/zoap: Add helper for generating tokens by Vinicius Costa Gomes · 8 years ago
  92. dc45748 iot/zoap: Port to the native stack by Vinicius Costa Gomes · 8 years ago
  93. f996299 iot/zoap: Add support for error 4.15 by Vinicius Costa Gomes · 8 years ago
  94. fa5481b zoap: Fix alignment of multiline function arguments by Vinicius Costa Gomes · 8 years ago
  95. 36bbd7a iot/dns: Add DNS Client support for Zephyr by Flavio Santes · 8 years ago
  96. b53e6d7 libc/minimal: snprintf(): KILL negative len parameter by Inaky Perez-Gonzalez · 8 years ago
  97. 11a5275 libc: remove useless code in _prf() by Inaky Perez-Gonzalez · 8 years ago
  98. 777d57d iot/zoap: Fix decoding of 16-bit delta by Vinicius Costa Gomes · 8 years ago
  99. c41d88f libc: atoi() avoid fallthroughs in switch cases by Inaky Perez-Gonzalez · 8 years ago
  100. f3bf5ab newlib: add support for nano-formatted-io by Juro Bystricky · 8 years ago