mono.git
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.
2011-04-25 Atsushi Enominor diagnostic log format brush up.
2011-04-25 Atsushi EnoActual source directory changes after changing namespaces.
2011-04-25 Atsushi EnoMore nettcp namespace changes.
2011-04-25 Atsushi EnoMove NetTcp namespace to internal one.
2011-04-25 Atsushi EnoEnable environment-controled output on non-moon profile...
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-25 Chris Toshok[eglib] add printf specifiers for [u]int32
2011-04-24 Jeffrey StedfastDon't depend on ENOTSUP as it does not exist on Windows.
2011-04-23 Jeffrey StedfastMoved all g_iconv() state updates out of encoders/decoders
2011-04-23 Jeffrey StedfastUnroll the loop in encode_utf8()
2011-04-23 Jeffrey StedfastUnroll the loop in decode_utf8() to improve perf
2011-04-23 Jeffrey StedfastAvoid endianness swap decisions in the inner loop
2011-04-23 Miguel de IcazaDo not go beyond our string boundaries
2011-04-23 Jeffrey StedfastFixed capacity to be unsigned
2011-04-23 Jeffrey StedfastDon't override eglib's CFLAGS to add -O0
2011-04-23 Jeffrey StedfastAnother soptimization for g_convert()
2011-04-23 Jeffrey StedfastSlight soptimization for utf8/latin1 decoding
2011-04-23 Jeffrey StedfastFixed Makefile to set srcdir when running tests
2011-04-22 Jeffrey StedfastUpdated EXTRA_DIST for eglib test input files
2011-04-22 Jeffrey StedfastFixed g_iconv() and g_convert(), improved unit test
2011-04-22 Gonzalo Paniagua... Remove unused variable
2011-04-22 Jeffrey StedfastFixed latin1 decoder (simple unsigned vs signed cast)
2011-04-22 Atsushi EnoLog HTTP reply Message too. Make logging customizible...
2011-04-22 Zoltan VargaFix cygwin build.
2011-04-22 Zoltan VargaFix processing of double vararg arguments on 32 bit...
2011-04-22 Marek HabersackFix compilation
2011-04-22 Marek Habersack[asp.net] Do nothing if null SessionStateStoreData...
2011-04-22 jonchamTurn off warn as error for Release as well.
2011-04-22 Zoltan VargaFix AOT support for isinst_with_cache wrappers. Fixes...
2011-04-22 jonchamDisable vtune profiler by default.
2011-04-22 jonchamUse SwitchToThread instead of sched_yield on Windows.
2011-04-22 jonchamRemove a warning and allow eglib to build with warnings.
2011-04-22 Zoltan VargaFix a JIT crash when -v -v -v -v is used.
2011-04-22 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Larry EwingImplement a simple g_utf8_get_char
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Mark Probst[utils] Lock-free hazard pointers.
2011-04-21 Geoff NortonWe support hard breakpoints on arm, not sure why this...
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Chris Toshok[eglib] add g_ascii_strup/g_ascii_toupper
2011-04-21 Rodrigo Kumperaupdate msvc build
2011-04-21 Rodrigo KumperaAdd win32 stub backend for mono-threads
2011-04-21 Jeffrey StedfastOops
2011-04-21 Jeffrey StedfastAdd prototype for g_file_set_contents to glib.h
2011-04-21 Alan McGovernRevert "[moonlight] Build the mcs compiler as part...
2011-04-21 Alan McGovern[moonlight] Build the mcs compiler as part of the moon...
2011-04-21 Jeffrey StedfastFixed g_strjoin*() and g_stpcpy()
2011-04-21 Marek Habersack[asp.net] Inform user about all exceptions thrown durin...
2011-04-21 Atsushi EnoUse XPathNavigator output in WCF diagnostics. Got sorta...
2011-04-21 Atsushi EnoFix wrapper elements. It should be <TraceData><DataItem>...
2011-04-21 Atsushi EnoXmlWriterTraceListener supports XPathNavigator as non...
2011-04-21 Marek SafarDon't warn about uninitialized struct fields
next