summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-11build: post-release version bump to 1.30.1mbim-1-30Aleksander Morgado1-1/+1
2023-10-11release: bump version to 1.30.01.30.0Aleksander Morgado1-3/+3
2023-09-29AUTHORS: updateAleksander Morgado1-2/+5
2023-09-27libmbim-glib,device: print unexpected message contents only if traces enabledAleksander Morgado1-12/+15
2023-09-26bump version to 1.29.900 (1.30-rc1)1.30-rc1Aleksander Morgado1-1/+1
2023-09-26NEWS: update for 1.30.0Aleksander Morgado1-0/+62
2023-09-26libmbim-glib,enums: fix since tag in MbimTraceCommandAleksander Morgado1-1/+1
2023-09-26libmbim-glib,uuid: minor alignment fixAleksander Morgado1-1/+1
2023-09-26mbimcli,intel-tools: add 'intel' prefix in actionsAleksander Morgado1-2/+2
2023-09-26mbimcli,intel-mutual-authentication: add 'intel' prefix in action namesAleksander Morgado1-2/+2
2023-09-07mbim-message: bounds-check TLV offsetEric Caruso1-0/+11
2023-09-06mbim-tlv: check for overflow with tlv lengthEric Caruso1-0/+7
2023-08-07build: unstable release version bump to 1.29.81.29.8-devAleksander Morgado1-1/+1
2023-07-10libmbim,message: validate UTF-8 explicitly even when converting from UTF-16Aleksander Morgado1-13/+15
2023-07-10libmbim-glib,message: fix leak when empty string is part of a string arrayAleksander Morgado1-0/+7
2023-07-03libmbim-glib,message: avoid memory alignment issues reading UTF-16 stringsAleksander Morgado1-9/+4
2023-07-03libmbim-glib,message: avoid unaligned MbimIPv4/v6 reads whenever possibleAleksander Morgado4-32/+62
2023-07-03build-aux,mbim-codegen: no 'ref-ipv4' or 'ref-ipv6' fields in structsAleksander Morgado1-59/+3
2023-07-03build-aux,mbim-codegen: no 'ipv4' or 'ipv6' fields in messagesAleksander Morgado1-68/+6
2023-07-03libmbim-glib,message: avoid unaligned MbimUuid read whenever possibleAleksander Morgado5-20/+34
2023-07-03libmbim-glib,message: avoid G_STRUCT_MEMBER_P() for byte arraysAleksander Morgado1-24/+12
2023-07-03libmbim-glib,message: support reading unaligned integersAleksander Morgado3-71/+73
2023-07-03libmbim-helpers: remove custom mbim_ptr_array_find_with_equal_func()Aleksander Morgado2-42/+0
2023-06-30libmbim-glib,message: fix leak when processing string array is abortedAleksander Morgado1-1/+1
2023-06-14mbimcli: add --ms-device-reset commanddiekleinekuh1-0/+44
2023-06-14data,basic-connect-extensions: add device-reset commanddiekleinekuh1-1/+9
2023-06-06build: unstable release version bump to 1.29.71.29.7-devAleksander Morgado1-1/+1
2023-06-05libmbim-glib,test: add support for adding fuzzer samples in unit testsAleksander Morgado2-0/+93
2023-06-05mbim-codegen,struct: assume extra_bytes_read is always needed for ms-struct-a...Aleksander Morgado1-23/+34
2023-06-05mbim-codegen,struct: structure with variable size is not considered for its s...som5-18/+68
2023-06-05mbim-codegen,struct: ensure struct has fixed sized contents before readingAleksander Morgado1-0/+6
2023-06-05libmbim-glib,message: ensure correct array length computation on unbound byte...Aleksander Morgado1-2/+5
2023-06-05mbim-codegen: don't preallocate memory when reading ms-struct-arrayAleksander Morgado1-13/+12
2023-06-05mbim-codegen: don't preallocate memory when reading ref-struct-arrayAleksander Morgado1-13/+13
2023-06-05mbim-codegen: don't preallocate memory when reading struct-arrayAleksander Morgado1-12/+14
2023-06-05libmbim-glib,message: don't preallocate memory when reading string arrayAleksander Morgado1-17/+15
2023-06-05libmbim-glib,message: mbim_message_validate() expects a complete messageAleksander Morgado6-20/+38
2023-06-05libmbim-glib,message: additional validation of fragment current/total fieldsAleksander Morgado2-13/+120
2023-06-05libmbim-glib,fuzzer: include printable message buildingAleksander Morgado1-3/+15
2023-06-05mbimcli: new '--printable' to easily get printable info for a given raw messageAleksander Morgado1-0/+42
2023-06-05libmbim-glib,device: add note about not needing to validate returned messagesAleksander Morgado1-0/+3
2023-06-05mbimcli,google: add missing field initializers in GOptionEntry arrayAleksander Morgado1-1/+1
2023-05-03build: unstable release version bump to 1.29.61.29.6-devAleksander Morgado1-1/+1
2023-04-27build-aux,mkenums: remove obsolete commentAleksander Morgado1-2/+0
2023-04-27libmbim-glib: separate files for flags and enums typesAleksander Morgado8-164/+158
2023-04-27build-aux,mkenums: allow having separate files for flags and enumsAleksander Morgado1-1/+13
2023-04-27docs,reference: add missing mbim_registration_flag_build_string_from_mask() docAleksander Morgado1-0/+1
2023-04-27compat: add missing deprecation flags in mbim_sms_status_flag_get_string()Aleksander Morgado1-0/+1
2023-04-27google: new service to support carrier-lock operationssom18-3/+604
2023-04-19mbim-codegen: fix including missing printable fieldsAleksander Morgado1-5/+16