aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
...
* fix #327Maximilian Hils2014-08-182-0/+39
|
* fix: changes to request.host in the request inline script hook are now ↵Maximilian Hils2014-08-171-13/+17
| | | | considered for the server connection
* fix #324Maximilian Hils2014-08-171-8/+13
|
* adjust to netlib changesMaximilian Hils2014-08-172-3/+1
|
* do not connect if inline script already connected to upstream serverMaximilian Hils2014-08-121-1/+1
|
* fix #270Maximilian Hils2014-08-105-14/+17
|
* implement passthrough mode, fixes #175Maximilian Hils2014-08-094-23/+42
|
* fix #274Maximilian Hils2014-08-091-2/+6
|
* fix replay formMaximilian Hils2014-08-091-2/+7
|
* fix #308Maximilian Hils2014-08-083-37/+59
|
* fix display of urls in upstream mode, refs #308Maximilian Hils2014-08-082-3/+16
|
* fix #318Maximilian Hils2014-08-081-33/+47
|
* remove platform.setupMaximilian Hils2014-08-083-7/+5
|
* properly express state information on server connections, refs #315Maximilian Hils2014-08-085-34/+44
|
* fix script path escaping on windows, refs #293Maximilian Hils2014-08-081-0/+3
|
* docs: add docs for script args, fix #293Maximilian Hils2014-08-071-2/+4
|
* suppress SPDY/HTTP2 announcement headers, fix #277Maximilian Hils2014-08-032-17/+12
|
* fix #307Maximilian Hils2014-08-032-9/+19
|
* fix #317Maximilian Hils2014-08-031-2/+2
|
* Merge branch 'stream'Maximilian Hils2014-07-318-79/+156
|\ | | | | | | | | Conflicts: libmproxy/protocol/http.py
| * add status bar indicator for streamingMaximilian Hils2014-07-251-0/+2
| |
| * workaround: always make sure that flow.response.reply existsMaximilian Hils2014-07-255-7/+9
| |
| * fix to make it so streaming with mitmproxy doesn't explode due to no reply ↵Brad Peabody2014-07-241-1/+1
| | | | | | | | on response
| * always initialize HTTPResponse.stream attributeMaximilian Hils2014-07-232-3/+3
| |
| * add --stream options, various fixesMaximilian Hils2014-07-215-62/+98
| |
| * unify stream handlingMaximilian Hils2014-07-211-41/+24
| |
| * simplify responseheader scripthookMaximilian Hils2014-07-202-19/+9
| |
| * Merge branch 'stream' of https://github.com/bradleypeabody/mitmproxy into streamMaximilian Hils2014-07-202-17/+81
| |\
| | * fixed handling of Transfer-Encoding header during streaming; wrote tests for ↵Brad Peabody2014-07-191-16/+22
| | | | | | | | | | | | streaming support
| | * basic attempt to implement streaming response, needs testingBrad Peabody2014-07-172-5/+63
| | |
* | | fix #313Maximilian Hils2014-07-271-2/+8
| | |
* | | refactor tcp handling, fix #280Maximilian Hils2014-07-271-32/+37
| | |
* | | minor fixesMaximilian Hils2014-07-273-4/+4
| | |
* | | fix #259Maximilian Hils2014-07-264-10/+14
| | |
* | | if no_upstream_cert is set, include SNI value als SubjectAltName, fix #291Maximilian Hils2014-07-181-0/+2
| | |
* | | add transparent proxy mode on windows (docs still missing)Maximilian Hils2014-07-1613-3/+1246
|/ /
* / fix parameter namingMaximilian Hils2014-07-141-5/+5
|/
* make include_content=False work by passing this on to netlib's ↵Brad Peabody2014-07-121-3/+2
| | | | http.read_response
* fix command line helpMaximilian Hils2014-07-061-2/+2
|
* Merge pull request #300 from zbrdge/freebsd-platformMaximilian Hils2014-07-033-1/+14
|\ | | | | Freebsd 10 platform
| * only support FreeBSD 10+Zack B2014-07-012-2/+2
| |
| * add resolver for FreeBSD using pfctlZack B2014-07-013-1/+14
| |
* | Merge pull request #286 from m0sth8/remove_global_should_exitMaximilian Hils2014-07-033-16/+14
|\ \ | |/ |/| Remove global should_exit and fix tests
| * Remove global should_exit and fix testsVyacheslav Bakhmutov2014-06-133-16/+14
| |
* | fix ProxyError inheritanceMaximilian Hils2014-06-251-6/+4
| |
* | expose socknameMaximilian Hils2014-06-252-2/+5
| |
* | add support for certificate chains, refs #174Maximilian Hils2014-05-212-3/+6
|/
* fix up error messagesMaximilian Hils2014-05-153-76/+79
|
* fix #267Maximilian Hils2014-05-151-1/+3
|
* re-use cert creation from netlib in handle_sni, fix #272Maximilian Hils2014-05-151-13/+22
|