| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | Satisfy flake8 | Aldo Cortesi | 2016-05-31 | 4 | -0/+4 | |
| * | Unify and make symmetric pretty_size and parse_size | Aldo Cortesi | 2016-05-31 | 1 | -4/+8 | |
| * | Move human-friendly format functions to netlib.human, remove redundant implem... | Aldo Cortesi | 2016-05-31 | 2 | -7/+31 | |
| * | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 3 | -32/+33 | |
| * | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 2 | -12/+12 | |
| * | Module is part of the name - url.decode, not url.urldecode | Aldo Cortesi | 2016-05-31 | 1 | -20/+20 | |
| * | Extract url functions from netlib.utils and move to netlib.http.url | Aldo Cortesi | 2016-05-31 | 2 | -64/+65 | |
| * | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 3 | -40/+40 | |
