1. e599810 Don't add new message to logf when we dump it to file by Mihail Zenkov · 9 years ago
  2. cfbd9cb Make a few local variables static by Thomas Jarosch · 10 years ago
  3. ef1497c Add missing va_end() call when the log is full by Thomas Jarosch · 10 years ago
  4. 470989b events: Rework event subsystem (add_event, send_event) to be more versatile. by Thomas Martitz · 11 years ago
  5. 25e50ed Print `last logf lines on panic(). by Frank Gevaerts · 11 years ago
  6. c13f21a Fix logdisk by Amaury Pouly · 11 years ago
  7. 633dd49 Remove copy/pasted preprocessor defines that shouldn't have been included. by Michael Giacomelli · 12 years ago
  8. d46b090 Introduce logging to disk feature into rockbox. by Michael Giacomelli · 12 years ago
  9. d2f97da Make logf() output to serial optional by Ralf Ertzinger · 13 years ago
  10. d00b7e8 Only use lcd-remote.h #ifdef HAVE_REMOTE_LCD by Rafaël Carré · 13 years ago
  11. c083806 Fix a logf bug which would trigger undefined behaviour(and probably crash) when both DEBUG, CONFIG_PLATFORM & PLATFORM_HOSTED are enable by Amaury Pouly · 14 years ago
  12. 35e8b14 Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). by Thomas Martitz · 14 years ago
  13. b8a51ad vuprintf does not belong in stdio.h, causes problems with other versions of stdio.h by Jeffrey Goode · 14 years ago
  14. 6ac6420 Revert r25854 which was bad for the database tool (I forgot it still needs the wrappers from uisimulator/common/io.c). Fix it so it works for both. by Thomas Martitz · 14 years ago
  15. 1ddb91a Rename vfnprintf to vuprintf (u stands for user for the user callback and data passed to it) to avoid confusion with file and buffer size related functions from the printf-family, and add a comment to its declaration. by Thomas Martitz · 15 years ago
  16. fade88a Echoes logf output to the sim console when logf build is enabled by Jeffrey Goode · 15 years ago
  17. 20b0dd2 A new implementation of logf, logfdisplay and logfdump. by Maurus Cuelenaere · 15 years ago
  18. 27934e2 Fix a wrong memcpy in logf() introduced in r22253 by Rafaël Carré · 15 years ago
  19. 9a5174c Fix logf() multilines handling by Rafaël Carré · 15 years ago
  20. 3d4701a FS#10080 by Nils Wallménius · 15 years ago
  21. c61a751 Reorganise USB stack defines. Now config.h decides which class drivers get enabled instead of usb_core.h by Frank Gevaerts · 15 years ago
  22. dd9a9e4 Commit FS#9970 by Yoshihisa Uchida: fix building when HAVE_SERIAL & ROCKBOX_HAS_LOGF is defined in a simulator build by Maurus Cuelenaere · 16 years ago
  23. 7ae9c8d Fix building of tools/database/ by Frank Gevaerts · 16 years ago
  24. aec4521 Fix (USB) serial logf() by Maurus Cuelenaere · 16 years ago
  25. b6eaf1d Fix off-by-one by Maurus Cuelenaere · 16 years ago
  26. 4c793fe Commit FS#9733 (multiline logf) by Yoshihisa Uchida by Maurus Cuelenaere · 16 years ago
  27. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  28. bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 16 years ago
  29. 776d015 implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and needs to be enabled in the debug menu. by Frank Gevaerts · 17 years ago
  30. 0dd7ea2 Support building tagcache db natively on PC using the core of the by Miika Pekkarinen · 18 years ago
  31. 00d2182 Logf output on the serial port for h100 targets by Linus Nielsen Feltzing · 18 years ago
  32. 25b55e1 better logf by Michiel Van Der Kolk · 19 years ago
  33. 1a558da Moved to logf.h by Tomas Salfischberger · 19 years ago
  34. 6ebdbe8 Modified logf to use a define for the log width, and changed it to default to by Daniel Stenberg · 19 years ago
  35. edc0792 (Optional) logf support by Daniel Stenberg · 19 years ago
  36. 9e9f58f use proper remote lcd functions by Daniel Stenberg · 19 years ago
  37. 11bf87f initial remote-LCD logf browser by Daniel Stenberg · 19 years ago
  38. 056effc Uses indices instead of pointers by Linus Nielsen Feltzing · 19 years ago
  39. b033f6c initial logf() work, not added to SOURCES yet (on purpose) by Daniel Stenberg · 19 years ago