date | project | content | link |
|---|
| 06:08 Thursday | Mono | Commit by gonzalo :: r 153447 /branches/mono-2-6/mcs/class/System/System.Net/ServicePointManager.cs: ( link) remove commented out code | # |
| 06:08 Thursday | Mono | Commit by gonzalo :: r 153446 /trunk/mcs/class/System/System.Net/ServicePointManager.cs: ( link) remove commented out code | # |
| 06:02 Thursday | Mono | Commit by gonzalo :: r 153444 /branches/mono-2-6/mcs/class/ (15 files in 7 dirs): ( link) Moved chain building and validation from Mono.Security to System
to better support the 2.0 validation callback. | # |
| 06:02 Thursday | Mono | Commit by gonzalo :: r 153443 /trunk/mcs/class/ (15 files in 7 dirs): ( link) Moved chain building and validation from Mono.Security to System
to better support the 2.0 validation callback. | # |
| 04:46 Wednesday | Mono | Commit by gonzalo :: r 153385 /trunk/mcs/class/System/System.IO.Compression/ (ChangeLog DeflateStream.cs): ( link) 2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* DeflateStream.cs: don't call unmanaged code when the byte count
is 0. Fixes bug #586870. | # |
| 04:46 Wednesday | Mono | Commit by gonzalo :: r 153384 /branches/mono-2-6/mcs/class/System/System.IO.Compression/ (ChangeLog DeflateStream.cs): ( link) 2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* DeflateStream.cs: don't call unmanaged code when the byte count
is 0. Fixes bug #586870. | # |
| 07:45 on Mar 09 | Mono | Commit by gonzalo :: r 153309 /trunk/mcs/class/System/System.Net/ (ChangeLog HttpConnection.cs): ( link) 2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* HttpConnection.cs: set the right position when a CR is found.
Fixes bug #577891. | # |
| 07:45 on Mar 09 | Mono | Commit by gonzalo :: r 153308 /branches/mono-2-6/mcs/class/System/System.Net/ (ChangeLog HttpConnection.cs): ( link) 2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* HttpConnection.cs: set the right position when a CR is found.
Fixes bug #577891. | # |
| 06:34 on Mar 09 | Mono | Commit by gonzalo :: r 153303 /branches/mono-2-6/mcs/class/System/System.Net/ListenerAsyncResult.cs: ( link) add realm from HttpListener | # |
| 06:34 on Mar 09 | Mono | Commit by gonzalo :: r 153302 /trunk/mcs/class/System/System.Net/ListenerAsyncResult.cs: ( link) add realm from HttpListener | # |
| 06:05 on Mar 09 | Mono | Commit by gonzalo :: r 153301 /branches/mono-2-6/mcs/class/System/System.Net/ (5 files): ( link) 2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* HttpListener.cs:
* HttpListenerRequest.cs:
* ListenerAsyncResult.cs:
* HttpConnection.cs: make sure there is no pending input when reusing
the connection. | # |
| 06:05 on Mar 09 | Mono | Commit by gonzalo :: r 153300 /trunk/mcs/class/System/System.Net/ (5 files): ( link) 2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* HttpListener.cs:
* HttpListenerRequest.cs:
* ListenerAsyncResult.cs:
* HttpConnection.cs: make sure there is no pending input when reusing
the connection. | # |
| 21:55 on Mar 08 | Mono | Commit by gonzalo :: r 153288 /trunk/mcs/class/System/System.Net/ (4 files): ( link) 2010-03-08 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* HttpListenerContext.cs: split the auth header in 2 parts.
* HttpListener.cs: backported SelectAuthenticationScheme and
added new InternalEndGetContext used for connections that require
authentication.
* ListenerAsyncResult.cs: allow this object to be just a forwarder
when nesting connections for authentication purposes.
Fixes bug #585455. | # |
| 21:54 on Mar 08 | Mono | Commit by gonzalo :: r 153287 /branches/mono-2-6/mcs/class/System/System.Net/ (4 files): ( link) 2010-03-08 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* HttpListenerContext.cs: split the auth header in 2 parts.
* HttpListener.cs: backported SelectAuthenticationScheme and
added new InternalEndGetContext used for connections that require
authentication.
* ListenerAsyncResult.cs: allow this object to be just a forwarder
when nesting connections for authentication purposes.
Fixes bug #585455. | # |
| 21:38 on Mar 06 | Mono | Commit by gonzalo :: r 153210 /branches/mono-2-4/mono/mono/io-layer/ (ChangeLog processes.c): ( link) 2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* processes.c: made ShellExecuteEx actually work when the file name to
execute is quoted. Display a message intead of blindly ignoring the
result of g_shell_parse_argv(). Fixes bug #385497. | # |
| 21:37 on Mar 06 | Mono | Commit by gonzalo :: r 153209 /branches/mono-2-6/mono/mono/io-layer/ (ChangeLog processes.c): ( link) 2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* processes.c: made ShellExecuteEx actually work when the file name to
execute is quoted. Display a message intead of blindly ignoring the
result of g_shell_parse_argv(). Fixes bug #385497. | # |
| 21:36 on Mar 06 | Mono | Commit by gonzalo :: r 153208 /trunk/mono/mono/io-layer/ (ChangeLog processes.c): ( link) 2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* processes.c: made ShellExecuteEx actually work when the file name to
execute is quoted. Display a message intead of blindly ignoring the
result of g_shell_parse_argv(). Fixes bug #385497. | # |
| 16:40 on Mar 06 | Mono | Commit by gonzalo :: r 153183 /trunk/mcs/class/System/System.Net.Mail/ (ChangeLog SmtpClient.cs): ( link) 2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* SmtpClient.cs: typo in reply-to header. Thanks to Chris Tomlinson.
Fixes bug #578271. | # |
| 16:39 on Mar 06 | Mono | Commit by gonzalo :: r 153182 /branches/mono-2-4/mcs/class/System/System.Net.Mail/ (ChangeLog SmtpClient.cs): ( link) 2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* SmtpClient.cs: typo in reply-to header. Thanks to Chris Tomlinson.
Fixes bug #578271. | # |
| 16:38 on Mar 06 | Mono | Commit by gonzalo :: r 153181 /branches/mono-2-6/mcs/class/System/System.Net.Mail/ (ChangeLog SmtpClient.cs): ( link) 2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell dot com>
* SmtpClient.cs: typo in reply-to header. Thanks to Chris Tomlinson.
Fixes bug #578271.
Re-enabled code that seems to compile now. | # |