summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-10-25iot/zoap: Add support for block sized transfersVinicius Costa Gomes
2016-10-04iot/zoap: Fix comparing pointers of different signednessVinicius Costa Gomes
2016-10-03libc: define EWOULDBLOCK to be the same as EAGAINAnas Nashif
2016-10-01iot/zoap: Add helpers for dealing with integer optionsVinicius Costa Gomes
2016-10-01iot/zoap: Add port information to network addressesVinicius Costa Gomes
2016-10-01iot/zoap: Add support for observing resourcesVinicius Costa Gomes
2016-09-22iot/zoap: Fix retrieving the token for every replyVinicius Costa Gomes
2016-09-22iot/zoap: Fix subtly wrong indentationVinicius Costa Gomes
2016-09-13libc: replace null.h and size_t.h with stddef.hQiu Peiyang
2016-09-12lib: Introduce the CoAP implementation for ZephyrVinicius Costa Gomes
2016-09-10libc/printf: Use compiler-provided 64 bit math, phase 2Andy Ross
2016-09-10libc/printf: Use compiler-provided 64 bit math, phase 1Andy Ross
2016-09-10libc/printf: Remove vestigial "full" parameter to _to_float()Andy Ross
2016-09-10libc/printf: Unify & simplify number printingAndy Ross
2016-09-09libc: remove stddef.h which is provided by the compilerAnas Nashif
2016-09-07libc: printf: Add support for 'z' length specifierJohan Hedberg
2016-08-28libc: minimal: add reduced inttypes.hAndrew Boie
2016-08-27lib: Use offsetof() builtin with GCCCarles Cufi
2016-07-21libc: Add assert.h to minimal libcMaureen Helm
2016-07-19lib: Adding the strstr() functionSergio Rodriguez
2016-06-10nios2: Kconfig: remove some unused config optionsAndrew Boie
2016-06-09newlib: Support both namespace protected & nonprotected stubsKumar Gala
2016-06-09newlib: Drop _fstat implementationKumar Gala
2016-06-01ext: move tinycrypt to ext/libAnas Nashif
2016-05-27tinycrypt: Fix discrepancy of ecc_make_key definition and declarationSzymon Janc
2016-05-27ext: include headers based on HAL being usedAnas Nashif
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-16build: move library related code to lib/Anas Nashif
2016-05-16tinycrypt: move from lib to regular objectsAnas Nashif
2016-05-09newlib: treat x86 as the special caseAndrew Boie
2016-05-05libc: newlib: fix RAM config names for ARCBogdan Davidoaia
2016-05-03nios2: basic build, non-functionalAndrew Boie
2016-04-16libc: add strncat() to minimal libcBenjamin Walsh
2016-03-19printf: Limit width modifier to [0..MAXFLD]Peter Mitsis
2016-03-11libc: Add off_t definitionJohan Hedberg
2016-03-11libc: Move ssize_t definition to sys/types.hJohan Hedberg
2016-03-10libc-hooks: Provide the 'open()' syscallIván Briano
2016-02-27libc-hooks: newlib's heap may use entire unused RAMJithu Joseph
2016-02-20libc-hooks: Make newlib's heap size configurableIván Briano
2016-02-20libc: Add definition for ssize_tJohan Hedberg
2016-02-11doc: Fix misuse of @file doxygen tagPeter Mitsis
2016-02-10tinycrypt: Fix compilation with ECC enabledSzymon Janc
2016-02-10tinycrypt: Fix few typos in Kconfig help messagesSzymon Janc
2016-02-09minimal libc: stdlib.h no longer includes ctype.hPeter Mitsis
2016-02-08lib : tinycrypt : Adding README for external libraryDan Kalowsky
2016-02-05Integration of TinyCrypt v2: ECC, CMAC, AES-CCM with test cases for CMAC and ...Constanza Heath
2016-02-05c++: Update minimal libc headersPeter Mitsis
2016-02-05libc: Consolidate size_t definitionsPeter Mitsis
2016-02-05libc: Consolidate NULL definitionsPeter Mitsis
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis