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