<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>d00b47cb9788cb52c4106f757e59b93f84cbcc43</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/35fd545f67e14acb0f12cfb873805f0967693324</url>
    <id>35fd545f67e14acb0f12cfb873805f0967693324</id>
    <committed-date>2009-10-31T04:28:53-07:00</committed-date>
    <authored-date>2009-10-31T04:28:53-07:00</authored-date>
    <message>Don't cancel a request if it has already finished
Closes gh-11</message>
    <tree>f9e01cdb539810f846106281e97631744980cdfc</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dc2dbf862d75eb624819a4012780da0629612282</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d00b47cb9788cb52c4106f757e59b93f84cbcc43</url>
    <id>d00b47cb9788cb52c4106f757e59b93f84cbcc43</id>
    <committed-date>2009-10-30T11:57:44-07:00</committed-date>
    <authored-date>2009-10-30T11:57:44-07:00</authored-date>
    <message>When ASINetworkQueues are dealloced, they should set the *queue* property to nil, not the *delegate* property
Add cancelledLock around queue setter</message>
    <tree>239bd8b25eac1274f33d3ec21e0a29d3a8579f47</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>543ad0898acd5b43d8ce5eb6eeee0b683dddf09a</id>
      </parent>
    </parents>
    <author>
      <name>mobilemelting</name>
      <email>jp@mobile-melting.de</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/dc2dbf862d75eb624819a4012780da0629612282</url>
    <id>dc2dbf862d75eb624819a4012780da0629612282</id>
    <committed-date>2009-10-30T11:45:52-07:00</committed-date>
    <authored-date>2009-10-26T10:56:25-07:00</authored-date>
    <message>release userInfo when queue gets deallocated</message>
    <tree>ef7f2ede7795a567e842b109817ddd14dc16db14</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>93d9cde845a26400651cae8a13d04e6fc5be6f67</id>
      </parent>
    </parents>
    <author>
      <name>mobilemelting</name>
      <email>jp@mobile-melting.de</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/543ad0898acd5b43d8ce5eb6eeee0b683dddf09a</url>
    <id>543ad0898acd5b43d8ce5eb6eeee0b683dddf09a</id>
    <committed-date>2009-10-30T11:45:52-07:00</committed-date>
    <authored-date>2009-10-26T10:51:51-07:00</authored-date>
    <message>userInfo is now retain</message>
    <tree>0127cab25256a75f0a1be03443be5c1367da3149</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83cf858852c60bb8055915fea423a756a0a05567</id>
      </parent>
    </parents>
    <author>
      <name>mobilemelting</name>
      <email>jp@mobile-melting.de</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/93d9cde845a26400651cae8a13d04e6fc5be6f67</url>
    <id>93d9cde845a26400651cae8a13d04e6fc5be6f67</id>
    <committed-date>2009-10-30T11:45:52-07:00</committed-date>
    <authored-date>2009-10-26T09:37:39-07:00</authored-date>
    <message>added NSDictionary userInfo to ASINetworkQueue</message>
    <tree>81e47d10c8cfc81863abbb65be139334691787f4</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b09a955c21aca2f043f88382b35586d75f63dc56</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/83cf858852c60bb8055915fea423a756a0a05567</url>
    <id>83cf858852c60bb8055915fea423a756a0a05567</id>
    <committed-date>2009-10-30T11:41:44-07:00</committed-date>
    <authored-date>2009-10-30T11:41:44-07:00</authored-date>
    <message>Added test and attempt to reproduce problems with setting delegates while request is running (no success so far)
Added additional safety measures to attempt to address this:
* Use cancelledLock around setDelegate methods
* Use accessors for delegates

Also moved stress tests to new file</message>
    <tree>a28e63b461d903652e8a3b7c2f1599a814707609</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d2b4de7977878f457eeee2a67f41d642b869cc6</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/b09a955c21aca2f043f88382b35586d75f63dc56</url>
    <id>b09a955c21aca2f043f88382b35586d75f63dc56</id>
    <committed-date>2009-10-30T10:05:15-07:00</committed-date>
    <authored-date>2009-10-30T10:05:15-07:00</authored-date>
    <message>Requests catch exceptions and generate an error</message>
    <tree>b8c01bd65f8d63ddc6ff4abd6c7efe3789921bd1</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7c0eddf2c93fe2e8f09533bee6bba57fad09d13e</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/3d2b4de7977878f457eeee2a67f41d642b869cc6</url>
    <id>3d2b4de7977878f457eeee2a67f41d642b869cc6</id>
    <committed-date>2009-10-30T09:20:43-07:00</committed-date>
    <authored-date>2009-10-30T09:20:43-07:00</authored-date>
    <message>Move autorelease pool to local rather than ivar</message>
    <tree>cfeb981558319d0eeeab7444c60c6d7467d2907b</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>47b4e2cc35e094799db094a74ed6d4e8dc9a5e7e</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/7c0eddf2c93fe2e8f09533bee6bba57fad09d13e</url>
    <id>7c0eddf2c93fe2e8f09533bee6bba57fad09d13e</id>
    <committed-date>2009-10-30T08:59:13-07:00</committed-date>
    <authored-date>2009-10-30T08:59:13-07:00</authored-date>
    <message>Fix one more potential lock-related crash
