]> git.sesse.net Git - vlc/history - src/misc/messages.c
LGPL
[vlc] / src / misc / messages.c
2011-11-27 Jean-Baptiste KempfLGPL
2011-08-21 Rémi Denis-CourmontAllow logging error messages with no VLC object (NULL)
2011-08-21 Rémi Denis-CourmontUse standard putc_unlocked() instead of fputc_unlocked()
2011-08-20 Rémi Denis-CourmontPush log message formatting to subscribers
2011-08-19 Rémi Denis-CourmontUse same callback prototype for built-in logger as...
2011-08-19 Rémi Denis-CourmontRemove msg_cb_data_t and simplify accordingly
2011-08-19 Rémi Denis-CourmontFix namespace, remove useless variable and clean up...
2011-08-19 Rémi Denis-CourmontMake log messages subscriber static
2011-08-19 Rémi Denis-CourmontRemove object message filtering from core
2011-08-18 Rémi Denis-CourmontRemove msg_subscription_t.verbosity
2011-08-18 Rémi Denis-CourmontRemove msg_SubscriptionSetVerbosity
2011-08-18 Rémi Denis-CourmontUseless #include
2011-08-18 Rémi Denis-CourmontRemove redumdant vlc_va_copy() and checks
2011-08-18 Rémi Denis-Courmontmsg_VaGeneric: simplify error handling
2011-08-18 Rémi Denis-CourmontCreate the C/POSIX locale on need-basis in message...
2011-08-18 Rémi Denis-CourmontRemove unused NODBG object flag
2011-05-11 Rémi Denis-CourmontUpdate message callback
2011-05-11 Rémi Denis-CourmontSimplify verbosity filtering
2011-05-11 Rémi Denis-CourmontNo need to copy msg_item_t.psz_header
2011-05-11 Rémi Denis-CourmontSplit up debug message printing (more readable in my...
2011-05-11 Rémi Denis-CourmontOnly take top-most object message header
2011-05-11 Rémi Denis-CourmontNo need to copy module in message item
2011-05-11 Rémi Denis-CourmontAllocate message item on the stack
2011-05-11 Rémi Denis-Courmontconstify
2011-05-11 Rémi Denis-CourmontUse copy/free paradigm rather than hold/release for...
2011-04-05 KO Myung-HunOS/2 uses the same file operations as Win32
2010-11-29 Rémi Denis-CourmontUnused mutex
2010-11-27 Rémi Denis-CourmontRemove unused msg_Stack stuff
2010-07-14 Ilkka Ollakkaadd msg_SubscriptionSetVerbosity call, so core filter...
2010-07-09 Ilkka Ollakkaapply Enable/DisableObjectPrinting to filter subscripti...
2010-07-07 Sébastien Escudierchange warning color in console
2010-05-05 Pierre Ynard"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
2010-02-21 Rémi Denis-CourmontDead code
2010-02-15 Rémi Denis-CourmontTrivial WinCE fix
2010-02-07 Felix Paul Kühnemessages: compilation fix for OS X
2010-02-06 Rémi Denis-CourmontRemove broken WinCE message log hacks
2010-02-06 Rémi Denis-CourmontCleanup msg_Generic functions
2010-02-06 Rémi Denis-CourmontHide message bank layout and cleanup a bit
2010-02-06 Rémi Denis-CourmontUse C locale when formatting error messages in the log
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-05 Rémi Denis-CourmontMessages: missing const, fix Qt4 warning
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-07-06 Rémi Denis-CourmontRemove useless member
2009-07-05 Rémi Denis-CourmontDeliver log messages synchronously to subscribers
2009-06-09 Pierre d'Herbemontmessages: Make sure banks is never == 0 before --;
2009-04-11 Rémi Denis-CourmontDeinline vlc_threadvar_(|s)get and kill useless indirection
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-01-17 Rémi Denis-CourmontDon't leak message contexts at end of threads
2008-12-09 Pierre YnardWinCE: fix cancellation safety
2008-11-04 Rémi Denis-CourmontDon't lock the message queue until we need it
2008-11-02 Rémi DuraffortRemove MALLOC_NULL and use calloc when needed.
2008-10-15 Rémi Denis-Courmontmsg_Unsubscribe: race condition memory leak
2008-10-15 Rémi Denis-CourmontAlloc memory later, remove non-compilable goto
2008-10-15 Derk-Jan Hartmanmessages: we have a vasprintf replacement now, remove...
2008-10-14 Rémi Denis-CourmontFix message leak
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontInvent unique pointer values properly
2008-10-12 Rémi Denis-CourmontRemove dead functions
2008-10-12 Rémi Denis-CourmontMerge msg bank and queue, remove duplicated lock
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-20 Rémi Denis-CourmontUse object address for logging - fixes uniqueness problems
2008-09-02 Pierre d'Herbemontmessages: Fix a warning.
2008-09-02 Antoine CellerierAlso allow filtering based on module names.
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-08-30 Rémi Denis-CourmontInitialize messages stacks inside the message bank
2008-08-27 Rémi Denis-Courmontmsg_(va)Generic: cancellation safety
2008-07-06 Pierre d'HerbemontRevert "messages: Prefer the object name over the objec...
2008-07-06 Pierre d'Herbemontmessages: Use psz_object_type.
2008-07-06 Pierre d'Herbemontmessages: Prefer the object name over the object type...
2008-07-06 Pierre d'HerbemontRevert "libvlc: Add a --verbose-objects option to selec...
2008-07-06 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-10 Rémi Denis-CourmontThe TLS also needs to be cleaned up... should fix ...
2008-05-10 Rémi Denis-CourmontSimplification
2008-05-10 Rémi Denis-CourmontDon't assert that something that can fail won't fail...
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-10 Rémi Denis-CourmontMove some internal message stuff to src/
2008-05-09 Rémi Denis-CourmontQueueMsg: assert p_this
2008-05-04 Rémi Denis-CourmontPrivatize msg_bank
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontPut msg_context_global_key to the internal header.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-25 Rémi Denis-CourmontStore the object type name rather than object type...
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-08 Jean-Baptiste KempfInclude vlc_network.h in misc/messages for win32 for...
2008-01-31 Rémi Denis-CourmontAllocate message queues mutexes against NULL instead...
2008-01-27 Rafaël Carréfix warning
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Rémi Denis-CourmontWe don't the logging level. Assume debug is only wanted...
2008-01-22 Rémi Denis-CourmontPrint messages directly to standard error if we don...
2008-01-22 Rémi Denis-CourmontRemove useless cast
2008-01-22 Rafaël Carréuse the correct type *cough*
2007-12-24 Antoine CellerierUse \033[0;1m instead of \033[37;1m for bold text using...
2007-12-16 Rémi Denis-CourmontI hate Winsuck^H^H^Hock
2007-10-03 Rémi Denis-CourmontRemove silly copy-cat code. vasprintf does not generate...
next