[asp.net] ValidationUtility implementation
[mono.git] / mcs / class /
2011-01-17 Marek Habersack[asp.net] ValidationUtility implementation
2011-01-17 Marek Habersack[asp.net] Introduced unvalidated versions of Form and...
2011-01-17 Marek Habersack[asp.net] Implemented dynamic HTTP module registration
2011-01-17 Marek Habersack[asp.net] Implemented BuildManager.GetObjectFactory
2011-01-17 Marek Habersack[asp.net] Added internal property InputValidationEnable...
2011-01-17 Marek Habersack[asp.net] System.Web and Microsoft.Web.Infrastructure...
2011-01-17 Marek Habersack[asp.net] Added the Microsoft.Web.Infrastructure assembly
2011-01-17 Marek Habersack[asp.net] (4.0) Validate the form data in Form getter
2011-01-16 barkermAdd missing files for connection pool changes
2011-01-16 barkerm- Refactoring, code clean-up and reduced garbage -...
2011-01-16 Thomas GoldsteinNumericUpDown.cs: Use base 16 to convert hex string...
2011-01-15 Marek Habersack[asp.net] Pass /noconfig to mcs so that page builds...
2011-01-14 Marek Habersack[asp.net] Make StopRoutingHandler actually stop the...
2011-01-14 Jérémie LavalAdd MonoTaskExtensions to Mono.Parallel (with test...
2011-01-14 Jérémie LavalUpdate namespaces
2011-01-14 Jérémie LavalMake use of the wait changes in the internal TaskSchedu...
2011-01-14 Jérémie LavalInternal ThreadWorker deque creation is now delegated...
2011-01-14 Ankit Jain[xbuild] Error out, if no target is found in a project.
2011-01-14 Marek SafarUpdate ikvm sources
2011-01-14 Marek SafarFix System.Data.Services.Client public key
2011-01-13 Gonzalo Paniagua... [Socket] Implemented TCP keep alive support
2011-01-13 Ankit Jain[xbuild] Use the backing field directly to avoid evalua...
2011-01-13 Ankit Jain[xbuild] Fix bug #664349 .
2011-01-13 Ankit Jain[xbuild] Clear the built targets cache on project unload.
2011-01-13 Marek Habersack[data-annotations] Added some missing 4.0 members
2011-01-13 Marek Habersack[asp.net] Implemented the 4.0 type, FileLevelMasterPage...
2011-01-13 Marek Safarupdate ikvm
2011-01-13 Marek SafarImplement assembly name unification for imported references
2011-01-13 Jérémie LavalAdd CyclicDeque and doc
2011-01-13 Jérémie LavalFinish ReaderWriterLockSlimmer documentation
2011-01-13 Jérémie LavalProtect RwlSlimmer and add Try equivalent
2011-01-13 Jérémie LavalAdd missing documentation files
2011-01-13 Jérémie LavalAdding ReaderWriterLockSlimmer to the build.
2011-01-13 Jérémie LavalDoc for AtomicBoolean(Value)
2011-01-13 Jérémie LavalRefactor CSnzi node to not expose too much stuff
2011-01-13 Jérémie LavalUse correct doc dialect for true and false
2011-01-13 Jérémie LavalFinish docs of non-obvious methods in Mono.Collections...
2011-01-13 Jérémie LavalUse comparer directly in ConcurrentSkipList rather...
2011-01-13 Jérémie LavalMake ConcurrentSkipList implements IEnumerable and...
2011-01-13 Jérémie LavalMake ConcurrentOrderedList implements IEnumerable and...
2011-01-13 Jérémie LavalRename namespaces and update docs
2011-01-13 Jérémie LavalMove documentation to the right place
2011-01-13 Jérémie LavalMore doc for ConcurrentOrderedList
2011-01-13 Jérémie LavalAdd Comparer property to ConcurrentOrderedList
2011-01-13 Jérémie LavalAdd mdoc documentation
2011-01-13 Jérémie LavalRename QueryReturn to CSnziQueryReturn
2011-01-13 Jérémie LavalUse proper configuration of MCS extra flags
2011-01-13 Jérémie LavalPlug Mono.Parallel into main build
2011-01-13 Jérémie LavalFirst drop of a new Mono.Parallel assembly
2011-01-13 Jérémie LavalRework internal wait mechanism in thread workers partic...
2011-01-13 Jérémie LavalUse more modern method in older Task code path
2011-01-13 Jérémie LavalUpdate Watch to a struct
2011-01-13 Jérémie LavalFix continuation not being scheduled because of too...
2011-01-13 Atsushi EnoImplemented event support.
2011-01-12 Marek SafarDeal with missing nested type as well
2011-01-12 Atsushi EnoImplement XamlBackgroundReader.
2011-01-11 Marek Habersack[asp.net] Fix for bug #662918. Do not create the HtmlTi...
2011-01-11 Ankit Jain[xbuild] Copy metadata from Project items to target...
2011-01-11 Atsushi EnoImplement XamlNodeQueue, and add couple of missing...
2011-01-11 Sebastien PouliotAllow RSACryptoServiceProvider.SignHash to work with...
2011-01-11 Zoltan VargaDump the AOT log upon a failure.
2011-01-11 Ankit Jain[xbuild] ConsoleLogger - Correctly indent multi-line...
2011-01-11 Marek SafarUpdate to head IKVM
2011-01-11 Marek Habersack[asp.net] Fix for bug #659078. AsyncPostBackTrigger...
2011-01-11 Marek Habersack[asp.net] Use 'protected internal' only when compiling...
2011-01-10 Jb EvainUpdate cecil from upstream
2011-01-10 Marek SafarFix IKVM float encoding on big-endian
2011-01-10 Ankit Jain[xbuild] Fix bug #663180, second part.
2011-01-10 Marek HabersackFix for bug #659064. Resource URLs must always be the...
2011-01-10 Marek SafarFixed another missing protected internal modifier
2011-01-10 Ankit Jain[xbuild] Fix bug #663159 .
2011-01-10 Ankit Jain[xbuild] Sync *PcFileCache.cs changes from monodevelop.
2011-01-10 Marek SafarFixed more protected internal modifiers
2011-01-10 Marek Habersack[asp.net,mcs] Fixed 'protected internal' build errors...
2011-01-10 Rodrigo KumperaImplement a few conversion operations.
2011-01-10 Rodrigo KumperaFix 64bits Shuffle/3 when simd intrinsics are disabled
2011-01-10 Marek SafarFixed more missing protected internal modifiers
2011-01-09 Ankit Jain[xbuild] Fix bug #663180 .
2011-01-09 Jérémie Laval[System.Web] Add web fonts mimetypes to let browser...
2011-01-09 Sebastien PouliotAdd NIE stubs for new 4.0 methods to ease running IronP...
2011-01-09 barkermFix for running against RabbitMQ 2.2
2011-01-08 Marek SafarFixed missing protected internal modifier
2011-01-08 Marek SafarUpdate System.ServiceModel.Discovery version info
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Thomas GoldsteinAdd new NumericUpDown tests.
2011-01-07 Thomas GoldsteinAdd unit test for bug 661750.
2011-01-07 Thomas GoldsteinRemove NumericUpDownTest.cs from the -crlf list (file...
2011-01-07 Jonathan Pryor[monodroid] Look for zlib support functions from __Inte...
2011-01-07 Rodrigo KumperaProperly search overwrites for custom attributes.
2011-01-07 Jérémie LavalRemove now unused internal classes
2011-01-07 Jérémie LavalAdd bigger unit test for Intersect and Union
2011-01-07 Jérémie LavalDirectly use ConcurrentDictionary with PLinq set operations
2011-01-06 Gonzalo Paniagua... Revert
2011-01-06 Gonzalo Paniagua... [windows] Improve drive search
2011-01-06 Rodrigo KumperaImplement Shuffle for 64bits types.
2011-01-06 Rodrigo KumperaImplement Shuffle/3
2011-01-06 Gonzalo Paniagua... [Windows] Implement GetDrives.
2011-01-06 Thomas GoldsteinReplace decimal to hex string conversion code with...
2011-01-06 Thomas GoldsteinRemove #if NET_2_0.
2011-01-06 Jérémie LavalFix .NET 4 API
next