<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>b7705175886141ad16c278786e7e620b1fab5a1e</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/f116d1714201214e526e345e4be5b081b5b3cbff</url>
    <id>f116d1714201214e526e345e4be5b081b5b3cbff</id>
    <committed-date>2008-12-09T03:31:23-08:00</committed-date>
    <authored-date>2008-12-09T03:31:23-08:00</authored-date>
    <message>Fix bug where HEAD requests created by ASINeworkQueues didn't present the request headers from the main request.
This meant they wouldn't present authentication information or cookies, as well as custom headers.
Errors thrown by the above HEAD requests now set the error on the main request and talk to its delegate when appropriate

Thanks to Alex Reynolds for noticing this issue!</message>
    <tree>a12984f43f008be078d3998fe127dd2111d63789</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11a50567e471a4ccfc496a087a2b571fc72e301d</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/b7705175886141ad16c278786e7e620b1fab5a1e</url>
    <id>b7705175886141ad16c278786e7e620b1fab5a1e</id>
    <committed-date>2008-11-17T10:47:18-08:00</committed-date>
    <authored-date>2008-11-17T10:47:18-08:00</authored-date>
    <message>Small tweak to fix progress issue when delegate is a UIProgressView (thanks to Roman Busyghin for this fix)</message>
    <tree>286c0176f19f094d3b851839091f75147c8e59e1</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af23ac4d848f7f759dc3de1e7da7fdc788c60ef6</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/11a50567e471a4ccfc496a087a2b571fc72e301d</url>
    <id>11a50567e471a4ccfc496a087a2b571fc72e301d</id>
    <committed-date>2008-11-13T03:24:26-08:00</committed-date>
    <authored-date>2008-11-13T03:24:26-08:00</authored-date>
    <message>Added new method to set file data on ASIFormDataRequest with an NSData object
Set content-length for request when setting postBody
Tweak tests</message>
    <tree>6146b2b372c3f9e85e80dd5447b5b671fa7c90c6</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8855530e3e69b035acd4dcef51467d8e14ce4e1</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/af23ac4d848f7f759dc3de1e7da7fdc788c60ef6</url>
    <id>af23ac4d848f7f759dc3de1e7da7fdc788c60ef6</id>
    <committed-date>2008-11-12T05:29:26-08:00</committed-date>
    <authored-date>2008-11-12T05:29:26-08:00</authored-date>
    <message>Cleanup for release</message>
    <tree>7de9f65925038a9685a77f75d27a3c9426e8e317</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81bd482e4e06fef805ad3f140674966d8c3ca334</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/f8855530e3e69b035acd4dcef51467d8e14ce4e1</url>
    <id>f8855530e3e69b035acd4dcef51467d8e14ce4e1</id>
    <committed-date>2008-11-12T05:01:01-08:00</committed-date>
    <authored-date>2008-11-12T05:01:01-08:00</authored-date>
    <message>Remove debug logging</message>
    <tree>5829f049a34bbcf434ca6a5eecc3f6b9bb12fa29</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6ea371678f9692331e16cf42c52f39f18575f30</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/81bd482e4e06fef805ad3f140674966d8c3ca334</url>
    <id>81bd482e4e06fef805ad3f140674966d8c3ca334</id>
    <committed-date>2008-11-12T04:44:11-08:00</committed-date>
    <authored-date>2008-11-12T04:44:11-08:00</authored-date>
    <message>Change error handling to use different error codes for each type of error
