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
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-08-07[bcl] Specify the name of the key file on the command line instead of using ↵Zoltan Varga
the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316)
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-01-10[msvc] Update csproj files (#4221)monojenkins
2016-11-14[msvc] Update .csproj filesAlexander Köplinger
2016-10-17[build] Regenerate .csproj filesAlexander Köplinger
Note: DISABLE_CAS_USE was removed in ed989a8e9e5c170b6d19edc60bb80e8a4e6d5cc0
2016-05-27[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
2016-05-19[msbuild projects] Use newlines without a carriage return for Unix targets ↵Miguel de Icaza
to appease MS msbuild
2016-05-19[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on ↵Miguel de Icaza
cyclic assemblies
2016-05-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-05-18[genproj] Updates to project generator and csproj files.Miguel de Icaza
* Adds support for a handful of new command line arguments that we now use in the build. * Always attempts to match to a project name, to get the proper project dependency. * Update to support .exe and .dll in the generation. * Remove warnings and some dead code * Update the resulting csproj files based on running: make update-csproj make package-inputs mono genproj.exe
2016-04-04[build] Change the way how mcs references are passed to compiler to always ↵Marek Safar
use full path. One of csc prerequisites because csc uses -lib as path which is considered after RuntimeEnvironment.GetRuntimeDirectory which makes -lib useless
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
We only use the net_4_x profile now so those csproj's don't make sense anymore.
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to ↵Zoltan Varga
reduce duplication.
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS ↵Zoltan Varga
variable which lists the assemblies a given assembly depends on to build.
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2013-07-02Update csproj filesMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-04-05Update csproj filesMarek Safar
2012-02-17Fix few more warningsMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2011-02-13Add solution filesMiguel de Icaza
2008-07-282008-07-28 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* NtlmClient.cs : if host is not provided in NetworkCredential, get it from WebRequest. Fixed bug #323375. svn path=/trunk/mcs/; revision=108971
2006-11-172006-11-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* NtlmClient.cs: fixes authentication if the first try fails and the * second is supposed to work. Patch by egonia@acxiom.com that fixes bug #79590. svn path=/trunk/mcs/; revision=68035
2006-08-16Converted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.Kornél Pál
svn path=/trunk/mcs/; revision=63835
2005-08-18Moved assembly version and assembly reference constants to a common ↵Kornél Pál
Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. svn path=/trunk/mcs/; revision=48519
2005-06-222005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* NtlmClient.cs: return null if we have no credentials for NTLM. svn path=/trunk/mcs/; revision=46344
2004-06-25Add licensing infoDuncan Mak
svn path=/trunk/mcs/; revision=30345
2004-06-072004-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* AcceptEncodingModule.cs: don't cause nullref if there's no <mono.aspnet> section and the module is loaded. svn path=/trunk/mcs/; revision=28935
2004-05-02verBen Maurer
svn path=/trunk/mcs/; revision=26548
2004-04-302004-04-30 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AssemblyInfo.cs: Now use mono.pub for Mono assemblies (not the ECMA key). svn path=/trunk/mcs/; revision=26414
2004-04-282004-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* DigestAuthenticationModule.cs: introduces new overridable method GetUserByName(), which by default works exactly like it used to, but inherited classes can implement their own version. Patch by Tambet Ingo. svn path=/trunk/mcs/; revision=26171
2004-04-28delay sign assemblies with the ecma keyJackson Harper
svn path=/trunk/mcs/; revision=26087
2003-12-152003-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Mono.Http.Modules/AuthenticationModule.cs: * Mono.Http.Modules/BasicAuthenticationModule.cs: * Mono.Http.Modules/DigestAuthenticationModule.cs: new modules to do Basic and Digest authentication. * samples/auth.xml: sample user/password file for the modules. svn path=/trunk/mcs/; revision=21131
2003-12-122003-12-12 Pedro Mart�nez Juli� <yoros@wanadoo.es>Pedro Martínez Juliá
* Mono.Http.dll.sources: Added the new file Mono.Http.Modules/AcceptEncodingModule.cs. svn path=/trunk/mcs/; revision=21065
2003-12-122003-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* AcceptEncodingModule.cs: moved this file here. svn path=/trunk/mcs/; revision=21052
2003-12-122003-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Makefile: reference Mono.Security. * Mono.Http.dll.sources: added/renamed files. * NEWS: updated. * Assembly/AssemblyInfo.cs: assembly stuff. * Mono.Http/AcceptEncodingConfig.cs: Removed file. * Mono.Http/AcceptEncodingModule.cs: * Mono.Http/AcceptEncodingSectionHandler.cs: * Mono.Http.Configuration/AcceptEncodingConfig.cs: * Mono.Http.Configuration/AcceptEncodingSectionHandler.cs: moved files to new directory. * Mono.Http/GZipWebRequest.cs: small fixes to inject gzip header. * Mono.Http/GZipWebRequestCreator.cs: web request creator for gzip. * Mono.Http/GZipWebResponse.cs: fixed dispose/close. * Mono.Http/NtlmClient.cs: NTLM for HTTP. Used from System.Net. * samples/http-get-gzip.cs: * samples/http-get-gzip.exe.config: use the request creator. svn path=/trunk/mcs/; revision=21050