Commit Verlauf

Autor SHA1 Nachricht Datum
  Gary Burd a91eba7f97 Merge pull request #230 from FZambia/fix_client_compression vor 9 Jahren
  Alexander Emelin 8dc1cf94c1 enable client compression based on response header vor 9 Jahren
  Gary Burd b258b4fadb Use bufio.Writer returned from hijack in upgrade vor 9 Jahren
  Gary Burd 4873052237 Fix formatting. vor 9 Jahren
  Gary Burd 286b5c9371 Use bufio.Reader returned from hijack in upgrade vor 9 Jahren
  William Wennerström 3f3e394da2 Update cloneTLSConfig to use Go 1.8 Config.Clone method vor 9 Jahren
  Gary Burd 9acaa683f0 Add Go 1.8 to Travis config vor 9 Jahren
  Gary Burd 5ade364dff Improve examples vor 9 Jahren
  Gary Burd 804cb600d0 Prepared Messages (#211) vor 9 Jahren
  Shrumit Mehta 9bc973af06 Change text/template to html/template in the examples vor 9 Jahren
  Gary Burd c36f2fe5c3 Merge pull request #210 from nobuf/nobuf/update-doc-about-compression vor 9 Jahren
  Nobu Funaki 1025138dad Add code snippet for EnableCompression in doc.go, change EnableWriteCompression()'s parameter to false since enableWriteCompression is true by default. vor 9 Jahren
  Gary Burd 4e4c8d08b4 Merge pull request #208 from FZambia/flate_write_pool_fix vor 9 Jahren
  Alexander Emelin ac61189060 remove test as HuffmanOnly compression level not defined in Go < 1.7 vor 9 Jahren
  Alexander Emelin eb457539f7 fix flate write pool size to work with best compression vor 9 Jahren
  Gary Burd 0674c7c796 Improve upgrade error messages vor 9 Jahren
  Gary Burd 2257eda00b Fix compile error on Go < 1.6 vor 9 Jahren
  Gary Burd 522f286a67 Fix to compile on Go < 1.6 vor 9 Jahren
  Gary Burd b0dc45572b Change default and add API for compression level vor 9 Jahren
  Gary Burd bb547c6c5c Improve SetXHandler documentation vor 9 Jahren
  Gary Burd 561ac01ecf Merge pull request #205 from FZambia/compression_benchmarks vor 9 Jahren
  Alexandr Emelin 34e053563d benchmarks for write with compression enabled/disabled vor 9 Jahren
  Gary Burd 17634340a8 Update compression documentation vor 9 Jahren
  Gary Burd adf16b3178 Add safe maskBytes vor 9 Jahren
  Gary Burd 5ddbd28fbd Merge branch 'compress' vor 9 Jahren
  Gary Burd 6c51b25bc8 Compression improvements vor 9 Jahren
  Gary Burd 404e6b135d Merge pull request #199 from AndrienkoAleksandr/master vor 9 Jahren
  Aleksandr Andrienko 0e7877a5a1 Fix up README.md for command example. vor 9 Jahren
  Cyrus Katrak 2db2f66488 pool flate readers vor 9 Jahren
  Cyrus Katrak 3ab3a8b883 pool flate writers vor 9 Jahren