Error userInfo now uses the standard localizedDescription for the description of the error
Stream errors now embed the original error in userInfo dictionary</message>
    <tree>b982ed69b94bae293e25a89c96cec850eae68a84</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>844d69111196102aac6b976b176b924c5bbdcc03</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d6ea371678f9692331e16cf42c52f39f18575f30</url>
    <id>d6ea371678f9692331e16cf42c52f39f18575f30</id>
    <committed-date>2008-11-11T15:06:03-08:00</committed-date>
    <authored-date>2008-11-11T15:06:03-08:00</authored-date>
    <message>Fix another silly test url typo</message>
    <tree>937f125fec1bd7eee6756481b8738fec1c514e8c</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b8f5f3627e6ff13e6827ac2c7afb4473e78d29dd</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/844d69111196102aac6b976b176b924c5bbdcc03</url>
    <id>844d69111196102aac6b976b176b924c5bbdcc03</id>
    <committed-date>2008-11-11T15:04:10-08:00</committed-date>
    <authored-date>2008-11-11T15:04:10-08:00</authored-date>
    <message>Minor cleanups and fix urls</message>
    <tree>b037292f2fd43671a1e018a6d37190e4deae676b</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>31fe833ef84718d973c08b136e13a5a87e7a155a</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/b8f5f3627e6ff13e6827ac2c7afb4473e78d29dd</url>
    <id>b8f5f3627e6ff13e6827ac2c7afb4473e78d29dd</id>
    <committed-date>2008-11-11T09:31:02-08:00</committed-date>
    <authored-date>2008-11-11T09:31:02-08:00</authored-date>
    <message>Tweak tests to ensure old waitUntilAllOperationsAreFinished behaviour works again</message>
    <tree>0a3f7ab8b355898205edb2d6317fe6e250939acf</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>90cd6b9bee2498ee4d233c2737ecb6a23dd6b158</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/31fe833ef84718d973c08b136e13a5a87e7a155a</url>
    <id>31fe833ef84718d973c08b136e13a5a87e7a155a</id>
    <committed-date>2008-11-11T08:49:30-08:00</committed-date>
    <authored-date>2008-11-11T08:49:30-08:00</authored-date>
    <message>Refactor to fix lots of bugs, especially locking issues</message>
    <tree>ebf2bcf3db86a9fafbe2094dbd00cec89488f476</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>54b83f7481b477e2491f94cbc3e74cf37b2f2927</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/90cd6b9bee2498ee4d233c2737ecb6a23dd6b158</url>
    <id>90cd6b9bee2498ee4d233c2737ecb6a23dd6b158</id>
    <committed-date>2008-11-10T10:12:50-08:00</committed-date>
    <authored-date>2008-11-10T10:12:50-08:00</authored-date>
    <message>Cleanups</message>
    <tree>61cdcd36871b228f7d2d9af36daec26738e52e30</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83dd4d93d8800a9dd58ea9fb3c5a77a74b36505a</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/54b83f7481b477e2491f94cbc3e74cf37b2f2927</url>
    <id>54b83f7481b477e2491f94cbc3e74cf37b2f2927</id>
    <committed-date>2008-11-10T09:56:13-08:00</committed-date>
    <authored-date>2008-11-10T09:56:13-08:00</authored-date>
    <message>Added accurate switch to sample iphone app interface</message>
    <tree>b54aeab63319829438ea1f24cdabe8abe65dd96f</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>77aa3f3abb3b089031274591f2f139de34403ea3</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/83dd4d93d8800a9dd58ea9fb3c5a77a74b36505a</url>
    <id>83dd4d93d8800a9dd58ea9fb3c5a77a74b36505a</id>
    <committed-date>2008-11-10T09:41:02-08:00</committed-date>
    <authored-date>2008-11-10T09:41:02-08:00</authored-date>
    <message>Big changes to progress tracking:
