From owner-soc-status@FreeBSD.ORG Thu Jun 27 12:55:58 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5F77F41 for ; Thu, 27 Jun 2013 12:55:58 +0000 (UTC) (envelope-from b.ambarisha@gmail.com) Received: from mail-ve0-x234.google.com (mail-ve0-x234.google.com [IPv6:2607:f8b0:400c:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id 8DE3E11FC for ; Thu, 27 Jun 2013 12:55:58 +0000 (UTC) Received: by mail-ve0-f180.google.com with SMTP id pa12so605128veb.39 for ; Thu, 27 Jun 2013 05:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=a+WUBhC7PZDDdYc6vkE9GcJRhso+guM5vurDzZUe8+w=; b=f3g5akodXpA7tLAf3VakHq/rd6HDDQFQCCYS4PBTXx9wylFBIUUUUhtfwf0onOVHUP 4TjtV4vdfgv1DWfMVrOdQn0gM1aFDs5DD7EZy+g6XncEzHr0s/GR2eMBUmvEj+BMHTof 73dzk3RWkBvMKWJl80AxzQYZryBGMMZaLf5Wgv96PE2Q0xH1Tn6YiQPJzIiSiURdsKmf ZdMf7TwApz6yuy102ztc/BlHPh6r1i5UwTV2yv23wwWLNVM11LcOyhgXwM3wkwshbAcE EfF5QTlqNKKpZ+eBofG7OzSOUET6it44W2hoSIQMPXKa9odHsY71rHVCmNkSGhYeo4OZ k6lg== MIME-Version: 1.0 X-Received: by 10.58.24.201 with SMTP id w9mr3473472vef.82.1372337758101; Thu, 27 Jun 2013 05:55:58 -0700 (PDT) Received: by 10.58.74.37 with HTTP; Thu, 27 Jun 2013 05:55:57 -0700 (PDT) Date: Thu, 27 Jun 2013 18:25:57 +0530 Message-ID: Subject: IDMS : Weekly status report #1 of 14 From: Ambarisha B To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 12:55:58 -0000 Hi, I'll working on Intelligent download manager service (dms) for the ports collection this summer. This week I've worked on dmclient which will be a replacement to the "fetch" program. I took the code of fetch(1) and replaced all the calls into libfetch with my own dm* calls which request the DM service to fetch the file instead of fetching the files independently. This week I'll finish the basic DM server and will be able to test the client against it. My tentative schedule is on the project wiki page at : https://wiki.freebsd.org/SummerOfCode2013/IntellegentDownloadManager Cheers Ambarish