jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / helper / log.c
2024-02-11 Evgeniy Naydanovhelper/log: report the file in `log_output` command 71/8071/3
2023-05-18 Antonio Borneoserver: gdb: export gdb_actual_connections through... 73/7673/2
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-09-13 Antonio Borneolog: remove unused set_log_output() 64/7164/2
2022-07-23 Antonio Borneoopenocd: src/helper: replace the GPL-2.0-or-later licen... 68/7068/3
2022-03-19 Antonio Borneokeep-alive: drop link with log framework 40/6840/3
2022-03-19 Antonio Borneolog: drop global current_time 37/6837/3
2022-01-22 Antonio Borneolog: fix memory leak when log to file is enabled 89/6789/2
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2] 51/6351/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions 56/6356/2
2021-07-02 Antonio Borneohelper: rename camelcase symbols 00/6300/3
2021-06-04 Jan Matyasgdb_server: Log both incoming and outgoing GDB packets 69/6269/4
2021-05-01 Tim NewsomeCleanup of config/includes. 71/6171/10
2020-09-05 Antonio Borneohelper: fix minor typos 01/5801/2
2020-08-16 Antonio Borneolog: handle LOG_*() before calling to log_init() 02/5602/2
2020-06-06 Antonio Borneolog: fix kept_alive() and report expired timeout 05/5705/3
2020-05-09 Antonio Borneocoding style: prototype of functions with no parameters 21/5621/2
2020-02-24 Antonio Borneolog: let command "log_output" to set back its default 33/5233/3
2020-01-02 Jan Matyasjtag_vpi: multiple improvements 77/5177/11
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-04-07 Antonio Borneolog: add const qualifier to commands struct 09/5009/2
2018-12-11 Antonio Borneohelper/log: remove dead code in log_forward() 79/4779/2
2017-10-03 Tim NewsomeFix typo in comment. 38/4238/2
2017-08-10 Andreas Fritiofsonlog: Add a new debug level (4) for verbose I/O debug 05/3805/9
2017-04-23 Girtshelp/log.c: better error handling for "log_output" 78/3878/4
2016-10-07 Marc Schinkhelper/log: Add log_vprintf_lf() 09/3709/2
2016-07-19 Andreas FärberFix usage of timeval_ms() 99/3499/2
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2015-11-03 Marc Schinkhelper/log: Cleanup #includes. 96/2996/2
2014-10-06 Spencer Oliverhelper: constify log_strings 96/2296/4
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
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
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)