summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* ring: use a different type for read/write pointerswm42014-05-301-3/+3
* ring: implement drain in terms of readwm42014-05-291-12/+9
* Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queuePaweł Forysiuk2014-05-281-2/+2
* atomics: switch to C11 stdatomic.hwm42014-05-211-13/+8
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-4/+6
* dispatch: document some guaranteeswm42014-04-251-0/+4
* dispatch: wakeup only if needed on mp_dispatch_resume()wm42014-04-241-1/+3
* dispatch: improve documentation commentswm42014-04-231-8/+10
* threads: fix function namewm42014-04-231-1/+1
* dispatch: implement timeoutwm42014-04-231-6/+11
* dispatch: use a real lock for mp_dispatch_lock()wm42014-04-231-37/+20
* dispatch: fix broken lockingwm42014-04-231-0/+7
* dispatch: wakeup target thread when locking/suspendingwm42014-04-231-1/+16
* dispatch: move into its own source filewm42014-04-232-0/+274
* charset_conv: mp_msg conversionswm42013-12-212-23/+28
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-174-0/+552