Send Pd-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."


Today's Topics:

   1. autobuild:
      
/var/www/auto-build/2011-01-13/logs/2011-01-13_03.31.01_mingw32_nt-5.1_windowsxp-i386_pd-extended.txt
      (Pd user)
   2. SF.net SVN: pure-data:[14733] trunk/scripts/auto-build/
      pure-data-rsync-checkout ([email protected])
   3. SF.net SVN: pure-data:[14734]
      trunk/scripts/guiplugins/search-plugin/ search-plugin.tcl
      ([email protected])
   4. SF.net SVN: pure-data:[14735] trunk/externals/mrpeach/net
      ([email protected])
   5. SF.net SVN: pure-data:[14736]
      trunk/externals/mrpeach/net/tcpclient.c
      ([email protected])
   6. SF.net SVN: pure-data:[14737] trunk/externals/mrpeach/net
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Thu, 13 Jan 2011 08:08:01 -0500 (EST)
From: [email protected] (Pd user)
Subject: [PD-cvs] autobuild:
        
/var/www/auto-build/2011-01-13/logs/2011-01-13_03.31.01_mingw32_nt-5.1_windowsxp-i386_pd-extended.txt
        
To: [email protected]
Message-ID: <20110113130802.13F9964420F@debian-stable-i386>

ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(711) [sender=3.0.7]
rsync error: error in rsync protocol data stream (code 12) at 
/home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]

the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2011-01-13/logs/



------------------------------

Message: 2
Date: Thu, 13 Jan 2011 15:15:54 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14733]
        trunk/scripts/auto-build/ pure-data-rsync-checkout
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 14733
          http://pure-data.svn.sourceforge.net/pure-data/?rev=14733&view=rev
Author:   eighthave
Date:     2011-01-13 15:15:53 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
if it has git sources, 'git pull' in them

Modified Paths:
--------------
    trunk/scripts/auto-build/pure-data-rsync-checkout


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 3
Date: Thu, 13 Jan 2011 17:00:10 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14734]
        trunk/scripts/guiplugins/search-plugin/ search-plugin.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 14734
          http://pure-data.svn.sourceforge.net/pure-data/?rev=14734&view=rev
Author:   eighthave
Date:     2011-01-13 17:00:09 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
also search in filename and search all helpbrowser file types

Modified Paths:
--------------
    trunk/scripts/guiplugins/search-plugin/search-plugin.tcl


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 4
Date: Thu, 13 Jan 2011 18:54:34 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14735]
        trunk/externals/mrpeach/net
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 14735
          http://pure-data.svn.sourceforge.net/pure-data/?rev=14735&view=rev
Author:   mrpeach
Date:     2011-01-13 18:54:34 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
Two externals to process HTTP/1.1 requests and responses in conjunction with 
net exernals like [tcpclient] or 
[slipenc]/[slipdec]. So far only GET requests work.

Added Paths:
-----------
    trunk/externals/mrpeach/net/httpreceive-help.pd
    trunk/externals/mrpeach/net/httpreceive.c
    trunk/externals/mrpeach/net/httpreq-help.pd
    trunk/externals/mrpeach/net/httpreq.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 5
Date: Thu, 13 Jan 2011 19:19:07 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14736]
        trunk/externals/mrpeach/net/tcpclient.c
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 14736
          http://pure-data.svn.sourceforge.net/pure-data/?rev=14736&view=rev
Author:   mrpeach
Date:     2011-01-13 19:19:06 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
Sometimes send returns 0 if the packet is queued, so we don't consider that to 
mean it's blocked.

Modified Paths:
--------------
    trunk/externals/mrpeach/net/tcpclient.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 6
Date: Thu, 13 Jan 2011 21:15:12 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14737]
        trunk/externals/mrpeach/net
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 14737
          http://pure-data.svn.sourceforge.net/pure-data/?rev=14737&view=rev
Author:   mrpeach
Date:     2011-01-13 21:15:11 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
Added a HEAD method.

Modified Paths:
--------------
    trunk/externals/mrpeach/net/httpreceive-help.pd
    trunk/externals/mrpeach/net/httpreq-help.pd
    trunk/externals/mrpeach/net/httpreq.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


End of Pd-cvs Digest, Vol 71, Issue 11
**************************************

Reply via email to