aboutsummaryrefslogtreecommitdiffhomepage
path: root/common/msg.c
Commit message (Expand)AuthorAge
* msg: bump up log level of --log-fileGravatar Niklas Haas2017-12-15
* msg: make --msg-level affect --log-file tooGravatar wm42017-10-04
* build: add preliminary LGPL modeGravatar wm42017-09-21
* options: unbreak -vGravatar wm42017-06-23
* options: remove weird --really-quiet special behaviorGravatar wm42017-06-23
* player: make sure version information is always included in --log-fileGravatar wm42017-05-22
* msg.c/h: partially change license to LGPLGravatar wm42017-05-05
* msg: flush after every message for --log-fileGravatar wm42016-09-30
* msg: make --log-file and --dump-stats accept config path expansionGravatar wm42016-09-28
* player: make --log-file and --dump-stats freely settable at runtimeGravatar wm42016-09-19
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* msg: introduce partial line buffers per mp_logGravatar wm42016-03-01
* msg: minor simplificationGravatar wm42016-03-01
* msg: use dynamic buffer for message formattingGravatar wm42016-03-01
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* msg: remove redundant conditionGravatar wm42015-12-05
* msg: remove the useless trailing comment from stats dumpingGravatar wm42015-10-14
* client API: allow using msg-level option for log messagesGravatar wm42015-06-20
* Various spelling fixesGravatar Marcin Kurczewski2015-06-18
* options: remove unneeded hack from command line parserGravatar wm42015-04-23
* Update license headersGravatar Marcin Kurczewski2015-04-13
* msg: use relaxed atomics for log level testGravatar wm42015-03-02
* options: change --msg-level optionGravatar wm42015-02-06
* msg: add --log-file optionGravatar wm42015-01-26
* command: make the "run" command work on Windows tooGravatar wm42015-01-01
* 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