Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3627 from RamiBerm/patch-1 | Maximilian Hils | 2019-09-05 | 1 | -1/+4 |
|\ | | | | | Updated har_dump,py timings dictionary function | ||||
| * | make dict comprehension more readable | Maximilian Hils | 2019-09-05 | 1 | -1/+4 |
| | | |||||
| * | Updated har_dump,py timings dictionary function | RamiBerm | 2019-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | the HAR file spec (http://www.softwareishard.com/blog/har-12-spec/#timings) states that timings that do not apply for a certain requests should be set to -1, this example may set -1000 as a timings value for certain requests. This ends up producing invalid HAR files in many cases. My proposed fix is to assign -1 into the dic and only multiply by 1000 for other values | ||||
* | | Merge pull request #3630 from tsaaristo/encode-zstandard | Maximilian Hils | 2019-09-05 | 6 | -5/+27 |
|\ \ | | | | | | | Add support for zstd Content-Encoding | ||||
| * | | encoding: add support for zstd (zstandard) | Tero Saaristo | 2019-09-05 | 6 | -5/+27 |
| |/ | | | | | | | Handles zstandard-compressed bodies labeled as zstd. | ||||
* / | lint | Maximilian Hils | 2019-09-05 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3591 from mhils/misc | Maximilian Hils | 2019-07-19 | 1 | -1/+1 |
|\ | | | | | fix addon deconstruction | ||||
| * | fix addon deconstruction | Maximilian Hils | 2019-07-18 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3587 from mhils/yaml-list | Maximilian Hils | 2019-07-18 | 1 | -1/+3 |
|\ | | | | | fix sequence option declaration in yaml files | ||||
| * | fix sequence option declaration in yaml files | Maximilian Hils | 2019-07-18 | 1 | -1/+3 |
| | | |||||
* | | remove unused dependency | Maximilian Hils | 2019-07-18 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #3586 from mhils/issue-py38compat | Maximilian Hils | 2019-07-18 | 1 | -1/+2 |
|\ \ | |/ |/| | fix py38 compat | ||||
| * | fix py38 compat | Maximilian Hils | 2019-07-18 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #3516 from pierlon/remove-confdir-argument | Maximilian Hils | 2019-07-17 | 2 | -8/+1 |
|\ | | | | | Remove the confdir argument | ||||
| * | Remove the confdir argument | Pierre Gordon | 2019-04-09 | 2 | -8/+1 |
| | | | | | | | | Closes #3266 | ||||
* | | Merge pull request #3542 from ZHRhodes/patch-1 | Maximilian Hils | 2019-07-17 | 1 | -1/+1 |
|\ \ | | | | | | | Typo in howto-wireshark-tls.md | ||||
| * | | Update howto-wireshark-tls.md | ZHRhodes | 2019-05-16 | 1 | -1/+1 |
| |/ | | | | | Fixed a typo in describing the master keys | ||||
* | | Merge pull request #3547 from felixonmars/brotli | Maximilian Hils | 2019-07-17 | 2 | -2/+2 |
|\ \ | | | | | | | Use Brotli instead of brotlipy | ||||
| * | | update pyinstaller | Maximilian Hils | 2019-07-17 | 1 | -1/+1 |
| | | | |||||
| * | | Use Brotli instead of brotlipy | Felix Yan | 2019-05-27 | 1 | -1/+1 |
| |/ | | | | | | | | | brotlipy is stuck at brotli 0.6 and upstream is inactive. Let's switch to the official binding which is up-to-date and has same interfaces. | ||||
* | | Merge pull request #3525 from tonyb486/bugfix-dateheader | Maximilian Hils | 2019-07-17 | 3 | -3/+3 |
|\ \ | | | | | | | Fix #3502 by using email.utils.formatdate's usegmt argument. | ||||
| * | | update formatdate for cookies and tests to use GMT formatting | Anthony Biondo | 2019-04-16 | 2 | -2/+2 |
| | | | |||||
| * | | Fix #3502 by using email.utils.formatdate's usegmt argument. | Anthony Biondo | 2019-04-16 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #3580 from MathieuBordere/mathieu/3567-ReplaceMasker | Maximilian Hils | 2019-07-17 | 1 | -6/+10 |
|\ \ | | | | | | | websockets: replace masker with more optimized one | ||||
| * | | websockets: replace masker with more optimized one | Mathieu Borderé | 2019-07-06 | 1 | -6/+10 |
|/ / | |||||
* | | Merge pull request #3570 from luciopaiva/patch-1 | Thomas Kriechbaumer | 2019-07-03 | 1 | -2/+2 |
|\ \ | |/ |/| | Doc fix regarding transparent proxy on macOS | ||||
| * | Minor fix re. macOS steps | Lucio Paiva | 2019-06-26 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #3480 from lusceu/master | Maximilian Hils | 2019-04-02 | 2 | -12/+28 |
|\ | | | | | Updated exif kaitai files | ||||
| * | Fixed the exif .ksy files in the kaitai repo. Compiled the .ksy to python ↵ | ls | 2019-02-17 | 2 | -12/+28 |
| | | | | | | | | files and updated them in the contrib folder. | ||||
* | | Merge pull request #3490 from rjt-gupta/rjt-gupta-update-readme | Maximilian Hils | 2019-04-02 | 1 | -1/+1 |
|\ \ | | | | | | | Suggestion: Update Readme to improve testing | ||||
| * | | simplify testing instructions | Maximilian Hils | 2019-04-02 | 1 | -7/+1 |
| | | | |||||
| * | | Update README.rst | Rajat Gupta | 2019-02-28 | 1 | -0/+6 |
| |/ | |||||
* | | Merge pull request #3509 from ohhorob/patch-1 | Samoilenko Roman | 2019-03-30 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix markdown typo on addons-scripting.md | ||||
| * | Fix markdown typo on addons-scripting.md | Rob Wills | 2019-03-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3459 from RPigott/wsproto-update | Thomas Kriechbaumer | 2019-01-31 | 2 | -49/+52 |
|\ | | | | | Fix: update to wsproto 0.13 for real this time | ||||
| * | removed whitespace in kwargs | rpigott | 2019-01-31 | 1 | -4/+4 |
| | | |||||
| * | whitespace error | rpigott | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | Separate client and server PerMessageDefalte extension per #3460 | rpigott | 2019-01-30 | 1 | -6/+10 |
| | | |||||
| * | update to wsproto 0.13 | rpigott | 2019-01-29 | 2 | -45/+44 |
|/ | |||||
* | Merge pull request #3437 from yan12125/fix-tests-on-mojave | Thomas Kriechbaumer | 2019-01-26 | 1 | -1/+5 |
|\ | | | | | Fix a failing test on macOS Mojave | ||||
| * | Fix a failing test on macOS Mojave | Chih-Hsuan Yen | 2018-12-29 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #3441 from petersmythe/patch-1 | Maximilian Hils | 2019-01-23 | 2 | -2/+2 |
|\ \ | | | | | | | Fix spelling issues | ||||
| * | | Fix space | Peter Smythe | 2019-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fix spelling | Peter Smythe | 2019-01-03 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #3451 from yjh0502/openbsd-doc | Maximilian Hils | 2019-01-23 | 1 | -1/+1 |
|\ \ | | | | | | | openbsd: divert-to requires exact listen address | ||||
| * | | openbsd: divert-to requires exact listen address | Jihyun Yu | 2019-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | divert-to does not work with '0.0.0.0' or similar listen address, so we need to specify listen address that we provided to `pf`. | ||||
* | | | Merge pull request #3453 from XZzYassin/patch-1 | Maximilian Hils | 2019-01-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fixes copying on macos | ||||
| * | | | fixes copying on macos | Mumen Yassin | 2019-01-23 | 1 | -1/+1 |
|/ / / | |||||
* | | | remove travis workaround | Thomas Kriechbaumer | 2019-01-18 | 1 | -1/+0 |
| | | | |||||
* | | | remove sudo:false flag | Thomas Kriechbaumer | 2019-01-18 | 1 | -1/+0 |
|/ / | | | | | https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration |