home
/
mine/kitsu-http.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
mine/kitsu-http.git
2011-10-31
Alexey Borzenkov
Update version to 0.0.6
master
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Alexey Borzenkov
Make kitsu.http a namespace package as well
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Alexey Borzenkov
Update code to use kitsu.http.client
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Alexey Borzenkov
kitsu.http.client: renamed from kitsu.http.sockets
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Alexey Borzenkov
kitsu.http.sockets: remove ssl from sys.modules in...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Alexey Borzenkov
kitsu.http.sockets: make HTTPProxyClient a better socke...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-01
Alexey Borzenkov
Don't fail on multiple Content-Length headers
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Alexey Borzenkov
Update version to 0.0.4
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Alexey Borzenkov
Respect request headers, but blacklist some of them...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Alexey Borzenkov
Don't expose header instances, only their names
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Alexey Borzenkov
On redirects switch to GET method and add referer
commit
|
commitdiff
|
tree
|
snapshot
2011-03-04
Alexey Borzenkov
tests/test_sockets.py: fix a weird symbol near the end
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Alexey Borzenkov
Update version to 0.0.3
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Alexey Borzenkov
Add scripts to run setup.py with monkey patches from...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Alexey Borzenkov
Fix eventlet-related bug with requesting secure urls...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Alexey Borzenkov
Add examples/proxy-example.py
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Alexey Borzenkov
Change version and description
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Alexey Borzenkov
Make sure Headers keys and values are strings, add...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Alexey Borzenkov
Remove old twisted code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Alexey Borzenkov
Avoid importing anything inside of functions
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
Alexey Borzenkov
Make kitsu namespace package the way setuptools recommends
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Alexey Borzenkov
Add some very simple tests for Agent
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Alexey Borzenkov
Add url and urlchain to responses in Agent.makeRequest
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Alexey Borzenkov
Rename create_connection to create_socket. Make connect...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Alexey Borzenkov
Get rid of wrappers for gethostbyname and gethostbyaddr
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Alexey Borzenkov
Rename Client to HTTPClient and HTTPSProxyClient to...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Alexey Borzenkov
Move __all__ to top everywhere
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Alexey Borzenkov
Allow Headers to be used as weakref
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Alexey Borzenkov
Get rid of unnecessary __slots__
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Alexey Borzenkov
Add Connector to __all__
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Alexey Borzenkov
Better mimic socket behavior in HTTPSProxyClient
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Alexey Borzenkov
Add Connector class for connecting via http proxies
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Alexey Borzenkov
Fix HTTPSProxyClient
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Alexey Borzenkov
Include failing lines when parsing Request and Response
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Alexey Borzenkov
kitsu.http.sockets: fix some typos
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Alexey Borzenkov
Add kitsu.http to packages and mark it zip_safe
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Alexey Borzenkov
Don't pollute kitsu namespace with symbols
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Alexey Borzenkov
Process redirects
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Alexey Borzenkov
Use default agent headers
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Alexey Borzenkov
Process keepalive and close client when needed
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Alexey Borzenkov
Allow using None values to remove headers
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Alexey Borzenkov
Close client in agent when request fails
commit
|
commitdiff
|
tree
|
snapshot
2010-09-11
Alexey Borzenkov
Don't keep function references as method defaults
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Alexey Borzenkov
Work around some bugs with ssl timeouts not working
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Alexey Borzenkov
Partial implementation of Agent for sockets
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Alexey Borzenkov
Change the way Client's sizelimit is enforced
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Alexey Borzenkov
Make sure to escape any whitespace in request target
commit
|
commitdiff
|
tree
|
snapshot
2010-09-07
Alexey Borzenkov
sockets.py: add total size limit
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Alexey Borzenkov
test_sockets: make Server threads shutdown properly
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Alexey Borzenkov
Add more .gitignore's
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Alexey Borzenkov
Add stub setup.py and README files
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Alexey Borzenkov
Make test_sockets a proper test case
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Alexey Borzenkov
Rename kitsu.http.agent to kitsu.http.sockets
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Alexey Borzenkov
Make socket and data detachable from Client
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Alexey Borzenkov
Better http exceptions
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Alexey Borzenkov
Start reimplementing with both Twisted and sockets...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
Alexey Borzenkov
Make sure there are no circular references in TunnelPro...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
Alexey Borzenkov
Fix a typo in TunnelProtocol
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
Alexey Borzenkov
Clear all members in TunnelFactory after connection
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
Alexey Borzenkov
Process tunnel responses earlier
commit
|
commitdiff
|
tree
|
snapshot
2010-06-12
Alexey Borzenkov
Don't overwrite Host if it is specified in headers
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Alexey Borzenkov
_parseProxy shouldn't fail if there is no proxy
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
Alexey Borzenkov
Add TunnelCreator class and example
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
Alexey Borzenkov
Get rid of 'HTTP' prefixes in class names
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
Alexey Borzenkov
Say "in progress" instead of "is pending"
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
Alexey Borzenkov
Split proxy parsing into _parseProxy function
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
Alexey Borzenkov
Fixed: buffer was always empty at response time
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
Alexey Borzenkov
Move stuff around a little
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Alexey Borzenkov
Successful response should include a url
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Alexey Borzenkov
Make it possible to limit response body size
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Alexey Borzenkov
Always specify Content-Length for non-GET requests
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Alexey Borzenkov
Hard dependency on ssl is not needed here
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
Added two usage examples
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
More features and cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
Get rid of unnecessary imports/exports and errors
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
Get rid of HTTPClient.state, we don't need it
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
HTTPAgent.makeRequest should always return Deferred
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
Ensure there's no buffered data before starting TLS
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
Rename kitsu/http.py to kitsu_http.py
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
Add LICENSE information
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Alexey Borzenkov
Implement HTTPS proxies, redirects, etc
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Alexey Borzenkov
Add .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Alexey Borzenkov
Add a very simplistic http agent
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Alexey Borzenkov
Get rid of unnecessary callbacks for parsers and implem...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Alexey Borzenkov
Some more work with headers
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Alexey Borzenkov
initial protocol implementation
commit
|
commitdiff
|
tree
|
snapshot