Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-072009-05-07 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* Connection.cs: if the socket is already disconnected, Shutdown will fail with a SocketException... Also, catch *all* the possible exceptions since the socket.Close method could also throw ObjectDisposedException. Fixes bug #449092. svn path=/trunk/mcs/; revision=133734
2009-03-09Add .gitignore's.Martin Baulig
svn path=/trunk/mcs/; revision=128880
2008-12-20Apply patch for 436775 from Jeroen Asselman + test caseMiguel de Icaza
svn path=/trunk/mcs/; revision=121932
2008-10-17Migrating from monodoc/class/Novell.Directory.Ldap to ↵Jonathan Pryor
mcs/class/Novell.Directory.Ldap/Documentation... svn path=/trunk/mcs/; revision=116204
2008-05-28=fix build - or at least make it go furtherSebastien Pouliot
svn path=/trunk/mcs/; revision=104237
2008-05-28Remove all vmwcproj files from old Grasshopper versionNoam Lampert
svn path=/trunk/mcs/; revision=104227
2007-12-19In the SearchResultEventArgs.ToString(), the function classification wasPalaniappan N
hard coded earlier. This has been corrected now. svn path=/trunk/mcs/; revision=91611
2007-12-19Fix for the issue of getting occasional -5875 error on the server whenPalaniappan N
disconnecting the client svn path=/trunk/mcs/; revision=91610
2007-12-13Build java configuration using RT of JRE 1.4.2 for support of older java systemsNoam Lampert
svn path=/trunk/mcs/; revision=91221
2007-12-05New Excetion has been thrown incase of connection failure.Palaniappan N
svn path=/trunk/mcs/; revision=90732
2007-09-19The Mono's library Novell.Directory.Ldap has been made to be on par withPalaniappan N
the Novell's CSHARP LDAP SDK (version 2.1.8). All the changes have been commited together. Refer Changelog for the full log of changes. -Palaniappan. svn path=/trunk/mcs/; revision=85999
2007-09-06Update Java build systemNoam Lampert
svn path=/trunk/mcs/; revision=85398
2007-03-22Convert jgac to java_refs, and jre6 to jreNoam Lampert
svn path=/trunk/mcs/; revision=74766
2007-03-14rename jgac/vmw4j2ee_110 to jcag/frameworkNoam Lampert
svn path=/trunk/mcs/; revision=74276
2007-02-13Grasshopper project system now uses csproj extensionNoam Lampert
svn path=/trunk/mcs/; revision=72700
2006-12-28Apply patch from Jon LarimerMiguel de Icaza
2006-12-28 Jon Larimer <jlarimer@gmail.com> * Connection.cs: Add a try/finally section to release the semId semaphore in case the connection fails. Fixes #80102 svn path=/trunk/mcs/; revision=70177
2006-12-05svn:eol-style=nativeRaja R Harinath
svn path=/trunk/mcs/; revision=69040
2006-11-21TARGET_JVM: correct configuration pathesKonstantin Triger
svn path=/trunk/mcs/; revision=68253
2006-11-16change GHROOT to VMW_HOMEKonstantin Triger
svn path=/trunk/mcs/; revision=67985
2006-11-15Upgrade Java project file with recent changesKonstantin Triger
svn path=/trunk/mcs/; revision=67922
2006-11-15svn path=/trunk/mcs/; revision=67908Vladislav Spivak
2006-11-13Fix problems with over-long directory names: phase #2Raja R Harinath
svn path=/trunk/mcs/; revision=67751
2006-11-13Fix problems with overlong directory names: phase #1Raja R Harinath
svn path=/trunk/mcs/; revision=67750
2006-08-21Fix resources handling with msbuild trick. UTF-8 encoding for project fileBoris Kirzner
svn path=/trunk/mcs/; revision=64128
2006-08-13TARGET_JVM: put the conditionless sectio to the head to let running msbuild ↵Konstantin Triger
from command line svn path=/trunk/mcs/; revision=63684
2006-08-09fixing references hintsKonstantin Triger
svn path=/trunk/mcs/; revision=63554
2006-08-03TARGET_JVM: add msbuild project fileKonstantin Triger
svn path=/trunk/mcs/; revision=63297
2006-08-03TARGET_JVM: add msbuild project fileKonstantin Triger
svn path=/trunk/mcs/; revision=63295
2006-03-30PROFILE net_1_1_java dependencies correctionKonstantin Triger
svn path=/trunk/mcs/; revision=58808
2006-02-26make the MessageVector a synchronized collectionKonstantin Triger
svn path=/trunk/mcs/; revision=57316
2006-02-06applying jldap patch, cvs revision 1.13Konstantin Triger
svn path=/trunk/mcs/; revision=56581
2006-02-06performance refactoringKonstantin Triger
svn path=/trunk/mcs/; revision=56578
2006-01-26TARGET_JVM: catch ObjectDisposedException in addition to ↵Konstantin Triger
ThreadAbortException; optimizing byte[] <-> sbyte[] conversion svn path=/trunk/mcs/; revision=56097
2005-12-20Fix LDAP with https support patch from Loren BandieraMiguel de Icaza
svn path=/trunk/mcs/; revision=54643
2005-12-06fixing conditional compilation constantsKonstantin Triger
svn path=/trunk/mcs/; revision=53981
2005-12-02One more oopsWade Berrier
svn path=/trunk/mcs/; revision=53809
2005-12-01OopsWade Berrier
svn path=/trunk/mcs/; revision=53750
2005-12-01Makefile: Add EXTRA_DISTFILES to include all missing files from 'make dist'Wade Berrier
Cleanup: Remove CVS dirs svn path=/trunk/mcs/; revision=53749
2005-11-23Bling fix to #76607Miguel de Icaza
svn path=/trunk/mcs/; revision=53378
2005-11-16TypoVladislav Spivak
svn path=/trunk/mcs/; revision=53122
2005-11-16Workaround compiler crash when using csc in java profile.Eyal Alalouf
svn path=/trunk/mcs/; revision=53114
2005-11-15svn path=/trunk/mcs/; revision=53051Vladislav Spivak
2005-11-06create GSSCredential only once, cleanupKonstantin Triger
svn path=/trunk/mcs/; revision=52628
2005-11-03fixes to work with IBM GSSAPIKonstantin Triger
svn path=/trunk/mcs/; revision=52506
2005-11-03throw an exception if failedKonstantin Triger
svn path=/trunk/mcs/; revision=52504
2005-11-03ifdef the unsupported methodKonstantin Triger
svn path=/trunk/mcs/; revision=52503
2005-10-30handle no credentials caseKonstantin Triger
svn path=/trunk/mcs/; revision=52391
2005-09-27Added generated resx files and fixed referencing resources.Boris Kirzner
svn path=/trunk/mcs/; revision=50873
2005-09-27Added two files to describe the Exception messages and Result codesPalaniappan N
svn path=/trunk/mcs/; revision=50842
2005-09-27Modified to make it synch with Novell Forge's C# LDAP SDK (v-2.1.4)Palaniappan N
svn path=/trunk/mcs/; revision=50841