mono.git
2012-05-02 Jonathan ChambersAdd tests and correctly handle using '/' in windows...
2012-05-02 Jonathan ChambersTest paths on windows using valid windows paths.
2012-05-02 Jonathan ChambersTry try and use *nix style paths on Windows in uri...
2012-05-02 Jonathan ChambersAdjust linker path to find eglib.lib for test_eglib...
2012-04-16 Marek HabersackUpdated aspnetwebstack
2012-04-16 Rodrigo KumperaAdd serial range alloc and export range alloc functions.
2012-04-16 Jeremie LavalChange missing Task parent reference
2012-04-16 Marek HabersackSystem.Net.Http.Formatting, System.Web.Http and System...
2012-04-16 Marek HabersackUpdated aspnetwebstack to the latest upstream
2012-04-16 Marek HabersackFix compilation of tests in the 4.5 profile
2012-04-16 Jeremie LavalFix Task child waiting for RunSynchronously
2012-04-16 Jeremie LavalChange how parent is selected during Task creation...
2012-04-16 Atsushi EnoRemove/fix invalid Ststem.Json tests.
2012-04-15 Gonzalo Paniagua... Remove HasCacheControl from here too (fixes the build)
2012-04-14 Gonzalo Paniagua... Fix issues with caching
2012-04-14 Duncan Mak[Mono.Debugger.Soft] Don't use Enum.HasFlags because...
2012-04-13 Jeffrey Stedfast[Mono.Debugger.Soft] Implemented TypeMirror.GetMethodsB...
2012-04-13 Sebastien PouliotParse floating point values with negative exponent...
2012-04-13 Neale FergusonFix long standing cast problem that truncated doubles
2012-04-13 Jeremie LavalDon't overwrite the current variable without first...
2012-04-13 Rodrigo KumperaFix a warning about an unused function.
2012-04-13 Rodrigo KumperaRestore nursery sizing option.
2012-04-13 Rodrigo KumperaFix more formating warnings.
2012-04-13 Rodrigo KumperaFix darwin pthread macro hack to explose pthread extens...
2012-04-13 Rodrigo KumperaUse the right formating (%td) for mword. Fix tons of...
2012-04-13 Marek SafarAdd missing file
2012-04-13 Jeremie LavalCorrectly propagate faulted status and exception from...
2012-04-13 Marek SafarFix calling await on base expressions
2012-04-13 Marek SafarImplement more of System.Net.Http
2012-04-13 Marek SafarFix uri escaping to match .net 4
2012-04-13 Rodrigo KumperaAvoid crashing creating a process when workdir is null.
2012-04-13 Marek SafarAdd out of range check to exponent parsing.
2012-04-13 Zoltan VargaFix warnings on OSX.
2012-04-13 Miguel de IcazaBring this test to the new NUnit syntax
2012-04-13 Miguel de IcazaFix the build, add PDComparer to the Makefile
2012-04-13 Miguel de IcazaAdd some changes to work on MonoTouch
2012-04-12 Marek SafarFix parsing of invalid int* exponents. Fixes #4396.
2012-04-12 Marek SafarImplement ContentDispositionHeaderValue
2012-04-12 Zoltan VargaFix setting of byref variables in sdb. Fixes #4362.
2012-04-11 Jeremie LavalImprove ManualResetEventSlim consistency with new algorithm
2012-04-11 Marek Habersack[asp.net] Fix for bug #4135. Do not unescape request...
2012-04-11 Marek SafarRemove unused parameter
2012-04-11 Marek SafarImplement Task::LongRunning option
2012-04-11 Marek SafarAdd more visitors
2012-04-11 Marek SafarKeep enum base type in ast event if it's invalid
2012-04-10 Jeffrey Stedfast[xbuild] Don't evaluate an import unless the file actua...
2012-04-10 Marek SafarTry to recover incomplete case label. Fixes #4004
2012-04-10 Marek SafarBetter error recovery wrong invalid conditional expression.
2012-04-10 Jeremie LavalUse .NET 4.5 implementation of Task's WhenAll/WhenAny...
2012-04-10 Jeremie LavalBetter argument checking in TaskFactory's ContinueWhen...
2012-04-10 Paolo MolaroRevert "Remove MONO_OPT_SCHED; we don't actually use...
2012-04-10 Paolo MolaroLoad the llvm module from the lib dir of an installed...
2012-04-10 Marek SafarAdd more incomplete statements to AST. Fixes #4361.
2012-04-10 Marek SafarCreate better expression type for incomplete new expres...
2012-04-10 Marek SafarBetter error recovery from incomplete argument expressi...
2012-04-10 Marek SafarRecover attributes from incomplete parameters declarati...
2012-04-10 Jeremie LavalAdd unit test for bug #2007
2012-04-10 Jeremie LavalRemove now useless barriers in ManualResetEventSlim...
2012-04-10 Jeremie LavalRework CancellationTokenSource to remove locking. Fix...
2012-04-10 Jeremie LavalDo not execute a Task continuation when it has already...
2012-04-10 Jeremie LavalUpdate copyrights
2012-04-10 Jeremie LavalAdd consistency unit test for ManualResetEventSlim...
2012-04-10 Jeremie LavalSwitch from boolean to count mode to safely detect...
2012-04-10 Jeremie LavalRefactor TaskTests.WaitChildTestCase test
2012-04-10 Marek SafarFix nullable binary comparison with lifted unboxed...
2012-04-10 Marek SafarBetter error message for misused property. Fixes #4338
2012-04-10 Marek SafarFix test target
2012-04-10 Rodrigo KumperaAdd split minor collector to the test matrix.
2012-04-10 Rodrigo KumperaFirst rounds of fixes to the split nursery.
2012-04-09 Rodrigo KumperaMove the scan/copy fast functions to the nursery collec...
2012-04-09 Rodrigo KumperaBring back the old nursery design and make it runtime...
2012-04-09 Rodrigo KumperaDocument usages of sgen_nursery_is_to_space.
2012-04-09 Rodrigo KumperaUpdate documentation.
2012-04-09 Rodrigo KumperaFirst take on split nursery.
2012-04-09 Rodrigo KumperaIntroduce SgenObjectOperations that holds all copy...
2012-04-09 alexrpFix Mono.Options tests build.
2012-04-09 alexrpFix Mono.Debugger.Soft tests build.
2012-04-09 alexrpIgnore *.mlpd.
2012-04-09 alexrpRemove MONO_OPT_SCHED; we don't actually use it and...
2012-04-09 Marek SafarFix tests build
2012-04-09 Zoltan VargaMerge pull request #272 from metanest/scriptpathproblem...
2012-04-09 KISHIMOTO,... script path modify. to build in not souce tree.
2012-04-09 Zoltan VargaAvoid using the -e argument to echo in patch-quiet...
2012-04-09 Zoltan VargaAllow setting the name of threadpool threads. Fixes...
2012-04-08 Marek SafarHandle --fatal during parsing
2012-04-07 Zoltan VargaFix the domains of the objects returned by AssemblyMirr...
2012-04-06 Miguel de IcazaSplit the for loop in different states to produce a...
2012-04-06 Miguel de IcazaUpdate version
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-06 Marek Habersack[corlib] Correctly recurse directories in Directory...
2012-04-06 Andreia GaitaMerge pull request #270 from bholmes/COM_cctor
2012-04-05 Marek SafarAdd missing assembly references to test targets
2012-04-05 Marek HabersackReplaced git submodules docs with a link to the wiki
2012-04-05 William Holmescominterop.cs : Unit test to ensure that the static...
2012-04-05 Jonathan Pryor[System] Fix MacOsNetworkInterface.ImplGetAllNetworkInt...
2012-04-05 Marek HabersackUpdated README with submodule maintenance instructions
2012-04-05 Marek SafarAdd missing assembly references to test targets
2012-04-05 Marek SafarEmit callvirt for non-virtual object methods called...
2012-04-05 Alan McGovernAdd the update_submodules script to EXTRA_DIST
2012-04-05 Marek SafarBe less pedantic when issuing CS0219 warning (some...
next