summaryrefslogtreecommitdiff
path: root/firmware/logf.c (follow)
Commit message (Expand)AuthorAge
* Implement a much more capable vuprintf()Michael Sevakis2017-11-21
* Don't add new message to logf when we dump it to fileMihail Zenkov2016-04-04
* Make a few local variables staticThomas Jarosch2015-01-11
* Add missing va_end() call when the log is fullThomas Jarosch2014-12-20
* events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz2014-03-14
* Print `last logf lines on panic().Frank Gevaerts2014-01-11
* Fix logdiskAmaury Pouly2013-08-16
* Remove copy/pasted preprocessor defines that shouldn't have been included.Michael Giacomelli2012-08-06
* Introduce logging to disk feature into rockbox.Michael Giacomelli2012-08-07
* Make logf() output to serial optionalRalf Ertzinger2012-02-16
* Only use lcd-remote.h #ifdef HAVE_REMOTE_LCDRafaël Carré2012-01-07
* Fix a logf bug which would trigger undefined behaviour(and probably crash) wh...Amaury Pouly2010-08-02
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* vuprintf does not belong in stdio.h, causes problems with other versions of s...Jeffrey Goode2010-05-15
* Revert r25854 which was bad for the database tool (I forgot it still needs th...Thomas Martitz2010-05-06
* Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz2009-11-03
* Echoes logf output to the sim console when logf build is enabledJeffrey Goode2009-11-02
* A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere2009-08-21
* Fix a wrong memcpy in logf() introduced in r22253Rafaël Carré2009-08-12
* Fix logf() multilines handlingRafaël Carré2009-08-11
* FS#10080Nils Wallménius2009-07-14
* Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts2009-05-23
* Commit FS#9970 by Yoshihisa Uchida: fix building when HAVE_SERIAL & ROCKBOX_H...Maurus Cuelenaere2009-03-11
* Fix building of tools/database/Frank Gevaerts2009-02-07
* Fix (USB) serial logf()Maurus Cuelenaere2009-01-01
* Fix off-by-oneMaurus Cuelenaere2008-12-31
* Commit FS#9733 (multiline logf) by Yoshihisa UchidaMaurus Cuelenaere2008-12-31
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon2008-06-23
* implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts2008-03-02
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* Logf output on the serial port for h100 targetsLinus Nielsen Feltzing2006-10-12
* better logfMichiel Van Der Kolk2005-06-30
* Moved to logf.hTomas Salfischberger2005-06-22
* Modified logf to use a define for the log width, and changed it to default toDaniel Stenberg2005-06-01
* (Optional) logf supportDaniel Stenberg2005-05-30
* use proper remote lcd functionsDaniel Stenberg2005-05-24
* initial remote-LCD logf browserDaniel Stenberg2005-05-24
* Uses indices instead of pointersLinus Nielsen Feltzing2005-05-24
* initial logf() work, not added to SOURCES yet (on purpose)Daniel Stenberg2005-05-23