Merge pull request #3422 from xmcclure/tarjan-doublefan
[mono.git] / mono / io-layer /
2016-08-29 monojenkinsMerge pull request #3422 from xmcclure/tarjan-doublefan
2016-08-26 Vlad BrezaeMerge pull request #3451 from BrzVlad/fix-armel-emulation
2016-08-26 Alexander KöplingerMerge pull request #3460 from akoeplinger/remove-net_4_...
2016-08-25 Ludovic HenryMerge pull request #3447 from ludovic-henry/iolayer...
2016-08-25 João MatosMerge pull request #3449 from lateralusX/jlorenss/win...
2016-08-24 Alexander KöplingerMerge pull request #3437 from ntherning/fix-DirectoryNo...
2016-08-24 Niklas TherningFileInfo.MoveTo() throws DirectoryNotFoundException...
2016-08-23 Niklas TherningMerge pull request #3426 from ntherning/fix-handle...
2016-08-22 Alexander KöplingerMerge pull request #3381 from krytarowski/netbsd-support-20
2016-08-22 Alexander KöplingerMerge pull request #3428 from ntherning/fix-missing...
2016-08-19 Aleksey Kliger ... Merge pull request #3413 from lambdageek/reflection...
2016-08-19 Niklas TherningMerge pull request #3419 from ntherning/fix-MonoTests...
2016-08-19 Ludovic HenryMerge pull request #3416 from ludovic-henry/iolayer...
2016-08-18 Ludovic Henry[io-layer] Remove unused WaitForInputIdle
2016-08-18 Ludovic Henry[io-layer] Remove unused WaitForMultipleObjects
2016-08-18 Ludovic Henry[io-layer] Replace use of WaitForSingleObject by WaitFo...
2016-08-18 Ludovic Henry[io-layer] Extract WaitForSingleObjectEx, WaitForMultip...
2016-08-10 Alexander KyteMerge pull request #2780 from alexanderkyte/seq_point_o...
2016-08-10 Niklas TherningMerge pull request #3213 from henricm/fix-for-win-secur...
2016-08-09 Marcos HenrichMerge pull request #3353 from esdrubal/st-format
2016-08-08 Aleksey Kliger ... Merge pull request #3349 from lambdageek/handle-icalls...
2016-08-08 Alexander KöplingerMerge pull request #2903 from krytarowski/netbsd-support-4
2016-08-07 Ludovic HenryMerge pull request #3370 from ludovic-henry/fix-finaliz...
2016-08-05 Alexander KöplingerMerge pull request #3363 from akoeplinger/fix-42938
2016-08-05 Niklas TherningMerge pull request #3359 from ntherning/sgen-avoid...
2016-08-05 Alexander KöplingerMerge pull request #3361 from xmcclure/babysitter-xml
2016-08-05 Niklas TherningMerge pull request #3365 from ntherning/fix-gc-graystac...
2016-08-05 Alexander KöplingerMerge pull request #3337 from akoeplinger/fix-alpine
2016-08-05 Ludovic HenryMerge pull request #3288 from ludovic-henry/iolayer...
2016-08-05 Ludovic HenryMerge pull request #3355 from ludovic-henry/process...
2016-08-04 Ludovic Henry[process] Fix Process.Exited event triggered too early
2016-08-04 Ludovic Henry[io-layer] Remove threads.h, thread-private.h and wthre...
2016-08-04 Ludovic Henry[io-layer] Remove unused _WAPI_THREAD_CURRENT
2016-08-04 Ludovic Henry[io-layer] Extract thread MonoW32HandleOps
2016-08-04 Ludovic Henry[io-layer] Extract GetThreadPriority and SetThreadPriority
2016-08-04 Ludovic Henry[io-layer] Extract wapi_create_thread_handle
2016-08-04 Ludovic Henry[io-layer] Extract wapi_thread_own_mutex and wapi_threa...
2016-08-04 Ludovic Henry[io-layer] Extract wapi_current_thread_desc
2016-08-04 Ludovic Henry[io-layer] Extract wapi_ref_thread_handle
2016-08-04 Ludovic Henry[io-layer] Remove _wapi_thread_cur_apc_pending
2016-08-04 Ludovic Henry[io-layer] Extract wapi_get_current_thread_handle
2016-08-04 Ludovic Henry[io-layer] Extract wapi_thread_handle_set_exited
2016-08-04 Ludovic Henry[io-layer] Make _wapi_getpid, _wapi_thread_own_mutex...
2016-08-04 Ludovic Henry[io-layer] Make _WapiHandle_thread struct public
2016-08-04 Ludovic Henry[io-layer] Make wait.c not depend on _wapi_thread_cur_a...
2016-08-02 Aleksey Kliger ... Merge pull request #3344 from alexanderkyte/propagate_m...
2016-08-01 Alexander KyteMerge pull request #3345 from alexanderkyte/fix_mini_ao...
2016-08-01 Alexander KyteMerge pull request #3269 from alexanderkyte/silence_zer...
2016-07-28 Alexander Köplinger[io-layer] Add include for sys/types.h to processes...
2016-07-27 Vlad BrezaeMerge pull request #2961 from schani/fix-sgen-refactoring
2016-07-27 Vlad BrezaeMerge pull request #3328 from BrzVlad/finalizer-thread...
2016-07-26 Aleksey Kliger ... Merge pull request #3199 from lambdageek/dev/proxy...
2016-07-26 Marek SafarMerge pull request #3330 from madewokherd/compactframework
2016-07-26 Ludovic Henry[semaphore] Return error for mono_os_sem_timedwait
2016-07-26 Ludovic Henry[semaphore] Make mono_os_semaphore_* functions return...
2016-07-26 Ludovic Henry[mutex] Make mono_os_mutex_* functions return more...
2016-07-26 Alexander KöplingerMerge pull request #3262 from lindenlab/add_continuatio...
2016-07-21 Rodrigo KumperaMerge pull request #3289 from BrzVlad/fix-critical...
2016-07-21 Rodrigo KumperaMerge pull request #3321 from BrzVlad/fix-block-state...
2016-07-21 Rodrigo KumperaMerge pull request #3290 from BrzVlad/fix-finalizer...
2016-07-21 Marcos HenrichMerge pull request #3305 from esdrubal/response_stream_...
2016-07-21 Rodrigo KumperaMerge pull request #3306 from kumpera/fix_wait
2016-07-20 Rodrigo Kumpera[wapi] Fix timed wait code to not overflow. Fixes ...
2016-07-19 Marcos HenrichMerge pull request #3283 from esdrubal/mono-sym-docs
2016-07-18 Alexander KyteMerge pull request #3132 from alexanderkyte/libmono_saf...
2016-07-18 Marcos HenrichMerge pull request #3264 from esdrubal/tzi_dst
2016-07-15 Marek SafarMerge pull request #3274 from Unity-Technologies/fix...
2016-07-14 Andi McClureMerge pull request #3279 from xmcclure/tarjan-crash-2
2016-07-13 Zoltan VargaMerge pull request #3240 from alexanderkyte/aot_compile...
2016-07-13 Marcos HenrichMerge pull request #3248 from esdrubal/web_request_abort
2016-07-13 Marcos HenrichMerge pull request #3268 from esdrubal/mono-sym-enable
2016-07-12 Ludovic HenryMerge pull request #3224 from ludovic-henry/iolayer...
2016-07-12 Ludovic Henry[io-layer] Move handles out of the io-layer to utils...
2016-07-12 Ludovic Henry[io-layer] Inline init_handles_slot
2016-07-12 Ludovic Henry[io-layer] Replace _WAPI_PRIVATE_HANDLES and _WAPI_PRIV...
2016-07-12 Ludovic Henry[io-layer] Remove any remaining dependency of handles...
2016-07-12 Ludovic Henry[io-layer] Replace _WAPI_HANDLE_INVALID by INVALID_HAND...
2016-07-12 Ludovic Henry[io-layer] Remove wapi_getdtablesize
2016-07-12 Ludovic Henry[io-layer] Move DuplicateHandle and CloseHandle to...
2016-07-12 Ludovic Henry[io-layer] Remove use of _wapi_has_shut_down
2016-07-12 Ludovic Henry[io-layer] Remove unnecessary locking of _WAPI_SHARED_S...
2016-07-12 Ludovic Henry[io-layer] Move _wapi_handle_spin to handles.c
2016-07-12 Ludovic Henry[io-layer] Move _WAPI_FD_HANDLE, _WAPI_SHARED_NAMESPACE...
2016-07-12 Ludovic Henry[io-layer] Remove pseudo global handle
2016-07-12 Ludovic Henry[io-layer] Allocate WapiHandle specific data on the...
2016-07-12 Ludovic Henry[io-layer] Register WapiHandleOps dynamically
2016-07-12 Ludovic Henry[io-layer] Move WapiHandleType and WapiHandleOps to...
2016-07-12 Ludovic Henry[io-layer] Extract _wapi_search_handle_namespace from...
2016-07-12 Ludovic Henry[io-layer] Add typename and typesize handle operations
2016-07-12 Ludovic Henry[io-layer] Move _wapi_getpid out of handles.c
2016-07-12 Ludovic Henry[io-layer] Add details operation on handle
2016-07-12 Ludovic Henry[io-layer] Move io-layer initialization out of handles.c
2016-07-12 Ludovic Henry[io-layer] Move file_share_hash to io.c
2016-07-12 Ludovic Henry[io-layer] Remove empty function _wapi_shm_semaphores_r...
2016-07-12 Ludovic Henry[io-layer] Remove unused _wapi_sem_id
2016-07-12 Ludovic Henry[io-layer] Extract WapiHandleBase from _WapiHandleUnshared
2016-07-12 Ludovic Henry[io-layer] Make _WAPI_PRIVATE_MAX_SLOTS and _WAPI_HANDL...
2016-07-12 Ludovic Henry[io-layer] Make _wapi_global_signal_handle definition...
2016-07-12 Ludovic Henry[io-layer] Make _WapiHandleUnshared definition private
2016-07-12 Ludovic Henry[io-layer] Factor Mutex and NamedMutex code
next