summaryrefslogtreecommitdiffstats
path: root/osdep/io.c
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMarcin Kurczewski2015-04-131-4/+6
* win32: use a platform-specific unicode entry-pointJames Ross-Gowan2015-04-111-26/+0
* win32: add mmap() emulationwm42014-12-261-0/+59
* win32: silence some warningsJames Ross-Gowan2014-11-081-1/+1
* osdep: add helper for creating a sane pipe()wm42014-10-261-4/+20
* win32: remove an unneeded mechanismwm42014-10-191-3/+1
* win32: get rid of mp_stat in the normal source codewm42014-10-171-2/+27
* win32: make lseek() fail on pipeswm42014-10-171-0/+11
* win32: add tmpfile() replacementJames Ross-Gowan2014-09-051-0/+35
* win32: correct HANDLE typeJames Ross-Gowan2014-08-241-2/+2
* win32: emulate some ANSI terminal escape codeswm42014-08-211-6/+4
* osdep: don't assume errno is positivewm42014-07-251-2/+2
* input: separate wakeup pipe creation into a separate functionwm42014-05-301-0/+25
* osdep: silence a -Wshadow warningwm42014-05-211-2/+2
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-121-1/+1
* io: make MP_PATH_MAX private to win32 codewm42014-02-031-0/+10
* io/win32: move mp_attach_console to terminal-win.cMartin Herkt2014-01-161-22/+0
* Windows: use the GUI subsystem, attach to consoleMartin Herkt2014-01-021-0/+22
* osdep/io, mp_vfprintf: split out console detectionMartin Herkt2014-01-021-42/+43
* Merge mp_talloc.h into ta/ta_talloc.hwm42013-12-171-4/+2
* osdep/io: also include unistd.hwm42013-11-301-0/+2
* Use O_CLOEXEC when creating FDswm42013-11-301-1/+17
* build: make pthreads mandatorywm42013-11-281-7/+0
* osdep/io.c: include config.hwm42013-11-201-0/+2
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-2/+2
* win32: add getenv() UTF-8 variantwm42013-09-181-0/+60
* windows support: fix _wstat misusagewm42013-01-131-1/+1
* win32: use more unicode functionswm42012-04-061-5/+20
* windows: terminal: unicode, --msgcolor, size changeMartin Herkt2012-03-091-0/+58
* windows support: unicode filenameswm42012-03-091-0/+185