1. 07d8ef0 libc: minimal: Add empty sys/cdefs.h by Leandro Pereira · 8 years ago
  2. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  3. 25d62ed lib: json: add helper macros for arrays of objects by Marti Bolivar · 8 years ago
  4. b4c8d83 lib: json: fix arr_parse() by Marti Bolivar · 8 years ago
  5. 2620ae0 lib: json: fix arr_encode() by Marti Bolivar · 8 years ago
  6. a4b67de lib: json: clarify JSON_OBJ_DESCR_ARRAY usage by Marti Bolivar · 8 years ago
  7. 7763a1d lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx by Leandro Pereira · 8 years ago
  8. 4449976 lib: json: add JSON_OBJ_DESCR_*_NAMED variants by Marti Bolivar · 8 years ago
  9. 31fe26d lib: json: fix JSON_OBJ_DESCR_ARRAY Doxygen example by Marti Bolivar · 8 years ago
  10. 614db77 libc: minimal: fix xtensa build by Andrew Boie · 8 years ago
  11. 8cc6f6d kernel: errno: Use per-thread accessor function compatible with Newlib by Paul Sokolovsky · 8 years ago
  12. 3c0eac3 lib: json: escape strings in-place by Marti Bolivar · 8 years ago
  13. 4088530 lib: json: add JSON_OBJ_DESCR_PRIM by Marti Bolivar · 8 years ago
  14. 9a74ee1 lib: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  15. 7890816 Introduce new sized integer typedefs by Kumar Gala · 8 years ago
  16. 21309ea lib: json: use explicit unsigned char to avoid array subscript error by Kumar Gala · 8 years ago
  17. 262365c lib: json: Fix parsing of boolean values by Leandro Pereira · 8 years ago
  18. 4c7803b lib: json: Ignore spaces while scanning for tokens by Leandro Pereira · 8 years ago
  19. 844ef67 lib: json: Fix number parsing by Leandro Pereira · 8 years ago
  20. 122cdb3 lib: json: Do not use translation tables to encode characters by Leandro Pereira · 8 years ago
  21. 95ec49c lib: json: Simplify lexing of "true", "false", and "null" tokens by Leandro Pereira · 8 years ago
  22. b9b1c18 lib: json: Add encoding support by Leandro Pereira · 8 years ago
  23. 67ac6f6 lib: json: Parse nested objects and arrays by Leandro Pereira · 8 years ago
  24. fb192c5 lib: Add minimal JSON library by Leandro Pereira · 8 years ago
  25. 91e9f87 libc: attribute minimal libc printf style functions with __printf_like by Kumar Gala · 8 years ago
  26. 1b8f824 libc: Add isalnum() to ctype.h by Leandro Pereira · 8 years ago
  27. 15a6598 Merge "Merge remote-tracking branch 'origin/core'" by Anas Nashif · 8 years ago
  28. f054d3e libc/include: Adding time.h by Sergio Rodriguez · 8 years ago
  29. 44a98fb Xtensa port: Fixed defintion of MAX_HEAP_SIZE, thus, compilation of new_lib. by Mazen NEIFER · 8 years ago
  30. cebc7f9 newlib: make sure the chain of includes has generated_dts_board.h by Anas Nashif · 8 years ago
  31. c30b400 libc-hooks: Fix include file for arch ARM by Andy Gross · 8 years ago
  32. c2a91b1 libc: minimal: rename private macro by Andrew Boie · 8 years ago
  33. 458e2ed libc/minimal: Fix definition of ssize_t by Marcus Shawcroft · 8 years ago
  34. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  35. 9f418fe libc: add support for risc v by Anas Nashif · 8 years ago
  36. 716d25e libc-hooks: added USED_RAM_SIZE and MAX_HEAP_SIZE definitions for riscv32 by Jean-Paul Etienne · 8 years ago
  37. ac73006 net: Restructure network protocols by Flavio Santes · 8 years ago
  38. 909ad35 lib/zoap: Fix incorrect values for payload size by Vinicius Costa Gomes · 8 years ago
  39. 44b2f21 iot/dns: Use a k_sem for the DNS rx routine by Flavio Santes · 8 years ago
  40. 5d0900e iot/dns: Update DNS client private routines by Flavio Santes · 8 years ago
  41. 0d257a0 iot/dns: Introduce the dns_context structure by Flavio Santes · 8 years ago
  42. fe958df libc: rework libc selection and reduce Kconfigs by Anas Nashif · 8 years ago
  43. 71c7c01 net: buf: Remove the need for net_buf_pool_init() by Johan Hedberg · 8 years ago
  44. 4ca8ca9 iot/mqtt: Fix rlen_decode size check. by Stig Bjørlykke · 8 years ago
  45. c3e08c8 net: buf: Redesigned pool & buffer allocation API by Johan Hedberg · 8 years ago
  46. b965fb5 iot: Add HTTP support for Zephyr by Flavio Santes · 8 years ago
  47. b1749af iot/zoap: Increase the range of timeouts by Vinicius Costa Gomes · 8 years ago
  48. d37b9fa iot/mqtt: Add the MQTT high-level API by Flavio Santes · 8 years ago
  49. 30dec49 iot/zoap: Remove unnecessary cflags by Vinicius Costa Gomes · 8 years ago
  50. ac152ea iot/zoap: Add support for RFC6690 link format by Vinicius Costa Gomes · 8 years ago
  51. ec18410 zoap: Add support for retrieving the underlying net_buf by Vinicius Costa Gomes · 8 years ago
  52. 6990831 iot: Add MQTT v3.1.1 packet handling support for Zephyr by Flavio Santes · 8 years ago
  53. c689fd6 net: Rename net_nbuf_write to net_nbuf_append by Ravi kumar Veeramally · 8 years ago
  54. 8b0467a iot/dns: Add '+' operator by Flavio Santes · 8 years ago
  55. ea28e4f iot/zoap: Add helper for generating tokens by Vinicius Costa Gomes · 8 years ago
  56. dc45748 iot/zoap: Port to the native stack by Vinicius Costa Gomes · 8 years ago
  57. f996299 iot/zoap: Add support for error 4.15 by Vinicius Costa Gomes · 8 years ago
  58. fa5481b zoap: Fix alignment of multiline function arguments by Vinicius Costa Gomes · 8 years ago
  59. 36bbd7a iot/dns: Add DNS Client support for Zephyr by Flavio Santes · 8 years ago
  60. b53e6d7 libc/minimal: snprintf(): KILL negative len parameter by Inaky Perez-Gonzalez · 8 years ago
  61. 11a5275 libc: remove useless code in _prf() by Inaky Perez-Gonzalez · 8 years ago
  62. 777d57d iot/zoap: Fix decoding of 16-bit delta by Vinicius Costa Gomes · 8 years ago
  63. c41d88f libc: atoi() avoid fallthroughs in switch cases by Inaky Perez-Gonzalez · 8 years ago
  64. f3bf5ab newlib: add support for nano-formatted-io by Juro Bystricky · 8 years ago
  65. 24a2fb1 lib: Add implementation for strrchr by Jaakko Hannikainen · 8 years ago
  66. b7833b9 iot/zoap: Add support for block sized transfers by Vinicius Costa Gomes · 8 years ago
  67. 75d7147 iot/zoap: Fix comparing pointers of different signedness by Vinicius Costa Gomes · 8 years ago
  68. c83e6a1 libc: define EWOULDBLOCK to be the same as EAGAIN by Anas Nashif · 8 years ago
  69. 7079a18 iot/zoap: Add helpers for dealing with integer options by Vinicius Costa Gomes · 8 years ago
  70. 441d22a iot/zoap: Add port information to network addresses by Vinicius Costa Gomes · 8 years ago
  71. 92a79f7 iot/zoap: Add support for observing resources by Vinicius Costa Gomes · 8 years ago
  72. 7d0a127 iot/zoap: Fix retrieving the token for every reply by Vinicius Costa Gomes · 9 years ago
  73. eab5adb iot/zoap: Fix subtly wrong indentation by Vinicius Costa Gomes · 9 years ago
  74. c53fe29 libc: replace null.h and size_t.h with stddef.h by Qiu Peiyang · 9 years ago
  75. 2baa577 lib: Introduce the CoAP implementation for Zephyr by Vinicius Costa Gomes · 9 years ago
  76. 5729235 libc/printf: Use compiler-provided 64 bit math, phase 2 by Andy Ross · 9 years ago
  77. d06eea4 libc/printf: Use compiler-provided 64 bit math, phase 1 by Andy Ross · 9 years ago
  78. 073cfdd libc/printf: Remove vestigial "full" parameter to _to_float() by Andy Ross · 9 years ago
  79. a4537cb libc/printf: Unify & simplify number printing by Andy Ross · 9 years ago
  80. b71a8a4 libc: remove stddef.h which is provided by the compiler by Anas Nashif · 9 years ago
  81. 65a8e3c libc: printf: Add support for 'z' length specifier by Johan Hedberg · 9 years ago
  82. ad9d526 libc: minimal: add reduced inttypes.h by Andrew Boie · 9 years ago
  83. 1980b7b lib: Use offsetof() builtin with GCC by Carles Cufi · 9 years ago
  84. 0a9e0d0 libc: Add assert.h to minimal libc by Maureen Helm · 9 years ago
  85. 6d5981b lib: Adding the strstr() function by Sergio Rodriguez · 9 years ago
  86. 00365c1 nios2: Kconfig: remove some unused config options by Andrew Boie · 9 years ago
  87. 7fdd4f7 newlib: Support both namespace protected & nonprotected stubs by Kumar Gala · 9 years ago
  88. ab5614e newlib: Drop _fstat implementation by Kumar Gala · 9 years ago
  89. 7d76e96 ext: move tinycrypt to ext/lib by Anas Nashif · 9 years ago
  90. f23582f tinycrypt: Fix discrepancy of ecc_make_key definition and declaration by Szymon Janc · 9 years ago
  91. 37b1d1e ext: include headers based on HAL being used by Anas Nashif · 9 years ago
  92. 9ec2f3b Cleanup whitespace in Kconfig files by Kumar Gala · 9 years ago
  93. 083a7ad build: move library related code to lib/ by Anas Nashif · 9 years ago
  94. 0b2c44a tinycrypt: move from lib to regular objects by Anas Nashif · 9 years ago
  95. 3395211 newlib: treat x86 as the special case by Andrew Boie · 9 years ago
  96. c2216c7 libc: newlib: fix RAM config names for ARC by Bogdan Davidoaia · 9 years ago
  97. 9433895 nios2: basic build, non-functional by Andrew Boie · 9 years ago
  98. f557d71 libc: add strncat() to minimal libc by Benjamin Walsh · 9 years ago
  99. 7f14e70 printf: Limit width modifier to [0..MAXFLD] by Peter Mitsis · 9 years ago
  100. 41f8a33 libc: Add off_t definition by Johan Hedberg · 9 years ago