1. 02 11月, 2015 1 次提交
  2. 06 10月, 2015 1 次提交
  3. 13 7月, 2015 3 次提交
  4. 10 7月, 2015 1 次提交
  5. 09 7月, 2015 1 次提交
  6. 03 7月, 2015 1 次提交
  7. 19 6月, 2015 1 次提交
  8. 18 6月, 2015 1 次提交
  9. 17 6月, 2015 1 次提交
  10. 16 6月, 2015 1 次提交
    • T
      Merge remote-tracking branch 'Mono/mono-3.12.0-branch' into unity-future-integration · c090098d
      Tak 提交于
      Conflicts:
      	.gitmodules
      	configure.ac
      	eglib/Makefile.am
      	eglib/configure.ac
      	eglib/src/goutput.c
      	mcs/class/Makefile
      	mcs/class/System.Core/Makefile
      	mcs/class/System/Documentation/en/System.Net/ServicePointManager.xml
      	mcs/class/System/Makefile
      	mcs/class/corlib/Documentation/en/System.Globalization/CultureInfo.xml
      	mcs/class/monodoc/Resources/base.css
      	mcs/class/monodoc/monodoc-net_4_5.csproj
      	mcs/jay/jay.vcxproj
      	mono/io-layer/handles.c
      	mono/io-layer/processes.c
      	mono/metadata/appdomain.c
      	mono/metadata/class.c
      	mono/metadata/coree.c
      	mono/metadata/coree.h
      	mono/metadata/domain.c
      	mono/metadata/gc.c
      	mono/metadata/icall.c
      	mono/metadata/loader.c
      	mono/metadata/metadata.c
      	mono/metadata/reflection.c
      	mono/metadata/sgen-gc.c
      	mono/metadata/threads.c
      	mono/mini/debugger-agent.c
      	mono/mini/exceptions-amd64.c
      	mono/mini/exceptions-x86.c
      	mono/mini/method-to-ir.c
      	mono/mini/mini-amd64.c
      	mono/mini/mini-arm.c
      	mono/mini/mini-exceptions.c
      	mono/utils/mono-dl.c
      	mono/utils/mono-mmap.c
      	mono/utils/mono-threads-mach-helper.c
      	msvc/eglib.vcxproj
      	msvc/genmdesc.vcxproj
      	msvc/libgc.vcxproj
      	msvc/libmono.vcxproj
      	msvc/libmonoruntime.vcxproj
      	msvc/libmonoutils.vcxproj
      	msvc/libtest.vcxproj
      	msvc/mono.vcxproj
      	msvc/monodiet.vcxproj
      	msvc/monodis.vcxproj
      	msvc/monograph.vcxproj
      	msvc/monoposixhelper.vcxproj
      	msvc/pedump.vcxproj
      	msvc/profiler-codeanalyst.vcxproj
      	msvc/profiler-cov.vcxproj
      	msvc/profiler-logging.vcxproj
      	msvc/profiler-vtune.vcxproj
      	msvc/test_eglib.vcxproj
      	tools/locale-builder/Driver.cs
      c090098d
  11. 03 6月, 2015 1 次提交
  12. 21 4月, 2015 1 次提交
  13. 21 3月, 2015 1 次提交
  14. 16 3月, 2015 1 次提交
  15. 07 3月, 2015 2 次提交
  16. 06 3月, 2015 4 次提交
  17. 28 2月, 2015 3 次提交
  18. 19 2月, 2015 1 次提交
    • M
      [WebClient/FtpWebRequest] Do not use MIME boundaries on FTP uploads (Fixes #26312) · b8f5055f
      Miguel de Icaza 提交于
      The existing code only prevented HTTP PUTs from not having MIME-type
      boundaries.   Apply this also to FTP methods.
      
      Bring a referencesource helper method that determines the default
      method based on a Uri.
      
      The existing test case only tested for the attempt to upload a file
      not for the contents.   Extended the code to check for a bit more
      (just that the uplaod is actually 10 bytes long).
      
      Fixes #26312
      b8f5055f
  19. 03 2月, 2015 2 次提交
  20. 02 2月, 2015 1 次提交
  21. 21 1月, 2015 1 次提交
  22. 17 12月, 2014 2 次提交
  23. 13 12月, 2014 2 次提交
  24. 12 12月, 2014 1 次提交
  25. 11 12月, 2014 1 次提交
  26. 09 12月, 2014 2 次提交
  27. 06 12月, 2014 1 次提交
    • J
      [mscorlib/Android] TimeZoneInfo.Local.Id should NOT be "Local". · ef275359
      Jonathan Pryor 提交于
      Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=24742
      Context: Commit f7fd52ad
      Context: https://bugzilla.xamarin.com/show_bug.cgi?id=24958
      
      The logic of Commit f7fd52ad was 'Desktop Mono returns "Local" from
      TimeZoneInfo.Local.Id, so surely Xamarin.Android should', predicated
      in part on the assumption that whatever Desktop Mono does should be
      the same as what Desktop .NET does.
      
      This assumption wasn't verified, and is in fact wrong; Desktop .NET
      doesn't return "Local" from TimeZoneInfo.Local.Id, it returns an
      actual identifier.
      
      The reason why Desktop Mono returns "Local" is due to implementation
      sanity, particularly on OS X: /etc/localtime may be a symlink OR a
      copy of the timezone data, and when it's a copy there's no way to
      determine the Olson ID for the timezone. Consequently, it may not be
      possible to determine the TimeZone ID.
      
      Xamarin.Android doesn't have that problem; it uses the Android
      persist.sys.timezone system property value,
      falling back to java.util.TimeZone.getDefault().getID() if necessary,
      and thus always has access to an Olson ID.
      
      Change TimeZoneInfo.Local.Id on Xamarin.Android to return the Olson ID
      instead of "Local", partially reverting Commit f7fd52ad.
      ef275359
  28. 05 12月, 2014 1 次提交