nghttp2/python
Tatsuhiro Tsujikawa c0ffed7788 Support custom memory allocator
nghttp2_mem structure is introduced to hold custom memory allocator
functions and user supplied pointer.  nghttp2_mem object can be passed
to nghttp2_session_client_new3(), nghttp2_session_server_new3(),
nghttp2_hd_deflate_new2() and nghttp2_hd_inflate_new2() to replace
standard malloc(), free(), calloc() and realloc().  nghttp2_mem
structure has user supplied pointer mem_user_data which can be used as
per session/object memory pool.
2014-12-08 00:55:55 +09:00
..
Makefile.am python: Fix parellel `make distcheck` and not distribute nghttp2.c 2014-04-21 00:51:12 +09:00
calcratio.py Add aux script 2014-10-18 18:55:07 +09:00
cnghttp2.pxd Support custom memory allocator 2014-12-08 00:55:55 +09:00
hpackcheck.py hpackcheck.py: Remove sorting to check ordering requirements 2014-08-06 20:34:51 +09:00
hpackmake.py python: Use draft-09 2014-07-31 23:19:31 +09:00
nghttp2.pyx python: Fix request is not sent without TLS 2014-11-16 17:31:11 +09:00
setup.py.in python: Add version 2014-08-26 23:52:19 +09:00
wsgi.py Add experimental WSGI server implementation 2014-04-06 21:33:32 -07:00