summaryrefslogtreecommitdiff
path: root/src/eir.c
Commit message (Expand)AuthorAgeFilesLines
...
* eir: Add Class Of Device parsingJohan Hedberg2012-01-171-0/+6
* eir: Fix modifying field_len when parsingJohan Hedberg2012-01-131-3/+6
* eir: Fix minor whitespace issueJohan Hedberg2012-01-131-1/+1
* eir: Remove unnecessary name_len variableJohan Hedberg2012-01-131-4/+1
* eir: Pass explicit length to g_utf8_validateJohan Hedberg2012-01-131-7/+6
* Fix EIR name parsingBruna Moreira2012-01-121-1/+10
* eir: Add function to check for complete nameJohan Hedberg2011-12-301-0/+25
* Add EIR length parameter to eir_parse()Frédéric Danis2011-10-211-3/+3
* Simplify eir_parse_uuid* functionsFrédéric Danis2011-10-211-22/+14
* Simplify eir_parse functionFrédéric Danis2011-10-201-75/+80
* Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2011-10-181-0/+1
* Fix leaks and buffer overflows in EIR parsingJohan Hedberg2011-10-141-6/+11
* Allow building with GLib 2.16 for nowMarcel Holtmann2011-07-041-0/+5
* Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz2011-06-301-2/+1
* Drop variable EIR lengthBruna Moreira2011-05-181-4/+4
* Replace EIR_DATA_LENGTH with HCI_MAX_EIR_LENGTHBruna Moreira2011-05-181-4/+5
* Fix memory leak of EIR dataClaudio Takahasi2011-05-181-0/+7
* Move EIR related functions to a new fileClaudio Takahasi2011-05-171-0/+320