<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/all-tests.cmd</filename>
    </added>
    <added>
      <filename>lib/jack/auth/README.md</filename>
    </added>
    <added>
      <filename>lib/jack/auth/abstract/handler.js</filename>
    </added>
    <added>
      <filename>lib/jack/auth/abstract/request.js</filename>
    </added>
    <added>
      <filename>lib/jack/auth/basic/handler.js</filename>
    </added>
    <added>
      <filename>lib/jack/auth/digest/handler.js</filename>
    </added>
    <added>
      <filename>lib/jack/auth/digest/nonce.js</filename>
    </added>
    <added>
      <filename>lib/jack/auth/digest/params.js</filename>
    </added>
    <added>
      <filename>lib/jack/auth/digest/request.js</filename>
    </added>
    <added>
      <filename>tests/jack/auth/all-tests.js</filename>
    </added>
    <added>
      <filename>tests/jack/auth/auth-abstract-tests.js</filename>
    </added>
    <added>
      <filename>tests/jack/auth/auth-basic-tests.js</filename>
    </added>
    <added>
      <filename>tests/jack/auth/auth-digest-tests.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -65,6 +65,7 @@ Contributors
 * Irakli Gozalishvili
 * Jan Varwig
 * [Isaac Z. Schlueter](http://foohack.com/)
+* Neville Burnell
 
 
 Acknowledgments</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,7 @@
 exports.testJackUtils = require(&quot;./utils-tests&quot;);
 exports.testJackRequest = require(&quot;./request-tests&quot;);
+exports.testJackAuth = require(&quot;./auth/all-tests&quot;);
+
 
 if (require.main === module.id)
     require(&quot;test/runner&quot;).run(exports);</diff>
      <filename>tests/jack/all-tests.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
---AaB03x
-Content-Disposition: form-data; name=&quot;submit-name&quot;
-
-Larry
---AaB03x
-Content-Disposition: form-data; name=&quot;files&quot;; filename=&quot;file1.txt&quot;
-Content-Type: text/plain
-
-
---AaB03x--
+--AaB03x
+Content-Disposition: form-data; name=&quot;submit-name&quot;
+
+Larry
+--AaB03x
+Content-Disposition: form-data; name=&quot;files&quot;; filename=&quot;file1.txt&quot;
+Content-Type: text/plain
+
+
+--AaB03x--</diff>
      <filename>tests/jack/multipart/empty</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
---AaB03x
-Content-Disposition: form-data; name=&quot;files&quot;; filename=&quot;C:\Documents and Settings\Administrator\Desktop\file1.txt&quot;
-Content-Type: text/plain
-
-contents
---AaB03x--
+--AaB03x
+Content-Disposition: form-data; name=&quot;files&quot;; filename=&quot;C:\Documents and Settings\Administrator\Desktop\file1.txt&quot;
+Content-Type: text/plain
+
+contents
+--AaB03x--</diff>
      <filename>tests/jack/multipart/ie</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
---AaB03x
-Content-Disposition: form-data; name=&quot;foo[submit-name]&quot;
-
-Larry
---AaB03x
-Content-Disposition: form-data; name=&quot;foo[files]&quot;; filename=&quot;file1.txt&quot;
-Content-Type: text/plain
-
-contents
---AaB03x--
+--AaB03x
+Content-Disposition: form-data; name=&quot;foo[submit-name]&quot;
+
+Larry
+--AaB03x
+Content-Disposition: form-data; name=&quot;foo[files]&quot;; filename=&quot;file1.txt&quot;
+Content-Type: text/plain
+
+contents
+--AaB03x--</diff>
      <filename>tests/jack/multipart/nested</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
---AaB03x
-Content-Disposition: form-data; name=&quot;submit-name&quot;
-
-Larry
---AaB03x
-Content-Disposition: form-data; name=&quot;files&quot;; filename=&quot;&quot;
-
-
---AaB03x--
+--AaB03x
+Content-Disposition: form-data; name=&quot;submit-name&quot;
+
+Larry
+--AaB03x
+Content-Disposition: form-data; name=&quot;files&quot;; filename=&quot;&quot;
+
+
+--AaB03x--</diff>
      <filename>tests/jack/multipart/none</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
---AaB03x
-Content-Disposition: form-data; name=&quot;submit-name&quot;
-
-Larry
---AaB03x
-Content-Disposition: form-data; name=&quot;files&quot;; filename=&quot;file1.txt&quot;
-Content-Type: text/plain
-
-contents
+--AaB03x
+Content-Disposition: form-data; name=&quot;submit-name&quot;
+
+Larry
+--AaB03x
+Content-Disposition: form-data; name=&quot;files&quot;; filename=&quot;file1.txt&quot;
+Content-Type: text/plain
+
+contents
 --AaB03x--
\ No newline at end of file</diff>
      <filename>tests/jack/multipart/text</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>68e0fc5d362622db9fa69151ca6a3542fb9320af</id>
    </parent>
  </parents>
  <author>
    <name>nevilleburnell</name>
    <email>neville.burnell@gmail.com</email>
  </author>
  <url>http://github.com/tlrobinson/jack/commit/e718ae44e2985332bd283e16845cdb864cb85fd3</url>
  <id>e718ae44e2985332bd283e16845cdb864cb85fd3</id>
  <committed-date>2009-09-10T17:58:31-07:00</committed-date>
  <authored-date>2009-09-10T17:58:31-07:00</authored-date>
  <message>merged with Jack</message>
  <tree>e366dbea1444af3f565b835672565e9467a0615b</tree>
  <committer>
    <name>nevilleburnell</name>
    <email>neville.burnell@gmail.com</email>
  </committer>
</commit>
