summaryrefslogtreecommitdiff
path: root/src/shared/util.h
Commit message (Expand)AuthorAgeFilesLines
* shared/util: Add iovec helpersIulia Tanasescu2023-05-051-0/+24
* shared/util: Add iovec helpersLuiz Augusto von Dentz2022-11-151-0/+10
* src/shared/util.h: include sys/types.hFabrice Fontaine2022-02-241-0/+1
* build: Fix errors with glibc < 2.25Fabrice Fontaine2022-02-151-0/+2
* shared/util: Add util_memdupLuiz Augusto von Dentz2022-01-061-0/+1
* shared/util: Rename btd_malloc to util_mallocLuiz Augusto von Dentz2022-01-051-2/+2
* shared/util: Add conversion function for 24 bitsLuiz Augusto von Dentz2021-09-131-0/+26
* shared/util: use 64-bit bitmap in util_get/clear_uidPauli Virtanen2021-09-061-2/+2
* shared/util: Add bt_uuid128_to_strLuiz Augusto von Dentz2021-05-181-0/+1
* util: Introduce util_debug_vaLuiz Augusto von Dentz2021-01-081-0/+4
* mgmt-tester: Update supported-features to not include HSLuiz Augusto von Dentz2020-11-131-0/+1
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* shared/util: Adding a shared ARRAY_SIZE macroAlain Michaud2020-01-161-0/+2
* shared/util: Add strdelimit and strsuffixLuiz Augusto von Dentz2018-02-221-0/+3
* shared/util: Introduce bt_appear_to_strLuiz Augusto von Dentz2017-12-211-0/+1
* shared/util: Add helpers to decode UUIDs stringsLuiz Augusto von Dentz2017-12-211-0/+4
* shared: Introduce the get_s8 helper functionMarcel Holtmann2016-08-281-0/+5
* shared: Make new0 abort on failureSzymon Janc2015-10-301-1/+13
* monitor: Update handling for vendor commands and eventsMarcel Holtmann2015-10-181-0/+5
* lib/uuid: Fix bt_uuid_to_le for 128 BitsLuiz Augusto von Dentz2015-03-021-10/+0
* shared/utils: Add helpers for bitfield id generationAndrei Emeltchenko2015-02-191-0/+3
* shared: Change util.h to compile in strict CGabriel Souza Franco2014-11-111-5/+5
* core: Refactor dirent type getter to a shared functionJohan Hedberg2014-07-111-0/+2
* shared: Fix incorrect "const" in 32/64 bit put functionsJohan Hedberg2014-03-211-6/+6
* shared: Add put_be64()Claudio Takahasi2014-03-211-0/+5
* shared: Add put_be32()Claudio Takahasi2014-03-211-0/+5
* shared: Add put_be16()Claudio Takahasi2014-03-211-0/+5
* shared: Add get_be64()Claudio Takahasi2014-03-211-0/+5
* shared: Add get_be32()Claudio Takahasi2014-03-211-0/+5
* shared: Add get_be16()Claudio Takahasi2014-03-211-0/+5
* shared: Add get_le64()Claudio Takahasi2014-03-211-0/+5
* shared: Add get_le32()Claudio Takahasi2014-03-211-0/+5
* shared: Add get_le16()Claudio Takahasi2014-03-211-0/+5
* shared: Add put_le64()Claudio Takahasi2014-03-211-0/+5
* shared: Add bswap_128()Claudio Takahasi2014-03-201-0/+10
* shared: Add put_le32()Claudio Takahasi2014-03-141-0/+5
* shared: Add put_le16()Claudio Takahasi2014-03-141-0/+5
* shared: Update copyright informationMarcel Holtmann2014-02-111-1/+1
* shared: Include stdint.h for uintptr_t handlingMarcel Holtmann2014-01-251-0/+1
* shared: Add macros for unaligned accessMarcel Holtmann2014-01-251-0/+16
* shared: Add conversion function for big endian data typesMarcel Holtmann2014-01-241-0/+12
* shared: Add endian conversion macro for 64-bit little endian typesMarcel Holtmann2014-01-101-0/+4
* shared: Fix the endian helper macros to work on big endian systemsMarcel Holtmann2014-01-101-0/+10
* shared: Add general macro for handling endian conversionMarcel Holtmann2014-01-101-0/+5
* shared: Add pointer and memory macrosMarcel Holtmann2013-12-271-0/+13
* shared: Add generic debug string helperMarcel Holtmann2012-12-311-0/+4
* shared: Add generic hexdump helperMarcel Holtmann2012-12-311-0/+27