Added additional tests  - conditional get, + new stress test
Hopefully fix 2.2.1 device+simulator builds - but I can't test the simulator build is working</message>
    <tree>36ef7942a0bda22d144bb6bfc6b41d4a066c4494</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8b7bbbdf2e7a15cfc59cf0df9523d99483a393f</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/47b4e2cc35e094799db094a74ed6d4e8dc9a5e7e</url>
    <id>47b4e2cc35e094799db094a74ed6d4e8dc9a5e7e</id>
    <committed-date>2009-10-22T07:55:05-07:00</committed-date>
    <authored-date>2009-10-22T07:55:05-07:00</authored-date>
    <message>Refactor ASIHTTPRequest, ASIS3Request to allow HEAD requests created by ASINetworkQueues to override headers on their main request
This should fix accurate progress tracking for ASINetworkQueues containing ASIS3Requests
Added progress test for ASIS3Request
Hopefully closes gh-9</message>
    <tree>921548c7c4f2424d03f02f8f790381070228ecdf</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d0d0c0c339a6aff9117a35169118a270d95b7f39</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/f8b7bbbdf2e7a15cfc59cf0df9523d99483a393f</url>
    <id>f8b7bbbdf2e7a15cfc59cf0df9523d99483a393f</id>
    <committed-date>2009-10-22T02:49:08-07:00</committed-date>
    <authored-date>2009-10-22T02:49:08-07:00</authored-date>
    <message>* Fix iPhone 2.x conditional compilation
* Fix shared request queue max concurrent operations</message>
    <tree>5d3b0c05e91508bff48970c8b6b9ec4f3dfbcd44</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>503cdc0eeaba29d301c2929148a030d28f14ee29</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d0d0c0c339a6aff9117a35169118a270d95b7f39</url>
    <id>d0d0c0c339a6aff9117a35169118a270d95b7f39</id>
    <committed-date>2009-10-15T10:15:25-07:00</committed-date>
    <authored-date>2009-10-15T10:15:25-07:00</authored-date>
    <message>Rework locking behaviour - fixes crashing with [request cancel], hopefully will make everything more reliable
More tests coming soon...</message>
    <tree>c97eb0f2e16419771301bea8c4cc9cd8b76d2d39</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>011111e3365e083b0e5325c03be152257bee6535</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/503cdc0eeaba29d301c2929148a030d28f14ee29</url>
    <id>503cdc0eeaba29d301c2929148a030d28f14ee29</id>
    <committed-date>2009-10-14T08:31:01-07:00</committed-date>
    <authored-date>2009-10-14T08:31:01-07:00</authored-date>
    <message>Move basic auth header construction to its own method
