1. 20 Aug, 2011 5 commits
  2. 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
  3. 10 Aug, 2011 1 commit
  4. 07 Aug, 2011 2 commits
  5. 06 Aug, 2011 9 commits
  6. 02 Aug, 2011 2 commits
  7. 21 Jul, 2011 1 commit
  8. 19 Jul, 2011 1 commit
  9. 05 Jul, 2011 2 commits
  10. 03 Jul, 2011 1 commit
  11. 27 Jun, 2011 1 commit
  12. 17 Jun, 2011 1 commit
  13. 05 Jun, 2011 3 commits
  14. 04 Jun, 2011 4 commits
  15. 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
  16. 28 May, 2011 5 commits