summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and bump version numberutils-3.18Marcel Holtmann2007-09-022-1/+13
* increase request timeout since the request might not get sent immediatly when...Johan Hedberg2007-09-021-1/+1
* Remove transport channel callback before freeing streamJohan Hedberg2007-08-311-0/+3
* Decode more EIR elementsMarcel Holtmann2007-08-311-1/+19
* network: check if bridge module is loadedClaudio Takahasi2007-08-311-0/+7
* input: added interrupt and control channels watchesClaudio Takahasi2007-08-311-29/+62
* Fix endianess problem.Luiz Augusto von Dentz2007-08-314-2/+67
* network: added setup msg timeout and retransmissionsClaudio Takahasi2007-08-311-89/+127
* Fix stream starting if suspend request is pendingJohan Hedberg2007-08-311-1/+1
* Add some extra debug infoJohan Hedberg2007-08-311-4/+8
* Implement proper locking for headsetsJohan Hedberg2007-08-314-21/+67
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-318-156/+146
* Fix more SEP locking issuesJohan Hedberg2007-08-311-26/+76
* Fix local SEP locking when connecting fails or unix client disconnectsJohan Hedberg2007-08-311-2/+8
* input: fixed last commitClaudio Takahasi2007-08-301-1/+1
* Fix use of = instead of == to compare audio mode.Luiz Augusto von Dentz2007-08-301-1/+1
* input: don't track POLLIN eventClaudio Takahasi2007-08-301-1/+1
* Fix missing {}.Luiz Augusto von Dentz2007-08-301-1/+2
* Remove unused variablesJohan Hedberg2007-08-301-3/+0
* Update changelog and bump version numberutils-3.17Marcel Holtmann2007-08-302-1/+9
* network: more robust bnep setup conn msg validationClaudio Takahasi2007-08-301-15/+13
* Fix socket validity checksJohan Hedberg2007-08-301-2/+2
* Don't confuse stream callback id's and stream setup callback id'sJohan Hedberg2007-08-301-1/+0
* Fix stream setup error handlingJohan Hedberg2007-08-302-4/+4
* Fix behaviour when no adapter is connectedJohan Hedberg2007-08-303-3/+11
* Prefer 44.1kHz over 48kHzMarcel Holtmann2007-08-301-3/+3
* Disable the broken optional codec parameters setupMarcel Holtmann2007-08-302-15/+14
* Change the default bitpool range to 2-32Marcel Holtmann2007-08-301-1/+1
* Coding style fixesMarcel Holtmann2007-08-292-18/+19
* Use a bitpool range as defaultMarcel Holtmann2007-08-291-2/+5
* Fix the ALSA plugin parameter messMarcel Holtmann2007-08-293-155/+150
* Fix memory issue.Luiz Augusto von Dentz2007-08-293-6/+9
* Fix the need to have all parameters.Luiz Augusto von Dentz2007-08-293-43/+25
* network: cleanup - unused errorClaudio Takahasi2007-08-292-11/+0
* network: additional src and dst role verificationClaudio Takahasi2007-08-291-7/+11
* network: server cleanup - added static DBusConnection and server init/exitClaudio Takahasi2007-08-293-100/+87
* network-api: fixed server pathsClaudio Takahasi2007-08-291-2/+2
* Make codec parameters support available for application.Luiz Augusto von Dentz2007-08-297-212/+545
* network: CreateConnection - enable PANU to PANU connectionClaudio Takahasi2007-08-291-1/+1
* network: concat remote name and service name to the connection nameClaudio Takahasi2007-08-293-6/+32
* network: minor - keep server socket always listenningClaudio Takahasi2007-08-291-3/+0
* Remove stream callback in sink_freeJohan Hedberg2007-08-291-1/+8
* Check for NULL before calling device_storeJohan Hedberg2007-08-291-1/+2
* Add GetAdapter method and update API documentationJohan Hedberg2007-08-292-1/+31
* Only export gst_plugin_descMarcel Holtmann2007-08-291-1/+1
* Add GetName method to Device interfaceJohan Hedberg2007-08-291-1/+51
* Only export the needed symbols for the pluginsMarcel Holtmann2007-08-291-3/+3
* network: fixed wrong service record attrs for PANUClaudio Takahasi2007-08-281-30/+46
* network: disconnect clients when the server is disabledClaudio Takahasi2007-08-281-1/+19
* network: added verification for allowed destination/source roles according to...Claudio Takahasi2007-08-281-6/+27