<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>d4e036d63b9301fa8b2a7a0dde9613a06b55f407</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/fc29d80b095e89b5bdc204b0279bea45e02e4cfd</url>
    <id>fc29d80b095e89b5bdc204b0279bea45e02e4cfd</id>
    <committed-date>2009-11-25T03:44:15-08:00</committed-date>
    <authored-date>2009-11-25T03:44:15-08:00</authored-date>
    <message>Added requestStarted delegate methods to ASIHTTPRequest and ASINetworkQueue
Added delegate method tests
Thanks to Lu for the code!

Also, fixed progress tests on Mac OS, broken as a result of the recent fix relating to setMaxValue: for iPhone</message>
    <tree>0049d071d560d6093b61ffaa139826912ef0cef5</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>430dfb5aca78c4aa5cc76031245177baebe2c646</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d4e036d63b9301fa8b2a7a0dde9613a06b55f407</url>
    <id>d4e036d63b9301fa8b2a7a0dde9613a06b55f407</id>
    <committed-date>2009-11-17T06:58:48-08:00</committed-date>
    <authored-date>2009-11-17T06:58:48-08:00</authored-date>
    <message>Use conditional compliation for choosing a progress delegate API
Hopefully this will prevent App Store rejections based on the use of setMaxValue:</message>
    <tree>cf0f5c1b582a52f073cf903d433d5abaa25ff774</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82f47cffc4efde70eddbea171e58018181181f50</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/430dfb5aca78c4aa5cc76031245177baebe2c646</url>
    <id>430dfb5aca78c4aa5cc76031245177baebe2c646</id>
    <committed-date>2009-11-14T09:51:24-08:00</committed-date>
    <authored-date>2009-11-14T09:51:24-08:00</authored-date>
    <message>Tweak before push</message>
    <tree>7243da6da17804be6a6bc722d50b47f221466411</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c84c7fe1d388aaa6a1363e3b0a9381e0b437188</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/82f47cffc4efde70eddbea171e58018181181f50</url>
    <id>82f47cffc4efde70eddbea171e58018181181f50</id>
    <committed-date>2009-11-14T09:47:19-08:00</committed-date>
    <authored-date>2009-11-14T09:47:19-08:00</authored-date>
    <message>Improve ASINetworkQueue progress tracking behaviour when adding requests to a queue that is already running</message>
    <tree>77747dd38c9a99cb5db0518aaffa0461e8932cfe</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c2ecd61bc6b0d9f662ba5cee8686f2d8e1ac6ccc</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/4c84c7fe1d388aaa6a1363e3b0a9381e0b437188</url>
    <id>4c84c7fe1d388aaa6a1363e3b0a9381e0b437188</id>
    <committed-date>2009-11-14T08:37:32-08:00</committed-date>
    <authored-date>2009-11-14T08:37:32-08:00</authored-date>
    <message>Workaround getting the wrong content-length header from apache when issuing a HEAD request for dynamic content and accepting gzip
More work on progress tests</message>
    <tree>f03cd7b5fae413bd8e7626031fc03d2f10535b09</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d4cbd0c51586bc22ecba46f55d099f87ae8e4a0</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/c2ecd61bc6b0d9f662ba5cee8686f2d8e1ac6ccc</url>
    <id>c2ecd61bc6b0d9f662ba5cee8686f2d8e1ac6ccc</id>
    <committed-date>2009-11-14T06:55:26-08:00</committed-date>
    <authored-date>2009-11-14T06:55:26-08:00</authored-date>
    <message>Fix download progress when no content length header comes in</message>
    <tree>3380aa1af7fb98160b8f64794f5e84867b0f065a</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ce5c0783c6f9e95b7290e6dee7ded505459dea2</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/2d4cbd0c51586bc22ecba46f55d099f87ae8e4a0</url>
    <id>2d4cbd0c51586bc22ecba46f55d099f87ae8e4a0</id>
    <committed-date>2009-11-14T05:00:47-08:00</committed-date>
    <authored-date>2009-11-14T05:00:47-08:00</authored-date>
    <message>Tweak stress tests to prevent more than one request being added at the same time, causing exceptions</message>
    <tree>e36f54c02613b0e4135a5d92aca7dc86c0df7bd9</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5884e45196d2a2592f609b0737edd4e56424721</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/1ce5c0783c6f9e95b7290e6dee7ded505459dea2</url>
    <id>1ce5c0783c6f9e95b7290e6dee7ded505459dea2</id>
    <committed-date>2009-11-14T04:28:50-08:00</committed-date>
    <authored-date>2009-11-14T04:28:50-08:00</authored-date>
    <message>Update GHUnit</message>
    <tree>05b3b8c31f90581f0e3a26d27818fb10d3a699ad</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ec8aa9451f990c078e735aae7dbaed45c2575729</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/f5884e45196d2a2592f609b0737edd4e56424721</url>
    <id>f5884e45196d2a2592f609b0737edd4e56424721</id>
    <committed-date>2009-11-14T04:06:37-08:00</committed-date>
    <authored-date>2009-11-14T04:06:37-08:00</authored-date>
    <message>Added ASIHTTPREQUEST_DEBUG, when set will print a string version of an ASIFormDataRequest body to the console when the body is built</message>
    <tree>d71e3e278fbe89ee72f8a0c39d49140b159f5626</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35fd545f67e14acb0f12cfb873805f0967693324</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/ec8aa9451f990c078e735aae7dbaed45c2575729</url>
    <id>ec8aa9451f990c078e735aae7dbaed45c2575729</id>
    <committed-date>2009-11-14T02:52:05-08:00</committed-date>
    <authored-date>2009-11-14T02:52:05-08:00</authored-date>
    <message>Stop including stress tests in example target</message>
    <tree>9c317d2b53687312db9a6feb44e356f2f4bd8d66</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <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>
</commits>
