summaryrefslogtreecommitdiff
path: root/profiles/network
Commit message (Expand)AuthorAgeFilesLines
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-075-0/+20
* Reorder btio.h includesLucas De Marchi2012-12-052-2/+2
* Use the entire include path for btio.hLucas De Marchi2012-12-052-2/+2
* Use the entire include path for gdbus.hLucas De Marchi2012-12-054-4/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-055-20/+0
* network: Only export UUID and Interface properties while connectedLuiz Augusto von Dentz2012-11-261-32/+48
* network: Fix invalid read on exitLuiz Augusto von Dentz2012-11-261-28/+0
* network: Fix always attempting to connect to PANU serviceLuiz Augusto von Dentz2012-11-261-2/+1
* network: Fix trying to register NetworkServer interface multiple timesLuiz Augusto von Dentz2012-11-261-20/+44
* network: Fix not responding to Device.ConnectProfileLuiz Augusto von Dentz2012-11-261-0/+2
* network: Remove Network.Connect and Network.DisconnectLuiz Augusto von Dentz2012-11-261-80/+1
* network: Make use of D-Bus Properties interfaceLuiz Augusto von Dentz2012-11-261-65/+68
* network: Add missing local_uuid valuesJohan Hedberg2012-11-201-0/+3
* network: Fix dead assignment in connect_cbSzymon Janc2012-11-131-4/+1
* network: Remove unnecessary field from connect_reqMikel Astiz2012-10-261-6/+1
* network: Add missing btd_device reference countingJohan Hedberg2012-10-251-1/+4
* network: Add network .connect and .disconnectMikel Astiz2012-10-251-0/+99
* network: Split Network into three btd_profileMikel Astiz2012-10-251-19/+86
* network: Expose internal connection APIMikel Astiz2012-10-252-48/+108
* network: Trivial function renameMikel Astiz2012-10-251-6/+6
* network: Specify id while registering serverMikel Astiz2012-10-253-9/+8
* network: Remove redundant struct network_peer membersSzymon Janc2012-10-165-54/+43
* device: Convert device_get_address into simple getterSzymon Janc2012-10-051-5/+5
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-053-5/+6
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-052-10/+8
* adapter: Use authorization id for cancellingMikel Astiz2012-10-011-5/+4
* core: Add profile parameter to adapter and device probe functionsJohan Hedberg2012-09-251-4/+7
* network: Fix DBusMessage leaksJohan Hedberg2012-09-211-3/+9
* network: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-217-79/+35
* dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek2012-09-211-6/+6
* core: Move profile code into profile.{c,h}Johan Hedberg2012-09-111-0/+1
* network: Fix minor whitespace issueJohan Hedberg2012-09-101-1/+1
* network: Fix bnep setup failure handle bugChan-yeol Park2012-09-031-1/+3
* core: replace NULL by dbus invalid argumentsChan-yeol Park2012-09-032-3/+3
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-033-80/+27
* Update code base to use the new BtIO APIJohan Hedberg2012-08-282-3/+3
* network: Fix warning when removing connection timeout handlerLuiz Augusto von Dentz2012-08-241-2/+4
* network: Remove sessions from server on DBus call UnregisterTomasz Bursztyka2012-08-241-0/+2
* network: Kill underlying session's connection before freeing itTomasz Bursztyka2012-08-241-0/+2
* network: Release session's interface from bridge when unregisteringTomasz Bursztyka2012-08-241-3/+21
* network: Add helper function to remove an interface from a bridgeTomasz Bursztyka2012-08-242-0/+30
* network: Keep track of session's interface name in serverTomasz Bursztyka2012-08-241-0/+3
* network: Check full BNEP UUIDPar-Gunnar Hjalmdahl2012-08-151-3/+23
* network: move it to profiles folderGustavo Padovan2012-07-1010-0/+2135