mono.git
2012-07-16 Gonzalo Paniagua... GetResponse() returns 0 when it need more data, not -1
2012-07-16 Zoltan VargaMerge pull request #391 from xen2/e377dd65b5599d5a9ecf4...
2012-07-16 Marek SafarSet field usage in resolve to accommodate for expressio...
2012-07-16 Marek SafarBetter error message for missing using for extension...
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-16 Zoltan VargaFix #6112 for amd64 as well.
2012-07-15 Zoltan VargaFix the handling of fail tramps in the full-aot IMT...
2012-07-13 Rodrigo KumperaClear more threadpool state prior to domain unload.
2012-07-13 Rodrigo KumperaReplace an assertion with an UNVERIFIED call in the...
2012-07-13 Jo Shields[debian-snapshot] Pull in a fix for more robust path...
2012-07-13 Marek SafarMake nullable values debugging more pleasant.
2012-07-13 Marek SafarFix error test number
2012-07-11 Gonzalo Paniagua... Backport from mobile
2012-07-11 Rodrigo KumperaKill more compiler context code.
2012-07-11 Rodrigo KumperaMonoGenericClass::initialize runtime icall only needs...
2012-07-10 Rodrigo KumperaFirst pass killing compiler context support code.
2012-07-10 Rodrigo KumperaRemove compiler context tests.
2012-07-10 Rodrigo KumperaRemove some dead code.
2012-07-10 Rodrigo KumperaUse a simpler design for IsUserType based on virtual...
2012-07-10 Rodrigo KumperaDisable mdb by default as it breaks sgen builds. This...
2012-07-10 Marek SafarRevert c38f710ce56646a9ba9b5f77e5ce7c1151d6cc0c
2012-07-10 Marek SafarCheck type parameters constraints on best candidate...
2012-07-10 Marek SafarFixes build
2012-07-10 Virgile BelloFix #6112 c32a854: compile error and removed indirection.
2012-07-09 Rodrigo KumperaMerge pull request #386 from alexrp/master
2012-07-09 alexrpOnly use TLAB_ACCESS_INIT in sgen_card_table_wbarrier_o...
2012-07-09 alexrpUse a critical region in mono_gc_alloc_array.
2012-07-09 Bojan RajkovicMerge pull request #366 from robwilkens/bug5747-2
2012-07-09 Rodrigo KumperaClear some dead code.
2012-07-09 Rodrigo KumperaSanitize sgen's collection trigger internal API.
2012-07-09 Marek SafarBetter error reporting for missing using directives
2012-07-09 Marek SafarFix infinite loop when parsin unclosed generic type...
2012-07-09 Marek SafarRestore id-buffer when after probing async keyword...
2012-07-09 Marek SafarMerge pull request #384 from miraclespain/master
2012-07-09 Jakob AndersenOnly compare values if postdata for the checkbox is...
2012-07-09 Marek SafarCompare type definitions when checking nested type...
2012-07-09 Marek SafarBetter error message
2012-07-09 Marek SafarMerge pull request #383 from JamesB7/system-security6
2012-07-09 James BellingerThis version of CommonObjectSecurityTest should not...
2012-07-09 Marek SafarMerge pull request #382 from JamesB7/system-security7
2012-07-08 James BellingerImplemented PipeSecurity. GetAccessControl, SetAccessCo...
2012-07-08 James BellingerImplement SemaphoreSecurity.
2012-07-08 Marek SafarMerge pull request #381 from JamesB7/system-security6
2012-07-08 James BellingerFix ObjectSecurityTest on .NET 2.0. The test no longer...
2012-07-08 Marek SafarMerge pull request #378 from miraclespain/master
2012-07-08 Marek SafarMerge pull request #380 from JamesB7/enum-fix
2012-07-08 Marek SafarMerge pull request #379 from JamesB7/system-security6
2012-07-08 James BellingerFixed Type.GetEnumNames sort order (it's specified...
2012-07-07 James BellingerRegistrySecurity now working!
2012-07-07 James BellingerMutexes and event wait handles now work, with tests...
2012-07-07 James BellingerACLs now work on Windows. Tests all the way up to Direc...
2012-07-07 James BellingerCommonSecurityDescriptor!
2012-07-07 Jakob AndersenFix to compare to actual value as this is what is used...
2012-07-06 Gonzalo Paniagua... HtmlEncode the path
2012-07-05 Mark Probst[sgen] Fix a race condition.
2012-07-05 Rolf Bjarne... Rework RectangleF.Contains to not do equality compariso...
2012-07-05 Marek SafarFix failing dns tests
2012-07-05 Marek SafarFix Order property to throw on no value
2012-07-05 Zoltan VargaFix an assert in the arm backend if an offset is too...
2012-07-04 Marek SafarMerge pull request #373 from QuickJack/master
2012-07-04 Alan McGovern[Microsoft.Build.Tasks] Remove an overly verbose inform...
2012-07-04 Alan McGovern[Microsoft.Build.Tasks] Fix some simple caching to...
2012-07-04 QuickJackApplied Marek's suggestions so remove CS0067 from certa...
2012-07-04 Marek SafarMerge pull request #376 from atomia/master
2012-07-04 Thorsten TarrachNot validating if null value is null
2012-07-04 Marek SafarMerge pull request #375 from atomia/master
2012-07-04 Thorsten TarrachImproved error messages so that it becomes clear where...
2012-07-04 Marek SafarMerge pull request #372 from JamesB7/system-security5
2012-07-03 QuickJackFixes a number of warnings in System.Windows.Forms.dll
2012-07-03 James BellingerImplemented SystemAcl. Common shared functionality...
2012-07-03 QuickJackFixes a number of warnings in System.Web.dll
2012-07-03 James BellingerImplemented all of DiscretionaryAcl except for RemoveAc...
2012-07-03 Marek SafarMerge pull request #370 from sblom/master
2012-07-03 Marek SafarMerge pull request #369 from JamesB7/system-security4
2012-07-03 Scott BlomquistFix dimension checking for array initializer expressions
2012-07-03 James BellingerBug fix: Merging occurs after sorting ACE groups by...
2012-07-03 James BellingerCommonAcl is now essentially fully functional. Its...
2012-07-03 James BellingerSecurityIdentifier's CompareTo now works like MS.Net...
2012-07-03 James BellingerImplemented much of CommonAcl.cs
2012-07-02 Rodrigo KumperaAdd new gc options to the man page.
2012-07-02 Rodrigo KumperaAdd two heap growth knobs: save-target-ratio and defaul...
2012-07-02 Rodrigo KumperaSimply a bit the memgov code. Kill a duplicated header...
2012-07-02 Rodrigo KumperaFix allowance calculation and introduce a constant...
2012-07-02 Rodrigo KumperaExtract the nursery allowance heuristics to a memgov...
2012-07-02 Rodrigo KumperaMove the sgen_*_os_memory APIs to memgov.
2012-07-02 Rodrigo KumperaUse new atomis with allocated_heap.
2012-07-02 Rodrigo KumperaAdd SGEN_ATOMIC_ADD_P for pointer sized integers.
2012-07-02 Rodrigo KumperaAdd some FIXME.
2012-07-02 Rodrigo KumperaMove the heap limits code to the memgov file.
2012-07-02 Rodrigo KumperaAdd new memory governor files.
2012-07-02 Martin BauligFix #5169: Environment.ExpandEnvironmentVariables().
2012-07-02 Martin BauligRe-enable CSharpCodeProviderTest on the Mac.
2012-07-02 Martin BauligWebRequestTest.cs: Add workaround for t-online.de's...
2012-07-02 Martin BauligDnsTest.cs: Add workaround for t-online.de's DNS server.
2012-07-02 Martin BauligFix go-mono.com's IP address in DnsTest.cs.
2012-07-02 Rodrigo KumperaUse isfinite instead of finite as newer xcode removed it.
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-02 Rolf Bjarne... Make mkbundle bundle assemblies a lot faster.
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-02 Mark Probst[sgen] Make heavy statistics compile again.
next