Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into print-bracket-fix | Jim Shaver | 2015-05-31 | 1 | -33/+53 |
|\ | | | | | | | | | | | | | | | Conflicts: examples/har_extractor.py examples/nonblocking.py examples/read_dumpfile libmproxy/web/app.py | ||||
| * | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -34/+54 |
| | | |||||
* | | Fixed print function to be inline with python 3 | Jim Shaver | 2015-05-29 | 1 | -1/+1 |
|/ | |||||
* | Clean up har_extractor example | Aldo Cortesi | 2015-01-02 | 1 | -54/+76 |
| | | | | | - Fix spacing, line length, unused imports, unusual import idioms - Prevent it from barfing into our test output | ||||
* | Added try/except block for import errors with harparser and pytz. | Justus Wingert | 2014-11-15 | 1 | -2/+8 |
| | |||||
* | Updated setup.py and moved requirements to examples section. Included ↵ | Justus Wingert | 2014-11-15 | 1 | -14/+22 |
| | | | | examples section in requirements.txt. Updated har_extractor to use command line arguments. | ||||
* | Switched to pytz. Added comment for clarification on behaviour of ↵ | Justus Wingert | 2014-11-15 | 1 | -15/+8 |
| | | | | HAREncodable. Added missing parameter in reset(). Fixed accessing headers. | ||||
* | It seems get_decoded_content can actually be shorter than content due to ↵ | Justus Wingert | 2014-11-15 | 1 | -1/+1 |
| | | | | encoding issues. Since I'm not crazy after all it seems safe to push. | ||||
* | Removed the globals and replaced them with internal attributes of _HARLog. ↵ | Justus Wingert | 2014-11-15 | 1 | -34/+46 |
| | | | | Minor bugfixes to make ssl timings work. | ||||
* | Typo... | Justus Wingert | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | Improved helper method, marginally. | Justus Wingert | 2014-11-15 | 1 | -4/+4 |
| | |||||
* | Updated documentation and cleaned up the code. | Justus Wingert | 2014-11-15 | 1 | -105/+91 |
| | |||||
* | Initial checkin with har_extractor script. | Justus Wingert | 2014-11-15 | 1 | -0/+207 |