index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
|
*
Add a --nohang flag that turns off pauses in response generation.
Aldo Cortesi
2012-07-26
5
-9
/
+30
|
|
|
|
|
*
Add the public pathod server.
Aldo Cortesi
2012-07-25
2
-0
/
+26
|
|
|
|
|
*
Note that pauses are skipped during previews.
Aldo Cortesi
2012-07-25
5
-4
/
+15
|
|
|
|
|
*
Unit test about page.
Aldo Cortesi
2012-07-25
2
-1
/
+5
|
|
|
|
|
*
Use tabs for request/response definitions on language docs page.
Aldo Cortesi
2012-07-25
4
-142
/
+140
|
|
|
|
|
*
Expand examples for responses, remove dupes from pathod doc.
Aldo Cortesi
2012-07-25
3
-109
/
+31
|
|
|
|
|
*
Add a basic about page.
Aldo Cortesi
2012-07-25
3
-0
/
+31
|
|
|
|
|
*
Add examples for each preview form.
Aldo Cortesi
2012-07-25
2
-0
/
+73
|
|
|
|
|
*
Nicer error for empty preview spec submission.
Aldo Cortesi
2012-07-25
4
-2
/
+9
|
|
|
|
|
*
Refine parse error message a bit.
Aldo Cortesi
2012-07-25
3
-2
/
+21
|
|
|
|
|
*
Refactor test.py, add unit tests for app.py corner case.
Aldo Cortesi
2012-07-25
4
-16
/
+21
|
|
|
|
|
*
Sizing and placeholder for preview forms.
Aldo Cortesi
2012-07-25
3
-5
/
+16
|
|
|
|
|
*
Handle file access denied errors in previews.
Aldo Cortesi
2012-07-25
3
-25
/
+32
|
|
|
|
|
*
Swap the offset, seconds arguments for the pause operator.
Aldo Cortesi
2012-07-24
5
-18
/
+18
|
|
|
|
|
|
|
|
|
|
|
|
This makes it uniform with the other operators.s
|
|
*
Make actions at end of message work.
Aldo Cortesi
2012-07-24
2
-6
/
+24
|
|
|
|
|
*
Hide "go" button if crafting is off. Use configured crafting anchor point.
Aldo Cortesi
2012-07-24
5
-7
/
+13
|
|
|
|
|
*
Add preview for pathoc requests to web app.
Aldo Cortesi
2012-07-24
8
-21
/
+90
|
|
|
|
|
*
Make previews safer by stripping pauses.
Aldo Cortesi
2012-07-24
3
-0
/
+13
|
|
|
|
|
*
Don't add stuff to our internal log buffer if noapi is on.
Aldo Cortesi
2012-07-24
1
-8
/
+9
|
|
|
|
|
*
Turn off /log when noapi is set.
Aldo Cortesi
2012-07-24
2
-9
/
+18
|
|
|
|
|
*
Add option to specify craft anchor point.
Aldo Cortesi
2012-07-24
2
-5
/
+10
|
|
|
|
|
*
Add basic docs for request spec language.
Aldo Cortesi
2012-07-24
1
-24
/
+71
|
|
|
|
|
*
Add a Host header to pathoc requests by default.
Aldo Cortesi
2012-07-24
3
-21
/
+30
|
|
|
|
|
*
Document raw flag.
Aldo Cortesi
2012-07-24
1
-1
/
+12
|
|
|
|
|
*
Add a Date header to server responses, unless raw is set.
Aldo Cortesi
2012-07-24
2
-14
/
+34
|
|
|
|
|
*
Add a raw modifier to requests and responses, which turn off automatic ↵
Aldo Cortesi
2012-07-24
2
-12
/
+41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
additions. For now, this just turns off adding a Content-Length header when a body is specified.
|
|
*
Better handling of binary data output by pathoc.
Aldo Cortesi
2012-07-24
2
-5
/
+9
|
|
|
|
|
*
Add pathod --noapi to turn off the service API.
Aldo Cortesi
2012-07-23
3
-19
/
+26
|
|
|
|
|
*
Add a --nocraft option to pathod that turns off crafting.
Aldo Cortesi
2012-07-23
2
-32
/
+38
|
|
|
|
|
*
Add a --noweb option to turn web iface off, refactor unit tests.
Aldo Cortesi
2012-07-23
5
-25
/
+52
|
|
|
|
|
*
100% unit test coverage
Aldo Cortesi
2012-07-23
2
-3
/
+8
|
|
|
|
|
*
pathod.py unit tests++
Aldo Cortesi
2012-07-23
4
-11
/
+10
|
|
|
|
|
*
100% test coverage for pathoc.py
Aldo Cortesi
2012-07-23
2
-1
/
+12
|
|
|
|
|
*
Use local scrolling with a JQuery module, because anchor jumps are braindead.
Aldo Cortesi
2012-07-23
3
-0
/
+32
|
|
|
|
|
*
Unify offset specifications, and document them.
Aldo Cortesi
2012-07-23
2
-148
/
+180
|
|
|
|
|
*
Escape unprintable content in preview.
Aldo Cortesi
2012-07-23
4
-2
/
+23
|
|
|
|
|
*
100% test coverage for app.py
Aldo Cortesi
2012-07-23
2
-3
/
+19
|
|
|
|
|
*
Unit tests for most of app.py, return 404 for unknown log entry.
Aldo Cortesi
2012-07-23
6
-56
/
+68
|
|
|
|
|
*
Use configured size limit to keep previews in check.
Aldo Cortesi
2012-07-23
3
-15
/
+14
|
|
|
|
|
*
Refactor rparse.InternalResponse -> rparse.PathodErrorResponse
Aldo Cortesi
2012-07-23
3
-16
/
+10
|
|
|
|
|
*
Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.
Aldo Cortesi
2012-07-23
7
-18
/
+62
|
|
|
|
|
*
Add hooks for policy checks of served data.
Aldo Cortesi
2012-07-23
3
-10
/
+55
|
|
|
|
|
*
Add function for effective length calculation when actions are present.
Aldo Cortesi
2012-07-23
2
-3
/
+50
|
|
|
|
|
*
Make file generators display nicely in pathoc actions dump.
Aldo Cortesi
2012-07-22
1
-0
/
+3
|
|
|
|
|
*
Constrain file access to configured directory in pathod.
Aldo Cortesi
2012-07-22
2
-7
/
+15
|
|
|
|
|
*
Allow execution of specs from file, using +./path
Aldo Cortesi
2012-07-22
9
-8
/
+88
|
|
|
|
|
*
Doc reorg.
Aldo Cortesi
2012-07-22
4
-189
/
+232
|
|
|
|
|
*
Multiline specifications for pathod and pathoc.
Aldo Cortesi
2012-07-22
3
-8
/
+38
|
|
|
|
|
*
pathod: handle keyboard interrupts and SSL errors.
Aldo Cortesi
2012-07-22
1
-12
/
+21
|
|
|
|
|
*
Escape special characters in first line error log.
Aldo Cortesi
2012-07-22
2
-2
/
+1
|
|
|
[prev]
[next]