tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

CONTRIBUTORS.rst (1388B)


      1 Hyper is written and maintained by Cory Benfield and various contributors:
      2 
      3 Development Lead
      4 ````````````````
      5 
      6 - Cory Benfield <cory@lukasa.co.uk>
      7 
      8 Contributors (hpack)
      9 ````````````````````
     10 In chronological order:
     11 
     12 - Sriram Ganesan (@elricL)
     13 
     14  - Implemented the Huffman encoding/decoding logic.
     15 
     16 - Tatsuhiro Tsujikawa (@tatsuhiro-t)
     17 
     18  - Improved compression efficiency.
     19 
     20 - Jim Carreer (@jimcarreer)
     21 
     22  - Support for 'never indexed' header fields.
     23  - Refactor of header table code.
     24  - Add support for returning bytestring headers instead of UTF-8 decoded ones.
     25 
     26 - Eugene Obukhov (@irvind)
     27 
     28  - Improved decoding efficiency.
     29 
     30 - Ian Foote (@Ian-Foote)
     31 
     32  - 25% performance improvement to integer decode.
     33 
     34 - Davey Shafik (@dshafik)
     35 
     36  - More testing.
     37 
     38 - Seth Michael Larson (@SethMichaelLarson)
     39 
     40  - Code cleanups.
     41 
     42 - Bulat Khasanov (@KhasanovBI)
     43 
     44  - Performance improvement of static header search. Use dict search instead
     45    of linear search.
     46 
     47 Contributors (hyper)
     48 ````````````````````
     49 
     50 In chronological order:
     51 
     52 - Alek Storm (@alekstorm)
     53 
     54  - Implemented Python 2.7 support.
     55  - Implemented HTTP/2 draft 10 support.
     56  - Implemented server push.
     57 
     58 - Tetsuya Morimoto (@t2y)
     59 
     60  - Fixed a bug where large or incomplete frames were not handled correctly.
     61  - Added hyper command-line tool.
     62  - General code cleanups.
     63 
     64 - Jerome De Cuyper (@jdecuyper)
     65 
     66  - Updated documentation and tests.