Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
2017-10-03Merge all static runtime libs into libmono-static.lateralusX
Make libmono-static lib file include all needed runtime libs making it easier to link and distribute as part of Mono SDK. Commit also updates linking of vcxprojs in mono.sln to use merged static lib.
2017-01-21[io-layer] Extract error (#4279)Ludovic Henry
* [file] Remove dead field * [process] Remove wapi_getpid * [process] Remove CloseHandle * [io-layer] Remove dead MONO_TRACE * [io-layer] Extract error * [io-layer] Extract wapi.h * [io-layer] Remove the io-layer
2017-01-20[io-layer] Extract file (#4255)Ludovic Henry
* [io-layer] Merge io related headers * [io-layer] Remove global variable _wapi_had_shut_down * [io-layer] Inline io-portability.c file into io.c * [io-layer] Inline locking.c file into io.c * [io-layer] Inline posix.c file into io.c * [file] Move metadata/file-io* files to metadata/w32file* * [io-layer] Extract file functions * [file] Remove overlapped parameter which is always NULL * [file] Remove SECURITY_ATTRIBUTES parameter which is always NULL * [file] Remove GET_FILEEX_INFO_LEVELS parameter which is always GetFileExInfoStandard * [file] Replace ULARGE_INTEGER parameter type with guint64 * [file] Replace WIN32_FILE_ATTRIBUTE_DATA parameter type with MonoIOStat * [file] Remove mono_w32file_create unused parameter tmplate * [file] Fix win32 build
2017-01-19[io-layer] Extract socket (#4241)Ludovic Henry
* [socket] Extract win32 and unix specific code from w32socket.c * [socket] Extract WSAGetLastError and WSASetLastError * [socket] Extract closesocket * [socket] Extract iocltsocket * [socket] Extract socket-wrappers.h functions * [socket] Extract w32handle operations * [socket] Extract WSAIoctl * [socket] Do not use mono_w32socket_ioctl for disconnect * [socket] Extract errno_to_WSA * [socket] Remove redundant mono_w32handle_get_type/mono_w32handle_lookup * [socket] Inline _wapi_* functions * [socket] Make disconnect not rely on mono_w32socket_ioctl * [socket] Remove unused parameters to mono_w32socket_transmit_file * [socket] Refactor calls to mono_w32socket_convert_error * [socket] Remove dead code
2016-11-02[io-layer] Extract Process runtime support (#3859)Ludovic Henry
* [process] Separate code for unix and win32 * [process] Extract OpenProcess * [process] Extract GetCurrentProcess * [process] Extract GetModuleFileNameEx * [process] Extract GetModuleBaseName * [process] Extract EnumProcessModules * [process] Extract GetModuleInformation * [process] Extract CloseProcess * [process] Extract ShellExecuteEx * [process] Extract CreateProcessWithLogonW * [process] Extract GetProcessId * [process] Extract GetExitCodeProcess * [process] Extract GetProcessWorkingSetSize and SetProcessWorkingSetSize * [process] Extract GetPriorityClass and SetPriorityClass * [process] Extract TerminateProcess * [process] Extract GetProcessTimes * [process] Extract CreateProcess * [process] Extract wapi_process_set_cli_launcher * [process] Extract wapi_process_get_path * [process] Remove unused #define in processes.h * [process] Extract _wapi_process_duplicate * [process] Extract MonoW32HandleOps * [process] Move the process related icalls to w32process * [Process] Move platform specific code to dedicated files * [process] Cleanup function names * [io-layer] Remove dead code * [process] Factor common unix and win32 code * [process] Fix windows compilation
2016-10-13Build libmonoruntime under none desktop Windows API family.lateralusX
Initial work to build libmonoruntime under none desktop Windows API families.
2016-06-15Fix pedump build errors due to moved source file.lateralusX
Changes done in commit 2f6e404ed1a274e942ba0325b55ce610c25a23f2 moving pedump.c to different location cause build errors of pedump on Windows.
2016-06-15Refactored VS depdencies + restructring VS solution and projects.lateralusX