This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5032530132e6ea76c8835ea25f0bc768b98f95a
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
GitDependencies
History
Ben Marsh
4c15ef5ad1
Fix running out of file handles on Mac when decompressing ICU datafiles. Same file is written many times from the same hashed data, so it keeps lots of file handles open at once. Download the file to one location first, then copy it to the others instead. Also fix the number of idle threads not being correctly updated, causing the download to keep restarting even though nothing else is succeeding (making the downloader keep looping around 99% when it threw an exception for running out of handles, rather than writing an error and quitting).
...
[CL 2534996 by Ben Marsh in Main branch]
2015-05-02 18:13:26 -04:00
..
Properties
Update copyright notices to 2015.
2014-12-07 19:09:38 -05:00
App.config
PR
#678
: Add support for proxy username and password in GitDependencies (Contributed by jsfdez)
2014-12-10 11:58:24 -05:00
DependencyManifest.cs
PR
#943
: GitDependencies: Adding metadata to a cleaner XML serialization (Contributed by bozaro)
2015-03-21 10:35:40 -04:00
ForkReadStream.cs
PR
#749
: Added cache support for GitDependencies. (Contributed by bozaro)
2015-02-20 08:59:03 -05:00
GitDependencies.csproj
Minor changes to GitDependencies:
2015-03-10 12:59:45 -04:00
Log.cs
Clamp status messages to the size of the console buffer, and add missing MiB/s text.
2015-02-20 15:19:27 -05:00
NotifyReadStream.cs
PR
#749
: Added cache support for GitDependencies. (Contributed by bozaro)
2015-02-20 08:59:03 -05:00
Program.cs
Fix running out of file handles on Mac when decompressing ICU datafiles. Same file is written many times from the same hashed data, so it keeps lots of file handles open at once. Download the file to one location first, then copy it to the others instead. Also fix the number of idle threads not being correctly updated, causing the download to keep restarting even though nothing else is succeeding (making the downloader keep looping around 99% when it threw an exception for running out of handles, rather than writing an error and quitting).
2015-05-02 18:13:26 -04:00
WorkingManifest.cs
Update copyright notices to 2015.
2014-12-07 19:09:38 -05:00