Binding socket with specified IP address if possible.
[mono.git] / mcs / class /
2012-03-02 Andres G. Aragonesescorlib: List's enumerator should not mutate after being...
2012-03-01 Atsushi EnoRevert previous non-standard "ends-with" function.
2012-03-01 Marek SafarBetter exception message
2012-03-01 Jeremie LavalFix #3639
2012-03-01 Marek SafarAdd one more missing .csproj
2012-03-01 Marek SafarAdd System.Net.Http to build
2012-03-01 Gonzalo Paniagua... Merge pull request #232 from justincc/159271bfbe2202e1a...
2012-03-01 Miguel de IcazaAdd ends-with function to our XPath processor
2012-03-01 Justin Clark-CaseyIf WebConnection.GetResponse() returns -1 in ReadDone...
2012-02-29 Zoltan VargaWrap exceptions thrown by property getters into TargetI...
2012-02-29 Marek SafarImplement content support for System.Net.Http
2012-02-29 Marek SafarChange few Assertions to Asserts
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-29 Gonzalo Paniagua... Add MinimumLength when formatting
2012-02-29 Jeffrey Stedfast[Mono.Debugger.Soft] Made Connection disposable.
2012-02-29 Jonathan Pryor[System.Data.Services.Client] Compile in string resources.
2012-02-28 Duncan MakFix the .gitattribute file for 'System.Runtime.Remote...
2012-02-27 Marek SafarConvert some old nunit tests
2012-02-27 Gonzalo Paniagua... DELETE can have a request stream
2012-02-24 Miguel de Icaza[corlib-tests] If MONO_IOMAP=all, special case the...
2012-02-24 Miguel de IcazaFix the previous patch
2012-02-24 Miguel de Icaza[registry] fix for #3632
2012-02-24 Marek SafarUse correct count length in string split
2012-02-24 Marek SafarAdd reading from stream support to MonoSymbolFile and...
2012-02-24 Marek SafarComment out unused internal call
2012-02-24 Marek SafarMake some mcs methods static
2012-02-24 Marek SafarRemove some unused code
2012-02-24 Marek SafarRemove some string.Empty references
2012-02-24 Marek SafarRemove static whitespace characters from string, speed...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-23 QuickJackFixes a bunch of warnings in System.Configuration.
2012-02-23 Marek SafarFix user currency parsing for core types
2012-02-23 Zoltan VargaAdd an IsNativeTransition property to StackFrame which...
2012-02-23 Zoltan VargaAdd a NATIVE_TRANSITION to StackFrameFlags in sdb,...
2012-02-22 Marek SafarFix datetime miliseconds parsing. Fixes #992
2012-02-21 Marek SafarFix few DateTime parse tests
2012-02-21 Marek SafarImplement numbers exponent parsing. Fixes #2516
2012-02-21 Marek SafarMake strings PadLeft|PadRight homogeneous
2012-02-20 Marek Safarstring.Split method should look for delimiters by perfo...
2012-02-19 Miguel de IcazaDocument the iOS5 specific connection string features
2012-02-19 Miguel de IcazaAdd the inline docs into the documentation using: mdoc...
2012-02-19 Miguel de IcazaAdd stubs for Mono.Data.Sqlite
2012-02-19 Gonzalo Paniagua... Merge pull request #226 from petejohanson/uri-templates...
2012-02-19 Zoltan VargaAdd a Filter property to StepEventRequest allowing...
2012-02-19 Zoltan VargaQuiet a debugger test.
2012-02-19 Miguel de IcazaAdd iOS FileProtection attributes to the Connection...
2012-02-17 Sebastien PouliotFor MonoTouch we fallback to NSLocale if we can't deter...
2012-02-17 Marek SafarFix few more warnings
2012-02-17 Marek SafarFix some compiler warnings
2012-02-17 Marek SafarCleanup some assembly attributes
2012-02-17 Marek SafarReduce warning level for external libraries
2012-02-17 Marek SafarAdd few missing csproj files
2012-02-17 Marek SafarOptimize debugging symbols writing
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-17 Sebastien PouliotAdd warning and unit tests about RegionInfo fields...
2012-02-15 Sebastien PouliotEnsure match between native/managed fields representati...
2012-02-15 Jeffrey Stedfast[Mono.Debugger.Soft] Reverted non-working support for...
2012-02-15 Zoltan VargaImplement TypeMirror/MethodMirror GetGenericArguments...
2012-02-15 Marek SafarDon't allocate unused string buffer with path when...
2012-02-15 Jeffrey Stedfast[Mono.Debugger.Soft] Reverted non-working support for...
2012-02-15 Atsushi EnoAdd Microsoft.CSharp.dll to monodroid build.
2012-02-14 Marek SafarFix last commit unwanted char change
2012-02-14 Marek SafarUse correct type when setting UnattachedAttributes...
2012-02-14 Marek SafarMake string::Trim .net 4 compatible. Fixes #3408
2012-02-14 Marek SafarMake string::Split .net 4 compatible
2012-02-14 Marek SafarSpeedup Char::IsWhiteSpace
2012-02-14 Marek SafarAdd more char tests
2012-02-14 MartinCompletes commit https://github.com/QuickJack/mono...
2012-02-14 MartinImplements Grendello's suggestions to WebConfigurationM...
2012-02-14 Peter JohansonFix Bug #658, allowing uri templates with no text prece...
2012-02-14 Atsushi Enoforgot to add new sources files for my previous change.
2012-02-14 Atsushi Enoadd dlr to monodroid build.
2012-02-13 Zoltan VargaAllow an open generic method instance to match its...
2012-02-13 Sebastien PouliotJust like Flush catch more than IOException on Write...
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-12 Michael StollAdded unit test for bug #3412
2012-02-12 Gonzalo Paniagua... Merge pull request #224 from ewxrjk/unixstream
2012-02-11 Richard KettlewellStop UnixStream.Dispose() throwing if the stream is...
2012-02-11 Jérémie LavalFix AggregateException.GetBaseException behavior
2012-02-10 Marek SafarAdd VS project files for test project
2012-02-10 Marek SafarMove ConcurrentBag tests to System assembly
2012-02-10 Gonzalo Paniagua... Chunked read error reporting improvement
2012-02-09 Marek SafarUpdate class library csproj files
2012-02-09 Marek SafarFixes cloning of DateTimeFormatInfo, added more argumen...
2012-02-08 Marek SafarEmit correct sequence points for more statements
2012-02-08 Rolf Bjarne KvingeAdd an explicit ctor reference to a ctor used by reflec...
2012-02-07 Martin"tree.SetSelectedNode (null, false)" will cause the...
2012-02-07 Atsushi EnoDo not call WriteString() for whitespace XText.
2012-02-06 Zoltan VargaImplement support for file checksums in sdb.
2012-02-05 Sebastien PouliotAdd WebClient.Proxy unit test
2012-02-05 MartinExtents #217 by brackets according to gonzalo's suggestion.
2012-02-05 MartinRemoves unnecessary whitespace which was added in #217
2012-02-05 Jérémie LavalRework Parallel.Invoke and add tests
2012-02-05 Jérémie LavalAdd test case for bug #2513.
2012-02-04 Zoltan VargaFix Parallel.Invoke () with only one action. Fixes...
2012-02-04 Michal SrbAvoid NullReferenceException in Mono.Unix.UnixDriveInfo...
2012-02-04 Zoltan VargaAdd support for the #line directive to sdb. Fixes part...
2012-02-04 Rolf Bjarne KvingeSystem.ServiceModel: Make FaultContractInfos available...
2012-02-03 Jérémie LavalFix RunSynchronously behavior with children Task. Fix...
2012-02-03 Zoltan VargaCompute an initial sequence point for step into as...
next