Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-08-11 | unit: Use D-Bus watch for testing ConnMan running | Daniel Wagner | 3 | -30/+12 | |
2011-06-16 | element: Remove element.c | Daniel Wagner | 1 | -0/+2 | |
2011-06-15 | unit: Fix wrong include of common header | Marcel Holtmann | 1 | -1/+1 | |
2011-06-07 | unit: Add free-ride test | Daniel Wagner | 1 | -0/+146 | |
2011-06-07 | unit: Add session connect disconnect test | Daniel Wagner | 1 | -0/+43 | |
2011-06-07 | unit: Add session disconnect test | Daniel Wagner | 1 | -0/+35 | |
2011-06-07 | unit: Add session connect test | Daniel Wagner | 1 | -0/+38 | |
2011-06-07 | unit: Add create many session test | Daniel Wagner | 1 | -0/+44 | |
2011-06-07 | unit: Add create already exists test case | Daniel Wagner | 1 | -0/+30 | |
2011-06-07 | unit: Add create and destroy test case | Daniel Wagner | 1 | -0/+21 | |
2011-06-07 | unit: Add init/cleanup util function | Daniel Wagner | 2 | -0/+50 | |
2011-06-07 | unit: Add create session test | Daniel Wagner | 1 | -0/+37 | |
Create a complete session, that is with proper notification object. | |||||
2011-06-07 | unit: Add Session API binding | Daniel Wagner | 3 | -1/+426 | |
2011-06-07 | unit: Add manager create/destroy tests | Daniel Wagner | 3 | -4/+86 | |
Also add util function for creating the test fixture data structure. | |||||
2011-06-07 | unit: Toggle SessionMode for each test case | Daniel Wagner | 1 | -0/+38 | |
2011-06-07 | unit: Add Manager API binding | Daniel Wagner | 2 | -0/+230 | |
2011-06-07 | unit: Add util function for unit tests | Daniel Wagner | 3 | -2/+212 | |
2011-06-07 | unit: Add test-session | Daniel Wagner | 1 | -0/+35 | |