Added ability to use non-accurate progress for speed
Request HEAD for GET requests when in accurate mode
Calculate postLength outside of main
Bug fixes</message>
    <tree>7e73129c51a4371ecee9832175de3845c500db6d</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cfb68f81d27369d2c94a7a84a95d85a8da45af88</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/77aa3f3abb3b089031274591f2f139de34403ea3</url>
    <id>77aa3f3abb3b089031274591f2f139de34403ea3</id>
    <committed-date>2008-11-10T04:13:24-08:00</committed-date>
    <authored-date>2008-11-10T04:13:24-08:00</authored-date>
    <message>Readme tweak</message>
    <tree>819d142207a32689c82d13df9fb4abba6e1df9d4</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ae9142e560631c5988eaa5993532245870d934e</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/cfb68f81d27369d2c94a7a84a95d85a8da45af88</url>
    <id>cfb68f81d27369d2c94a7a84a95d85a8da45af88</id>
    <committed-date>2008-11-10T04:08:15-08:00</committed-date>
    <authored-date>2008-11-10T04:08:15-08:00</authored-date>
    <message>Added tests for Basic and Digest authentication</message>
    <tree>3ffb78e9d33dc98fe28b58875b2b8f4e7f131a0e</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>efeab16eb1dedf37848d4f8dcb7ab6b366080648</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/4ae9142e560631c5988eaa5993532245870d934e</url>
    <id>4ae9142e560631c5988eaa5993532245870d934e</id>
    <committed-date>2008-11-09T06:07:38-08:00</committed-date>
    <authored-date>2008-11-09T06:07:38-08:00</authored-date>
    <message>Added README back in</message>
    <tree>d94eb0f9ac15ed1c1986e1af4e08cb9bdab5b8a5</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6e24fbbe9555e17444340a1f41804f5a40fe9b1</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/efeab16eb1dedf37848d4f8dcb7ab6b366080648</url>
    <id>efeab16eb1dedf37848d4f8dcb7ab6b366080648</id>
    <committed-date>2008-11-09T06:06:53-08:00</committed-date>
    <authored-date>2008-11-09T06:06:53-08:00</authored-date>
    <message>Will this enable textile formatting?</message>
    <tree>43233445adc9b05b995f697326f229aa9bb3a74e</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>62f3a7a33ecbda6f72c12b9db66183943246e710</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d6e24fbbe9555e17444340a1f41804f5a40fe9b1</url>
    <id>d6e24fbbe9555e17444340a1f41804f5a40fe9b1</id>
    <committed-date>2008-11-09T06:03:44-08:00</committed-date>
    <authored-date>2008-11-09T06:03:44-08:00</authored-date>
    <message>Update readme for release</message>
    <tree>5b5579efc502a7639a1c043b3e8b4f0ec26486e8</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>53e0cedf107c9c3dcfdb1649a489d1f3779fa153</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/62f3a7a33ecbda6f72c12b9db66183943246e710</url>
    <id>62f3a7a33ecbda6f72c12b9db66183943246e710</id>
    <committed-date>2008-11-09T03:17:38-08:00</committed-date>
    <authored-date>2008-11-09T03:17:38-08:00</authored-date>
    <message>Added lots of comments
Added missing setDownloadProgressDelegate to ASIHTTPRequest</message>
    <tree>b5caf63a63b1a0df27618ce373b4ba04a6332d61</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c3974a440e643fcf276f8c81969c852e77d543d7</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/53e0cedf107c9c3dcfdb1649a489d1f3779fa153</url>
    <id>53e0cedf107c9c3dcfdb1649a489d1f3779fa153</id>
    <committed-date>2008-11-09T02:18:00-08:00</committed-date>
    <authored-date>2008-11-09T02:18:00-08:00</authored-date>
    <message>Progress updates should now only happen in the main thread, fixing iphone issues</message>
    <tree>21cbbe87490c98c9dda5f1191cbd5de758dd2729</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18e78cc79236d971338f66b2d7c3391fb425ed56</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/c3974a440e643fcf276f8c81969c852e77d543d7</url>
    <id>c3974a440e643fcf276f8c81969c852e77d543d7</id>
    <committed-date>2008-11-08T13:54:17-08:00</committed-date>
    <authored-date>2008-11-08T13:54:17-08:00</authored-date>
    <message>Add lock around progress updates and cancel to iphone attempting to access zombie data</message>
    <tree>648f83efd2a764a8c99eb734ec7d5236e66a83d9</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65cd7abad553ac2e3c4f4766bfcb1488bf5a5016</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/18e78cc79236d971338f66b2d7c3391fb425ed56</url>
    <id>18e78cc79236d971338f66b2d7c3391fb425ed56</id>
    <committed-date>2008-11-08T13:20:56-08:00</committed-date>
    <authored-date>2008-11-08T13:20:56-08:00</authored-date>
    <message>Small tweaks to build settings</message>
    <tree>892b5e245d9d05bee5c46d6ad4905e234da0ec1c</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6eaa6528a3b0d86538ea5a3e1c1a3d388b1c7af</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/65cd7abad553ac2e3c4f4766bfcb1488bf5a5016</url>
    <id>65cd7abad553ac2e3c4f4766bfcb1488bf5a5016</id>
    <committed-date>2008-11-08T12:57:42-08:00</committed-date>
    <authored-date>2008-11-08T12:57:42-08:00</authored-date>
    <message>Attempt to removing annoying xcode files from project</message>
    <tree>f3b0733d2dfeeb677acd08819e28c4c2b164fa41</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f40789f1ceecc7a5a281444658235aa21d3522c</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d6eaa6528a3b0d86538ea5a3e1c1a3d388b1c7af</url>
    <id>d6eaa6528a3b0d86538ea5a3e1c1a3d388b1c7af</id>
    <committed-date>2008-11-08T12:37:31-08:00</committed-date>
    <authored-date>2008-11-08T12:37:31-08:00</authored-date>
    <message>Start using a custom runloopmode to stop the iphone trying to draw from secondary threads
