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
/
firmware
/
logf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-18
configure: Add prompt for USB Serial into the advanced mode
Solomon Peachy
1
-0
/
+2
2017-11-21
Implement a much more capable vuprintf()
Michael Sevakis
1
-6
/
+6
2016-04-04
Don't add new message to logf when we dump it to file
Mihail Zenkov
1
-0
/
+4
2015-01-11
Make a few local variables static
Thomas Jarosch
1
-1
/
+1
2014-12-20
Add missing va_end() call when the log is full
Thomas Jarosch
1
-0
/
+1
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-3
/
+2
2014-01-11
Print `last logf lines on panic().
Frank Gevaerts
1
-0
/
+49
2013-08-16
Fix logdisk
Amaury Pouly
1
-6
/
+4
2012-08-06
Remove copy/pasted preprocessor defines that shouldn't have been included.
Michael Giacomelli
1
-2
/
+1
2012-08-07
Introduce logging to disk feature into rockbox.
Michael Giacomelli
1
-26
/
+103
2012-02-16
Make logf() output to serial optional
Ralf Ertzinger
1
-2
/
+2
2012-01-07
Only use lcd-remote.h #ifdef HAVE_REMOTE_LCD
Rafaël Carré
1
-0
/
+2
2010-08-02
Fix a logf bug which would trigger undefined behaviour(and probably crash) wh...
Amaury Pouly
1
-0
/
+3
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-1
/
+1
2010-05-15
vuprintf does not belong in stdio.h, causes problems with other versions of s...
Jeffrey Goode
1
-0
/
+1
2010-05-06
Revert r25854 which was bad for the database tool (I forgot it still needs th...
Thomas Martitz
1
-3
/
+2
2009-11-03
Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...
Thomas Martitz
1
-1
/
+1
2009-11-02
Echoes logf output to the sim console when logf build is enabled
Jeffrey Goode
1
-0
/
+7
2009-08-21
A new implementation of logf, logfdisplay and logfdump.
Maurus Cuelenaere
1
-74
/
+138
2009-08-12
Fix a wrong memcpy in logf() introduced in r22253
Rafaël Carré
1
-1
/
+1
2009-08-11
Fix logf() multilines handling
Rafaël Carré
1
-4
/
+5
2009-07-14
FS#10080
Nils Wallménius
1
-1
/
+1
2009-05-23
Reorganise USB stack defines. Now config.h decides which class drivers get en...
Frank Gevaerts
1
-1
/
+1
2009-03-11
Commit FS#9970 by Yoshihisa Uchida: fix building when HAVE_SERIAL & ROCKBOX_H...
Maurus Cuelenaere
1
-1
/
+1
2009-02-07
Fix building of tools/database/
Frank Gevaerts
1
-9
/
+9
2009-01-01
Fix (USB) serial logf()
Maurus Cuelenaere
1
-3
/
+3
2008-12-31
Fix off-by-one
Maurus Cuelenaere
1
-3
/
+3
2008-12-31
Commit FS#9733 (multiline logf) by Yoshihisa Uchida
Maurus Cuelenaere
1
-10
/
+48
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-06-23
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
1
-1
/
+0
2008-03-02
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...
Frank Gevaerts
1
-0
/
+10
2006-11-10
Support building tagcache db natively on PC using the core of the
Miika Pekkarinen
1
-2
/
+15
2006-10-12
Logf output on the serial port for h100 targets
Linus Nielsen Feltzing
1
-0
/
+5
2005-06-30
better logf
Michiel Van Der Kolk
1
-4
/
+5
2005-06-22
Moved to logf.h
Tomas Salfischberger
1
-1
/
+0
2005-06-01
Modified logf to use a define for the log width, and changed it to default to
Daniel Stenberg
1
-12
/
+12
2005-05-30
(Optional) logf support
Daniel Stenberg
1
-0
/
+5
2005-05-24
use proper remote lcd functions
Daniel Stenberg
1
-2
/
+2
2005-05-24
initial remote-LCD logf browser
Daniel Stenberg
1
-3
/
+40
2005-05-24
Uses indices instead of pointers
Linus Nielsen Feltzing
1
-8
/
+9
2005-05-23
initial logf() work, not added to SOURCES yet (on purpose)
Daniel Stenberg
1
-0
/
+60