aboutsummaryrefslogtreecommitdiffhomepage
path: root/common/msg.c
Commit message (Expand)AuthorAge
* Add some missing "const"sGravatar wm42014-10-10
* fix -Wduplicate-decl-specifier warnings with clangGravatar Stefano Pigozzi2014-10-09
* msg: fix unwanted blank linesGravatar wm42014-10-08
* client API: introduce numeric log levelsGravatar wm42014-10-08
* msg, client API: buffer partial linesGravatar wm42014-10-08
* msg, client API: never send the status line as log messageGravatar wm42014-10-08
* msg: set an explicit overflow messageGravatar wm42014-10-08
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* posix: use STD*_FILENO constantsGravatar Ben Boeckel2014-08-28
* msg: allow duplicating a mp_logGravatar wm42014-08-25
* win32: emulate some ANSI terminal escape codesGravatar wm42014-08-21
* Remove the last remains of slave modeGravatar wm42014-08-01
* build: allow compilation without any atomicsGravatar wm42014-07-05
* Add more constGravatar wm42014-06-11
* client API: call wakeup callback if there are new messagesGravatar wm42014-06-06
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* terminal: fix printing of prefixGravatar wm42014-04-23
* player: add a --dump-stats optionGravatar wm42014-04-17
* msg: correct ringbuffer log level comparisonGravatar FRAU KOUJIRO2014-04-17
* terminal: pretty print modules for --msgmoduleGravatar Evan Purkhiser2014-04-12
* msg: add --msgtime option to add timestamps to each output messageGravatar wm42014-02-28
* options: add --no-terminal switchGravatar wm42014-02-10
* msg: clear lines by printing spaces on MS WindowsGravatar wm42014-02-09
* msg: don't clear the status line if new and previous status was emptyGravatar wm42014-01-29
* msg: expose log level namesGravatar wm42014-01-16
* msg: add a mechanism to output messages to a ringbufferGravatar wm42014-01-16
* msg: move special declarations to msg_control.hGravatar wm42014-01-16
* msg: print module prefixes even if message contains newlinesGravatar wm42014-01-16
* msg: update commentGravatar wm42014-01-15
* msg: terminal OSD uses stderr, not stdoutGravatar wm42014-01-15
* msg: don't clear term OSD lines that are not usedGravatar wm42014-01-14
* msg: fix printing of module headerGravatar wm42014-01-14
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* msg: add some comments about thread-safetyGravatar wm42013-12-22
* msg: remove global stateGravatar wm42013-12-21
* msg: don't prefix slave-mode stuff by defaultGravatar wm42013-12-21
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* msg: remove legacy stuffGravatar wm42013-12-21
* msg: handle vsnprintf errorsGravatar wm42013-12-20
* msg: use a global lock to synchronize printingGravatar wm42013-12-20
* msg: change --msglevel, reduce legacy glueGravatar wm42013-12-20
* msg: cosmetic changesGravatar wm42013-12-20
* msg: change hack to silence command line pre-parse error messagesGravatar wm42013-12-20
* terminal: remove separate formatting for --msgmoduleGravatar wm42013-12-20
* terminal: abstract terminal color handlingGravatar wm42013-12-20
* terminal: move SIGTTOU signal handler setup codeGravatar wm42013-12-19
* Rename getch2....c/h to terminal....c/hGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17