Improved error messages so that it becomes clear where configuration errors come...
[mono.git] / mcs / class / System.ServiceModel /
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-26 Marek SafarFix System.Core reference in VS projects
2012-06-26 Miguel de IcazaMerge pull request #334 from robwilkens/bug5747
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-22 Marek SafarDisable failing tests
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-19 Marek SafarMerge pull request #333 from roji/master
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-18 Marek SafarDisable more failing tests
2012-06-01 Marek SafarFix build by removing duplicate custom attribute extensions
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-26 Miguel de IcazaMerge pull request #304 from crazyjncsu/master
2012-05-25 crazyjncsuFixed syntax error in not comparing log_writer with...
2012-05-25 crazyjncsuPrevented any logging activity when no logging target...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-06 Andreia GaitaMerge pull request #270 from bholmes/COM_cctor
2012-04-05 Marek SafarUpdate csproj files
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-29 Marek SafarAdd more missing files to dist
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-15 Marek SafarFix few unit tests
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-19 Gonzalo Paniagua... Merge pull request #226 from petejohanson/uri-templates...
2012-02-17 Marek SafarCleanup some assembly attributes
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-10 Marek SafarAdd VS project files for test project
2012-02-09 Marek SafarUpdate class library csproj files
2012-02-08 Rolf Bjarne KvingeAdd an explicit ctor reference to a ctor used by reflec...
2012-02-04 Rolf Bjarne KvingeSystem.ServiceModel: Make FaultContractInfos available...
2012-01-20 Jonathan Pryor[System.ServiceModel] Don't try to deserialize `void...
2012-01-20 Jonathan Pryor[System.ServiceModel] Speed up Bug652331_2Test test...
2012-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-13 Miguel de IcazaRemove the limit on the buffer size, the spec actually...
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-29 Martincompletes commit 4f3d21e46e1e09fd52df9741f4db1adf39592d5f
2011-12-29 QuickJackFixes CS0168 in System.ServiceModel.dll
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-10 Miguel de IcazaAdd locking around the ServiceModel.Logger, fixes a...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-21 Miguel de IcazaMake this build on the MOBILE profile
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1210: Correct...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1207: Throw...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1207: Check...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1204: Add...
2011-10-16 Miguel de IcazaFix bug 1203, relaxes the test for the protocol to...
2011-10-05 Rolf Bjarne Kvinge[System.ServiceModel] Write EndPointAddress properly...
2011-10-03 Atsushi EnoAdd ProtectionTokenParameter for mutual nego. Patch...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-26 Marek SafarInstall 4.0 profile as developers package and make...
2011-09-23 Marek SafarIntroduce separate .net 4.5 profile
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-07 Sebastien PouliotAdd null-check on 'partDesc'. Fix bug #612 (WCF regression)
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-29 Sebastien PouliotFix bug #380. Patch from bnc#605795 were not committed...
2011-08-24 Atsushi EnoDo not try to output empty message body to logs.
2011-08-24 Atsushi EnoWhen there is void return, the common message formatter...
2011-08-24 Atsushi EnoReturnValue in MessageDescription was missing when...
2011-08-24 Atsushi EnoThis filter should ignore port, and should not filter...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-03 Atsushi EnoFix NET_2_1 builds (regression from the previous Securi...
2011-08-02 Atsushi EnoMerge pull request #145 from ngraziano/99b87f07af0beed3a887
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-08-02 Michael StollFixed coding style in SecureMessageDecryptor
2011-08-02 Michael StollFixed coding style in SecureMessageGenerator
2011-08-02 Michael StollFixed coding style for BasicHttpBinding and SecurityBin...
2011-08-02 Atsushi EnoFill/reflect ReturnValue to and from corresponding...
2011-08-02 Atsushi Enopart of fix bug #41. MessageParameterAttribute is consi...
2011-08-01 Michael StollRemvoed debug console output
2011-08-01 Michael StollSplitted the SecureMessage method for a better readability.
2011-08-01 Michael StollFixed the SecurityBindingElement creation of BasicHttpB...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-28 Atsushi EnoFix wsdl import wrt element qname (!= type name).
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Atsushi EnoAvoid possible duplicate xmlns output. Fixes xsp-based...
2011-07-18 Atsushi Enosupport action parameter in SOAP 1.2 content type....
2011-07-08 Atsushi EnoFull equivalence comparison is unnecessary for MessageE...
2011-06-28 Atsushi EnoImplement support for Stream param with WebHttpBinding...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-14 Atsushi EnoSet "Encoder" property when Message was read from Messa...
2011-06-14 Atsushi Enofinally implement Message.ToString() as in expected...
2011-06-14 Atsushi EnoFlush some ongoing changes for XmlSerializer support...
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Atsushi EnoSupport RemoteEndpointMessageProperty.
2011-05-31 Atsushi EnoRef parameter was not covered by ParameterInfo.IsOut...
2011-05-27 Atsushi EnoFill type info in MessagePartDescription from XmlSerial...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-16 Atsushi EnoMerge pull request #101 from occ/master
next