Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | clean up timestamp handling | Maximilian Hils | 2014-09-21 | 2 | -8/+12 | |
| | | ||||||
* | | web: minor fixes | Maximilian Hils | 2014-09-20 | 1 | -7/+9 | |
| | | ||||||
* | | web: display flow connection info | Maximilian Hils | 2014-09-19 | 3 | -84/+241 | |
| | | ||||||
* | | web: flow icons | Maximilian Hils | 2014-09-19 | 1 | -5/+51 | |
| | | ||||||
* | | start to fill detailpane | Maximilian Hils | 2014-09-19 | 4 | -9/+201 | |
| | | ||||||
* | | basic splitter -> kick-ass splitter | Maximilian Hils | 2014-09-18 | 2 | -12/+44 | |
| | | ||||||
* | | add splitter | Maximilian Hils | 2014-09-18 | 2 | -67/+110 | |
| | | ||||||
* | | web: detailpane impl | Maximilian Hils | 2014-09-18 | 2 | -141/+353 | |
| | | ||||||
* | | fix #361 | Maximilian Hils | 2014-09-18 | 2 | -7/+4 | |
| | | ||||||
* | | flowtable: add selection indicator, add keyboard navigation | Maximilian Hils | 2014-09-18 | 4 | -47/+167 | |
| | | ||||||
* | | .jsx -> .jsx.js | Maximilian Hils | 2014-09-18 | 1 | -3/+6 | |
| | | | | | | | | | | Rename jsx files to be compatible with Chrome Dev Tools and Workspace Mapping. | |||||
* | | undo spriting | Maximilian Hils | 2014-09-17 | 13 | -31/+47 | |
| | | ||||||
* | | add features to the traffic table, introduce image spriting | Maximilian Hils | 2014-09-17 | 6 | -21/+149 | |
| | | ||||||
* | | implement FlowStore basics | Maximilian Hils | 2014-09-17 | 6 | -24/+221 | |
| | | ||||||
* | | connect eventlog events to ui | Maximilian Hils | 2014-09-17 | 4 | -50/+43 | |
| | | ||||||
* | | Introduce short form object state, and connect the ends to send data to web app | Aldo Cortesi | 2014-09-17 | 7 | -20/+58 | |
| | | ||||||
* | | formatting | Maximilian Hils | 2014-09-17 | 1 | -79/+82 | |
| | | ||||||
* | | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 7 | -113/+92 | |
| | | | | | | | | | | | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class | |||||
* | | Whitespace & formatting | Aldo Cortesi | 2014-09-17 | 3 | -66/+136 | |
| | | ||||||
* | | Basic websocket connection, code cleanup. | Aldo Cortesi | 2014-09-17 | 5 | -46/+74 | |
| | | ||||||
* | | fix flow detail display | Maximilian Hils | 2014-09-16 | 1 | -1/+1 | |
| | | ||||||
* | | Slightly more verbose gulping, remove strict declarations for now. | Aldo Cortesi | 2014-09-16 | 1 | -3/+0 | |
| | | ||||||
* | | Convert to ES5 inheritance pattern | Aldo Cortesi | 2014-09-16 | 1 | -108/+117 | |
| | | ||||||
* | | We're not ready for ES6 | Aldo Cortesi | 2014-09-16 | 1 | -33/+41 | |
| | | | | | | | | Lets re-evaluate in June next year when it's actually released | |||||
* | | ignore compiled files in diff | Maximilian Hils | 2014-09-16 | 1 | -4/+5 | |
| | | ||||||
* | | format javascript | Maximilian Hils | 2014-09-16 | 1 | -221/+238 | |
| | | ||||||
* | | web: implement EventLogStore | Maximilian Hils | 2014-09-16 | 1 | -123/+130 | |
| | | ||||||
* | | web: eventlog ui | Maximilian Hils | 2014-09-15 | 3 | -9/+24 | |
| | | ||||||
* | | client-side structure | Maximilian Hils | 2014-09-15 | 5 | -203/+329 | |
| | | ||||||
* | | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2014-09-15 | 2 | -1/+6 | |
|\ \ | ||||||
| * | | fix bugs | Maximilian Hils | 2014-09-15 | 2 | -1/+6 | |
| | | | ||||||
* | | | Client-side cleanup | Aldo Cortesi | 2014-09-15 | 1 | -12/+10 | |
|/ / | | | | | | | | | | | - Remove grunt - Formatting and spacing. There shall be 4 spaces in a tab. Not 3. Not 5. And 2 is right out. | |||||
* | | fix missing timeout parameter | Maximilian Hils | 2014-09-14 | 1 | -1/+1 | |
| | | ||||||
* | | Web interface is live. | Aldo Cortesi | 2014-09-14 | 3 | -8080/+4 | |
| | | ||||||
* | | checkin assets | Maximilian Hils | 2014-09-14 | 6 | -0/+56563 | |
| | | ||||||
* | | Add tornado dependency, serve index file | Aldo Cortesi | 2014-09-14 | 3 | -3/+22 | |
| | | ||||||
* | | Basic web service and options | Aldo Cortesi | 2014-09-14 | 4 | -6/+60 | |
| | | ||||||
* | | Remove external app option, make tick timeout explicit | Aldo Cortesi | 2014-09-14 | 6 | -43/+10 | |
| | | ||||||
* | | Super-basic outline for web io loop | Aldo Cortesi | 2014-09-14 | 11 | -6/+8733 | |
| | | ||||||
* | | use bowser-installer | Maximilian Hils | 2014-09-13 | 6 | -48/+0 | |
| | | ||||||
* | | web -> onboarding | Aldo Cortesi | 2014-09-12 | 27 | -8255/+1485 | |
| | | ||||||
* | | Client-side framework for web application | Aldo Cortesi | 2014-09-10 | 19 | -1475/+8245 | |
| | | ||||||
* | | Reorg to put web app in its own directory | Aldo Cortesi | 2014-09-10 | 20 | -3/+4 | |
| | | ||||||
* | | fix jsunpacker imports | Maximilian Hils | 2014-09-09 | 2 | -2/+2 | |
| | | ||||||
* | | re-add mitmproxy/mitmdump scripts for convenience | Maximilian Hils | 2014-09-08 | 1 | -1/+1 | |
| | | ||||||
* | | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 6 | -16/+186 | |
| | | ||||||
* | | update examples, fix #353 | Maximilian Hils | 2014-09-08 | 2 | -1/+6 | |
|/ | ||||||
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 6 | -62/+89 | |
| | ||||||
* | document --ignore, fix #350 | Maximilian Hils | 2014-09-08 | 1 | -1/+2 | |
| | ||||||
* | improve logging | Maximilian Hils | 2014-09-08 | 1 | -7/+19 | |
| |