| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | TimeoutSauce! | Kenneth Reitz | 2013-09-24 | 1 | -3/+3 |
| | | |||||
| * | merge 2.0 insto master | Kenneth Reitz | 2013-09-24 | 1 | -13/+40 |
| |\ | |||||
| | * | prototype for new urllib3 timeouts | Kenneth Reitz | 2013-09-24 | 1 | -0/+6 |
| | | | |||||
| | * | Add proxy_headers functionality. | Cory Benfield | 2013-08-14 | 1 | -10/+27 |
| | | | | | | | | | | | This brings us in line with urllib3's fancy new magic for sending headers to HTTP(S) proxies. | ||||
| | * | Cache manager for proxy connection. | ms4py | 2013-08-03 | 1 | -1/+5 |
| | | | |||||
| | * | Fix for new proxy API. | ms4py | 2013-08-03 | 1 | -2/+2 |
| | | | |||||
| | * | Proxy urls should have explicit schemes. | Cory Benfield | 2013-07-28 | 1 | -2/+2 |
| | | | |||||
| * | | minor typo: Fix requests spelling | Sayan Chowdhury | 2013-09-11 | 1 | -1/+1 |
| |/ | |||||
| * | Fix test cases that fail when running behind a proxy | David Pursehouse | 2013-07-23 | 1 | -1/+1 |
| | | | | | | | | | | When sending a request via `Session.send()` the proxies must be explicitly given with the `proxies` argument. This is not done in the test cases, which means that they fail when run on a system that is behind a proxy. Update test cases to make sure the proxies are set in the sessions. | ||||
| * | added tests for mixed-case scheme URLs, changed adapters passing down URLs ↵ | Viktor Haag | 2013-05-24 | 1 | -3/+3 |
| | | | | | into urllib3 by lower-ifying them so that the underlying pool manager can effectively pool by scheme as dictionary key | ||||
| * | - fixed func call syntax on lower to lower() | Viktor Haag | 2013-05-24 | 1 | -1/+1 |
| | | | | | - added test cases for trying to test GETS on mixed-case schemas | ||||
| * | Lower-ify url before checking against prefix with startswith() | Viktor Haag | 2013-05-24 | 1 | -1/+1 |
| | | |||||
| * | Adding the _pool_bloc to the list of attrs. | Randy Merrill | 2013-05-11 | 1 | -1/+2 |
| | | |||||
| * | Fixing the call to init_poolmanagers to correctly unpickle the adapter. | Randy Merrill | 2013-05-11 | 1 | -1/+2 |
| | | |||||
| * | Moving the order of the arguments in the init to not interfere with existing ↵ | Randy Merrill | 2013-05-11 | 1 | -2/+3 |
| | | | | | usage. | ||||
| * | Adding an argument to the adapter for passing a block argument to the ↵ | Randy Merrill | 2013-05-10 | 1 | -4/+10 |
| | | | | | | | | | | | connection pool. This allows for blocking when using threading to prevent the pool from creating more connections that the max-size allows. Specifically was seeing the following errors without the block=True: WARNING:requests.packages.urllib3.connectionpool:HttpConnectionPool is full, discarding connection: www.example.com | ||||
| * | Changed HTTPAdapter to allow max retries to be specified when initializing. | Daniel Lindsley | 2013-04-12 | 1 | -2/+4 |
| | | |||||
| * | Add HTTPAdapter to API docs. | Cory Benfield | 2013-04-09 | 1 | -6/+76 |
| | | |||||
| * | Fixed some pickeling issues with HTTPAdapter and Session | Florian Mueller | 2013-03-12 | 1 | -3/+4 |
| | | | | | | Added trust_env and stream to Session.__attrs__. Initialize self._pool_connections and self._pool_maxsize in HTTPAdapter. | ||||
| * | Pickling of Session and HTTPAdapter + a test | Darjus Loktevic | 2013-03-11 | 1 | -0/+18 |
| | | | | | This is for issue #1088 | ||||
| * | Revert "[kennethreitz/requests#1208] adding a max_retries argument" | Kenneth Reitz | 2013-03-03 | 1 | -2/+3 |
| | | | | | This reverts commit 796d3225ddf08a9ebaa429209b9d077c3a8f99b8. | ||||
| * | [kennethreitz/requests#1208] adding a max_retries argument | Wilfred Hughes | 2013-02-27 | 1 | -3/+2 |
| | | |||||
| * | Merge pull request #1210 from Lukasa/urlencode_proxy | Kenneth Reitz | 2013-02-25 | 1 | -3/+7 |
| |\ | | | | | Unquote proxy usernames and passwords. | ||||
| | * | Unquote proxy usernames and passwords. | Cory Benfield | 2013-02-22 | 1 | -3/+7 |
| | | | |||||
| * | | Revert "Lukasa is lazy" | Kenneth Reitz | 2013-02-22 | 1 | -1/+1 |
| |/ | | | | This reverts commit 178ff62b934c30278114028f654e42374206c291. | ||||
| * | Lukasa is lazy | Kenneth Reitz | 2013-02-20 | 1 | -1/+1 |
| | | |||||
| * | Rethrow underlying exceptions. | Cory Benfield | 2013-02-18 | 1 | -1/+1 |
| | | |||||
| * | Add Proxy-Auth header when proxies have credentials. | Cory Benfield | 2013-02-06 | 1 | -1/+18 |
| | | |||||
| * | Move the timing work to Session.send | Ian Cordasco | 2013-01-28 | 1 | -4/+0 |
| | | | | | per @kennethreitz's request | ||||
| * | Use timedelta and change attribute name back to elapsed | Chris Lee | 2013-01-27 | 1 | -4/+4 |
| | | |||||
| * | Time how long each request takes | Chris Lee | 2013-01-27 | 1 | -0/+4 |
| | | | | | Stored as attribute Response.time_taken | ||||
| * | Fix #1106 | Ian Cordasco | 2013-01-19 | 1 | -3/+0 |
| | | |||||
| * | Fixed proxy requests to pool connections. | László Vaskó | 2013-01-18 | 1 | -2/+2 |
| | | |||||
| * | CHUNKED REQUESTS! | Kenneth Reitz | 2013-01-10 | 1 | -13/+43 |
| | | |||||
| * | Fix #1079 | Ian Cordasco | 2013-01-02 | 1 | -0/+1 |
| | | | | | | Restore the functionality from here: https://github.com/kennethreitz/requests/blob/v0.14.2/requests/models.py#L884 | ||||
| * | Remove silly print statement. | Cory Benfield | 2012-12-28 | 1 | -1/+0 |
| | | |||||
| * | Make sure proxies have their scheme attached. | Cory Benfield | 2012-12-27 | 1 | -1/+4 |
| | | |||||
| * | Use full URL when contacting proxies. | Cory Benfield | 2012-12-27 | 1 | -2/+19 |
| | | | | | | Requests should use the full URL, not the path URL, when forwarding traffic through proxies. | ||||
| * | Import basestring. | Cory Benfield | 2012-12-19 | 1 | -1/+1 |
| | | |||||
| * | Fix stupid, stupid logic error. | Cory Benfield | 2012-12-19 | 1 | -1/+1 |
| | | |||||
| * | Correctly identify cert files. | Cory Benfield | 2012-12-19 | 1 | -1/+1 |
| | | | | | Resolves issue #1046. | ||||
| * | A bit of linting. | Ian Cordasco | 2012-12-17 | 1 | -4/+0 |
| | | | | | Mostly removed a whole bunch of unused imports. | ||||
| * | v1.0.2 | Kenneth Reitz | 2012-12-17 | 1 | -2/+2 |
| | | |||||
| * | fix for #1017 | Kenneth Reitz | 2012-12-17 | 1 | -2/+2 |
| | | |||||
| * | CURL_CA_BUNDLE | Kenneth Reitz | 2012-12-17 | 1 | -8/+0 |
| | | |||||
| * | fix verify bug | Kenneth Reitz | 2012-12-17 | 1 | -1/+1 |
| | | | | | Fixes #1019 | ||||
| * | proxy manager | Kenneth Reitz | 2012-12-17 | 1 | -1/+1 |
| | | |||||
| * | /s/prefetch/stream | Kenneth Reitz | 2012-12-17 | 1 | -2/+2 |
| | | |||||
| * | remove bunk | Kenneth Reitz | 2012-12-17 | 1 | -2/+0 |
| | | |||||
| * | docstrings | Kenneth Reitz | 2012-12-17 | 1 | -0/+1 |
| | | |||||
