Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: implement update and remove for list and view | Maximilian Hils | 2016-06-04 | 5 | -36/+184 |
* | web: add flows to redux state | Maximilian Hils | 2016-06-03 | 6 | -38/+132 |
* | web: add redux list views | Maximilian Hils | 2016-06-03 | 4 | -83/+191 |
* | web: remove old event log store | Maximilian Hils | 2016-06-03 | 5 | -45/+7 |
* | web: implement redux store fetching | Maximilian Hils | 2016-06-03 | 9 | -73/+360 |
* | fix style | Thomas Kriechbaumer | 2016-06-03 | 1 | -0/+2 |
* | Merge branch 'redux-ducks' | Maximilian Hils | 2016-06-02 | 18 | -2533/+3953 |
|\ | |||||
| * | web: fix eventlog height registration | Maximilian Hils | 2016-06-02 | 2 | -22/+35 |
| * | web: reduxify event log store | Maximilian Hils | 2016-06-02 | 11 | -205/+462 |
| * | web: reduxify WebSocket | Maximilian Hils | 2016-06-02 | 7 | -71/+212 |
| * | remove reducers directory | Maximilian Hils | 2016-06-02 | 1 | -8/+0 |
| * | web: :hatching_chick: | Maximilian Hils | 2016-06-02 | 14 | -465/+344 |
| * | use object spread operator | Maximilian Hils | 2016-06-02 | 3 | -4/+7 |
| * | add basic redux architecture, convert eventlog to redux | Maximilian Hils | 2016-06-02 | 9 | -812/+2258 |
| * | add redux as dependency | Maximilian Hils | 2016-06-01 | 1 | -0/+2 |
* | | Merge pull request #1190 from mitmproxy/file_menu_save_open | Maximilian Hils | 2016-06-02 | 7 | -1542/+2069 |
|\ \ | |||||
| * | | final review done, nothing to change -> ready to merge | Clemens | 2016-06-02 | 2 | -1516/+1933 |
| * | | fix dumpfile upload | Maximilian Hils | 2016-06-02 | 3 | -19/+74 |
| * | | web: add fetchApi convenience method | Maximilian Hils | 2016-06-02 | 4 | -12/+18 |
| * | | change some pr issuses | Clemens | 2016-06-02 | 5 | -21/+26 |
| * | | basic file up and download working | Clemens | 2016-06-02 | 3 | -4/+14 |
| * | | basic file up and download working | Clemens | 2016-06-02 | 1 | -1/+2 |
| * | | added basic file up_download functionality (not finish yet) | Clemens | 2016-06-02 | 4 | -18/+39 |
| * | | added ui | Clemens | 2016-06-02 | 1 | -0/+12 |
* | | | Merge pull request #1167 from xntrik/mark_filter | Aldo Cortesi | 2016-06-03 | 3 | -0/+44 |
|\ \ \ | |||||
| * | | | implement a toggle for viewing marked flows only in console | Christian Frichot | 2016-05-24 | 3 | -0/+44 |
* | | | | Merge remote-tracking branch 'upstream/master' | Aldo Cortesi | 2016-06-03 | 18 | -618/+604 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #1202 from Lukasa/track-down-crypto-problems | Maximilian Hils | 2016-06-02 | 1 | -2/+3 |
| |\ \ \ \ | |||||
| | * | | | | Quiet mode is a lie! | Cory Benfield | 2016-06-02 | 1 | -2/+2 |
| | * | | | | Better debugging output. | Cory Benfield | 2016-06-02 | 1 | -0/+1 |
| * | | | | | Merge pull request #1192 from cortesi/testsuite | Aldo Cortesi | 2016-06-03 | 11 | -84/+152 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Bush-leage revert: re-enable brew OpenSSL update | Aldo Cortesi | 2016-06-03 | 1 | -1/+1 |
| | * | | | | More explicit name for the tcp.Server handler counter | Aldo Cortesi | 2016-06-03 | 2 | -4/+4 |
| | * | | | | Try not updating OpenSSL for now | Aldo Cortesi | 2016-06-03 | 2 | -2/+2 |
| | * | | | | Make dev.sh noisy to troubleshoot OpenSSL travis issue | Aldo Cortesi | 2016-06-03 | 1 | -1/+1 |
| | * | | | | Make tcp.Client.connect return a context manager that closes the connection | Aldo Cortesi | 2016-06-03 | 3 | -19/+28 |
| | * | | | | 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 | 3 | -7/+44 |
| | * | | | | Merge remote-tracking branch 'upstream/master' into testsuite | Aldo Cortesi | 2016-06-03 | 8 | -533/+452 |
| | |\ \ \ \ | |||||
| | * | | | | | Satisfy linting gods | Aldo Cortesi | 2016-06-02 | 1 | -1/+2 |
| | * | | | | | Make last_log actually return last log | Aldo Cortesi | 2016-06-02 | 1 | -1/+1 |
| | * | | | | | Silence requests warnings | Aldo Cortesi | 2016-06-02 | 1 | -0/+3 |
| | * | | | | | Reimplement test retrievals on pathoc and ditch requests | Aldo Cortesi | 2016-06-02 | 3 | -11/+27 |
| | * | | | | | pathod.test shouldn't use the API at all | Aldo Cortesi | 2016-06-02 | 2 | -15/+5 |
| | * | | | | | Since we have locks over the logs, use direct access rather than API requests... | Aldo Cortesi | 2016-06-02 | 3 | -10/+7 |
| | * | | | | | Bump error timeout | Aldo Cortesi | 2016-06-02 | 1 | -1/+1 |
| | * | | | | | Remove debug print | Aldo Cortesi | 2016-06-02 | 1 | -1/+0 |
| | * | | | | | Add expect_log to the pathod test truss, and use it for last_log | Aldo Cortesi | 2016-06-02 | 1 | -1/+15 |
| | * | | | | | Formatting of README | Aldo Cortesi | 2016-06-02 | 1 | -16/+22 |
| | * | | | | | Fix lock over pathod locks | Aldo Cortesi | 2016-06-02 | 1 | -8/+10 |