openocd: src/helper: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / helper / log.c
2022-07-23 Antonio Borneoopenocd: src/helper: replace the GPL-2.0-or-later licen...
2022-03-19 Antonio Borneokeep-alive: drop link with log framework
2022-03-19 Antonio Borneolog: drop global current_time
2022-01-22 Antonio Borneolog: fix memory leak when log to file is enabled
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions
2021-07-02 Antonio Borneohelper: rename camelcase symbols
2021-06-04 Jan Matyasgdb_server: Log both incoming and outgoing GDB packets
2021-05-01 Tim NewsomeCleanup of config/includes.
2020-09-05 Antonio Borneohelper: fix minor typos
2020-08-16 Antonio Borneolog: handle LOG_*() before calling to log_init()
2020-06-06 Antonio Borneolog: fix kept_alive() and report expired timeout
2020-05-09 Antonio Borneocoding style: prototype of functions with no parameters
2020-02-24 Antonio Borneolog: let command "log_output" to set back its default
2020-01-02 Jan Matyasjtag_vpi: multiple improvements
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-04-07 Antonio Borneolog: add const qualifier to commands struct
2018-12-11 Antonio Borneohelper/log: remove dead code in log_forward()
2017-10-03 Tim NewsomeFix typo in comment.
2017-08-10 Andreas Fritiofsonlog: Add a new debug level (4) for verbose I/O debug
2017-04-23 Girtshelp/log.c: better error handling for "log_output"
2016-10-07 Marc Schinkhelper/log: Add log_vprintf_lf()
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-11-03 Marc Schinkhelper/log: Cleanup #includes.
2014-10-06 Spencer Oliverhelper: constify log_strings
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-07-27 Alan BowmanTest the incoming debug_level, rather than the current.
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-02-25 Øyvind Harboelog: debug level is between silent and debug output...
2010-10-01 Øyvind Harboelog: remove hack to redirect logs when pipes are in use
2010-05-18 Øyvind Harboejim: fix bug in tcl "puts"
2010-04-10 Antonio BorneoHELPER/LOG: review unused symbols
2010-01-09 David Brownellsrc/helper: usage/help updates
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-11-25 Zachary T Welchsupport OPENOCD_DEBUG_LEVEL environment setting
2009-11-25 Zachary T Welchlog: improve initialization
2009-11-25 Zachary T Welchlog: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-24 Andreas Fritiofsonimprove alloc_vprintf
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 Zachary T Welchhelper/log: improve API parameter types
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchlog_callback_t -> struct log_callback
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-06 Zachary T WelchImprove debug_level command argument parsing.
2009-09-25 oharboeTry/catch scheme. Typed up the functionality and regres...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 ntfreak- fix break caused by r2208 when using --pipe option
2009-06-12 zwelchSimplify and improve handle_debug_level_comamnd:
2009-05-27 kc8apfAuthor: Nicolas Pitre <nico@cam.org>
2009-05-11 zwelchMark API layering violations in the helper module with...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-05-11 zwelchAdd --enable-malloc-logging configure option and update...
2009-05-05 oharboemade warning about keep_alive() not being invoked more...
2009-03-17 ntfreak- remove build warnings
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> better logging
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-16 oharboesleep command now prints out target debugmsgs w/anythin...
2008-10-09 oharboeadded busy sleep (for testing purposes)
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-12 oharboe- Fixed regression introduced in 890 when "fixing warni...
2008-09-08 oharboekeep_alive now invokes target_call_timer_callbacks_now
2008-08-19 oharboeadded alive_sleep() function to let GDB alive packets...
2008-08-13 oharboeavoid empty lines in log as a keep_alive() sideffect
2008-08-07 oharboeDavid Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-22 oharboeOnly print out gobs of information to log when -d3...
2008-07-20 oharboeBUG: prefix to timeout for gdb keep alive packets.
2008-07-18 ntfreak- remove build warning from keep_alive
2008-07-18 oharboe1. GDB will print cryptic error messages if it is not...
2008-05-09 oharboeprinting available memory fails on win + mac. Disable...
2008-05-08 oharboedisable code that prints available mem under windows...
2008-05-07 oharboeprint available memory in log_level 3
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-13 oharboeMichael Bruck: fixed warnings
2008-03-13 oharboeprint ms in debug_level 3 logs. Seconds is not enough.
2008-03-07 oharboealloc_printf and alloc_vprintf
2008-03-06 oharboePavel Chromy: va_copy should always be paired with...
2008-03-06 oharboePavel Chromy: faster alloc_printf()
2008-03-06 oharboeMichael Bruck: 64 bit va_list fix for crash
2008-03-04 oharboeFixed GDB timeout crash - regression introduced back...
2008-02-29 oharboeformatting fixes from Pavel Chromy
2008-02-29 oharboe- clean up target output strings a bit
2008-02-29 oharboedo not write single chars to log file.
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-28 oharboePavel Chromy spotted a leak
next