summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add skeleton for generic ALSA pluginsMarcel Holtmann2007-04-045-1/+75
* Fix missing G_IO_NVAL handlingMarcel Holtmann2007-04-043-12/+12
* Update test setupMarcel Holtmann2007-04-031-6/+15
* Add storage code.Luiz Augusto von Dentz2007-04-023-17/+164
* Remove network, input and echo service from --enable-allMarcel Holtmann2007-04-012-4/+3
* Make headset service installableMarcel Holtmann2007-04-013-7/+25
* Add IsConnected() to dbus-api.txtJohan Hedberg2007-04-011-0/+2
* Get rid of some unnecessary static function prototypesJohan Hedberg2007-04-011-41/+32
* Implement IsConnected methodJohan Hedberg2007-04-011-0/+27
* network: fixed GIOChannel close/unref orderClaudio Takahasi2007-03-301-6/+3
* Add err_already_exists.Luiz Augusto von Dentz2007-03-302-0/+11
* Return an error when server already exist.Luiz Augusto von Dentz2007-03-301-3/+1
* network: ignore repeated BNEP conn req msg from the same device if there a pe...Claudio Takahasi2007-03-301-0/+9
* network: Added bridge add interface functionClaudio Takahasi2007-03-293-4/+30
* Fixes to use DefaultAdapter when an adapter is necessary.Luiz Augusto von Dentz2007-03-291-36/+71
* Fix message unref and interface name bugs.Luiz Augusto von Dentz2007-03-291-3/+11
* network: only send cancel authorization if the error name is NoReplyClaudio Takahasi2007-03-291-1/+4
* network: cancel authorization if the time expiresClaudio Takahasi2007-03-291-9/+33
* network: reject incomming connections if there is a pending authorizationClaudio Takahasi2007-03-291-4/+12
* Add code to extract record attributes.Luiz Augusto von Dentz2007-03-293-8/+76
* Lower number of possible interfaces from 48 to 7 and other minor fixes.Luiz Augusto von Dentz2007-03-291-10/+16
* network: removed ProviderName attribute from the server service recordClaudio Takahasi2007-03-281-5/+5
* network: update the service record when the attributes changed(name, security)Claudio Takahasi2007-03-281-2/+17
* network: making service name/security configurableClaudio Takahasi2007-03-281-11/+18
* Add connection state to prevent concurrent connectionsLuiz Augusto von Dentz2007-03-281-11/+32
* network: reply bnep "not allowed" if the bnep_connadd failsClaudio Takahasi2007-03-281-16/+18
* network: Added more debug error information for ioctl BNEPCONNADD callClaudio Takahasi2007-03-281-2/+4
* network: fixed server role when calling bnep_connaddClaudio Takahasi2007-03-281-1/+10
* network: added Server.DisableClaudio Takahasi2007-03-281-4/+26
* network: Remove the service record when the server path is unregisteredClaudio Takahasi2007-03-281-2/+37
* Get rid of old ioctl compability hack.Luiz Augusto von Dentz2007-03-273-52/+13
* Add code to check server capabilities.Luiz Augusto von Dentz2007-03-271-71/+251
* network: Added authorization for incomming connectionsClaudio Takahasi2007-03-271-12/+265
* Add err_not_supported.Luiz Augusto von Dentz2007-03-272-0/+9
* Service must start even if there is no adapter availableMarcel Holtmann2007-03-271-0/+4
* The service must start even without any adapters attachedMarcel Holtmann2007-03-271-0/+4
* Improve integration with D-Bus system busMarcel Holtmann2007-03-273-39/+17
* Improve D-Bus system bus integrationMarcel Holtmann2007-03-276-50/+36
* Remove D-Bus connection workaroundMarcel Holtmann2007-03-271-2/+0
* Rename register_service() function to avoid conflictsMarcel Holtmann2007-03-272-2/+2
* Add register_service() helper functionMarcel Holtmann2007-03-272-0/+33
* Provide additional D-Bus setup helper functionMarcel Holtmann2007-03-272-6/+15
* Don't install manual pages if daemon has been disabledMarcel Holtmann2007-03-274-4/+12
* network: added initial code for server L2CAP listeningClaudio Takahasi2007-03-261-1/+88
* Remove warning.Luiz Augusto von Dentz2007-03-261-1/+1
* Add connection watchdog.Luiz Augusto von Dentz2007-03-261-10/+18
* network: removed memory leak(servers/connections list)Claudio Takahasi2007-03-261-2/+6
* network: added function to create the server(NAP/GN) service recordClaudio Takahasi2007-03-262-3/+125
* Fix connect.Luiz Augusto von Dentz2007-03-261-39/+38
* metwork: Added function to call the service record registrationClaudio Takahasi2007-03-261-6/+89