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
/
test
/
test_language.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve netability of grammars
Aldo Cortesi
2014-10-26
1
-11
/
+27
*
Resolve a quoting ambiguity in nested response specs
Aldo Cortesi
2014-10-26
1
-9
/
+13
*
Allow nesting of pathod response specs in pathoc specs
Aldo Cortesi
2014-10-26
1
-2
/
+23
*
pathoc -n 0 repeats forever
Aldo Cortesi
2014-10-25
1
-1
/
+3
*
Make grammar less ambiguous for multi-pattern files
Aldo Cortesi
2014-10-25
1
-1
/
+10
*
Allow specification of multiple patterns from file and on command line
Aldo Cortesi
2014-10-25
1
-15
/
+45
*
Whitespace and formatting
Aldo Cortesi
2014-10-25
1
-16
/
+29
*
Nicer way to specify patterns read for file - just use a path
Aldo Cortesi
2014-10-25
1
-62
/
+50
*
fix windows compatibility
Maximilian Hils
2013-12-16
1
-4
/
+7
*
always read files in binary mode
Maximilian Hils
2013-06-16
1
-2
/
+2
*
Print pathod craft explanations to stdout.
Aldo Cortesi
2013-03-03
1
-1
/
+1
*
:u belongs on Request not Response
Aldo Cortesi
2012-11-16
1
-2
/
+3
*
Add u User-agent shortcut.
Aldo Cortesi
2012-11-16
1
-1
/
+20
*
Fix generated values in request path specification.
Aldo Cortesi
2012-10-31
1
-0
/
+5
*
Add a .freeze() method to all components.
Aldo Cortesi
2012-10-31
1
-45
/
+118
*
Add a .values method to messages, simplify a lot of stuff as a consequence.
Aldo Cortesi
2012-10-30
1
-4
/
+4
*
Make Message classes more self-contained.
Aldo Cortesi
2012-10-30
1
-6
/
+6
*
Extract .serve() method from message classes.
Aldo Cortesi
2012-10-30
1
-11
/
+11
*
Change preview_safe to return a safe copy of the current message.
Aldo Cortesi
2012-10-30
1
-3
/
+3
*
Simplify Request/Response class hierarchy.
Aldo Cortesi
2012-10-30
1
-2
/
+1
*
Add .spec methods for Request and Response objects.
Aldo Cortesi
2012-10-29
1
-0
/
+15
*
Add a .spec method to the token ABC, and to all tokens.
Aldo Cortesi
2012-10-29
1
-30
/
+63
*
Refactoring: canonical storage of a message is now the sequence of tokens tha...
Aldo Cortesi
2012-10-29
1
-21
/
+9
*
Cleaup, some more ABCs.
Aldo Cortesi
2012-10-29
1
-3
/
+3
*
Change response spec format to code[:features]
Aldo Cortesi
2012-10-28
1
-7
/
+7
*
Cleaup, ABC for Value classes.
Aldo Cortesi
2012-10-28
1
-1
/
+0
*
Clean up .accept() signature.
Aldo Cortesi
2012-10-28
1
-4
/
+0
*
Split Code and Reason into separate _Component objects.
Aldo Cortesi
2012-10-28
1
-7
/
+13
*
.body and .method to lazy generator instantiation.
Aldo Cortesi
2012-10-28
1
-11
/
+11
*
Move message body to new lazy-generator scheme.
Aldo Cortesi
2012-10-28
1
-1
/
+1
*
Adjust serve() API.
Aldo Cortesi
2012-10-28
1
-11
/
+11
*
Remove check argument to serve() methods.
Aldo Cortesi
2012-10-27
1
-23
/
+13
*
Major refactoring towars separate representation of expressions and request/r...
Aldo Cortesi
2012-10-27
1
-6
/
+6
*
Unit test suite love: 100% coverage
Aldo Cortesi
2012-10-25
1
-1
/
+11
*
Start moving policy checks to service-time, rather than parse-time.
Aldo Cortesi
2012-10-25
1
-48
/
+35
*
Extend Action and Value classes
Aldo Cortesi
2012-10-24
1
-59
/
+121
*
Start making Action objects more sophisticated.
Aldo Cortesi
2012-10-05
1
-3
/
+15
*
rparse.py -> language.py
Aldo Cortesi
2012-10-05
1
-0
/
+529