]> git.sesse.net Git - vlc/history - modules/misc/logger.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / misc / logger.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-02-09 Thomas Guillemremove android from old logger interface
2015-02-08 Rémi Denis-Courmontfile: convert file logger to a logger module
2015-02-08 Rémi Denis-Courmontsyslog: convert to logger module
2014-04-08 Rafaël Carrélogger: uses html default filename when appropriate
2013-12-29 Rémi Denis-Courmontlogger: use vlc_strerror_c()
2013-12-11 Rémi Duraffortlogger: fix use after free
2013-03-29 Konstantin Pavlovlogger: add --syslog-ident parameter.
2013-03-18 Rémi Denis-CourmontRename msg_item_* to vlc_log_* (cosmetic)
2013-03-18 Rémi Denis-Courmontlogger: use vlc_LogSet()
2013-03-18 Rémi Denis-Courmontlibvlc: simplify logging callback
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-04-18 Rémi Denis-Courmontmsg_Subscribe: expose structure to plugins
2012-04-18 Rafaël Carrélogger: fix HTML mode
2012-04-15 Jean-Baptiste KempfLogger: prefer 'VLC' over 'vlc'
2012-03-14 Felix Paul Kühnelogger: fixed default log location on OS X
2012-01-25 Rafaël Carrélogger: don't use NULL FILE* on android
2012-01-25 Rafaël CarréRevert "logger: store in the context which logging...
2012-01-25 Rafaël Carrélogger: store in the context which logging mode is...
2012-01-25 Rafaël Carrélogger: cascade if/else for different modes
2012-01-25 Rafaël Carrélogger: move Apple related define where it is used
2012-01-25 Rafaël Carrélogger: remove unused defines
2012-01-22 Rémi Denis-Courmontlogger: do not enumerate choices (wrong) in long text
2012-01-22 Rafaël Carrélogger: support android
2011-09-22 Rémi Denis-Courmontlogger: output UTF-8 in text mode and prefix with a...
2011-09-22 Rémi Denis-Courmontlogger: use <strong> rather than <b> in strict HTML
2011-08-21 Rémi Denis-CourmontUse standard putc_unlocked() instead of fputc_unlocked()
2011-08-20 Rémi Denis-Courmontlogger: dispatch message directly to the correct functi...
2011-08-20 Rémi Denis-CourmontPush log message formatting to subscribers
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-05-11 Rémi Denis-CourmontUpdate message callback
2011-05-11 Rémi Denis-CourmontNo need to copy msg_item_t.psz_header
2010-12-03 Rémi Duraffortlogger: use var_inherit.
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_savefile: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-10-09 Rémi DuraffortUse var_Inherit.
2010-07-28 Rafaël Carrélogger: fix verbosity
2010-07-22 Rémi Denis-Courmontlogger: output to file in local character set
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2009-12-31 Pierre Ynardlogger: build fix
2009-12-31 Pierre d'Herbemontlogger: Remove what seems to be useless.
2009-12-31 Pierre d'Herbemontlogger: Allow log-verbose to override --verbose.
2009-09-30 Rafaël Carrélogger: disable thread cancellation in callback
2009-08-31 Pierre YnardWinCE: remove header redefinition
2009-08-31 Pierre Ynardlogger: fix warning
2009-08-25 Rémi Denis-CourmontPut log files to documents
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-20 Pierre d'Herbemontlogger: Flag unused param.
2009-08-03 Rémi Denis-CourmontFix free() warning
2009-07-27 JP DingerClean up syslog handling in logger: Use only one list...
2009-06-03 Rémi Denis-CourmontKill a few relocations
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-27 Pierre Ynardlogger: add a --syslog-facility option
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Pierre Ynardlogger: fix syslog output formatting
2009-02-28 Rémi Denis-CourmontRemove non-working and hardly documented RRD support
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-15 Derk-Jan Hartmanlogger: Mac OS X compile fix
2008-10-12 Rémi Denis-Courmontlogger: use new message API - fixes #1975
2008-10-12 Rémi Denis-CourmontFix unitialized value
2008-10-12 Rémi Denis-Courmontlogger: don't reinvent stdio, kill a few relocations
2008-10-12 Rémi Denis-Courmontlogger: fix file leak
2008-10-12 Rémi Denis-CourmontRemove cut&paste crap
2008-10-12 Rémi Denis-CourmontRun RRD in its own thread
2008-10-12 Rémi Denis-CourmontCosmetic
2008-10-12 Rémi Denis-CourmontUse setvbuf instead of repeated fflush
2008-10-12 Rémi Denis-CourmontFix format - intmax != int64
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix memleaks.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Ilkka Ollakkamodify logger-module rrd-output to use time for timesta...
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-05 Rafaël CarréUse the verbose variable, over the private i_verbose...
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-14 Rafaël Carréfix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower...
2008-03-12 Rafaël CarréImprovements to syslog logger - by Hans Lambermont
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
next