Use same socket family as the endpoint when retrieving the policy
[mono.git] / mcs / class / System.Core /
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-22 Jérémie LavalAdd tidbits of documentation to ReaderWriterLockSlim.
2010-09-22 Jérémie LavalAlso set readerDoneEvent when exiting an upgradeable...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-09 Jb EvainFix System.Core usage of bootstrap .sources from the...
2010-09-08 Jb EvainFactorize the System.Core monotouch and monodroid sourc...
2010-09-08 Jb EvainEnable the System.Core build for monodroid
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-02 Jérémie Laval[Plinq] Force strict parallelism in all PLinq unit...
2010-09-02 Jérémie Laval[PLinq] Check ExecutionMode before executing sequentially
2010-09-02 Jérémie Laval[PLinq] Add automatic sequential processing of query
2010-09-02 Jérémie Laval[PLinq] Add the plumbery for checking source data size...
2010-09-02 Jérémie Laval[PLinq] Sanitize QueryOptions to use property everywher...
2010-09-02 Jérémie LavalRevert "[PLinq] Honor WithDegreeOfParallelism if present"
2010-09-01 Jb EvainFix the System.Core build for the monotouch profile
2010-09-01 Jérémie LavalAllow recursive Write + n * Read lock pattern for Reade...
2010-09-01 Jérémie LavalCheck Recursive counts for ReaderWriterLockSlim in...
2010-09-01 Jérémie LavalGeneralize ThreadLockState to include recursive count...
2010-09-01 Jérémie Laval[PLinq] Honor WithDegreeOfParallelism if present
2010-09-01 Jérémie LavalChange the key of the inner dictionary to an int id...
2010-09-01 Jérémie LavalSplit ReaderWriterLockSlim helper classes into their...
2010-08-31 Jérémie LavalFix non 4.0 build of ReaderWriterLockSlim.
2010-08-31 Jérémie LavalAdd unit tests for recursive acquire of a Write or...
2010-08-31 Jérémie LavalAdd unit test for ReaderWriterLockSlim basic recursion...
2010-08-31 Jérémie LavalEnable basic recursion support in ReaderWriterLockSlim...
2010-08-31 Jérémie LavalUse ManualResetEventSlim instances to wait for lock...
2010-08-31 Jérémie LavalRemove unused bit position constants in ReaderWriterLoc...
2010-08-31 Jérémie LavalTune thread count in ReaderWriterLockSlim unit tests
2010-08-31 Jérémie LavalFix ReaderWriterLockSlim unit tests.
2010-08-31 Jérémie LavalFix ReaderWriterLockSlim unit tests.
2010-08-31 Jérémie LavalFinish reimplementation of ReaderWriterLockSlim so...
2010-08-31 Jérémie LavalFactorize tatas pattern in TryRelaxedSet method in...
2010-08-31 Jérémie LavalRefactor ThreadLockState acquisition into a real per...
2010-08-31 Jérémie LavalRework ReaderWriterLockSlim to use simpler Interlocked...
2010-08-27 Jérémie Laval[PLinq] Remove the scwl noise in ParallelEnumerable...
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-26 Jérémie Laval[PLinq] Add Cancellation checks even deeper. Introduce...
2010-08-26 Jérémie Laval[PLinq] Reactivate a bunch more of unit tests
2010-08-26 Jérémie Laval[PLinq] Add a more specialized visitor object for check...
2010-08-26 Jérémie Laval[PLinq] Implement SelectMany ordered mode
2010-08-26 Jérémie Laval[PLinq] Add SelectMany unit tests
2010-08-26 Jérémie Laval[PLinq] Refactor underlying enumerator management in...
2010-08-26 Jérémie Laval[PLinq] Add dummy GetEnumerator override in OrderedPara...
2010-08-26 Jérémie Laval[PLinq] Enable First and FirstOrDefault unit tests
2010-08-26 Jérémie Laval[PLinq] Include Cancellation checks deeper in the pipel...
2010-08-25 Jérémie Laval[PLinq] Use default comparer instead of throwing an...
2010-08-25 Jérémie Laval[PLinq] Add GroupBy unit tests
2010-08-24 Jérémie Laval[PLinq] Implement GroupBy operator
2010-08-24 Jérémie Laval[PLinq] Turn Wrap into an extension method
2010-08-24 Jérémie Laval[PLinq] Really add QueryJoinNode
2010-08-24 Jérémie Laval[PLinq] Add test for Join operator
2010-08-24 Jérémie Laval[PLinq] Plug in QueryJoinNode for Join operator
2010-08-23 Marek SafarFixed typo in T14 argument
2010-08-20 Jérémie Laval[PLinq] Make QueryCheckerVisitor aware of Take query...
2010-08-20 Jérémie Laval[PLinq] Add implementation of Take/TakeWhile operators...
2010-08-19 Jérémie Laval[PLinq] Replace calls to ToArray by ToList in query...
2010-08-19 Jérémie Laval[PLinq] Remove unnecessary iteration of the internal...
2010-08-19 Jb Evain[Fix] HashSet: fix different sets operations. Fixes...
2010-08-19 Jb EvainAdd test for #572084, issue with SymmetricWith and...
2010-08-19 Jb Evain[Fix] Enumerable.Except: return a duplicate free set...
2010-08-19 Jb EvainAdd test for #611821
2010-08-18 Jérémie Laval[PLinq] Tune SkipWhile operator, re-enable its unit...
2010-08-18 Jérémie Laval[PLinq] Re-enable tests that were previously [Ignore]'ed
2010-08-18 Jérémie Laval[PLinq] Reflect directory hierarchy change on namespace...
2010-08-17 Jérémie Laval[PLinq] Move NET_4_0 define check under licence text
2010-08-17 Jérémie Laval[PLinq] Tidy up file hierarchy in System.Linq
2010-08-17 Jérémie Laval[PLinq] Fix and improve Skip operator and use two diffe...
2010-08-17 Jérémie Laval[PLinq] Fix ToArray and ToList operator to also conserv...
2010-08-17 Jérémie Laval[PLinq] Fix ProcessAndAggregate to correctly initialize...
2010-08-17 Jérémie Laval[PLinq] Add a IsOrdered internal operator that naively...
2010-08-17 Jérémie Laval[PLinq] Remove unused Process overload.
2010-08-17 Jérémie Laval[PLinq] Add more twist to unit tests by forcing use...
2010-08-17 Jérémie LavalFix whitespace mess in ParallelEnumerable methods.
2010-08-17 Jérémie Laval[PLinq] Fix visitor behavior when on a QueryOrderGuardNode.
2010-08-17 Jérémie Laval[PLinq] Switch to the more reliable ToListOrdered opera...
2010-08-17 Jérémie Laval[PLinq] Terminate directly when all the necessary value...
2010-08-17 Jérémie Laval[PLinq] Enclose operator processing in a try/finally...
2010-08-17 Jérémie Laval[PLinq] Cleanup code in QueryNodes.
2010-08-13 Jérémie LavalDisable two faulty tests that timeout the build bot.
2010-08-01 Gonzalo Paniagua... Merge remote branch 'tgiphil/master'; commit 'c9bc218cd...
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-26 Jb EvainAdd test for bug #625367
2010-07-26 Jb EvainProperly call methods on enumerations in compiled expre...
2010-07-26 Jb Evainreuse code to initialize nullable values
2010-07-25 Carlos Alberto CortezMerge branch 'master' of git://github.com/mono/mono
2010-07-25 Raja R HarinathEOL handling
2010-07-23 Paolo Molaro Funcs.cs: Fixed typo in Func`15.
2010-07-23 tgiphilMerge branch 'master' of git://github.com/mono/mono
2010-07-23 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-07-23 Marek HabersackMerge branch 'master' of github.com:mono/mono
2010-07-23 Paolo Molaro Funcs.cs: Fixed typo in Func`15.
2010-07-23 tgiphilMoved ValidateRules method in TimeZoneInfo.cs outside...
2010-07-14 Jb Evainstyle
2010-07-14 Jb Evain2010-07-14 Jb Evain <jbevain@novell.com>
2010-07-13 Jb Evain2010-07-13 Jb Evain <jbevain@novell.com>
2010-07-09 Gonzalo Paniagua... 2010-07-09 Gonzalo Paniagua Javier <gonzalo@novell...
2010-06-30 Marek SafarFixed.
2010-06-29 Rodrigo Kumpera2010-06-09 Rodrigo Kumpera <rkumpera@novell.com>
2010-06-22 Jb Evain2010-06-22 Jb Evain <jbevain@novell.com>
2010-06-22 Jb Evainfixicate
next