index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-device-restore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-04
pulsecore: Move pa_core structure into its own header
Arun Raghavan
1
-0
/
+1
2015-04-10
module-*-restore: use pa_module_hook_connect
David Henningsson
1
-35
/
+8
2015-02-26
tagstruct: Distinguish pa_tagstruct_new() use cases
Peter Meerwald
1
-6
/
+6
2015-01-29
module-device-restore: Fix memory leak in read_sink_format_reply
David Henningsson
1
-0
/
+1
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-10-28
module-card/device-restore: Do not legacy load an empty entry
David Henningsson
1
-3
/
+5
2014-08-18
device-restore: Sync the database on unload
Tanu Kaskinen
1
-1
/
+3
2014-03-26
device-restore: log restored mute state
Wim Taymans
1
-2
/
+4
2013-12-20
modules: Fix resource leak in device-restore
Peter Meerwald
1
-0
/
+1
2013-07-09
Use pa_(c)volume_snprint_verbose() everywhere
Tanu Kaskinen
1
-10
/
+6
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-70
/
+70
2013-06-24
Whitespace cleanup: Remove all multiple newlines
poljar (Damir Jelić)
1
-4
/
+0
2013-02-16
idxset: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-3
/
+3
2012-12-19
device-restore: Fix empty argument list declaration.
Tanu Kaskinen
1
-2
/
+2
2012-11-04
device-restore: When restoring volume, print the restored volume to the log.
Tanu Kaskinen
1
-6
/
+10
2012-05-31
modules: Use PA_IDXSET_FOREACH wherever applicable.
Harsh Prateek Bora
1
-3
/
+3
2011-09-05
device-restore: Fix use-after-free error.
Colin Guthrie
1
-2
/
+5
2011-09-03
device-restore: Simplify the migration of data to per-port keys.
Colin Guthrie
1
-65
/
+65
2011-08-29
device-restore: Restore volumes on port change.
Colin Guthrie
1
-0
/
+89
2011-08-29
device-restore: Split device restore database into two parts.
Colin Guthrie
1
-165
/
+371
2011-08-25
More spelling fixes
Maarten Bosmans
1
-1
/
+1
2011-08-18
device-restore: Change the API to include type information (sink vs. source)
Colin Guthrie
1
-12
/
+31
2011-08-18
Revert "device-restore: Make bools not be bit fields"
Arun Raghavan
1
-4
/
+4
2011-08-15
device-restore: Log invalid sink index while setting formats
Arun Raghavan
1
-1
/
+3
2011-08-15
device-restore: Set sink format when possible
Arun Raghavan
1
-6
/
+41
2011-08-15
device-restore: Make bools not be bit fields
Arun Raghavan
1
-3
/
+3
2011-08-09
device-restore: Various fixes for the protocol extension.
Colin Guthrie
1
-4
/
+28
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-4
/
+3
2011-06-22
database: Support legacy format database entries.
Colin Guthrie
1
-53
/
+137
2011-06-22
device-restore: Add a new protocol extension for device-restore.
Colin Guthrie
1
-3
/
+266
2011-06-22
database: Convert our use of database files to save in tagstruct format.
Colin Guthrie
1
-61
/
+130
2011-03-18
Fix up some double spaces
Maarten Bosmans
1
-1
/
+1
2010-12-20
Fix typos
Zhang Wanming
1
-1
/
+1
2009-08-19
sink: volume handling rework, new flat volume logic
Lennart Poettering
1
-1
/
+1
2009-06-22
Merge most of elmarco/rtclock2
Lennart Poettering
1
-8
/
+4
2009-06-22
restore: change 'save' flag behaviour to reflect whether an entry shall and/o...
Lennart Poettering
1
-12
/
+18
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
1
-8
/
+4
2009-06-18
device-restore: properly check save_muted flag when storing muted state
Lennart Poettering
1
-1
/
+1
2009-06-18
device-restore: save last used port in database
Lennart Poettering
1
-31
/
+171
2009-05-14
database: port restore modules to new database API
Lennart Poettering
1
-39
/
+26
2009-04-13
core: introduce new 'reference' volume for sinks
Lennart Poettering
1
-1
/
+1
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-13
make PA_GCC_PACKED and PA_GCC_MALLOC actually work
Lennart Poettering
1
-2
/
+2
2009-02-04
version all entries in the database
Lennart Poettering
1
-3
/
+12
2009-01-28
add missing usage strings
Lennart Poettering
1
-0
/
+3
2009-01-21
don't restore mute/volume when already set
Lennart Poettering
1
-10
/
+27
2008-12-17
Pass GDBM_NOLOCK to gdbm
Lennart Poettering
1
-1
/
+1
2008-08-29
reduce needlessly large gdbm cache a bit
Lennart Poettering
1
-0
/
+5
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-2
/
+2
2008-08-13
pass force_refresh=FALSE to all volume/mute read invocations
Lennart Poettering
1
-4
/
+4
[next]