CIA.vc
gonzalo
Real-time open source activity stats
Stats » Authors » gonzalo
informationsyndicateUTC clock
22:28 on Mar 16, 2010
event counters
The last message was received 0.81 weeks ago at 06:08 on Mar 11, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 14 messages last week
33 messages so far this month, 54 messages last month
4472 messages since the first one, 6.17 years ago, for an average of 12.09 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
06:08 ThursdayMono
Commit by gonzalo :: r153447 /branches/mono-2-6/mcs/class/System/System.Net/ServicePointManager.cs: (link)
remove commented out code
#
06:08 ThursdayMono
Commit by gonzalo :: r153446 /trunk/mcs/class/System/System.Net/ServicePointManager.cs: (link)
remove commented out code
#
06:02 ThursdayMono
Commit by gonzalo :: r153444 /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 ThursdayMono
Commit by gonzalo :: r153443 /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 WednesdayMono
Commit by gonzalo :: r153385 /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 WednesdayMono
Commit by gonzalo :: r153384 /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 09Mono
Commit by gonzalo :: r153309 /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 09Mono
Commit by gonzalo :: r153308 /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 09Mono
Commit by gonzalo :: r153303 /branches/mono-2-6/mcs/class/System/System.Net/ListenerAsyncResult.cs: (link)
add realm from HttpListener
#
06:34 on Mar 09Mono
Commit by gonzalo :: r153302 /trunk/mcs/class/System/System.Net/ListenerAsyncResult.cs: (link)
add realm from HttpListener
#
06:05 on Mar 09Mono
Commit by gonzalo :: r153301 /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 09Mono
Commit by gonzalo :: r153300 /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 08Mono
Commit by gonzalo :: r153288 /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 08Mono
Commit by gonzalo :: r153287 /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 06Mono
Commit by gonzalo :: r153210 /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 06Mono
Commit by gonzalo :: r153209 /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 06Mono
Commit by gonzalo :: r153208 /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 06Mono
Commit by gonzalo :: r153183 /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 06Mono
Commit by gonzalo :: r153182 /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 06Mono
Commit by gonzalo :: r153181 /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.
#