aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* subprocess-win: use the correct pipe namespaceGravatar James Ross-Gowan2015-05-04
* win32: fix desktop directoryGravatar wm42015-05-03
* win32: move platform specifics to osdepGravatar wm42015-05-02
* build: move main-fn files to osdepGravatar wm42015-05-02
* cocoa: always compile OSX application code with cocoaGravatar wm42015-05-02
* path: update path descriptionsGravatar wm42015-05-02
* path: add resolving desktop path to platform-specific pathsGravatar wm42015-05-01
* timer: add "static" to a variableGravatar wm42015-05-01
* path: refactorGravatar wm42015-05-01
* terminal: printf() is not signal-safeGravatar wm42015-04-24
* subprocess: move implementation for deatched subprocessesGravatar wm42015-04-15
* subprocess-posix: always connect stdin to /dev/nullGravatar wm42015-04-15
* Update license headersGravatar Marcin Kurczewski2015-04-13
* win32: only attach to the console from mpv.comGravatar James Ross-Gowan2015-04-11
* win32: use a platform-specific unicode entry-pointGravatar James Ross-Gowan2015-04-11
* subprocess-win: clarify argument escaping logicGravatar James Ross-Gowan2015-03-24
* subprocess-win: handle empty arguments correctlyGravatar James Ross-Gowan2015-03-24
* osx: terminate argv properly when arguments are removedGravatar wm42015-03-06
* cocoa: silence -Wlogical-op-parenthesesGravatar Stefano Pigozzi2015-03-04
* msg: use relaxed atomics for log level testGravatar wm42015-03-02
* cocoa: remove unused functionGravatar Stefano Pigozzi2015-02-14
* cocoa: fix exiting the command line playerGravatar wm42015-02-13
* osx: move cocoa specific call out of common codeGravatar wm42015-02-12
* win32: fix/change application nameGravatar wm42015-02-09
* osdep/subprocess-posix: remove __GLIBC__ guardGravatar Kevin Mitchell2015-02-03
* msg: add --log-file optionGravatar wm42015-01-26
* win32: use monotonic clock on windows if possibleGravatar Hiltjo Posthuma2015-01-19
* subprocess-win: Always quote argv[0]Gravatar James Ross-Gowan2015-01-16
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macrosGravatar wm42015-01-07
* terminal: always print to stderr with --no-input-terminalGravatar wm42015-01-07
* player: use libavutil API to get number of CPUsGravatar wm42015-01-05
* subprocess: allow disabling redirection of stdout/stderrGravatar wm42015-01-01
* win32: add native wrappers for pthread functionsGravatar wm42015-01-01
* Update copyright yearGravatar wm42015-01-01
* win32: add mmap() emulationGravatar wm42014-12-26
* client API: document requirement to block SIGPIPEGravatar wm42014-12-24
* cocoa: ignore first file open events from command lineGravatar Stefano Pigozzi2014-12-07
* cocoa: use --idle when running inside bundleGravatar Stefano Pigozzi2014-12-06
* cocoa: don't create Dock icon for audio only filesGravatar Stefano Pigozzi2014-12-05
* cocoa: remove urlencoding for url open eventsGravatar Stefano Pigozzi2014-12-02
* cocoa: fix opening reference URLs (.file/id=)Gravatar Stefano Pigozzi2014-12-01
* subprocess-win: remove a Vista-only flagGravatar James Ross-Gowan2014-11-28
* 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