summaryrefslogtreecommitdiff
path: root/unit
Commit message (Expand)AuthorAgeFilesLines
* unit: Fix missing declarations in test-iptablesEmmanuel VAUTRIN2022-01-251-2/+2
* unit: Add unit test for iptables.c longjmp() useJussi Laakkonen2019-02-141-0/+699
* ippool: Remove refcount on connman_ippool structNicolas Cornu2018-07-101-9/+9
* unit: IP pools exist as long as they are referencedPatrik Flykt2015-10-281-36/+34
* unit: Remove unrelated test cases that are not neededMarcel Holtmann2015-02-012-440/+0
* unit: Fix copyright statementDaniel Wagner2014-07-221-1/+1
* unit: Do not compare expression against NULLDaniel Wagner2013-08-072-4/+4
* unit: Whitespace cleanupDaniel Wagner2013-07-232-8/+4
* unit: Convert to stdbool with coccinelleDaniel Wagner2013-07-232-6/+6
* unit: Multiple collisions with different poolsJukka Rissanen2013-06-121-0/+97
* unit: Test ippool collision differentlyJukka Rissanen2013-06-121-0/+87
* test-ippool: Shortcut exhausting allocation testDaniel Wagner2013-05-291-3/+9
* test-ippool: Update unit test printoutsDaniel Wagner2013-03-191-8/+8
* test-session: Move file to tools and rename it to session-testDaniel Wagner2013-03-185-1586/+0
* test-iptables: Move file to tools and rename it to iptables-unitDaniel Wagner2013-03-181-327/+0
* test-iptables: Fix memory leakDaniel Wagner2013-02-221-0/+2
* test-iptables: Delete all rules in target0Daniel Wagner2013-02-221-0/+14
* unit: Fix wrong format identifier for size_tMarcel Holtmann2013-02-141-1/+1
* unit: Add test cases for SHA-1 based PBKDF2 and PRFMarcel Holtmann2013-02-142-0/+444
* test-iptables: Add chain add remove testsDaniel Wagner2013-02-121-0/+30
* test-iptables: Add fallthrough unit testDaniel Wagner2013-02-121-0/+19
* iptables: Remove unused __connman_iptables_command()Daniel Wagner2013-02-121-76/+0
* test-nat: Move tests to test-iptablesDaniel Wagner2013-02-122-165/+77
* test-iptables: Add unit test for the new APIDaniel Wagner2013-02-121-0/+139
* test-iptables: Add unit test for iptablesDaniel Wagner2013-02-121-0/+122
* unit: Fix differences with including gdbus.h headerMarcel Holtmann2012-12-113-3/+3
* log: Give program name and version in log initJukka Rissanen2012-11-231-1/+1
* unit: Wrong enum type used in session codeJukka Rissanen2012-10-081-1/+1
* log: Disable stack trace from command linePatrik Flykt2012-09-281-2/+2
* unit: Do not append empty AllowedBearers dictionaryDaniel Wagner2012-09-271-0/+3
* unit: Support ConnectionType unknownDaniel Wagner2012-09-271-1/+3
* session: Move configuration bits to a public structDaniel Wagner2012-09-271-15/+0
* unit: Update session unit test to API changesDaniel Wagner2012-09-272-124/+3
* unit: Avoid shadowing session info variableMarcel Holtmann2012-07-151-2/+2
* unit: Watch for signals only on CONNMAN_SERVICELucas De Marchi2012-06-301-1/+1
* Do not set signature and reply in GDBus tablesHenrique Dante de Almeida2012-05-181-2/+2
* Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida2012-05-181-2/+4
* Constify GDBus method tablesHenrique Dante de Almeida2012-05-181-1/+1
* core: Update copyright informationMarcel Holtmann2012-04-291-1/+1
* unit: handling type of connection into session apiTomasz Bursztyka2012-02-282-0/+23
* unit: switching from online to state property into test-sessionTomasz Bursztyka2012-02-283-23/+44
* test-ippool: Test overlapping rangesDaniel Wagner2012-02-131-1/+29
* test-ippool: Rename basic2 to exhaust0Daniel Wagner2012-02-131-2/+2
* test-ippool: Reinit ippool for each testDaniel Wagner2012-02-131-9/+19
* test-ippool: Split basic0 testDaniel Wagner2012-02-131-5/+15
* ippool: Add prefixlen argument to __connman_ippool_new/deladdr()Daniel Wagner2012-02-131-2/+2
* test-nat: Add main table testsDaniel Wagner2012-02-131-2/+34
* test-nat: Commit table changesDaniel Wagner2012-02-131-0/+7
* test-nat: Add nat unit testDaniel Wagner2012-02-131-0/+126
* tethering: Add notification callback implementationGuillaume Zajac2012-02-011-1/+1