| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a function to get cookie expiration time | Shadab Zafar | 2016-08-15 | 1 | -0/+20 |
* | Add method to group pairs by cookies | Shadab Zafar | 2016-08-15 | 1 | -0/+20 |
* | Merge pull request #1447 from mitmproxy/secure-by-default | Aldo Cortesi | 2016-08-01 | 1 | -6/+6 |
|\ |
|
| * | improve invalid certificate ux | Maximilian Hils | 2016-07-27 | 1 | -6/+6 |
* | | Merge pull request #1449 from mhils/fix-1448 | Maximilian Hils | 2016-07-30 | 1 | -1/+4 |
|\ \ |
|
| * | | add escape_single_quotes=False arg to bytes_to_escaped_str | Maximilian Hils | 2016-07-29 | 1 | -1/+4 |
| |/ |
|
* / | Integrated encode/decoder for brotli | Angelo Agatino Nicolosi | 2016-07-30 | 1 | -0/+12 |
|/ |
|
* | add quote/unquote tests | Maximilian Hils | 2016-07-24 | 1 | -2/+42 |
* | remove content caching in netlib.http.Message | Maximilian Hils | 2016-07-23 | 1 | -33/+0 |
* | add tests for single-element cache | Maximilian Hils | 2016-07-23 | 1 | -0/+30 |
* | fix content view cache invalidation | Maximilian Hils | 2016-07-21 | 2 | -5/+13 |
* | console: share one ActionBar instance | Aldo Cortesi | 2016-07-21 | 1 | -1/+1 |
* | Fix netlib.utils.is_valid_host | Aldo Cortesi | 2016-07-21 | 2 | -0/+16 |
* | fix-1366 | Thomas Kriechbaumer | 2016-07-16 | 1 | -4/+22 |
* | preserve content-type parameter order | Maximilian Hils | 2016-07-15 | 1 | -1/+3 |
* | Merge remote-tracking branch 'origin/master' into message-body-encoding | Maximilian Hils | 2016-07-15 | 7 | -50/+92 |
|\ |
|
| * | Test cookies.is_expired separately | Shadab Zafar | 2016-07-10 | 1 | -0/+21 |
| * | Make escape_control_characters handle strings on Py2 | Shadab Zafar | 2016-07-09 | 1 | -2/+3 |
| * | tests++ | Maximilian Hils | 2016-07-07 | 1 | -0/+15 |
| * | py3++ | Maximilian Hils | 2016-07-07 | 2 | -3/+3 |
| * | py3++ | Maximilian Hils | 2016-07-07 | 1 | -4/+4 |
| * | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 1 | -13/+13 |
| * | py3++ | Maximilian Hils | 2016-07-06 | 1 | -11/+4 |
| * | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 1 | -15/+25 |
| * | http2: test throttling at MAX_CONCURRENT_STREAMS | Thomas Kriechbaumer | 2016-07-05 | 1 | -5/+7 |
* | | improve message content semantics | Maximilian Hils | 2016-07-15 | 2 | -13/+73 |
* | | raise ValueError if content-encoding is invalid | Maximilian Hils | 2016-07-04 | 1 | -8/+10 |
* | | tests++ | Maximilian Hils | 2016-07-02 | 1 | -1/+43 |
* | | message.content -> .raw_content, implement .text | Maximilian Hils | 2016-07-02 | 2 | -52/+105 |
|/ |
|
* | minor fixes | Maximilian Hils | 2016-07-01 | 1 | -5/+5 |
* | py3++ | Maximilian Hils | 2016-07-01 | 1 | -4/+0 |
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 2 | -544/+1 |
* | Merge pull request #1253 from mhils/fix-debug | Aldo Cortesi | 2016-06-14 | 1 | -0/+4 |
|\ |
|
| * | fix debug mode on Windows | Maximilian Hils | 2016-06-13 | 1 | -0/+4 |
* | | Fix Python3 tests | Aldo Cortesi | 2016-06-14 | 1 | -1/+1 |
* | | Satisfy lint | Aldo Cortesi | 2016-06-14 | 1 | -1/+1 |
* | | Use handlers in http2 test suite | Aldo Cortesi | 2016-06-14 | 1 | -100/+100 |
* | | Start rolling out leak detection in netlib | Aldo Cortesi | 2016-06-14 | 2 | -211/+221 |
|/ |
|
* | debug: On SIGUSR2, we dump tracebacks for all threads to screen | Aldo Cortesi | 2016-06-11 | 1 | -0/+6 |
* | Improve debugging of thread and other leaks | Aldo Cortesi | 2016-06-11 | 1 | -0/+8 |
* | debug.sysinfo: tests and coverage | Aldo Cortesi | 2016-06-11 | 1 | -0/+6 |
* | Remove odict | Aldo Cortesi | 2016-06-09 | 2 | -147/+0 |
* | tests++ | Maximilian Hils | 2016-06-07 | 1 | -1/+23 |
* | Utils cleanups | Aldo Cortesi | 2016-06-07 | 1 | -0/+9 |
* | fix multidict unittests | redfast00 | 2016-06-05 | 1 | -2/+2 |
* | Shift a bunch more string-related functions to strutils | Aldo Cortesi | 2016-06-02 | 2 | -4/+23 |
* | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 2 | -37/+40 |
* | be more strict about module namespaces | Maximilian Hils | 2016-05-31 | 1 | -2/+1 |
* | http2.frame -> http2.framereader | Aldo Cortesi | 2016-05-31 | 1 | -3/+3 |
* | Fix test failures | Aldo Cortesi | 2016-05-31 | 1 | -1/+1 |