mono.git
2011-05-01 Konrad M. KruczynskiAdded exception in case of using nonstandard baud rate...
2011-04-30 Geoff NortonAvoid doubly declaring some types in the 2.1 profile...
2011-04-30 Gonzalo Paniagua... Fix prefix selection
2011-04-30 Gonzalo Paniagua... Support FTP + RETR + proxy
2011-04-30 Jeffrey StedfastDon't return values in functions returning void
2011-04-29 Rodrigo KumperaIntroduce a couple of functions to abstract old and...
2011-04-29 Geoff Norton[boehm] Avoid a ENOMEM when allocating across an unallo...
2011-04-29 Rodrigo KumperaMake SMR available during the whole registration/unregi...
2011-04-29 Rodrigo KumperaMake thread unregister more robust.
2011-04-29 Rodrigo KumperaAllow external memory management of nodes.
2011-04-29 Alan McGovern[GCHandle] Refactor so == and != do not box unnecessarily.
2011-04-29 Gonzalo Paniagua... [webclient] Process uri.UserInfo when present
2011-04-29 Geoff NortonAvoid a needless buffer copy that is susceptible to...
2011-04-28 Chris Toshok[eglib] add some more MAX/MIN macros
2011-04-28 Geoff NortonFix a typo for Rodrigo
2011-04-28 Zoltan VargaFix loading from volatile base addresses in the LLVM...
2011-04-28 Sebastien PouliotFix remaining moon-unit failures wrt Sockets changes
2011-04-28 Sebastien PouliotFix copy-paste error in git 17085447
2011-04-28 Rodrigo KumperaFix posix
2011-04-28 Rodrigo KumperaFix small buglets
2011-04-28 Rodrigo KumperaDocument the current limitations of the async call API
2011-04-28 Rodrigo KumperaImplement async invocation API.
2011-04-28 Zoltan VargaRevert "Modify fixup_cattrs () to handle a corner case...
2011-04-28 Jeffrey StedfastFixed g_utf8_validate(), needed to break in inner switch
2011-04-28 Lluis Sanchez[Web.Services] Add support for optional parameters
2011-04-28 Sebastien PouliotAdd entries for MD4 in machine.config (fix #682619)
2011-04-28 Atsushi EnoLooks like xs:any is allowed under certain condition...
2011-04-28 Atsushi Enomoonlight does not like XmlSchemaType but nasty code...
2011-04-28 Marek Habersack[system.data.services] Stubs for a few 4.0 types +...
2011-04-28 Marek HabersackMerged pull request #91 from skolima/master.
2011-04-28 Leszek 'skolima... fixing the build
2011-04-28 Atsushi Eno...and do return Type for all known xs:* types in XsdDa...
2011-04-28 Atsushi EnoDo not reject xsd:* types that are not listed in KnownT...
2011-04-28 Atsushi Enosupport <service>-less wsdls in svcutil. Look for portT...
2011-04-28 Alan McGovern[moonlight] Ensure we don't double-build the "build...
2011-04-28 Atsushi EnoExtend supported XmlDateTimeSerialization formats....
2011-04-28 Rodrigo KumperaNew mach support code to support setting thread context.
2011-04-28 Atsushi EnoXmlSerializer code generator was generating wrong char...
2011-04-28 Atsushi EnoImplement some properties in XamlObjectWriterSettings...
2011-04-28 Gonzalo Paniagua... [socket] More BeginConnect (IPAddress []) work
2011-04-28 Jeffrey StedfastFixed g_iconv() decoders/encoders for unaligned accesses
2011-04-27 Chris ToshokMerge branch 'master' of github.com:mono/mono
2011-04-27 Chris Toshokfix the moon build with -j 4
2011-04-27 Mark Probst[utils] Make delayed free table not wait to truly make...
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Leszek 'skolima... [MSBuild] Add Microsoft.Build for 4.0 profile
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Rodrigo KumperaMake mono_install_handler_block_guard work with an...
2011-04-27 Rodrigo KumperaImplement new function to raise an exception using...
2011-04-27 Zoltan VargaRemove a needless define.
2011-04-27 Rodrigo Kumperax86 pushes vararg arguments unaligned
2011-04-27 Dick PorterMake the wake socket non-blocking, so it doesn't deadlo...
2011-04-27 Dick PorterMerge branch 'mwf-solaris-no-utf8'
2011-04-27 Jeffrey StedfastSilence gcc warning about vasprintf()'s retval not...
2011-04-27 Jeffrey StedfastAdded config.rpath to eglib
2011-04-27 Dick PorterWork around Solaris 10 missing the functions Xutf8Looku...
2011-04-27 Atsushi EnoHandle fault messages in duplex callback channel.
2011-04-27 Marek SafarFixes a race when disposing iterators
2011-04-27 Jeffrey StedfastDon't require autoconf >= 2.62 (breaks the mac build)
2011-04-27 Atsushi EnoUse FindCritera/ResolveCriteria Duration properties...
2011-04-27 Atsushi EnoLog UDP messages (using System.ServiceModel internals...
2011-04-27 Gonzalo Paniagua... If there's a delayed exception, clear 'ares'
2011-04-27 Jeffrey StedfastRequire autoconf >= 2.62
2011-04-27 Gonzalo Paniagua... Worked on linux, failed on OSX
2011-04-27 Jeffrey StedfastOptimize utf8_case_conv()
2011-04-27 Jeffrey StedfastValidate in the decoders so encoders don't have to
2011-04-27 Jeffrey StedfastI'm an idiot. Fixed g_utf8_strlen()
2011-04-26 Jeffrey StedfastOptimized g_utf8_strlen() and redid g_utf8_jump_table[]
2011-04-26 Gonzalo Paniagua... [Socket] Improved ConnectAsync
2011-04-26 Jeffrey StedfastGet rid of magic UTF8 subtraction table
2011-04-26 Jeffrey StedfastImplemented g_utf8_get_char_validated() properly
2011-04-26 Mark Probst[utils] Fix a bug in the lock-free hazard table.
2011-04-26 Jeffrey StedfastConsolidated charset conversion routines
2011-04-26 Jeffrey StedfastFixed g_build_path() (was failing a test)
2011-04-26 Jeffrey StedfastSilence gcc warning and make more robust
2011-04-26 Alan McGovern[moonlight] Always use INTERNAL_GMCS as it's always...
2011-04-26 Alan McGovern[moonlight] Fix up the bootstrap mcs when building
2011-04-26 Alan McGovern[moonlight] Build mcs.exe as part of the moonlight...
2011-04-26 Gonzalo Paniagua... Reset the blocking flag as soon as possible.
2011-04-26 Gonzalo Paniagua... [socket] Fixed other BeginConnect overloads
2011-04-26 Jérémie LavalFail gracefully when CancellationToken has been created...
2011-04-26 Jérémie LavalAdd CancellationToken unit tests
2011-04-26 Jérémie LavalHonors correctly canceled ctor parameter of Cancellatio...
2011-04-26 Jeffrey StedfastMake sure everything that links with eglib also links...
2011-04-26 Marek SafarRemove using of obsolte __TryReadTypeName
2011-04-26 Marek SafarUpdate to the latest ikvm.reflection
2011-04-26 Zoltan VargaModify fixup_cattrs () to handle a corner case where...
2011-04-26 Atsushi EnoFix monodroid/monotouch build.
2011-04-26 Marek Safar[689593] Unwrap array element type when checking return...
2011-04-26 Gonzalo Paniagua... [Socket] Fix BeginConnect
2011-04-26 Gonzalo Paniagua... Fix compilation in *BSD
2011-04-25 Jeffrey StedfastOptimized utf8_case_conv() by not converting strings...
2011-04-25 Gonzalo Paniagua... In *AllLines use WriteLine instead of Write.
2011-04-25 Jeffrey StedfastDon't unroll the loops unless told to
2011-04-25 Geoff NortonMake the signature match the header
2011-04-25 Jeffrey StedfastDon't increment inptr more than we need to
2011-04-25 Sebastien PouliotAdd new WP7 properties in HttpWebRequest
2011-04-25 Atsushi EnoLog net.tcp transport messages too.
2011-04-25 Atsushi EnoMake our own simple log format actually diagnostics...
2011-04-25 Atsushi EnoDocument MONO_WCF_TRACE environment variable.
next