From owner-soc-status@FreeBSD.ORG Mon Jul 15 21:09:44 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 CC3C223A for ; Mon, 15 Jul 2013 21:09:44 +0000 (UTC) (envelope-from b.ambarisha@gmail.com) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 94A71AD2 for ; Mon, 15 Jul 2013 21:09:44 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id id13so9531207vcb.41 for ; Mon, 15 Jul 2013 14:09:44 -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=/c14133qILtwLHNy6m63Yt7ER0bSDF2lj5UaZSAachA=; b=MdwluratcQYSjwSbdFbc5WzPhRtH2A1jgvjdHLb3xNXx915qgeDWm3QmMytw/m1z3z 6a27A+vrkMrTJAEedcKU9C2Kf24VTu3yOt2WU8kJ/Dr8HhUScKYl+V5A7fmp3WGZ8uXy XWf3mzjSUAwLH8nUaPxuzBxc9XxqQe2geykhgRy3mEPiBFLyyS3K5wnZ+miXVZ3dn9d1 b/xqT6us26Qob9JN39FQOuYgNfCmsXrRjlI+wnJhGiViLZP0iCnM7iK8uow67fLWhi0j Rjl0QTHTKvppqGadrqT4NsSUXZ8ZdLRe4+ZgF5R56B7ji038+qQNmnWq/kuWMI/I/r64 4Cvg== MIME-Version: 1.0 X-Received: by 10.58.172.39 with SMTP id az7mr28706694vec.13.1373922584124; Mon, 15 Jul 2013 14:09:44 -0700 (PDT) Received: by 10.58.45.162 with HTTP; Mon, 15 Jul 2013 14:09:44 -0700 (PDT) Date: Tue, 16 Jul 2013 02:39:44 +0530 Message-ID: Subject: IDMS: Weekly status report #4 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: Mon, 15 Jul 2013 21:09:44 -0000 Hi, Last week's progress: - Testing (better signal handling in client) - Finished status updates (i.e download progress is communicated back to the client) - Libfetch now accepts a connection As per the schedule in the proposal, this week I should be working on handling duplicate requests and checksum verification. The next week is a buffer week. So, first couple of days I'll spend on fixing a few small things like client wants the fetched file on its stdout and when the remote site requires authentication (though, this might not be needed for fetching distfiles). Cheers Ambarish