| .. |
|
Assembly
|
b71bebc222
Fix compilation of tests in the 4.5 profile
|
13 yıl önce |
|
Documentation
|
bc0513683f
set svn:eol-style to native and converted several files to unix line ending
|
17 yıl önce |
|
System.Web
|
ebbe9b571d
System.Web: Fixed bugs in HttpRequest.GetBufferlessInputStream()
|
13 yıl önce |
|
System.Web.Caching
|
43abdc0936
completes commit 6744423723fbefb0d7913147ccf5c3ec2404eb0f
|
14 yıl önce |
|
System.Web.Compilation
|
f3c35f9e66
[asp.net] Do not duplicate assembly references passed to mcs
|
14 yıl önce |
|
System.Web.Configuration.Internal
|
af89946383
In System.Web.Configuration.Internal:
|
20 yıl önce |
|
System.Web.Configuration_2.0
|
96bbdc60bf
[WebConfigurationManager] Fix memleak by using a LruCache (BXC#5598)
|
12 yıl önce |
|
System.Web.Handlers
|
ef6752a5c4
Fixes a number of warnings in System.Web.dll
|
13 yıl önce |
|
System.Web.Hosting
|
06e50f3026
[asp.net] Removed a few NET_2_0 ifdefs
|
14 yıl önce |
|
System.Web.J2EE
|
bc0513683f
set svn:eol-style to native and converted several files to unix line ending
|
17 yıl önce |
|
System.Web.Mail
|
ae0feab435
Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in Mono, no versions prior to 2.0 are supported
|
13 yıl önce |
|
System.Web.Management
|
9a0870f6a1
Hush compilation warnings
|
16 yıl önce |
|
System.Web.Phantom
|
bc0513683f
set svn:eol-style to native and converted several files to unix line ending
|
17 yıl önce |
|
System.Web.Profile
|
a110ab073b
sp.PropertyType is a _type_, ugh
|
16 yıl önce |
|
System.Web.Properties
|
ef9c9e51ce
Do not abuse the 'private' keyword
|
17 yıl önce |
|
System.Web.Routing
|
96b54e28f0
2010-06-05 Marek Habersack <[email protected]>
|
15 yıl önce |
|
System.Web.Security
|
77798d7ecb
Implemented UrlAuthorizationModule.CheckUrlAccessForPrincipal(...) (fixes xamarin bug #7408)
|
13 yıl önce |
|
System.Web.SessionState_2.0
|
be4686b9d9
Merge pull request #594 from Adeath56/patch-1
|
12 yıl önce |
|
System.Web.UI
|
b0c1e99f75
Fix attribute arguments
|
13 yıl önce |
|
System.Web.UI.Adapters
|
dd0fe78418
Removed another batch of pre 2.0 code + some cosmetics
|
15 yıl önce |
|
System.Web.UI.HtmlControls
|
ccf786075c
Fixes an ASP.NET postback problem.
|
14 yıl önce |
|
System.Web.UI.WebControls
|
684292834c
Update mcs/class/System.Web/System.Web.UI.WebControls/Menu.js
|
13 yıl önce |
|
System.Web.UI.WebControls.Adapters
|
23000b3144
++ Test/mainsoft/ChangeLog (working copy)
|
18 yıl önce |
|
System.Web.UI.WebControls.WebParts
|
9a0870f6a1
Hush compilation warnings
|
16 yıl önce |
|
System.Web.Util
|
94fda9450f
Use standard RFC1123 ("R") format specifier for Expires and Last-Modified headers. Fixes Xamarin bug #10872
|
13 yıl önce |
|
Test
|
69daa56ade
Fix exception test text
|
13 yıl önce |
|
resources
|
e60769f5d6
[asp.net] Fixed formatting of exception message. It doesn't swallow newlines now
|
15 yıl önce |
|
ASPState.sql
|
77a61be80d
2009-10-19 Marek Habersack <[email protected]>
|
16 yıl önce |
|
ChangeLog
|
b7c1796077
2010-04-28 Marek Habersack <[email protected]>
|
15 yıl önce |
|
Hacking.FAQ
|
3c4fd6f55e
add patch file for browscap.ini to get client side validation working. and add it to the Hacking.FAQ
|
20 yıl önce |
|
Makefile
|
76bedd30a6
Fix System.Web build
|
13 yıl önce |
|
SQLiteProviders_DatabaseSchema.sql
|
58eceab2ec
2007-12-08 Marek Habersack <[email protected]>
|
18 yıl önce |
|
System.Web-net_2_0.csproj
|
cf650fb3fb
Update 4.5 bcl solution files
|
13 yıl önce |
|
System.Web-net_4_0.csproj
|
96bbdc60bf
[WebConfigurationManager] Fix memleak by using a LruCache (BXC#5598)
|
12 yıl önce |
|
System.Web-net_4_5-1.csproj
|
cf650fb3fb
Update 4.5 bcl solution files
|
13 yıl önce |
|
System.Web-net_4_5-2.csproj
|
cf650fb3fb
Update 4.5 bcl solution files
|
13 yıl önce |
|
System.Web-net_4_5.csproj
|
cf650fb3fb
Update 4.5 bcl solution files
|
13 yıl önce |
|
System.Web-tests-net_4_5.csproj
|
cf650fb3fb
Update 4.5 bcl solution files
|
13 yıl önce |
|
System.Web.Testing.csproj
|
104d165458
- Added VS2008 projects to compile test assemblies
|
16 yıl önce |
|
System.Web.csproj
|
6fd8654e4a
2010-06-21 Jonathan Chambers <[email protected]>
|
15 yıl önce |
|
System.Web.dll.sources
|
96bbdc60bf
[WebConfigurationManager] Fix memleak by using a LruCache (BXC#5598)
|
12 yıl önce |
|
System.Web20.csproj
|
5a634b2487
[asp.net] Fix for bug #650695. Implements the System.Web.{HttpNotFoundHandler,HttpNotImplementedHandler} classes.
|
15 yıl önce |
|
System.Web_standalone_test.dll.sources
|
774c3980ac
[asp.net] Fix for bug #684803. XmlSiteMapProvider must take its root node into account when matching an URL.
|
14 yıl önce |
|
System.Web_test.dll.sources
|
63a9a149c4
[asp.net] Implemented 4.0 types System.Web.Security.{MachineKey,MachineKeyProtection} plus tests
|
15 yıl önce |
|
UplevelHelperDefinitions.xml
|
ef3b6323c9
reorder according to the more probable frequency of u-a ocurrence
|
18 yıl önce |
|
browscap.ini.diff
|
b67b99a9fd
Another browscap.ini.diff update
|
16 yıl önce |
|
jar.resources
|
81df85d1ef
adding files for build
|
20 yıl önce |
|
makefile.build
|
bc0513683f
set svn:eol-style to native and converted several files to unix line ending
|
17 yıl önce |
|
makefile.trace
|
d92cb66db8
2002-10-26 Gonzalo Paniagua Javier <[email protected]>
|
23 yıl önce |
|
monotouch_runtime_System.Web.dll.sources
|
e19918b162
Add monotouch runtime profile
|
13 yıl önce |
|
net_2_0_System.Web.dll.sources
|
b7c1796077
2010-04-28 Marek Habersack <[email protected]>
|
15 yıl önce |
|
net_4_0_System.Web.dll.sources
|
c2fc2dc584
initial implementation of http capability provider introduced in .net 4.0.
|
13 yıl önce |
|
net_4_5_System.Web.dll.sources
|
3ecb5142f6
Introduce separate .net 4.5 profile
|
14 yıl önce |
|
performance-and-tips
|
f6986ad3c5
Add performance and tips document
|
20 yıl önce |
|
run-mono-tests.bat
|
bc0513683f
set svn:eol-style to native and converted several files to unix line ending
|
17 yıl önce |
|
run-tests.bat
|
bc0513683f
set svn:eol-style to native and converted several files to unix line ending
|
17 yıl önce |
|
standalone-runner-support.dll.sources
|
23c3114ca3
2010-06-16 Marek Habersack <[email protected]>
|
15 yıl önce |