index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pathod
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Py3: pathoc
Shadab Zafar
2016-06-15
1
-10
/
+17
*
Py3: pathod
Shadab Zafar
2016-06-15
1
-11
/
+7
*
Py3: websockets
Shadab Zafar
2016-06-15
2
-3
/
+4
*
Py3: fix http2 bytes issue
Shadab Zafar
2016-06-15
1
-1
/
+1
*
Start rolling out leak detection in netlib
Aldo Cortesi
2016-06-14
1
-13
/
+1
*
Merge branch 'master' into appveyor
Aldo Cortesi
2016-06-12
5
-21
/
+15
|
\
|
*
Fold mitmproxy.version and pathod.version into netlib.version
Aldo Cortesi
2016-06-12
5
-21
/
+15
*
|
Make the tcp connection closer cancellable
Aldo Cortesi
2016-06-12
1
-33
/
+34
|
/
*
Improve debugging of thread and other leaks
Aldo Cortesi
2016-06-11
2
-21
/
+20
*
Fix a crash when pathoc connections fail
Aldo Cortesi
2016-06-10
2
-66
/
+62
*
Remove timestamps from pathoc output
Aldo Cortesi
2016-06-10
3
-16
/
+20
*
Py3: encode() the spec before appending to path
Shadab Zafar
2016-06-08
1
-1
/
+1
*
Py3: Find content-length header by bytes
Shadab Zafar
2016-06-08
1
-1
/
+1
*
Py3: Pass bytes to http Request and Response
Shadab Zafar
2016-06-08
1
-5
/
+5
*
Py3: Properly encode() access to user_agents
Shadab Zafar
2016-06-08
1
-1
/
+1
*
Utils cleanups
Aldo Cortesi
2016-06-07
2
-11
/
+11
*
Merge remote-tracking branch 'upstream/master'
Aldo Cortesi
2016-06-07
5
-62
/
+71
|
\
|
*
fix NestedMessage encoding
Maximilian Hils
2016-06-06
1
-1
/
+1
|
*
fix .freeze(), improve tests
Maximilian Hils
2016-06-06
1
-1
/
+1
|
*
Py3: encode() status code responses
Shadab Zafar
2016-06-06
1
-1
/
+1
|
*
Py3: Exception doesn't have to be bytes
Shadab Zafar
2016-06-06
1
-1
/
+1
|
*
Py3: Fix corresponding base.Integer test in test_language_base
Shadab Zafar
2016-06-06
1
-1
/
+1
|
*
Py3: Store base.Integer value as bytes
Shadab Zafar
2016-06-06
1
-2
/
+2
|
*
Py3: UASTRINGS should be indexed by and return bytes
Shadab Zafar
2016-06-06
1
-1
/
+1
|
*
Py3: decode() input before creating new Header token
Shadab Zafar
2016-06-06
1
-4
/
+4
|
*
Py3: Use bytes_to_escaped_str for escaping message
Shadab Zafar
2016-06-06
1
-3
/
+4
|
*
Py3: More byte literals
Shadab Zafar
2016-06-06
1
-6
/
+6
|
*
Py3: Use byte string literals
Shadab Zafar
2016-06-06
1
-4
/
+4
|
*
Py3: Return bytes from _Component class
Shadab Zafar
2016-06-06
1
-3
/
+3
|
*
fix pathod test on Windows
Maximilian Hils
2016-06-06
1
-1
/
+2
|
*
Fix sequencing in Pathoc websocket termination test
Aldo Cortesi
2016-06-06
1
-0
/
+1
|
*
Close when Pathoc.connect raises an exception
Aldo Cortesi
2016-06-06
1
-35
/
+41
*
|
Migrate pathod docs to Sphinx
Aldo Cortesi
2016-06-07
23
-1561
/
+0
|
/
*
Merge pull request #1211 from cortesi/pathod
Aldo Cortesi
2016-06-06
13
-462
/
+28
|
\
|
*
Ditch pathod static assets
Aldo Cortesi
2016-06-05
9
-215
/
+0
|
*
Remove last vestiges of noapi and noweb from pathod
Aldo Cortesi
2016-06-05
2
-23
/
+9
|
*
First-order removal of pathod API and app
Aldo Cortesi
2016-06-05
3
-224
/
+19
*
|
Py3: Use functools.total_ordering for better rich comparison
Shadab Zafar
2016-06-06
1
-0
/
+2
*
|
Py3: Use rich comparison methods (__eq__, __lt__) instead of __cmp__
Shadab Zafar
2016-06-06
1
-2
/
+5
|
/
*
Py3: Return path unescaped
Shadab Zafar
2016-06-04
1
-1
/
+1
*
Use encode to detect if string is valid ASCII
Shadab Zafar
2016-06-04
1
-2
/
+2
*
Fix Docstring: "inject" can be an action too
Shadab Zafar
2016-06-04
1
-2
/
+2
*
More explicit name for the tcp.Server handler counter
Aldo Cortesi
2016-06-03
1
-2
/
+2
*
Make tcp.Client.connect return a context manager that closes the connection
Aldo Cortesi
2016-06-03
1
-1
/
+2
*
Pathod websocket service threads should not be immortal
Aldo Cortesi
2016-06-03
1
-1
/
+1
*
Implement a service connection handler counter, use it in Pathod test suite
Aldo Cortesi
2016-06-03
1
-0
/
+15
*
Merge remote-tracking branch 'upstream/master' into testsuite
Aldo Cortesi
2016-06-03
1
-24
/
+33
|
\
|
*
Handle the slice object case in TransformGenerator.__getitem__
Shadab Zafar
2016-06-03
1
-0
/
+2
|
*
please flake8
Maximilian Hils
2016-06-02
1
-1
/
+1
|
*
Merge remote-tracking branch 'duffer/pathod-lang-generators'
Maximilian Hils
2016-06-02
1
-24
/
+31
|
|
\
[prev]
[next]