aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - changed license to MIT, as it is more easily integrated into the mitmproxy ↵davidpshaw2014-05-066-69/+105
| | | | project
* - working WBXML parserDavid Shaw2014-05-069-0/+1200
|
* Merge pull request #269 from shvar/masterMaximilian Hils2014-04-291-1/+3
|\ | | | | init ProxyConfig.certstore with custom certs
| * fix default certsEli Shvartsman2014-04-291-1/+1
| |
| * init ProxyConfig.certstore with custom certsEli Shvartsman2014-04-291-0/+2
| |
* | Update server.pyEli Shvartsman2014-04-291-1/+1
|/ | | | | We should ask for upstream cert only if there is: 1) no no_upstream_cert option specified 2) ssl connection to server is established
* Fix proxy optionsAldo Cortesi2014-04-121-2/+2
|
* fix issue #260Maximilian Hils2014-04-071-1/+3
|
* beef up error messagesMaximilian Hils2014-03-261-1/+1
|
* add requests to requrements, improve error loggingMaximilian Hils2014-03-191-1/+4
|
* fix minor version stringMaximilian Hils2014-03-191-1/+1
|
* fix display bugs (fixes #243)Maximilian Hils2014-03-182-2/+7
|
* forward proxy -> upstream proxyMaximilian Hils2014-03-143-12/+12
|
* remove debug switchMaximilian Hils2014-03-131-5/+1
|
* order command line options, add disting proxy option groupMaximilian Hils2014-03-132-64/+70
|
* adjust command line docs, fix log typoMaximilian Hils2014-03-132-3/+3
|
* adjust tests, fix option handlingMaximilian Hils2014-03-132-2/+1
|
* add support for log levelsMaximilian Hils2014-03-1310-60/+65
|