index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
scrobbler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-2
/
+0
2015-02-02
iBasso DX50/DX90: Major code cleanup and reorganization.
Udo Schläpfer
1
-1
/
+1
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-1
/
+1
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-9
/
+10
2013-07-13
Get rid of some superfluous single-purpose functions in playback.
Michael Sevakis
1
-108
/
+87
2013-07-12
Fix whitespace in files for following commit.
Michael Sevakis
1
-1
/
+1
2012-09-11
ypr0: Correct .scrobbler.log path for YPR0
Sergey Semushin
1
-0
/
+2
2012-06-10
Fix checks on buflib allocated handles (0 is not a valid handle value)
Bertrik Sikken
1
-1
/
+1
2011-09-07
Buflib: Clarification about invalid handles
Thomas Martitz
1
-1
/
+1
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
1
-0
/
+8
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
1
-7
/
+13
2011-08-01
Make scrobbler_flush_cache() static
Frank Gevaerts
1
-1
/
+1
2011-02-15
Treat unknown RaaA platforms like SDL for last.FM scrobbler log file. Fix yellow
Thomas Jarosch
1
-3
/
+6
2011-02-15
RaaA: Fix last.FM scrobbler log file location
Thomas Jarosch
1
-9
/
+34
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
1
-1
/
+1
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-1
/
+2
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+1
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
1
-1
/
+1
2009-10-31
Fix yellow, again
Jeffrey Goode
1
-1
/
+1
2009-10-31
FS#10739: playback.c code split
Jeffrey Goode
1
-2
/
+1
2009-10-20
Correct wrong usage of event callbacks all over the place. It's not supposed ...
Thomas Martitz
1
-3
/
+4
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
1
-1
/
+1
2008-10-16
Accept FS#9480 - centralise and organise the events in the apps/ layer.
Jonathan Gordon
1
-0
/
+1
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
1
-1
/
+1
2008-10-07
FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...
Robert Keevil
1
-6
/
+8
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-28
Remove racy call to unregister_ata_idle_func and remove unnecessary check bef...
Bertrik Sikken
1
-16
/
+1
2008-05-15
Protect scrobbler_shutdown against multiple invocations, preventing double un...
Bertrik Sikken
1
-0
/
+3
2008-04-15
Slight clean up and binsize save
Nils Wallménius
1
-19
/
+15
2008-03-17
It makes more sense for the callback registrar to decide if its a "oneshot" t...
Jonathan Gordon
1
-1
/
+1
2008-03-16
Implement the playback event handling as a system-wide multi-purpose event sy...
Miika Pekkarinen
1
-11
/
+6
2008-03-08
Fixed red. HWCODEC platforms still use the old api.
Miika Pekkarinen
1
-0
/
+8
2008-03-07
Rewritten playback event handling. Should fix runtime statistics gathering.
Miika Pekkarinen
1
-2
/
+2
2007-06-24
A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...
Peter D'Hoye
1
-8
/
+22
2007-03-16
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...
Jens Arnold
1
-5
/
+5
2007-03-03
remove runtime detection of h1x0 series RTC MOD, but leave driver code
Robert Kukla
1
-6
/
+0
2007-02-28
FS#6419 - driver for H1x0 series RTC Mod with runtime detection
Robert Kukla
1
-0
/
+6
2007-02-11
Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm logging
Jonathan Gordon
1
-13
/
+21
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
1
-0
/
+0
2006-10-19
Put the CVS revision in the CLIENT string in the scrobbler log file
Linus Nielsen Feltzing
1
-5
/
+5
2006-10-19
Patch #5166 by Robert Keevil - Last.fm logging
Linus Nielsen Feltzing
1
-0
/
+263