mono.git
2011-10-16 Marek HabersackUnbreak System.Web tests in the 4.5 profile
2011-10-16 Zoltan VargaFix a warning
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1210: Correct...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1209: Patch...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1207: Throw...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1207: Check...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1205: Check...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1204: Add...
2011-10-16 Miguel de IcazaFix bug 1203, relaxes the test for the protocol to...
2011-10-16 Miguel de IcazaAdd Terse syntax to C#, making the last semicolon optional
2011-10-16 Gonzalo Paniagua... Fix race condition
2011-10-16 Gonzalo Paniagua... Don't send the buffered request until GetResponse is...
2011-10-16 Gonzalo Paniagua... Don't 404 when any of the hashes has a / in it
2011-10-16 Neale FergusonMinor s390x fixes and update for memory barriers
2011-10-15 Jérémie LavalMake ManualResetEventSlim Dispose/(Set,Reset) combo...
2011-10-15 Jérémie LavalMove files around
2011-10-15 Jérémie LavalRemove need for a delegate instance in CountdownEvent...
2011-10-15 Jérémie LavalFirst take at an updated Task.WaitAll
2011-10-15 Jérémie LavalUpdate lastest two task unit tests
2011-10-15 Jérémie LavalFix ListPop
2011-10-15 Jérémie LavalInsert the unregister call in the finally handler too
2011-10-15 Jérémie LavalClean event registration when wait is unsuccessful
2011-10-15 Jérémie LavalAdd unit test for when multiple wait are registered...
2011-10-15 Jérémie LavalEnsure there is no mutually exclusive TaskContinuationO...
2011-10-15 Jérémie LavalMove CompletionContainer to use ConcurrentOrderedList...
2011-10-15 Jérémie LavalAdd a pop front operation to ConcurrentOrderedList
2011-10-15 Jérémie LavalRemove schedWait event since it's not needed anymore...
2011-10-14 Zoltan VargaDisable the error checking for MONO_GC_PARAMS in boehm...
2011-10-14 Zoltan VargaFix a crash with precise stack marking and dying threads
2011-10-14 Jérémie LavalUpdate Wait and WaitAny with event disposal and single...
2011-10-14 Jérémie LavalCall correctly Dipose in CoutdownEvent
2011-10-14 Jérémie LavalUpdate ManualResetEventSlim to handle disposal correctly
2011-10-14 Zoltan VargaChange a g_warning to a DEBUG which can happen in norma...
2011-10-14 Marek SafarAdd more Task tests
2011-10-14 Jérémie LavalDon't special casee adding a TaskCanceledException...
2011-10-14 Jérémie LavalMake IsCompleted property faster by doing only one...
2011-10-14 Jérémie LavalRefactor Wait* task initial parameter checkup
2011-10-14 Jérémie LavalDon't fallback to Wait in WaitAny so that undesirable...
2011-10-13 Jérémie LavalRemove SchedulerProxy
2011-10-13 Jérémie LavalFix compilation of Task unit tests for net_4_0
2011-10-13 Jérémie LavalCache watch usage
2011-10-13 Jérémie LavalFix stuff then went awry with the merge
2011-10-13 Jérémie LavalTune Marek's work on Task.WaitAny, Task.Wait and Task...
2011-10-13 Marek SafarFix a race in Task.WaitAny
2011-10-13 Marek SafarFixes Task.WaitAny with further fixes to Task.Wait
2011-10-13 Marek SafarCancellationTokenSource is no longer sealed
2011-10-13 Zoltan VargaFix a warning plus a typo
2011-10-13 Zoltan VargaFix an assert in sgen when mono_gc_set_current_thread_a...
2011-10-13 Rolf Bjarne... Log profiler: Don't include major collections in ondema...
2011-10-13 David EvansFix regression to System.Diagnostics.Process.PrivateMe...
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
2011-10-12 Zoltan VargaMove generic sharing definitions to mini.h, define...
2011-10-12 Marek SafarDon't release temporary address too early. Fixes #1447
2011-10-12 Marek SafarAdd InfiniteTimeSpan
2011-10-12 Marek SafarReenable disabled test
2011-10-12 Marek SafarFix wrong conditional
2011-10-12 Marek SafarFix Task.WaitAll exception handling
2011-10-12 Marek SafarDon't start cancelled task when using task factory...
2011-10-12 Zoltan VargaFix a race in an sdb test
2011-10-11 Marek SafarThrow cancellation exception when inspecting cancelled...
2011-10-11 Marek SafarPartially fixes broken Task.Wait
2011-10-11 Marek SafarRun task continuations when it's canceled
2011-10-11 Marek SafarFix last comment
2011-10-11 Jérémie Laval[WindowsBase] Don't treat special file [Content-Types...
2011-10-11 Rodrigo KumperaEnsure proper ordering of hazard pointer reads.
2011-10-11 QuickJackEdited mcs/class/System/System.Net/WebRequest.cs via...
2011-10-11 QuickJackEdited mcs/class/System/System.Net/WebRequest.cs via...
2011-10-11 QuickJackEdited mcs/class/System/System.Net.Configuration/Bypass...
2011-10-11 QuickJackEdited mcs/class/System/System.Net.Configuration/ProxyE...
2011-10-11 Marek SafarFix crash when resolving base type without being define...
2011-10-11 Zoltan VargaAvoid asserts in sdb if a single step operation is...
2011-10-11 Zoltan VargaImplement registration of new transports in the debugge...
2011-10-11 Zoltan VargaFix 055255aa5575b3eb6edb9a43fafbdabc76249bce. attr_klas...
2011-10-11 Zoltan VargaIgnore some corlib tests which fail on linux
2011-10-10 Marek SafarPopulate already inflated type instances with defined...
2011-10-10 Mark Probst[sgen] Don't assert that we can't suspend a thread...
2011-10-09 Marek SafarMore changes needed for 4.5 profile
2011-10-09 Mark ProbstMerge branch 'sgen-windows'
2011-10-09 Mark Probst[win32] Query the start of a memory region in mono_vfree().
2011-10-09 Mark Probst[sgen] Managed allocator and wbarrier for Win32 by...
2011-10-09 Mark Probst[sgen] Get the thread's domain via a callback, not...
2011-10-09 Zoltan VargaFix a windows warning
2011-10-09 Zoltan VargaUse HOST_WIN32 in one place
2011-10-09 Zoltan VargaDon't define TARGET_WIN32 in cross compilers running...
2011-10-08 Gonzalo Paniagua... Revert previous quick fix.
2011-10-08 Gonzalo Paniagua... Rename namespace to Mono.Net.Dns
2011-10-09 Zoltan VargaAllocate non-code memory using mono_domain_alloc0 in...
2011-10-09 Zoltan VargaDisable a single step to speed up an sdb testcase
2011-10-08 Gonzalo Paniagua... Merge pull request #176 from jordan0day/master
2011-10-08 Jordan DayFixed typo in wsdl tool error message.
2011-10-08 Gonzalo Paniagua... Unbreak, take 3
2011-10-08 Gonzalo Paniagua... Unbreak, take 2
2011-10-08 Gonzalo Paniagua... Unbreak the build
2011-10-08 Gonzalo Paniagua... Add info to the manual page on MONO_DNS
2011-10-08 Gonzalo Paniagua... Add support for an alternative managed DNS resolver
2011-10-08 Zoltan VargaFix named parameter support in the Binder. Fixes #1321
2011-10-07 Zoltan VargaAdd a missing arg check to the sdb protocol code
2011-10-07 Miguel de IcazaAdd the fallback to MonoDoc
2011-10-07 Miguel de IcazaAvoid loading the same documentation file twice
2011-10-07 Marek SafarFix cancelation with task start (only for most trivial...
next