Who knows - this might even be more efficient!</message>
    <tree>23eff1d71b1e533bb2be382a384dcaf4c652690c</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a260c0ecb67fde616be095f0c11cff4ed4fea36e</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/3f40789f1ceecc7a5a281444658235aa21d3522c</url>
    <id>3f40789f1ceecc7a5a281444658235aa21d3522c</id>
    <committed-date>2008-11-08T11:33:51-08:00</committed-date>
    <authored-date>2008-11-08T11:33:51-08:00</authored-date>
    <message>Make the queue pass on the authorization warning to its delegate</message>
    <tree>af3a93b2a0d808e95c9741af70cdc3055cc15f97</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d77118014577d6556f6c8a0f8433d973e9f6c65e</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/a260c0ecb67fde616be095f0c11cff4ed4fea36e</url>
    <id>a260c0ecb67fde616be095f0c11cff4ed4fea36e</id>
    <committed-date>2008-11-08T08:19:12-08:00</committed-date>
    <authored-date>2008-11-08T08:19:12-08:00</authored-date>
    <message>Added ASINetworkQueue to handle progress and delegation accross queues
Added tests for ASINetworkQueue and ASIFormDataRequest
Added new tests for ASIHTTPRequest
Moved Mac example to XIB format</message>
    <tree>e6e4f70d0ce428567476c868f2468d41a9b65b2b</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3ca5f8ca12659d831d3972af58d88d069741177a</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/d77118014577d6556f6c8a0f8433d973e9f6c65e</url>
    <id>d77118014577d6556f6c8a0f8433d973e9f6c65e</id>
    <committed-date>2008-11-07T11:58:33-08:00</committed-date>
    <authored-date>2008-11-07T11:58:33-08:00</authored-date>
    <message>Try to stop git choking on xcode projects</message>
    <tree>e139d28b1893b1f1994767cd737a5bc398394254</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f4cba8b61a394b093c929cec17ecdf24a321a56b</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/3ca5f8ca12659d831d3972af58d88d069741177a</url>
    <id>3ca5f8ca12659d831d3972af58d88d069741177a</id>
    <committed-date>2008-11-07T11:53:31-08:00</committed-date>
    <authored-date>2008-11-07T11:53:31-08:00</authored-date>
    <message>Ready for merge</message>
    <tree>89b25742b1a692108ade9fd6212132fc2e4ac8be</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61a6c593887909f1c7c5e6dd64b69ec0af75c98a</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/f4cba8b61a394b093c929cec17ecdf24a321a56b</url>
    <id>f4cba8b61a394b093c929cec17ecdf24a321a56b</id>
    <committed-date>2008-11-07T11:50:02-08:00</committed-date>
    <authored-date>2008-11-07T11:50:02-08:00</authored-date>
    <message>New progress system where the queue manages progress indicators
ProgressDelegates are now compatible with UIProgressViews as well as NSProgressIndicators</message>
    <tree>26eeb32e6bf1c721a54828adede0c0d28ff2b4d3</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d9cbde9cd37fc9e57e08d1ca3d593124d62bde57</id>
      </parent>
    </parents>
    <author>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </author>
    <url>http://github.com/pokeb/asi-http-request/commit/61a6c593887909f1c7c5e6dd64b69ec0af75c98a</url>
    <id>61a6c593887909f1c7c5e6dd64b69ec0af75c98a</id>
    <committed-date>2008-11-07T05:53:06-08:00</committed-date>
    <authored-date>2008-11-07T05:53:06-08:00</authored-date>
    <message>Added icon</message>
    <tree>37f906e580e46694d7cf480b13105ff63104aab8</tree>
    <committer>
      <name>Ben Copsey</name>
      <email>ben@allseeing-i.com</email>
    </committer>
  </commit>
</commits>
