summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | fix typo in default.conf, closes bug #354Lennart Poettering2008-10-011-1/+1
| | | |
* | | | follow PropertyChanged signals from BlueZLennart Poettering2008-10-011-86/+215
| | | |
* | | | Some man page updates, add missing documentation, other fixes.Lennart Poettering2008-10-012-12/+40
| | | |
* | | | Make the shared memory segment size configurableLennart Poettering2008-10-0123-37/+99
| | | | | | | | | | | | | | | | | | | | This is useful only on systems where memory overcommit is not available or disabled.
* | | | esound auth-ip-acl fixNix2008-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [...] iv) module-protocol-stub has a one-character typo that breaks auth-ip-acl for the esound TCP module, patch: Unbreak esound auth-ip-acl. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | | | have make_random_dir respect $TMPDIRStelian Ionescu2008-09-291-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with the attached patch, make_random_dir first tries to use $TMPDIR, then $TMP finally defaulting to "/tmp" Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | | | make module-bluetooth-discover actually load modules and smaller other fixesLennart Poettering2008-09-291-213/+482
| | | |
* | | | all kinds of minor type, memory leak, initializatio fixesLennart Poettering2008-09-291-141/+113
| | | |
* | | | instead of failing when the requested sampling rate is not available find ↵Lennart Poettering2008-09-291-19/+23
| | | | | | | | | | | | | | | | the next one that is higher
* | | | Use the same module parameter names for module-bluetooth-device as for most ↵Lennart Poettering2008-09-291-12/+15
| | | | | | | | | | | | | | | | other modules
* | | | use TRUE for pa_bool_t argumentsLennart Poettering2008-09-292-2/+2
| | | |
* | | | remove a few compiler warnings in BlueZ codeLennart Poettering2008-09-293-6/+5
| | | |
* | | | fix compilation errors in priority queue codeLennart Poettering2008-09-272-3/+4
| | | |
* | | | ignore bt proximity helperLennart Poettering2008-09-261-1/+1
| | | |
* | | | add a generic priority queue implementationLennart Poettering2008-09-265-1/+372
| | | |
* | | | make pa_idxset_trivial_compare_func() do a full compare instea of just ↵Lennart Poettering2008-09-261-1/+1
| | | | | | | | | | | | | | | | equakity check
* | | | some minor fixes and cleanups in the bt codeLennart Poettering2008-09-261-25/+23
| | | |
* | | | make sure ~/.pulse exists before we create the runtime dir link beneath itLennart Poettering2008-09-121-3/+8
| | | |
* | | | replace Makefile stub copies by symlinksLennart Poettering2008-09-112-26/+2
| | | |
* | | | enable bluetooth by defaultLennart Poettering2008-09-111-0/+5
| | | |
* | | | downgrade a D-Bus log message to debugLennart Poettering2008-09-111-1/+1
| | | |
* | | | add trivial redirecting makefile to bt dirLennart Poettering2008-09-111-0/+1
| | | |
* | | | Move bluetooth proximity module to src/modules/bluetooth/João Paulo Rechi Vita2008-09-113-13/+13
| | | |
* | | | Change all int vars that doesn't allow negative values to uintJoão Paulo Rechi Vita2008-09-111-11/+12
| | | |
* | | | Move bluetooth discover and device modules to src/modules/bluetoothJoão Paulo Rechi Vita2008-09-1110-37/+37
| | | |
* | | | Cleanup some codeJoão Paulo Rechi Vita2008-09-111-14/+0
| | | |
* | | | Remove some warningsJoão Paulo Rechi Vita2008-09-111-5/+8
| | | |
* | | | Free mempoolJoão Paulo Rechi Vita2008-09-111-1/+3
| | | |
* | | | Fix "file not found" error on load of module-bt-device for Ubuntu Intrepid IbexRuss Dill2008-09-111-1/+1
| | | |
* | | | Merge A2DP and SCO thread functionsJoão Paulo Rechi Vita2008-09-111-121/+52
| | | |
* | | | Add some more device properties to the sink properties listJoão Paulo Rechi Vita2008-09-111-1/+10
| | | |
* | | | Remove check for SIOCOUTQ and add proper includesJoão Paulo Rechi Vita2008-09-111-17/+9
| | | |
* | | | Use union instead of different pointer types to the same memory area to make ↵João Paulo Rechi Vita2008-09-111-47/+53
| | | | | | | | | | | | | | | | the code C99 compliant
* | | | Move render and write to the fd to a separate functionJoão Paulo Rechi Vita2008-09-111-81/+90
| | | |
* | | | Change MIN/MAX to PA_MIN/PA_MAXJoão Paulo Rechi Vita2008-09-111-2/+2
| | | |
* | | | Remove unnecessary initialization of getcaps_req->flagsJoão Paulo Rechi Vita2008-09-111-2/+1
| | | |
* | | | Remove u->channels and u->rates, since it's redundant infoJoão Paulo Rechi Vita2008-09-111-11/+5
| | | |
* | | | Fix some memory leakingJoão Paulo Rechi Vita2008-09-111-3/+13
| | | |
* | | | Change sbc_initialized to pa_bool_tJoão Paulo Rechi Vita2008-09-111-3/+3
| | | |
* | | | pa__done for module-bt-deviceJoão Paulo Rechi Vita2008-09-111-4/+41
| | | |
* | | | Fix some debug messages and other cosmetic changesJoão Paulo Rechi Vita2008-09-111-51/+39
| | | |
* | | | Refactor a2dp thread execution flow and improve time estimationJoão Paulo Rechi Vita2008-09-111-97/+76
| | | |
* | | | A2DP poorly workingJoão Paulo Rechi Vita2008-09-111-6/+194
| | | |
* | | | Fix sample sizeJoão Paulo Rechi Vita2008-09-111-1/+3
| | | |
* | | | Fix block_size calculationJoão Paulo Rechi Vita2008-09-111-4/+3
| | | |
* | | | Configure bt connection for a2dpJoão Paulo Rechi Vita2008-09-112-14/+94
| | | |
* | | | Get rid of hw_constraint function. It's code now lives inside bt_setconf().João Paulo Rechi Vita2008-09-111-15/+4
| | | |
* | | | Change default sink name to bluetooth_sinkJoão Paulo Rechi Vita2008-09-111-1/+1
| | | |
* | | | Try to improve time estimationJoão Paulo Rechi Vita2008-09-111-7/+7
| | | |
* | | | Fix handling of PA_SINK_MESSAGE_GET_LATENCYJoão Paulo Rechi Vita2008-09-111-1/+2
| | | |