summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-13test-nat: Commit table changesDaniel Wagner1-0/+7
2012-02-13nat: Fix typo in iptables ruleDaniel Wagner1-1/+1
2012-02-13bridge: Fix __connman_bridge_enable() arguments orderingDaniel Wagner2-4/+4
2012-02-13iptables: Mask address when parsing ip/prefixlenDaniel Wagner1-0/+1
2012-02-13iptables-test: Mask address when parsing ip/prefixlenDaniel Wagner1-0/+1
2012-02-13build: Add missing documentation to EXTRA_DISTSamuel Ortiz1-0/+2
2012-02-13iptables: Fix rule insertion in a builtin chainTomasz Bursztyka1-1/+4
2012-02-13tools: Fix rule insertion in a builtin chain into iptables-testTomasz Bursztyka1-1/+4
2012-02-13tethering: Fix start of IP poolDaniel Wagner1-1/+1
2012-02-13ofono: Update CDMA documentationGuillaume Zajac1-2/+23
2012-02-13resolver: Domain name was not setJukka Rissanen1-1/+1
2012-02-13test-nat: Add nat unit testDaniel Wagner2-1/+133
2012-02-13nat: Move nat code into a seperate fileDaniel Wagner5-111/+254
2012-02-13tethering: Use notifier to update default interface.Daniel Wagner3-9/+25
2012-02-13bridge: Move bridge code into a seperate fileDaniel Wagner4-110/+155
2012-02-13iptables: Parse also netmask for src/dst addressesDaniel Wagner1-9/+38
2012-02-13iptables-test: Parse also netmask for src/dst addressesDaniel Wagner1-9/+39
2012-02-10ofono: Check for mcc before using it as an indexSamuel Ortiz1-2/+3
2012-02-03build: Remove --enable-ntpdMarcel Holtmann1-1/+0
2012-02-04AUTHORS: Mention Manfred's contributionsSamuel Ortiz1-0/+1
2012-02-04wifi: Write Wifi Mode to network propertiesManfred Kober1-1/+3
2012-02-04ntpd: Remove the ntpd pluginAlok Barsode3-356/+0
2012-02-04timeserver: Remove connman_timeserver_driver frameworkAlok Barsode2-68/+0
2012-02-04timeserver: Remove connman_timeserver_[append/remove]Alok Barsode3-102/+0
2012-02-04timeserver: Check condition to restart timeserversAlok Barsode1-0/+4
2012-02-04timeserver: Use service timeserver, if any, before system timeserversAlok Barsode3-0/+23
2012-02-04ntp: Add timeserver switch logicAlok Barsode2-2/+31
2012-02-04Add __connman_timerserver_sync() to resolve a list of timeserversAlok Barsode5-14/+142
2012-02-04ntp: NTP Query a Timeserver server IPAlok Barsode2-77/+58
2012-02-04service: Free service->timeserversAlok Barsode1-0/+1
2012-02-04dhcp: modify connman_dhcp to add multiple timeserversAlok Barsode1-15/+32
2012-02-04meego: Use system timeserver APIs to add/remove timeserversAlok Barsode1-2/+2
2012-02-04timeserver: Add functions to store/restore timeservers via the clock APIAlok Barsode4-24/+162