summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-13libc: add support for risc vAnas Nashif
2017-01-13libc-hooks: added USED_RAM_SIZE and MAX_HEAP_SIZE definitions for riscv32Jean-Paul Etienne
2017-01-02net: Restructure network protocolsFlavio Santes
2017-01-02lib/zoap: Fix incorrect values for payload sizeVinicius Costa Gomes
2016-12-16iot/dns: Use a k_sem for the DNS rx routineFlavio Santes
2016-12-16iot/dns: Update DNS client private routinesFlavio Santes
2016-12-16iot/dns: Introduce the dns_context structureFlavio Santes
2016-12-15libc: rework libc selection and reduce KconfigsAnas Nashif
2016-12-15net: buf: Remove the need for net_buf_pool_init()Johan Hedberg
2016-12-14iot/mqtt: Fix rlen_decode size check.Stig Bjørlykke
2016-12-13net: buf: Redesigned pool & buffer allocation APIJohan Hedberg
2016-12-02iot: Add HTTP support for ZephyrFlavio Santes
2016-12-02iot/zoap: Increase the range of timeoutsVinicius Costa Gomes
2016-12-02iot/mqtt: Add the MQTT high-level APIFlavio Santes
2016-12-02iot/zoap: Remove unnecessary cflagsVinicius Costa Gomes
2016-12-02iot/zoap: Add support for RFC6690 link formatVinicius Costa Gomes
2016-12-02zoap: Add support for retrieving the underlying net_bufVinicius Costa Gomes
2016-12-02iot: Add MQTT v3.1.1 packet handling support for ZephyrFlavio Santes
2016-12-02net: Rename net_nbuf_write to net_nbuf_appendRavi kumar Veeramally
2016-12-02iot/dns: Add '+' operatorFlavio Santes
2016-12-02iot/zoap: Add helper for generating tokensVinicius Costa Gomes
2016-12-02iot/zoap: Port to the native stackVinicius Costa Gomes
2016-12-02iot/zoap: Add support for error 4.15Vinicius Costa Gomes
2016-12-02zoap: Fix alignment of multiline function argumentsVinicius Costa Gomes
2016-12-02iot/dns: Add DNS Client support for ZephyrFlavio Santes
2016-11-28libc/minimal: snprintf(): KILL negative len parameterInaky Perez-Gonzalez
2016-11-23libc: remove useless code in _prf()Inaky Perez-Gonzalez
2016-11-18iot/zoap: Fix decoding of 16-bit deltaVinicius Costa Gomes
2016-11-16libc: atoi() avoid fallthroughs in switch casesInaky Perez-Gonzalez
2016-11-09newlib: add support for nano-formatted-ioJuro Bystricky
2016-11-04lib: Add implementation for strrchrJaakko Hannikainen
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