summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-28list-services: Use GetServices() instead GetProperties()Daniel Wagner1-6/+1
2012-02-28test-connman: Use GetServices() instead GetProperties()Daniel Wagner1-9/+2
2012-02-28service: Keep ordering and send all services in ServicesAddedPatrik Flykt1-63/+81
2012-02-28unit: handling type of connection into session apiTomasz Bursztyka2-0/+23
2012-02-28unit: switching from online to state property into test-sessionTomasz Bursztyka3-23/+44
2012-02-28test: modify test-session to handle a new propertyTomasz Bursztyka1-1/+1
2012-02-28test: fixing type conversion bug in test-sessionTomasz Bursztyka1-1/+4
2012-02-28doc: updated session api documentationTomasz Bursztyka1-20/+38
2012-02-28session: filtering session state update according to connection typeTomasz Bursztyka1-3/+44
2012-02-28session: introducing a property to select a type on which the state gets up onTomasz Bursztyka1-4/+52
2012-02-28session: do not notify ipconfig content if it's not in a connected stateTomasz Bursztyka1-0/+10
2012-02-28service: adding a function to know the connected state of an ipconfigTomasz Bursztyka2-0/+19
2012-02-28session: do not notify an ipconfig change if the session is not connectedTomasz Bursztyka1-0/+3
2012-02-28session: refactor and optimize how notification are raised and whenTomasz Bursztyka1-52/+44
2012-02-28session: changing online property to a state propertyTomasz Bursztyka1-29/+71
2012-02-28AUTHORS: Update email addressesPatrik Flykt1-4/+4
2012-02-27manager: Fix signature of ServicesRemoved signalMarcel Holtmann1-1/+1
2012-02-24technology: Fix technology refcountingAlok Barsode1-2/+2
2012-02-24build: Remove find-service and connect-service from test_scriptsSamuel Ortiz1-3/+2
2012-02-24test: Remove find-service as manager LookupService does not existPatrik Flykt1-17/+0
2012-02-24test: Remove connect-service as manager ConnectService does not existPatrik Flykt1-32/+0
2012-02-24service: Remove 'Services' property from Manager D-Bus APIPatrik Flykt3-69/+8
2012-02-24service: Implement ServicesAdded and ServicesRemoved signalsPatrik Flykt2-0/+149
2012-02-24manager: Use helper function for adding arrays of objpath, dictPatrik Flykt1-32/+14
2012-02-24dbus: Function for adding array of object paths and dictionariesPatrik Flykt2-0/+28
2012-02-24tethering: Fix pool size requestDaniel Wagner1-1/+1
2012-02-24ippool: Add error and warning messagesDaniel Wagner1-2/+6
2012-02-24wifi: Add support for default background scanning parametersTomasz Bursztyka1-0/+3
2012-02-24gsupplicant: Add support for background scanning parametersTomasz Bursztyka2-0/+5
2012-02-15manager: Fix TechnologyAdded signal signatureAlok Barsode1-1/+1
2012-02-14test: Fix scan method to work against technology api in test-connmanTomasz Bursztyka1-4/+5
2012-02-14test: Update simple-agent to handle RequestBrowser methodTomasz Bursztyka1-0/+16
2012-02-14doc: Document the right error belonging to browser request on agent apiTomasz Bursztyka1-1/+1
2012-02-14wispr: Provide a callback for agent browser request to handle the resultTomasz Bursztyka1-2/+22
2012-02-14agent: Handle browser request replyTomasz Bursztyka1-0/+41
2012-02-14wispr: Request a browser action through agent apiTomasz Bursztyka1-1/+13
2012-02-14agent: Add support for requesting browser actionTomasz Bursztyka2-0/+50
2012-02-14service: Set service state idle when creating from providerDaniel Wagner1-0/+1
2012-02-13agent: Fix capital letter for mandatory requirementSantiago Carot-Nemesio1-3/+3
2012-02-13dhcp: Request sending a RFC 1533- and 2132-compliant client-idGrant Erickson1-0/+2
2012-02-13gdhcp: Add RFC 1533- and 2132-compliant client-id optionGrant Erickson2-0/+24
2012-02-13gdhcp: Refactor alloc_dhcp_option to accept string or raw data.Grant Erickson1-7/+21
2012-02-13test-ippool: Test overlapping rangesDaniel Wagner1-1/+29
2012-02-13test-ippool: Rename basic2 to exhaust0Daniel Wagner1-2/+2
2012-02-13test-ippool: Reinit ippool for each testDaniel Wagner1-9/+19
2012-02-13test-ippool: Split basic0 testDaniel Wagner1-5/+15
2012-02-13ippool: Fix collision detection altorithmDaniel Wagner1-63/+169
2012-02-13ippool: Fix 16 bit block iteratorDaniel Wagner1-3/+2
2012-02-13ippool: Add prefixlen argument to __connman_ippool_new/deladdr()Daniel Wagner4-10/+14
2012-02-13test-nat: Add main table testsDaniel Wagner1-2/+34