aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* subprocess: minor cosmetic cleanupGravatar wm42014-11-22
* lua: subprocess: move to osdep/subprocess-{win,posix}.cGravatar James Ross-Gowan2014-11-22
* Catch SIGPIPEGravatar wm42014-11-20
* terminal-unix: Add some comments about FD use.Gravatar Rudolf Polzer2014-11-13
* terminal-unix: Fix initial terminal state.Gravatar Rudolf Polzer2014-11-13
* atomics: add atomic_compare_exchange_strong()Gravatar wm42014-11-09
* win32: silence some warningsGravatar James Ross-Gowan2014-11-08
* osdep: potentially fix compilation on OpenBSDGravatar wm42014-10-31
* osdep: add helper for creating a sane pipe()Gravatar wm42014-10-26
* terminal: drop ncurses/terminfo/termcap supportGravatar wm42014-10-23
* terminal: strictly don't read terminal input if stdout is not a terminalGravatar wm42014-10-23
* win32: change config path prioritiesGravatar wm42014-10-23
* osdep: NetBSD pthread_setname_np()Gravatar wm42014-10-22
* osdep: shorten thread name on glibc onlyGravatar wm42014-10-20
* osdep: limit thread names to 16 charactersGravatar wm42014-10-20
* Set thread name for debuggingGravatar wm42014-10-19
* win32: remove an unneeded mechanismGravatar wm42014-10-19
* win32: remove outdated commentGravatar wm42014-10-19
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* win32: make lseek() fail on pipesGravatar wm42014-10-17
* cocoa: allow to disable apple remote at compile timeGravatar Stefano Pigozzi2014-10-17
* terminal: recognize ^hGravatar wm42014-10-17
* cocoa: post keydown and keyup events without event monitorGravatar Stefano Pigozzi2014-10-09
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* Remove mpbswap.hGravatar wm42014-09-25
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* osdep: hack to fix build with low quality pthreads-w32 headersGravatar wm42014-09-20
* osdep/semaphore_osx.c: Include osdep/semaphore.h before #ifdefGravatar Diogo Franco (Kovensky)2014-09-10
* osdep: fix windows buildGravatar wm42014-09-10
* osdep: add POSIX semaphore emulation for OSXGravatar wm42014-09-10
* terminal-unix: don't read from stdin if it's not a terminalGravatar wm42014-09-10
* terminal-unix: move to threadGravatar wm42014-09-10
* terminal-win: minor simplificationGravatar wm42014-09-10
* win32: add tmpfile() replacementGravatar James Ross-Gowan2014-09-05
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* bstr: preparation for next commitGravatar wm42014-08-29
* posix: use STD*_FILENO constantsGravatar Ben Boeckel2014-08-28
* win32: correct SGR sequence handlingGravatar James Ross-Gowan2014-08-24
* win32: correct HANDLE typeGravatar James Ross-Gowan2014-08-24
* terminal-unix: new input handling codeGravatar wm42014-08-21
* terminal-win: read input from a threadGravatar wm42014-08-21
* terminal: some cleanupsGravatar wm42014-08-21
* terminal-win: remove nonsensical codeGravatar wm42014-08-21
* win32: emulate some ANSI terminal escape codesGravatar wm42014-08-21
* terminal-unix: eliminate unnecessary variableGravatar wm42014-08-20
* cocoa: move handleFilesArray: to macosx_eventsGravatar FRAU KOUJIRO2014-08-06
* cocoa: move set_input_context to macosx_eventsGravatar FRAU KOUJIRO2014-08-06
* cocoa: sync inputContext inside EventsResponderGravatar FRAU KOUJIRO2014-08-06
* cocoa: decouple events from application somewhatGravatar FRAU KOUJIRO2014-08-06
* Remove the last remains of slave modeGravatar wm42014-08-01