mono.git
2011-08-09 Elijah TaylorMore NACL updates
2011-08-09 Zoltan VargaLLVM requires two PHI entries if a previous bblock...
2011-08-09 Zoltan VargaAdd support for reference instances of Interlocked...
2011-08-09 Jeffrey StedfastIf #CONFIGURATION_DEP isn't defined, we still want...
2011-08-08 Gonzalo Paniagua... Merge pull request #152 from bassamtabbara/master
2011-08-08 Bassam TabbaraFixed regression in System.Web.Routing caused by 62b047...
2011-08-08 Bassam TabbaraNetworkstream now throws IOException('connection closed...
2011-08-08 Atsushi EnoMerge pull request #151 from kenbell/master
2011-08-07 Kenneth BellFix bug 213 - interpret string identity in RegistryAcce...
2011-08-07 Kenneth BellFix infinite loop parsing some SDDL strings
2011-08-06 Jérémie LavalImplement proper ctor parameter checking
2011-08-05 Marek SafarImplement exception propagation for void async context
2011-08-05 Zoltan VargaRevert a line from 89d18c331d0f750af57691d8180e603fe349...
2011-08-05 Marek SafarAdd more tests
2011-08-05 Marek SafarBuild membercache for imported interfaces in the same...
2011-08-05 Jérémie LavalFix for #162
2011-08-05 Zoltan VargaMake sure the cygwin build uses gcc-3 from the gcc...
2011-08-05 Zoltan VargaRevert "Use the mingw32 gcc compiler on windows"
2011-08-05 Gonzalo Paniagua... Revert "revert change from https://github.com/flutos...
2011-08-05 Zoltan VargaRemove the configue check for bison, we don't use it...
2011-08-05 Zoltan VargaUse the mingw32 gcc compiler on windows
2011-08-05 Elijah TaylorFix up bugs in x86-codegen for NaCl.
2011-08-05 Elijah TaylorFixups for nacl at head revision.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-05 Marek SafarFix comment typo
2011-08-05 Marek SafarFix extension method expression conversion for type...
2011-08-04 Marek SafarAdd exception handling to task awaiters
2011-08-04 Miguel de IcazaAdd a list of historic Mono branches, before we delete...
2011-08-04 Zoltan VargaHandle slow machines which exceed timeouts in the threa...
2011-08-04 Mark Probst[sgen] Enqueue finalizers after update the pointer.
2011-08-04 Mark ProbstSet the WSQ TLS key to inited after initing it.
2011-08-04 Ankit Jain[xbuild] RemoveDir - remove only if the dir exists.
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-03 Rodrigo KumperaFix padding of call instructions.
2011-08-03 Chris Toshokdon't redefine ABS
2011-08-03 scott flutorevert change from https://github.com/flutos/mono/commi...
2011-08-03 Zoltan VargaAvoid allocating the memory for all the dominator array...
2011-08-03 Marek Habersack[runtime, globalization] Fix for Xamarin bug #161....
2011-08-03 Marek SafarInitial support for handling exceptions inside async
2011-08-03 Marek SafarAll resolve contexts are now SRE-free
2011-08-03 Atsushi EnoFix NET_2_1 builds (regression from the previous Securi...
2011-08-03 Rodrigo KumperaImplement fail tramp support on arm for full-aot imt...
2011-08-03 Geoff Norton[gc] Darwin/AMD64 can have 64-bit thread id's, so we...
2011-08-02 Atsushi EnoMerge pull request #145 from ngraziano/99b87f07af0beed3a887
2011-08-02 Atsushi EnoFix bug #707434, check order only when applicable.
2011-08-02 Marek SafarClean up block return label handling
2011-08-02 Alan McGovern[System.IO.Path] Fix potential infinite loop in Path...
2011-08-02 Marek SafarAdd async exception binding
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-08-02 Rolf Bjarne... [aot-compiler] Replace assert with descriptive error...
2011-08-02 Michael StollFixed coding style in SecureMessageDecryptor
2011-08-02 Michael StollFixed coding style in SecureMessageGenerator
2011-08-02 Michael StollFixed coding style for BasicHttpBinding and SecurityBin...
2011-08-02 Michael StollFixed coding style in System.IdentityModel
2011-08-01 AlexDefine MONO_ARCH_NOMAP32BIT for DragonFly BSD.
2011-08-02 Atsushi EnoFill/reflect ReturnValue to and from corresponding...
2011-08-02 Atsushi Enopart of fix bug #41. MessageParameterAttribute is consi...
2011-08-01 Michael StollRemvoed debug console output
2011-08-01 Michael StollSplitted the SecureMessage method for a better readability.
2011-08-01 Michael StollFixed the SecurityBindingElement creation of BasicHttpB...
2011-08-01 Michael StollAdded support for negative serial numbers in X509Issuer...
2011-08-01 AlexAdd support for DragonFly and NetBSD to sigcontext.
2011-07-29 Jeffrey StedfastFix a compiler warning in mkbundle by #including mono...
2011-07-29 Steven RobbinsMinor formatting change
2011-07-29 Steven RobbinsAdded test case for out of bounds exception on multiple...
2011-07-28 scott fluto[708178] - Type check invalid and breaks XmlSerializati...
2011-07-28 Rodrigo KumperaOSX won't expose IPV6_PKTINFO unless __APPLE_USE_RFC_35...
2011-07-28 Rodrigo KumperaHandle a race on thread cleanup.
2011-07-28 Mark ProbstFactor the lock-free growable array out of the lock...
2011-07-28 Mark ProbstFactor the simple lock-free array queue out of hazard...
2011-07-28 Mark Probst[sgen] Don't use pthread_once() to init a TLS key,...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-27 Jérémie LavalSame test for TaskCompletionSource
2011-07-27 Jérémie LavalEnsure that Task is in a correct initial state before...
2011-07-27 Jérémie LavalTest that futures throw Exception through Result proper...
2011-07-27 Jérémie LavalAdd test for various AggregateException ctor exception...
2011-07-27 Jérémie LavalMove innerExceptions internal null check at the right...
2011-07-27 Jérémie LavalAdd testcase to ensure unobserved exception on Task...
2011-07-27 Jérémie LavalMakes AggregateException ToString output closer to...
2011-07-27 Jérémie LavalFix AggregateException behavior
2011-07-27 Jérémie LavalAllow using a worker number that is greater than Enviro...
2011-07-27 Marek SafarAdd missing check for async scope in array access
2011-07-27 Marek SafarNew test
2011-07-27 Marek Safar[708408] Don't start recursive check when reporting...
2011-07-28 Atsushi EnoFix wsdl import wrt element qname (!= type name).
2011-07-27 Mark Probst[sgen] Don't allow nursery sizes smaller than SGEN_MAX_...
2011-07-27 Mark Probst[sgen] Construct the array_fill_vtable manually.
2011-07-27 Mark Probst[sgen] Accept numbers without suffixes in env var param...
2011-07-26 Jeffrey StedfastDon't invoke libc uname() on non-Unix systems
2011-07-26 Marek SafarAvoid creating a temporary variable when target await...
2011-07-26 Marek SafarUse simple null check for implicitly convertible refere...
2011-07-26 Mark Probst[sgen] Use the proper object size when scanning arrays...
2011-07-26 Mark Probst[sgen] Make the card table on AMD64 correct for 64...
2011-07-26 Mark Probst[sgen] Print a warning when using binary protocol and...
2011-07-26 Mark Probst[sgen] Binary protocol for every write barrier, not...
next