index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
scrobbler.c
Age
Commit message (
Expand
)
Author
2009-10-31
Fix yellow, again
Jeffrey Goode
2009-10-31
FS#10739: playback.c code split
Jeffrey Goode
2009-10-20
Correct wrong usage of event callbacks all over the place. It's not supposed ...
Thomas Martitz
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-16
Accept FS#9480 - centralise and organise the events in the apps/ layer.
Jonathan Gordon
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-07
FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...
Robert Keevil
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-28
Remove racy call to unregister_ata_idle_func and remove unnecessary check bef...
Bertrik Sikken
2008-05-15
Protect scrobbler_shutdown against multiple invocations, preventing double un...
Bertrik Sikken
2008-04-15
Slight clean up and binsize save
Nils Wallménius
2008-03-17
It makes more sense for the callback registrar to decide if its a "oneshot" t...
Jonathan Gordon
2008-03-16
Implement the playback event handling as a system-wide multi-purpose event sy...
Miika Pekkarinen
2008-03-08
Fixed red. HWCODEC platforms still use the old api.
Miika Pekkarinen
2008-03-07
Rewritten playback event handling. Should fix runtime statistics gathering.
Miika Pekkarinen
2007-06-24
A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...
Peter D'Hoye
2007-03-16
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...
Jens Arnold
2007-03-03
remove runtime detection of h1x0 series RTC MOD, but leave driver code
Robert Kukla
2007-02-28
FS#6419 - driver for H1x0 series RTC Mod with runtime detection
Robert Kukla
2007-02-11
Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm logging
Jonathan Gordon
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2006-10-19
Put the CVS revision in the CLIENT string in the scrobbler log file
Linus Nielsen Feltzing
2006-10-19
Patch #5166 by Robert Keevil - Last.fm logging
Linus Nielsen Feltzing