nghttp2/python
Tatsuhiro Tsujikawa ce74a30990 Use -fvisibility=hidden for internal functions
This will improve performance since we can avoid indirect call of
internal functions.  The downside is we now require libnghttp2 static
library to run unit tests.
2015-10-23 00:08:15 +09:00
..
.gitignore Refactor .gitignore files 2015-03-29 18:40:37 +09:00
Makefile.am Partially revert a23ab00686 2015-07-19 16:11:42 +09:00
calcratio.py Add aux script 2014-10-18 18:55:07 +09:00
cnghttp2.pxd Use -fvisibility=hidden for internal functions 2015-10-23 00:08:15 +09:00
hpackcheck.py python: Remove draft from hpack checker 2015-07-30 22:12:08 +09:00
hpackmake.py python: Remove draft from hpack checker 2015-07-30 22:12:08 +09:00
nghttp2.pyx Use -fvisibility=hidden for internal functions 2015-10-23 00:08:15 +09:00
setup.py.in python: Fix out-of-tree builds failure 2015-07-15 01:14:52 +09:00
wsgi.py Add experimental WSGI server implementation 2014-04-06 21:33:32 -07:00