summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add first step of ALSA plugin integrationMarcel Holtmann2007-04-105-6/+275
| * Fixed major/minor class in Adapter.GetInfoClaudio Takahasi2007-04-101-1/+1
| * Implement global trust settingJohan Hedberg2007-04-108-40/+158
| * Rename functions for consistencyJohan Hedberg2007-04-104-34/+34
| * Audio service refactoring: move all manager functions to manager.cJohan Hedberg2007-04-105-405/+444
| * Only compile SBC library if ALSA is enabledMarcel Holtmann2007-04-101-0/+2
| * Simple process communicationMarcel Holtmann2007-04-092-2/+325
| * Fix some forgotton leftoversMarcel Holtmann2007-04-084-6/+16
| * Add generic audio service initMarcel Holtmann2007-04-084-105/+96
| * Call it audio serviceMarcel Holtmann2007-04-081-41/+4
| * Only provide generic audio serviceMarcel Holtmann2007-04-085-25/+18
| * Use generic service connect functionMarcel Holtmann2007-04-051-3/+3
| * network: cancel pending auth if an error happens in the BNEP GIOChannelClaudio Takahasi2007-04-051-2/+7
| * network: handle the GIOChannel errors properlyClaudio Takahasi2007-04-051-2/+3
| * network: missing pending_reply initialization and connection ref/unrefClaudio Takahasi2007-04-051-6/+8
| * Fix bug while disconnecting.Luiz Augusto von Dentz2007-04-052-4/+5
| * input: missing close listen sockets(control/interrupt)Claudio Takahasi2007-04-051-0/+2
| * input: fixed GIOChannel problem(CPU usage and invalid file descriptor close w...Claudio Takahasi2007-04-051-2/+6
| * input: send CancelAuthorizationRequest if there is a pending authorizationClaudio Takahasi2007-04-041-1/+25
| * input: Added authorization support for incomming connectionsClaudio Takahasi2007-04-044-8/+85
| * Fix copy-pase typo in function nameJohan Hedberg2007-04-041-1/+1
| * Add skeletons for missing methodsJohan Hedberg2007-04-041-1/+30
| * Add basic plugin codeMarcel Holtmann2007-04-042-0/+24
| * Add example asound.conf fileMarcel Holtmann2007-04-042-1/+8
| * 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