Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-07 | Base Code merged to SPIN 2.4submit/tizen/20150810.034432 | hyunuktak | 3 | -440/+0 | |
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17 | |||||
2014-10-29 | Imported Upstream version 1.26upstream/1.26 | Zhang zhengguang | 1 | -1/+1 | |
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 3 | -14/+10 | |
2013-06-12 | unit: Multiple collisions with different pools | Jukka Rissanen | 1 | -0/+97 | |
Existing tests did not test this scenario: * new address is registered to 192.168.0.2 * new address is registered to 192.168.1.2 * ippool is created to 192.168.2.1 (no collision) * ippool is created to 192.168.3.1 (no collision) * new address is registered to 192.168.3.1 (collision detected) | |||||
2013-06-12 | unit: Test ippool collision differently | Jukka Rissanen | 1 | -0/+87 | |
Existing tests did not test this scenario: * new address is registered to 192.168.1.2 * ippool is created to 192.168.0.1 (no collision) * ippool is created to 192.168.2.1 (there is a collision and the code should skip the 192.168.1.1 range) | |||||
2013-05-29 | test-ippool: Shortcut exhausting allocation test | Daniel Wagner | 1 | -3/+9 | |
Instead really trying to allocate all possible 69888 blocks, let's reserve the first two IP pools and then we only need to allocate 255 blocks. That should bring down the runtime considerable. | |||||
2013-03-19 | test-ippool: Update unit test printouts | Daniel Wagner | 1 | -8/+8 | |
2013-03-18 | test-session: Move file to tools and rename it to session-test | Daniel Wagner | 5 | -1586/+0 | |
These tests depens on ConnMan running and therefore not really a unit tests. Let's move it to tools. | |||||
2013-03-18 | test-iptables: Move file to tools and rename it to iptables-unit | Daniel Wagner | 1 | -327/+0 | |
Unit tests are suppessed to be run during 'make distcheck' but iptables-unit needs to be run with root rights. | |||||
2013-02-22 | test-iptables: Fix memory leak | Daniel Wagner | 1 | -0/+2 | |
2013-02-22 | test-iptables: Delete all rules in target0 | Daniel Wagner | 1 | -0/+14 | |
2013-02-14 | unit: Fix wrong format identifier for size_t | Marcel Holtmann | 1 | -1/+1 | |
2013-02-14 | unit: Add test cases for SHA-1 based PBKDF2 and PRF | Marcel Holtmann | 2 | -0/+444 | |
2013-02-12 | test-iptables: Add chain add remove tests | Daniel Wagner | 1 | -0/+30 | |
2013-02-12 | test-iptables: Add fallthrough unit test | Daniel Wagner | 1 | -0/+19 | |
A fallthrough rule is a one which does not have a verdict, e.g. ACCEPT, DROP etc. | |||||
2013-02-12 | iptables: Remove unused __connman_iptables_command() | Daniel Wagner | 1 | -76/+0 | |
2013-02-12 | test-nat: Move tests to test-iptables | Daniel Wagner | 2 | -165/+77 | |
These are iptables related tests. So let's move them over. | |||||
2013-02-12 | test-iptables: Add unit test for the new API | Daniel Wagner | 1 | -0/+139 | |
2013-02-12 | test-iptables: Add unit test for iptables | Daniel Wagner | 1 | -0/+122 | |
2012-12-11 | unit: Fix differences with including gdbus.h header | Marcel Holtmann | 3 | -3/+3 | |
2012-11-23 | log: Give program name and version in log init | Jukka Rissanen | 1 | -1/+1 | |
This allows the correct output when the log functions are used from separate vpn daemon. | |||||
2012-10-08 | unit: Wrong enum type used in session code | Jukka Rissanen | 1 | -1/+1 | |
2012-09-28 | log: Disable stack trace from command line | Patrik Flykt | 1 | -2/+2 | |
Add a '--nobacktrace' command line switch to let the system handle stack traces. The default is to let ConnMan handle them as before | |||||
2012-09-27 | unit: Do not append empty AllowedBearers dictionary | Daniel Wagner | 1 | -0/+3 | |
An empty AllowedBearers means do not match anything. | |||||
2012-09-27 | unit: Support ConnectionType unknown | Daniel Wagner | 1 | -1/+3 | |
2012-09-27 | session: Move configuration bits to a public struct | Daniel Wagner | 1 | -15/+0 | |
Instead of passing basic datatypes between the session core and the policy plugin, provide a complex data structure which holds the session configuration. | |||||
2012-09-27 | unit: Update session unit test to API changes | Daniel Wagner | 2 | -124/+3 | |
2012-07-15 | unit: Avoid shadowing session info variable | Marcel Holtmann | 1 | -2/+2 | |
2012-06-30 | unit: Watch for signals only on CONNMAN_SERVICE | Lucas De Marchi | 1 | -1/+1 | |
2012-05-18 | Do not set signature and reply in GDBus tables | Henrique Dante de Almeida | 1 | -2/+2 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-18 | Convert GDBus methods and signals to use macro helpers | Henrique Dante de Almeida | 1 | -2/+4 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-18 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
2012-04-29 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2012-02-28 | unit: handling type of connection into session api | Tomasz Bursztyka | 2 | -0/+23 | |
2012-02-28 | unit: switching from online to state property into test-session | Tomasz Bursztyka | 3 | -23/+44 | |
2012-02-13 | test-ippool: Test overlapping ranges | Daniel Wagner | 1 | -1/+29 | |
2012-02-13 | test-ippool: Rename basic2 to exhaust0 | Daniel Wagner | 1 | -2/+2 | |
2012-02-13 | test-ippool: Reinit ippool for each test | Daniel Wagner | 1 | -9/+19 | |
2012-02-13 | test-ippool: Split basic0 test | Daniel Wagner | 1 | -5/+15 | |
Do not test two things in the same function. | |||||
2012-02-13 | ippool: Add prefixlen argument to __connman_ippool_new/deladdr() | Daniel Wagner | 1 | -2/+2 | |
2012-02-13 | test-nat: Add main table tests | Daniel Wagner | 1 | -2/+34 | |
This test makes use of the iptables check command. | |||||
2012-02-13 | test-nat: Commit table changes | Daniel Wagner | 1 | -0/+7 | |
2012-02-13 | test-nat: Add nat unit test | Daniel Wagner | 1 | -0/+126 | |
2012-02-01 | tethering: Add notification callback implementation | Guillaume Zajac | 1 | -1/+1 | |
2012-02-01 | test-ippool: Add collision unit test | Daniel Wagner | 1 | -0/+56 | |
2012-02-01 | ippool: Add API to notify when IP is externally assigned | Daniel Wagner | 1 | -3/+3 | |
2012-02-01 | test-ippool: Add unit test for ippool | Daniel Wagner | 1 | -0/+154 | |
2011-08-11 | unit: Fix connect disconnect test | Daniel Wagner | 1 | -13/+62 | |
2011-08-11 | unit: Add manager state callback | Daniel Wagner | 3 | -3/+34 | |
2011-08-11 | unit: Add PropertyChanged watch for Manager | Daniel Wagner | 3 | -1/+144 | |