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 (Expand)Author
2011-01-06Change some usages of ArrayList to List<T> to avoid calls to the slow ArrayLi...Zoltan Varga
2010-12-15Some .net 4.0 api compatibility fixesMarek Safar
2010-11-11[corlib] Fix for bug #652807. Handle RegistryValueKind.QWord in Win32Registry...Marek Habersack
2010-08-07Implement SafeRegistryHandle.ReleaseHandle and update call sites.Carlos Alberto Cortez
2010-08-03Make RegistryKey.Dispose public.Carlos Alberto Cortez
2010-08-03Add None to RegistryValueKind enumeration.Carlos Alberto Cortez
2010-08-03Implement 4.0 RegistryKey.Handle property.Carlos Alberto Cortez
2010-08-03Implement 4.0 simple overloads of some RegistryKey methods.Carlos Alberto Cortez
2010-08-03Implement RegistryKey.FromHandle.Carlos Alberto Cortez
2010-08-02Implement 4.0 DeleteSubKeyTree overload.Carlos Alberto Cortez
2010-07-30Move subkey info routines into KeyHandler to handle volatile keys.Carlos Alberto Cortez
2010-07-262010-07-25 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
2010-07-192010-07-19 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
2010-07-132010-07-13 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
2010-07-112010-07-11 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
2010-07-092010-07-09 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
2010-02-092010-02-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
2010-01-27new filesGonzalo Paniagua Javier
2010-01-13Warnings cleanupMarek Safar
2009-11-232009-11-21 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2009-10-17More removal of old profileMiguel de Icaza
2009-04-252009-04-25 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
2008-08-27Warnings cleanupMarek Safar
2008-02-262008-02-25 Robert Jordan <robertj@gmx.net>Robert Jordan
2008-02-02* RegistryKey.cs: Added missing checks on length of subkey and valueGert Driesen
2008-01-152008-01-15 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2007-10-142007-10-13 kevin.fitzgerald@soarce.usMiguel de Icaza
2007-08-302007-08-30 Marek Habersack <mhabersack@novell.com>Marek Habersack
2007-08-13* corlib_test.dll.sources: Added System/ArgumentExceptionTest.cs.Gert Driesen
2007-05-012007-05-01 Dick Porter <dick@ximian.com>Dick Porter
2007-04-302007-04-30 Dick Porter <dick@ximian.com>Dick Porter
2007-03-06Revert accidental WIP commit, ughMarek Habersack
2007-03-06Revert 73805, 73806, 73807Marek Habersack
2006-11-29Remove TODOMiguel de Icaza
2006-10-292006-10-29 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2006-09-10* RegistryKeyTest.cs: Added RunningOnUnix property that is usedGert Driesen
2006-08-23* RegistryKeyTest.cs: Modified GetValueNamesTest and GetSubKeyNamesTestGert Driesen
2006-08-20* RegistryValueOptions.dll: Added the real one (sorry!).Gert Driesen
2006-08-202006-08-20 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-08-20* IRegistryApi.cs: Modified GetValue to take RegistryValueOptions enumGert Driesen
2006-08-16Converted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.Kornél Pál
2006-08-15* UnixRegistryApi.cs: Undo change for new eventlog implementation thatGert Driesen
2006-08-15* RegistryKeyTest.cs: Added large batch of tests.Gert Driesen
2006-08-14Add commentMiguel de Icaza
2006-08-14More 2.0 support for the registry, add support for expanding stringsMiguel de Icaza
2006-08-14Another build fix, sorryMiguel de Icaza
2006-08-14Build fixMiguel de Icaza
2006-08-142006-08-13 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2006-08-12* Registry.cs: Fixed copy/paste bug.Gert Driesen
2006-08-11* UnixRegistryApi.cs: Consider HKLM\SYSTEM\CurrentControlSet\Services\Gert Driesen