]> git.sesse.net Git - vlc/history - src/misc/messages.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / misc / messages.c
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...
2007-10-03 Rafaël Carrémessages: revert [22404]
2007-10-03 Rémi Denis-CourmontRemove survivor strerror (malloc always return ENOMEM...
2007-09-18 Rémi Denis-CourmontPrint Winsock error instead of errno if applicable
2007-09-17 Rémi Denis-CourmontGNU libc-like support for "%m" expanded as strerror...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-19 Rémi Denis-CourmontFix use of undefined variable
2007-08-19 Rémi Denis-CourmontCode factor
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-09 Rémi Denis-Courmont- Do not attach libvlc to the global data
2006-11-09 Rémi Denis-CourmontCosmetic fix
2006-10-27 Damien Fouilleulmessages.c: added msg_GetObjectTypeName
2006-10-21 Rémi Denis-CourmontFix a bunch of warning.
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-18 Clément StenacClean up a bit queues handling. Do not use dynamic...
2006-09-18 Clément StenacUse a separate message bank for each libvlc instance
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-08-17 Gildas Bazin* src/misc/messages.c, src/input/input.c: revert 16279...
2006-08-16 Gildas Bazin* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specifi...
2006-03-18 Clément StenacDisplay IP of client in debug
2006-03-09 Derk-Jan Hartman* Don't crash if we want to msg_Dbg on an object that...
2006-02-21 Rémi Denis-CourmontConvert to local encoding before printing on console...
2006-02-04 Clément StenacMemleak
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-30 Sigmund Augdal Helbergmessages.c: fixed one more leak related to vlm prefix...
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-26 Sigmund Augdal Helbergsrc/misc/messages.c: Fixed a nasty memleak recently...
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-12 Antoine CellerierFSF address change.
2006-01-11 Clément StenacFix a corner case
2006-01-05 Damien Fouilleulmessages.c: message bank lock is still in use and still...
2006-01-05 Derk-Jan HartmanMore message queue WinCE fixes
2006-01-05 Derk-Jan Hartmanmessage queues WinCE compile fix
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-10-02 Rémi Denis-CourmontFix compilation warning
2005-10-02 Clément StenacDon't reprint messages on quit
2005-08-11 Clément Stenacno comment
2005-08-11 Antoine Cellerierfix debug output colors
2005-08-09 Jean-Paul Samansanity checking
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-17 Sigmund Augdal Helbergminor memleak fixes
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-04-29 Clément StenacAdd missing objects descriptions
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-04 Gildas Bazin* ALL: another bunch of MSVC compilation fixes.
2003-12-03 Sigmund Augdal Helbergall:
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-06-13 Sam Hocevar * ./src/misc/messages.c: ouch. when the message queue...
2003-05-09 Eric Petit * src/misc/messages.c: forget a defined(SYS_BEOS)...
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-04-09 Gildas Bazin* src/libvlc.c: fixed the "color" config option.
2003-01-15 Christophe Massiotmessage queue overflow is now a warning.
2002-12-30 Gildas Bazin* src/misc/messages.c: don't try to decorate logs on...
2002-12-18 Sam Hocevar * ./src/misc/messages.c: woops, __attribute__(format...
2002-12-18 Sam Hocevar * ./include/vlc_messages.h: msg_* functions now use...
2002-11-25 Sam Hocevar * ./src/misc/messages.c: we overwrite the WinCE logfi...
2002-11-20 Sam Hocevar * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
2002-11-13 Sam Hocevar * ./msvc/*, ./evc/*: moved eMbedded Visual Studio...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-07 Gildas Bazin* INSTALL.win32, include/vlc_config.h, src/libvlc.h...
2002-10-29 Sam Hocevar * ./include/vlc_common.h: defined the INSERT_ELEM...
2002-10-28 Sam Hocevar * ./configure.ac.in: we explicitely link the dvdplay...
2002-10-22 Sam Hocevar * ./mozilla/vlcshell.cpp: ported the Mozilla plugin...
2002-10-14 Sam Hocevar * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Erro...
2002-10-10 Christophe MassiotDo not use vasprintf under Mac OS X because OS X.1...
2002-10-08 Sam Hocevar * ./src/libvlc.c, ./src/misc/messages.c: due to horri...
2002-10-03 Sam Hocevar * ./configure.ac.in: duplicated arguments to AM_INIT_...
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-08-26 Sam Hocevar (A few minor pending patches I had around)
2002-08-20 Sam Hocevar (compilation fixes for my previous commit)
2002-08-10 Sam Hocevar * ./src/misc/messages.c: fixed an extremely old buffe...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ./src/input/input_info.c, ./src/misc/messages.c...
2002-07-15 Sam Hocevar * ./src/misc/messages.c: debug messages that were...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.