VirtualBox

source: vbox/trunk/include/iprt/log.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @69101   7 years vboxsync iprt/log.h: Adding 'nodeny' flag to make it possible to delete log …
(edit) @66274   8 years vboxsync VBox/Main: ​bugref:3300: VBoxSVC from terminal server session is not …
(edit) @62896   8 years vboxsync iprt/log.h: fix comment
(edit) @62473   8 years vboxsync (C) 2016
(edit) @59827   9 years vboxsync vfsreadahead.cpp: Fixed two bugs in the read code and increased the …
(edit) @59081   9 years vboxsync iprt/log.h: pedantic warnings for 32-bit gcc
(edit) @58290   9 years vboxsync RTLocalIpc fixes.
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57926   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57814   9 years vboxsync http-curl.cpp: Implemented system proxy config for OS X and fixed …
(edit) @57584   9 years vboxsync IPRT: Implemented reading lib/Security/cacerts from JRE.
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56919   9 years vboxsync Introducing RT_IPRT_FORMAT_ATTR for the purpose of marking functions …
(edit) @56380   9 years vboxsync iprt/log.h: a few more RT_GCC_EXTENSIONs for gcc-5
(edit) @56377   9 years vboxsync more RT_GCC_EXTENSION required for gcc-5
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @55989   10 years vboxsync iprt/log.h: Make RTLOGGRPFLAGS_FLOW and RTLOGGRPFLAGS_WARN be in the …
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55286   10 years vboxsync mark one additional log statement as gcc extension to shut up gcc 5
(edit) @53778   10 years vboxsync iprt/log.h: Added a set of LogRelMax macros that limits the number of …
(edit) @53173   10 years vboxsync IPRT,SUPDrv: Added new 'ringbuf[=size]' log destination for cases …
(edit) @52691   10 years vboxsync Provide missing Log2Func to Log6Func. Fix already defined Log4Func to …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @46392   11 years vboxsync iprt/log: Added Log4Func() macro.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @42599   12 years vboxsync log.h/log.cpp: s/pszVar/pszValue/g
(edit) @41251   13 years vboxsync log: Shortcut for LogFlowFunc(("LEAVE: %Rrc")).
(edit) @38573   13 years vboxsync iprt: Read dwarf line numbers.
(edit) @37818   13 years vboxsync Fix logging from R0
(edit) @37591   13 years vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @36830   14 years vboxsync iprt/log.h: Check the RTLOGFLAGS_DISABLED in a few places.
(edit) @36408   14 years vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @32355   14 years vboxsync IPRT: Added RTLogRelSetBuffering and RTLogSetBuffering.
(edit) @31399   14 years vboxsync iprt/log.h: Added RTLOG_[COMMA]_SRC_POS* defines for function call tracing.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28695   15 years vboxsync iprt/log: Added a write-through flag and a flush flag for file …
(edit) @27615   15 years vboxsync include,tools/env.sh: applying sparc patches.
(edit) @22700   15 years vboxsync Main: comptr logging
(edit) @21953   15 years vboxsync iprt/log.h: Made _LogRelIt do what _LogIt does.
(edit) @21794   15 years vboxsync iprt/log.h: Assume gcc 4+ on dawrin and set LOG_USE_C99.
(edit) @21699   15 years vboxsync iprt/log.h: Fixed the LogRel*Func macros.
(edit) @21648   15 years vboxsync iprt/log: added LogRelFlowFunc
(edit) @21550   15 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21377   15 years vboxsync iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
(edit) @21374   15 years vboxsync iprt/log.h: Corrected RTLOGFLAGS_PREFIX_MASK.
(edit) @20859   15 years vboxsync IPRT: Increased the logger buffer and replaced a bunch RTUINT with …
(edit) @20853   15 years vboxsync IPRT: Added custom prefix callback to the logger.
(edit) @20835   15 years vboxsync Interface for generating NMI & SMI added.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   15 years vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19730   16 years vboxsync Backed out 47346
(edit) @19729   16 years vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18188   16 years vboxsync Added RTLogGetDefaultInstance
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13717   16 years vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @12147   16 years vboxsync IPRT: added RTLOG_REL_DISABLE and RTLOG_REL_ENABLE for disabling …
(edit) @12131   16 years vboxsync Comment added
(edit) @12128   16 years vboxsync Release logging in ring 0 seems to cause problems (memory corruption). …
(edit) @11853   16 years vboxsync IPRT: Added a 'append' flag to the logger.
(edit) @11605   16 years vboxsync backdoor logging for AMD64 guests
(edit) @11391   16 years vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @10646   16 years vboxsync Made RTLogDestroy ignore NULL logger.
(edit) @9244   17 years vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8964   17 years vboxsync Overlooked two macros in the #else.
(edit) @8962   17 years vboxsync Fixed amd64 debug builds. Added some TODOs.
(edit) @8957   17 years vboxsync Correction
(edit) @8953   17 years vboxsync Ring-0 assertions are now always printed to the debug log. Introduced …
(edit) @8663   17 years vboxsync New logger prefix: lockcnts Output: read/write
(edit) @8627   17 years vboxsync Fixed build break.
(edit) @8622   17 years vboxsync Fixed logging macros causing mixed up output on smp machines (C99 only).
(edit) @8480   17 years vboxsync Use %Rfn when printing PRETTY_FUNCTION. Can be overridden.
(edit) @8274   17 years vboxsync Corrected RTLogSetDefaultInstance docs.
(edit) @8247   17 years vboxsync Runtime: Added RTLogSetDefaultInstance().
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8163   17 years vboxsync rebrand IPRT
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7709   17 years vboxsync Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
(edit) @7602   17 years vboxsync Runtime: switch guest R3 logging from backdoor to normal (with …
(edit) @7448   17 years vboxsync Runtime/Logger: added "LOG_TO_BACKDOOR_FULL" for guest R3 executables …
(edit) @7170   17 years vboxsync Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)
(edit) @6515   17 years vboxsync Added a 'pid' prefix flag to the logger. This is primarily intended …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5511   17 years vboxsync Runtime: Fixed the RTLOGGER_THREAD/"RT_THREAD" pair.
(edit) @4860   17 years vboxsync Activated the full backdoor logger in release builds of the Linux …
(edit) @4351   17 years vboxsync Added additional logging macros
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3636   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3630   17 years vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @3243   17 years vboxsync LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
(edit) @3242   17 years vboxsync LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
(edit) @3223   17 years vboxsync Moved the backdoor logging prototypes from VBox/log.h to iprt/log.h …
(edit) @3086   17 years vboxsync introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette