summaryrefslogtreecommitdiff
path: root/unit/test-sdp.c
Commit message (Expand)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-4/+6
* sdpd: Fix leaking buffers stored in cstates cacheLuiz Augusto von Dentz2021-11-121-1/+1
* unit: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* unit: Fix fsanitize-address-use-after-scope with GCC 9Luiz Augusto von Dentz2019-01-141-3/+3
* unit/test-sdp: Avoid extra copies when sending a PDULuiz Augusto von Dentz2019-01-141-17/+10
* unit/test-sdp: Add robustness test for continuation stateLuiz Augusto von Dentz2018-11-021-3/+31
* unit: Make use of tester_monitor to print input/output PDUsLuiz Augusto von Dentz2018-10-081-9/+2
* unit/test-sdp: Use tester frameworkGowtham Anandha Babu2015-10-021-51/+40
* unit: Replace use of g_malloc+memcpy with gmemdupLuiz Augusto von Dentz2015-03-271-2/+1
* unit: prevent unintended use of glibc's error(3)Natanael Copa2014-03-141-6/+4
* unit/sdp: Remove extra zero table entryAndrei Emeltchenko2014-01-221-1/+1
* Revert "unit/sdp: Check that correct packet received in recv"Johan Hedberg2013-10-171-2/+3
* unit/sdp: Check that correct packet received in recvAndrei Emeltchenko2013-10-161-3/+2
* unit: Remove not needed functions from test-sdpSzymon Janc2013-09-231-29/+0
* unit: Add tests for SDP integer Data ElementsAnderson Lizardo2013-01-161-0/+84
* unit: Add {TEXT,URL}_STR{8,16} tests for sdp_extract_attr()Anderson Lizardo2013-01-161-0/+78
* unit: Providing empty info() implementation is no longer neededMarcel Holtmann2013-01-101-6/+0
* unit: Rename x_pdu() macro on SDP test programAnderson Lizardo2013-01-091-5/+5
* unit: Reuse define_test() macro for /TP/SERVER/BRW/* testsAnderson Lizardo2013-01-091-18/+6
* unit: Remove the unused pdu_id value from the SDP testsMarcel Holtmann2013-01-071-3/+0
* unit: Add SDP Service Search Attribute Requests attribute responsesMarcel Holtmann2013-01-071-0/+615
* unit: Add SDP Service Search Attribute Requests success responsesMarcel Holtmann2013-01-071-0/+92
* unit: Add SDP Service Search Attribute Requests with an empty responseMarcel Holtmann2013-01-061-0/+81
* unit: Fix a few memory leaks with the SDP record registrationMarcel Holtmann2013-01-061-0/+41
* unit: Provide static test data and dynamically allocated PDUsMarcel Holtmann2013-01-061-7/+21
* unit: Add test cases for SDP Service Browse handlingMarcel Holtmann2013-01-061-2/+502
* unit: Add SDP Service Search Attribute Requests invalid behavior testsMarcel Holtmann2013-01-061-0/+47
* unit: Add support for SDP test cases with different MTU settingsMarcel Holtmann2013-01-061-2/+6
* unit: Add test cases for SDP Service Attribute RequestsMarcel Holtmann2013-01-061-0/+479
* unit: Add test cases for SDP Service Search RequestsMarcel Holtmann2013-01-061-0/+113
* unit: Create a more flexible framework for SDP testingMarcel Holtmann2013-01-061-61/+126
* unit: Fix compilation issue with ignored return valueAnderson Lizardo2013-01-041-1/+3
* unit: Add tool for testing the SDP protocol PDUsMarcel Holtmann2013-01-031-0/+663