1. 11 Sep, 2011 1 commit
  2. 20 Aug, 2011 5 commits
  3. 18 Aug, 2011 1 commit
    • incorrectly charging the entire buffer size against the throttler
      rather than just the number of bytes actually read.
      
      For example, if you did a read with a 32KB buffer which only received
      300 bytes across the wire, the bandwidth Throttler would charge
      you for a full 32KB of bandwidth rather than the 300 bytes that
      were really used.  This was grossly overstating the bandwidth
      consumption to the throttler.
      Mike Belshe authored
  4. 10 Aug, 2011 1 commit
  5. 07 Aug, 2011 2 commits
  6. 06 Aug, 2011 9 commits
  7. 02 Aug, 2011 2 commits
  8. 21 Jul, 2011 1 commit
  9. 19 Jul, 2011 1 commit
  10. 05 Jul, 2011 2 commits
  11. 03 Jul, 2011 1 commit
  12. 27 Jun, 2011 1 commit
  13. 17 Jun, 2011 1 commit
  14. 05 Jun, 2011 3 commits
  15. 04 Jun, 2011 4 commits
  16. 02 Jun, 2011 1 commit
    • If you start multiple ASIHTTPRequests from different threads at the same time, you could encounter a condiition where networkThread is being multiply initialized
      Florent Pillet authored
  17. 28 May, 2011 4 commits