Store credentials for ready-made basic headers in the session store
Authorisation =&gt; Authorization
More tests for basic and digest
Fix port matching when finding session credentials - port may well be nil</message>
    <tree>9a39e3aed4d848bd9f7132456f75f7c949be5e36</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4dd54fbe91a82ed58e31adaec3fcbe4213a9c6be</id>
      </parent>
      <parent>
        <id>257eec538cc0b6a2f94fd97f8eb2bd216decaaf3</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/011111e3365e083b0e5325c03be152257bee6535</url>
    <id>011111e3365e083b0e5325c03be152257bee6535</id>
    <committed-date>2009-10-14T06:07:30-07:00</committed-date>
    <authored-date>2009-10-14T06:07:30-07:00</authored-date>
    <message>Merge branch 'master' into authheader</message>
    <tree>e1c1277d899b7d6fc89d6236919b58fe26d99248</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e918451a5bc6fba0d84a8942a07cf8a3c46a5b6</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/257eec538cc0b6a2f94fd97f8eb2bd216decaaf3</url>
    <id>257eec538cc0b6a2f94fd97f8eb2bd216decaaf3</id>
    <committed-date>2009-10-14T06:02:44-07:00</committed-date>
    <authored-date>2009-10-14T06:02:44-07:00</authored-date>
    <message>Fix crash if you tried to remove non-existent credentials from the keychain store</message>
    <tree>9988a2bee2e2483aff23421fac075c0efa17722c</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e918451a5bc6fba0d84a8942a07cf8a3c46a5b6</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/4dd54fbe91a82ed58e31adaec3fcbe4213a9c6be</url>
    <id>4dd54fbe91a82ed58e31adaec3fcbe4213a9c6be</id>
    <committed-date>2009-10-14T05:57:45-07:00</committed-date>
    <authored-date>2009-10-14T05:57:45-07:00</authored-date>
    <message>Start work on generating basic authentication Authorization header (needs tests)</message>
    <tree>2ede11a698fd1a99dad5e6cf593b91f5e567c0fa</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b93b4e107c52d7d9b55c622addb6c56e8ab4486e</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/2e918451a5bc6fba0d84a8942a07cf8a3c46a5b6</url>
    <id>2e918451a5bc6fba0d84a8942a07cf8a3c46a5b6</id>
    <committed-date>2009-10-14T04:09:53-07:00</committed-date>
    <authored-date>2009-10-14T04:09:53-07:00</authored-date>
    <message>Added workaround for problem with type conversion on 2.2.1 for apps with a base sdk &gt;= 3.0
Fiddle with header organisation / comments</message>
    <tree>7a9ba36bdab4fd0c3da94c0a9e1adc1eb1041ab3</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d310696cb9b5116b3b888e94dbd4cc94e8bd32af</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/b93b4e107c52d7d9b55c622addb6c56e8ab4486e</url>
    <id>b93b4e107c52d7d9b55c622addb6c56e8ab4486e</id>
    <committed-date>2009-10-14T03:07:01-07:00</committed-date>
    <authored-date>2009-10-14T03:07:01-07:00</authored-date>
    <message>Stop resetting request method to POST when an unrecognised method is already set</message>
    <tree>d0901affcfed5a55517883638051f8021e7c8315</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8017db2ad6eb7d7131df13d4a34e56f716cb14dc</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d310696cb9b5116b3b888e94dbd4cc94e8bd32af</url>
    <id>d310696cb9b5116b3b888e94dbd4cc94e8bd32af</id>
    <committed-date>2009-10-06T02:50:30-07:00</committed-date>
    <authored-date>2009-10-06T02:50:30-07:00</authored-date>
    <message>Added [request startAsynchronous] for easy async requests (no queue required!)</message>
    <tree>1292e00a0b3fb30301de9cda625b9e3c5764e109</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ac7f8a6aaef3fb189f2f764f66b1f6fe5ae1c69</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/8017db2ad6eb7d7131df13d4a34e56f716cb14dc</url>
    <id>8017db2ad6eb7d7131df13d4a34e56f716cb14dc</id>
    <committed-date>2009-10-06T02:22:26-07:00</committed-date>
    <authored-date>2009-10-06T02:22:26-07:00</authored-date>
    <message>Wrap iPhone-specific statics in compilation directive</message>
    <tree>361a3686333644c36eaf5d7f06e0b045fec87311</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d910b2ecf66364fd266982fcf27a560a32b6e89</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/1ac7f8a6aaef3fb189f2f764f66b1f6fe5ae1c69</url>
    <id>1ac7f8a6aaef3fb189f2f764f66b1f6fe5ae1c69</id>
    <committed-date>2009-10-04T07:16:17-07:00</committed-date>
    <authored-date>2009-10-04T07:16:17-07:00</authored-date>
    <message>Move cancelLoad out of ASIHTTPRequest.h, added a note about not calling it</message>
    <tree>b652477852d1d9523b1a66588a61ad3d34dca080</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8bdb6cf139c3f502d950e57ddcea26c96b365c62</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/4d910b2ecf66364fd266982fcf27a560a32b6e89</url>
    <id>4d910b2ecf66364fd266982fcf27a560a32b6e89</id>
    <committed-date>2009-10-04T07:09:33-07:00</committed-date>
    <authored-date>2009-10-04T07:09:33-07:00</authored-date>
    <message>Fix status message leaking</message>
    <tree>8479ec4461eab3c16580d4bd38b8eeb70de0038c</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b5e942549253ff00d038ac106aab0097c28f438</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/8bdb6cf139c3f502d950e57ddcea26c96b365c62</url>
    <id>8bdb6cf139c3f502d950e57ddcea26c96b365c62</id>
    <committed-date>2009-10-04T05:15:06-07:00</committed-date>
    <authored-date>2009-10-04T05:15:06-07:00</authored-date>
    <message>Fix session credentials matching</message>
    <tree>fa247b27190752d2cc948e80b78c5390794773dc</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4766efd866e8786db3cd4f62a7f12d176144fb02</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/3b5e942549253ff00d038ac106aab0097c28f438</url>
    <id>3b5e942549253ff00d038ac106aab0097c28f438</id>
    <committed-date>2009-10-04T05:07:42-07:00</committed-date>
    <authored-date>2009-10-04T05:07:42-07:00</authored-date>
    <message>Improve locking behaviour
