Commit History

Author SHA1 Message Date
  NanashiNoGombe fc4948db79 Bump version 2 years ago
  NanashiNoGombe 3242dfdd3c stop using pthread_sigmask and revert to signal because it doesn't prevent SIGPIPE on macOS 2 years ago
  NanashiNoGombe 4c1d5f7b4e README 2 years ago
  NanashiNoGombe 2c068e16a2 Bump version 2 years ago
  NanashiNoGombe e407267ef7 touch http 1.0 flag explicitly for MITM usage 2 years ago
  NanashiNoGombe f6d5a8d76b listen on main thread 2 years ago
  NanashiNoGombe 728d0e24fe use pthread_sigmask for signal masking 2 years ago
  NanashiNoGombe 1d540bfe10 use poll instead of select on non-windows environments 2 years ago
  NanashiNoGombe 107105baae --num-threads option 2 years ago
  NanashiNoGombe 6d40aa9bde do not reuse https connections on curl < 7.80.0, and add some macros to control the behavior 2 years ago
  NanashiNoGombe c98bc4449e always use https for api server 2 years ago
  NanashiNoGombe aa9e113be2 note about curl handle reusing and memory usage 2 years ago
  NanashiNoGombe d765b85e83 do not return chunked response for HTTP1.0 clients 2 years ago
  NanashiNoGombe 71290c5460 mistake 2 years ago
  NanashiNoGombe 093841df06 explicitly use HTTP1.1 for curl connections to avoid using http2 and utilize keep-alive as much as possible 2 years ago
  NanashiNoGombe 17a86ee9f1 reuse curl handle between connections 2 years ago
  NanashiNoGombe 0fcc62ff72 introduce a thread pool 2 years ago
  NanashiNoGombe f3e565024a mistake 2 years ago
  NanashiNoGombe 7d4519f853 merge two threads for CONNECT proxy into one 2 years ago
  NanashiNoGombe 93c3e3e61c make sure that internal 2nd posting to use the same request headers 2 years ago
  NanashiNoGombe 8a3c6657c4 Lua: update sample script 2 years ago
  NanashiNoGombe 4a5e205a17 README 2 years ago
  NanashiNoGombe 40ebe7887c Bump version 2 years ago
  NanashiNoGombe 18a15433fe lua: isValidAsUTF8 function 2 years ago
  NanashiNoGombe c6380828b0 --bbscgi-utf8 option 2 years ago
  NanashiNoGombe 2504cd6850 convertBodyToUTF8 function 2 years ago
  NanashiNoGombe 7d10abe963 do not check Content-Type header for UTF-8 encoding detection, use submit field instead 2 years ago
  NanashiNoGombe e9661691fe need to close socket explicitly when tunnel() failed with error 2 years ago
  NanashiNoGombe 52c03bc81b do not release socketToClient immediately when acting as CONNECT proxy 2 years ago
  NanashiNoGombe bc34e37778 README 2 years ago