mono.git
2010-08-13 Chris BaconAdded ccrewrite.1 man page to makefile
2010-08-13 Chris BaconAdded man page for ccrewrite
2010-08-13 Jérémie LavalChange #if line position in BarrierPostPhaseException...
2010-08-13 Jérémie LavalAdd BarrierPostPhaseException and use it when executing...
2010-08-13 Marek SafarAdd ccrewrite script
2010-08-13 Marek SafarMerge CodeContracts
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
2010-08-13 Jérémie LavalAdd BOOTSTRAP_NET_4_0 define check in LazyInitializer...
2010-08-13 Zoltan VargaAdd a null check to LDFLDA, the spec requires it.
2010-08-13 Jérémie LavalPort ConcurrentBag to use ConcurrentDictionary.
2010-08-13 Jérémie LavalCorrect typo in Barrier test fixture name
2010-08-13 Jérémie LavalPort Barrier to use ManualResetEventSlim for its waitin...
2010-08-13 Jérémie LavalPort CountdownEvent to use a ManualResetEventSlim for...
2010-08-13 Jérémie LavalForce usage of 2 threads in one of ManualResetEventSlim...
2010-08-13 Jérémie LavalLazy initialization of ManualResetEventSlim's underlyin...
2010-08-13 Marek SafarImplicit conversions between dynamic and object is...
2010-08-13 jbevain[Fix] emit the proper metadata version for net_4_0...
2010-08-13 Chris BaconRemoved code that is no longer required due to change...
2010-08-13 Atsushi Enoongoing announcement and discovery work as well as...
2010-08-13 Atsushi EnoChannelDispatcherBase could be non-ChannelDispatcher...
2010-08-13 Marek Habersack[asp.net] Scripts may be requested also from pages...
2010-08-12 Marek Habersack[asp.net] Fix for bug #626829. Nodes need to be re...
2010-08-12 Marek Habersack[asp.net] Client-side callbacks must use new names...
2010-08-12 Andrew JorgensenAdd mono-abi-info and Mono.CodeContracts to spec
2010-08-12 Zoltan VargaAvoid passing uninitialized memory to get_call_info...
2010-08-12 Zoltan VargaRevert "Speculatively revert 9b3b838d43aa652bdfa426b...
2010-08-12 Rodrigo KumperaFix a loader error leak and make some System.Type metho...
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Chris BaconMoved back to Cecil version 0.6.*
2010-08-12 Zoltan VargaSpeculatively revert 9b3b838d43aa652bdfa426b (BRANCH_CO...
2010-08-12 Zoltan VargaBump corlib version because of the CustomAttributeData...
2010-08-12 Marek SafarOptimize little bit cloning operations.
2010-08-12 Marek SafarSpeed up Array.Resize
2010-08-12 Marek SafarNew test.
2010-08-12 Atsushi EnoDo not try to create InnerChannel when not necessary...
2010-08-12 Atsushi EnoDo not try to create InnerChannel while retrieving...
2010-08-12 Chris BaconTidy up
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Chris BaconMinor updates
2010-08-12 Jérémie LavalAdd comments on some of SplitOrderedList's methods.
2010-08-12 Jérémie LavalWhen hard node deletion fails in SplitOrderedList,...
2010-08-12 Jérémie LavalCache new segment array creation in SplitOrderedList...
2010-08-12 Jérémie LavalTweak SplitOrderedList MaxLoad value (i.e. less pair...
2010-08-12 Jérémie LavalFix GetParent method in SplitOrderedList, it wasn't...
2010-08-12 Jérémie LavalAdd additional unit test for ConcurrentDictionary to...
2010-08-12 Jérémie LavalPort ConcurrentDictionary to use SplitOrderedList class.
2010-08-12 Jérémie LavalAdd auxiliary methods to SplitOrderedList to allow...
2010-08-12 Jérémie LavalAdd SplitOrderedList to the build system
2010-08-12 Jérémie LavalFixicate SplitOrderedList and tune default values
2010-08-12 Jérémie LavalCompilable implementation of SplitOrderList
2010-08-12 Jérémie LavalAdd new split ordered list type based on the eponymous...
2010-08-12 Chris BaconMinor changes
2010-08-12 Chris BaconImprovements as suggested by Marek
2010-08-12 Atsushi Enoongoing AnnouncementClient implementation.
2010-08-12 Zoltan VargaAdd a FIXME to abcrem.
2010-08-12 Marek Habersack[asp.net] Fix for bug #617746. GridRow must auto-bind...
2010-08-12 Atsushi EnoChannelFactory<T> and ClientBase<T> do not reject Servi...
2010-08-12 Atsushi EnoAdd new constructors in 4.0.
2010-08-12 Zoltan VargaFix infinite loop in mono_class_get_nested_types (...
2010-08-11 Rodrigo KumperaAdd some error handling to custom attribute loading.
2010-08-11 Rodrigo KumperaLazy load custom attribute data arguments.
2010-08-11 Marek Habersack[asp.net] Partial fix for bug #575600. Support opening...
2010-08-11 Marek Habersack[asp.net] Partial fix for bug #575600. Convert virtual...
2010-08-11 ChrisAdded ccrewrite library, tool and tests.
2010-08-11 Atsushi Enoongoing UdpAnnouncementEndpoint work.
2010-08-11 Atsushi Enoongoing AnnouncementService work.
2010-08-11 Atsushi Enoadd new AddServiceEndpoint() overload in 4.0.
2010-08-11 Gonzalo Paniagua... Adapt to new exception in threadpool behavior.
2010-08-11 Robert Jordan[Fix] Handle the portName argument/property properly.
2010-08-11 Atsushi EnoFix infinite loop in .ctor. Use simpler way to check...
2010-08-11 Atsushi EnoFix pinvoked function name and marshaling of MIB stats.
2010-08-11 Atsushi Enoflush ongoing hack. add UDP transport. Headers on confi...
2010-08-11 Jb Evain[hygiene] simplify the code dealing with internal colle...
2010-08-11 Jb Evainfix the System.Json build
2010-08-11 Jb Evainfix the net_2_1 build
2010-08-11 Jb Evainrevert 21dd2b0200d091c43fce as it breaks the monotouch...
2010-08-11 Atsushi Enoongoing endpoint implementation.
2010-08-11 Gonzalo Paniagua... New threadpool exception test
2010-08-11 Gonzalo Paniagua... AppDomainUnloadedException ignored.
2010-08-10 Marek Habersack[asp.net] HttpContext.RewritePath makes sure the passed...
2010-08-10 Marek Habersack[runtime] Fix for bug #624914. Runtime has to remap...
2010-08-10 Zoltan VargaRemove some debug stuff.
2010-08-10 Marek Habersack[asp.net] Fix for bug #629990 In-Proc session state...
2010-08-10 Zoltan Varga[llvm] Do a zero extension for bool/char too when loadi...
2010-08-10 Andrés G. AragonesesAdded new ABI mode to mono-api-info tool, wrapped in...
2010-08-10 Gonzalo Paniagua... Fix nullref.
2010-08-10 Atsushi Enoimplement MessageEncodingBindingElement.GetProperty...
2010-08-10 Gonzalo Paniagua... Fixed parsing of content-type parameters.
2010-08-10 Marek Safar[629383] Inflate generic type of default expression
2010-08-10 Marek Safar[629390] Avoid crash on the sole type expressions used...
2010-08-10 Atsushi EnoCosmetic corcompare fix.
2010-08-10 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-08-10 Atsushi EnoEncoderFallback support in UTF8Encoding. Fixed bug...
2010-08-10 Marek SafarAlso check for generic arguments of dynamic arrays
2010-08-10 Marek Safar[629742] Iterators can be of dynamic type
2010-08-10 Marek SafarAdd Mono code contracts skeletons.
2010-08-10 Marek SafarMigrate more code to public API for 4.0
2010-08-10 Mark Probst[Documentation] Explain nursery size a bit in man page.
2010-08-09 Carlos Alberto... [fix] #626034: Properly handle Form.Dispose to not...
2010-08-09 Zoltan VargaAvoid an #ifndef HAVE_SGEN_GC inside MonoDomain, so...
next