Tweak SSL test</message>
    <tree>5388f3eefe3a95617675c2cc9fa6f3811ec7381e</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2fb5422c7db833266743de698d0fc4f093245b9f</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/4766efd866e8786db3cd4f62a7f12d176144fb02</url>
    <id>4766efd866e8786db3cd4f62a7f12d176144fb02</id>
    <committed-date>2009-10-04T04:49:53-07:00</committed-date>
    <authored-date>2009-10-04T04:49:53-07:00</authored-date>
    <message>Added shouldPresentCredentialsBeforeChallenge to configure behaviour for presenting session credentials
Move code for grabbing authentication realm so the realm is available when finding session credentials
Added new tests for shouldPresentCredentialsBeforeChallenge</message>
    <tree>ba599ff83af7fbc6daa26f6f70e13d56d51de386</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c9946be07e4e2be006eeb8aeeb7e26f04f358f96</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/2fb5422c7db833266743de698d0fc4f093245b9f</url>
    <id>2fb5422c7db833266743de698d0fc4f093245b9f</id>
    <committed-date>2009-10-04T04:28:41-07:00</committed-date>
    <authored-date>2009-10-04T04:28:41-07:00</authored-date>
    <message>Added lock to mediate access to session credentials
Added a couple of comments
Add new test to ensure credentials are not reused on a different server</message>
    <tree>436ec3b807ba64792c82933912b351fdb53aa122</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8e2a9cefcd71e5cc55aa8de9d27c64dcd43bd8b</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/c9946be07e4e2be006eeb8aeeb7e26f04f358f96</url>
    <id>c9946be07e4e2be006eeb8aeeb7e26f04f358f96</id>
    <committed-date>2009-10-04T04:08:17-07:00</committed-date>
    <authored-date>2009-10-04T04:08:17-07:00</authored-date>
    <message>Refactor session credentials storage to store multiple sets of credentials, and perform some checking to see if we should apply the credentials
Tweak test</message>
    <tree>0c776fff68f2b79ddfb270a4a104289ab6501dfd</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d5b651cf9b549d6bb68a199ebb9a2e5dbffad269</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/e8e2a9cefcd71e5cc55aa8de9d27c64dcd43bd8b</url>
    <id>e8e2a9cefcd71e5cc55aa8de9d27c64dcd43bd8b</id>
    <committed-date>2009-10-03T06:26:35-07:00</committed-date>
    <authored-date>2009-10-03T06:26:35-07:00</authored-date>
    <message>Tweak copyright date</message>
    <tree>073f7dab81e7e4f8ab61632d36e470c80abf88eb</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4acffd5403155ebee3ba09c2845351caf2c1e3f0</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d5b651cf9b549d6bb68a199ebb9a2e5dbffad269</url>
    <id>d5b651cf9b549d6bb68a199ebb9a2e5dbffad269</id>
    <committed-date>2009-10-03T06:19:34-07:00</committed-date>
    <authored-date>2009-10-03T06:19:34-07:00</authored-date>
    <message>Fix test urls</message>
    <tree>c6495c6f1fefaa7640258918d7cec5e5289f89ca</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2edb2a8d4ecf3f8102a956a2e851bcfb45d165be</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/4acffd5403155ebee3ba09c2845351caf2c1e3f0</url>
    <id>4acffd5403155ebee3ba09c2845351caf2c1e3f0</id>
    <committed-date>2009-10-03T06:14:41-07:00</committed-date>
    <authored-date>2009-10-03T06:14:41-07:00</authored-date>
    <message>Make url-encoded posts the default for ASIFormDataRequest
Add test for setting the charset of ASIFormDataRequests</message>
    <tree>a8a8b631514ffadbec4570181f5c3c0293e63275</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
</commits>
