1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-12-21 23:28:52 -05:00

Commit Graph

  • 5634c7ffdc shrpx: Ignore response body if HTTP status code is 1xx, 204 or 304 Tatsuhiro Tsujikawa 2012-09-09 17:45:06 +0900
  • 3d694c89c5 python: Escape \n in long_description Tatsuhiro Tsujikawa 2012-08-28 23:00:24 +0900
  • adbf33c0b8 Add python wrapper to distribution release-0.3.3 Tatsuhiro Tsujikawa 2012-08-28 22:07:43 +0900
  • fb72f47199 python: Bump up package version to 0.1.1 Tatsuhiro Tsujikawa 2012-08-28 21:55:46 +0900
  • 5bb8a262ba Bump up version number to 0.3.3. Bump up the library version to 3:0:2 Tatsuhiro Tsujikawa 2012-08-28 21:54:32 +0900
  • 8b06bc9d56 Updated for 0.3.3 release Tatsuhiro Tsujikawa 2012-08-28 21:52:02 +0900
  • 6cc62c5f22 python: shutdown socket at the end of the event loop Tatsuhiro Tsujikawa 2012-08-28 21:39:24 +0900
  • 5b521e608b python: update README.rst Tatsuhiro Tsujikawa 2012-08-28 01:53:25 +0900
  • fb6ef096c6 python: document urlfetch Tatsuhiro Tsujikawa 2012-08-28 01:47:21 +0900
  • b4758b5701 python: renamed uri as url for consistency Tatsuhiro Tsujikawa 2012-08-28 01:46:53 +0900
  • 33d35912a5 python: add simple SPDY client function urlfetch() Tatsuhiro Tsujikawa 2012-08-28 00:58:45 +0900
  • 6b64276c08 python: add get_npn_protocols() function Tatsuhiro Tsujikawa 2012-08-27 23:32:27 +0900
  • 4e5e741907 Add spdylay_npn_get_proto_list() public API function. Tatsuhiro Tsujikawa 2012-08-27 23:16:44 +0900
  • cc15f4bd89 python: add MANIFEST.in and README.rst Tatsuhiro Tsujikawa 2012-08-25 00:18:17 +0900
  • ade401c1f9 python: update setup.py Tatsuhiro Tsujikawa 2012-08-25 00:10:20 +0900
  • 9bbd7a8a04 python: add __version__ Tatsuhiro Tsujikawa 2012-08-24 23:35:58 +0900
  • dcba568ff9 python: make assoc_stream_id and stream_user_data in submit_syn_stream optional Tatsuhiro Tsujikawa 2012-08-24 23:34:48 +0900
  • 595806a913 python: escape more variable when formatting error_message_format Tatsuhiro Tsujikawa 2012-08-24 23:25:02 +0900
  • 9d66fc4b88 python: wrap socket in overridden process_request. Tatsuhiro Tsujikawa 2012-08-24 23:21:36 +0900
  • e208305505 python: make all callbacks BaseSPDYRequestHandler's instance method Tatsuhiro Tsujikawa 2012-08-24 22:06:50 +0900
  • 3120450213 python: return unicode string error message Tatsuhiro Tsujikawa 2012-08-24 21:56:46 +0900
  • 27989fe121 python: don't ignore decode exception from cnv2pynv Tatsuhiro Tsujikawa 2012-08-24 21:50:44 +0900
  • 45c07bec4d python: set TCP_NODELAY option Tatsuhiro Tsujikawa 2012-08-24 21:22:43 +0900
  • 743b2e5584 python: add charset=UTF-8 to error_content_type Tatsuhiro Tsujikawa 2012-08-24 21:18:40 +0900
  • cf93d936be python: fix typo Tatsuhiro Tsujikawa 2012-08-24 21:17:53 +0900
  • d8c4b19351 Fix error with w64-mingw32 cross compiler. Add --enable-example option. Tatsuhiro Tsujikawa 2012-08-24 02:15:57 +0900
  • a6817ff5e2 Bump up version number to 0.3.3-DEV Tatsuhiro Tsujikawa 2012-08-24 01:49:47 +0900
  • 1b91860187 python: update doc Tatsuhiro Tsujikawa 2012-08-24 01:25:52 +0900
  • 7b7e020bea python: add doc Tatsuhiro Tsujikawa 2012-08-24 01:25:42 +0900
  • 1c5219952b python: add SSL options. Fix duplicated headers. Tatsuhiro Tsujikawa 2012-08-24 01:25:02 +0900
  • 7ce24fc122 python: rewritten simple SPDY server. Add npn_get_version() helper function. Tatsuhiro Tsujikawa 2012-08-24 00:27:07 +0900
  • dbe7cda79b python: update doc Tatsuhiro Tsujikawa 2012-08-23 21:23:33 +0900
  • bbd8fcc704 python: use unicode for nv pair Tatsuhiro Tsujikawa 2012-08-23 21:21:13 +0900
  • 424dc2cc9d python: update setup.py Tatsuhiro Tsujikawa 2012-08-23 03:37:26 +0900
  • 6fd77f6c5f python: add spdyclient.py Tatsuhiro Tsujikawa 2012-08-23 03:15:35 +0900
  • edbccd9e24 python: make spdyserv.py nonblocking Tatsuhiro Tsujikawa 2012-08-23 01:59:21 +0900
  • 56d53da7f6 python: update manual Tatsuhiro Tsujikawa 2012-08-23 00:32:49 +0900
  • cb6fdb4e02 python: add remaining callbacks except for CREDENTIAL related ones Tatsuhiro Tsujikawa 2012-08-23 00:13:50 +0900
  • a2b861e279 python: documented DataProvider Tatsuhiro Tsujikawa 2012-08-22 22:11:59 +0900
  • 306429e23b python: add read_ctrl to read_cb args to indicate EOF explicitly Tatsuhiro Tsujikawa 2012-08-22 21:48:41 +0900
  • c59c591ee0 Updated doc Tatsuhiro Tsujikawa 2012-08-22 21:33:35 +0900
  • 0583769c42 Check intptr_t using C++ compiler Tatsuhiro Tsujikawa 2012-08-22 21:27:56 +0900
  • 870210e859 python: add Session.submit_window_update() Tatsuhiro Tsujikawa 2012-08-22 02:08:03 +0900
  • 396d4a7fae python: add Session.submit_ping() Tatsuhiro Tsujikawa 2012-08-22 01:49:02 +0900
  • 7a362e23b3 python: add Session.submit_headers() Tatsuhiro Tsujikawa 2012-08-22 01:41:07 +0900
  • 7580c9f671 python: add Session.submit_data() Tatsuhiro Tsujikawa 2012-08-22 01:28:05 +0900
  • 78f6119196 python: add config argument to Session.__init__ Tatsuhiro Tsujikawa 2012-08-22 01:12:00 +0900
  • 6074d91b3f python: add test cases Tatsuhiro Tsujikawa 2012-08-22 01:11:41 +0900
  • c28b731ef0 Updated doc Tatsuhiro Tsujikawa 2012-08-22 01:11:10 +0900
  • bafcbfde88 Remove unused zlib.h header file from spdylay.h Tatsuhiro Tsujikawa 2012-08-22 00:14:02 +0900
  • 135ae8cc36 python: document currently implemented methods Tatsuhiro Tsujikawa 2012-08-22 00:05:12 +0900
  • 4de4d1e9ef python: handle SPDYLAY_ERR_INVALID_ARGUMENT from in submit_{reply,response} Tatsuhiro Tsujikawa 2012-08-21 23:27:32 +0900
  • 0be5ac6ffb spdycat: use locale-free strieq instead strcasecmp Tatsuhiro Tsujikawa 2012-08-21 23:22:33 +0900
  • f8fcee122a Check that empty name and NULL value are not included in nv Tatsuhiro Tsujikawa 2012-08-21 23:19:15 +0900
  • cdded94305 spdycat: wrap line longer than 79 chars Tatsuhiro Tsujikawa 2012-08-21 22:02:35 +0900
  • ccf225641e spdycat: disallow empty header name with -H Tatsuhiro Tsujikawa 2012-08-21 21:39:33 +0900
  • 2266b102e3 Adding arbitrary headers form the command line Stephen Ludin 2012-08-20 12:03:55 -0700
  • 558e27ac9e Fix intptr_t check in configure.ac Tatsuhiro Tsujikawa 2012-08-21 21:11:53 +0900
  • dabe39dd1d python: add Spdylay Python extension API doc Tatsuhiro Tsujikawa 2012-08-21 01:10:10 +0900
  • 288962f3e6 python: send_cb returns 0 to indicate SPDYLAY_ERR_WOULDBLOCK. Reorder cbs. Tatsuhiro Tsujikawa 2012-08-21 01:05:45 +0900
  • 5dcdf95a67 Fix doc Tatsuhiro Tsujikawa 2012-08-21 01:03:22 +0900
  • a69b61c40c shrpx: add --ciphers option to specify allowed cipher list Tatsuhiro Tsujikawa 2012-08-20 21:50:03 +0900
  • 6eba7b4af5 python: add on_stream_close_cb and on_request_recv_cb Tatsuhiro Tsujikawa 2012-08-17 23:39:48 +0900
  • 2a5b7bc2a2 python: check rv == 0 first. read_cb return data or status code Tatsuhiro Tsujikawa 2012-08-17 23:19:50 +0900
  • d8ffa70532 Updated README.rst Tatsuhiro Tsujikawa 2012-08-17 01:38:44 +0900
  • 8ce1925609 Add Python wrapper for spdylay Tatsuhiro Tsujikawa 2012-08-17 01:36:30 +0900
  • 8561ef72ed Updated README.rst Tatsuhiro Tsujikawa 2012-08-03 22:57:11 +0900
  • c644322d89 manual: Include enum value in manual release-0.3.2 Tatsuhiro Tsujikawa 2012-08-03 22:35:55 +0900
  • 7cc1c73120 Updated doc Tatsuhiro Tsujikawa 2012-08-03 22:35:38 +0900
  • fce4be9555 shrpx: Change default values of -f and -b option Tatsuhiro Tsujikawa 2012-08-03 22:20:59 +0900
  • 6aa30b6a77 Updated README.rst Tatsuhiro Tsujikawa 2012-08-03 22:16:20 +0900
  • 5815d83414 Bump up LT revision to 2:2:1 Tatsuhiro Tsujikawa 2012-08-03 21:45:10 +0900
  • 4c55caa635 Bump up version number to 0.3.2 Tatsuhiro Tsujikawa 2012-08-03 21:44:27 +0900
  • 60f2b23f9b Updated NEWS for 0.3.2 release Tatsuhiro Tsujikawa 2012-08-03 21:44:00 +0900
  • d0bb03fea7 Updated sample shrpx.conf Tatsuhiro Tsujikawa 2012-08-02 23:58:52 +0900
  • dff2e14149 Include shrpx.conf.sample in distribution Tatsuhiro Tsujikawa 2012-08-02 02:17:20 +0900
  • 50b0eeb273 Updated README.rst Tatsuhiro Tsujikawa 2012-08-02 02:12:17 +0900
  • 0b3eca7d40 shrpx: Fix netbsd compile warning Tatsuhiro Tsujikawa 2012-08-02 02:07:51 +0900
  • fd9f5991f5 shrpx: Fill initial values for flags Tatsuhiro Tsujikawa 2012-08-02 01:32:33 +0900
  • 4623413a99 shrpx: Added --backlog option Tatsuhiro Tsujikawa 2012-08-02 01:28:59 +0900
  • 0c10528ca3 shrpx: Add syslog support Tatsuhiro Tsujikawa 2012-08-02 01:20:18 +0900
  • 7962c1bf6c shrpx: drop root priviledgs after loading private key Tatsuhiro Tsujikawa 2012-08-02 00:29:37 +0900
  • 75c9840644 shrpx:: Use LOG() instead of std::cerr Tatsuhiro Tsujikawa 2012-08-02 00:26:24 +0900
  • 1dd61d5973 shrpx: Support configuration file Tatsuhiro Tsujikawa 2012-08-02 00:06:41 +0900
  • 28e477eb3a Check availability of pwd.h and getpwnam() Tatsuhiro Tsujikawa 2012-08-01 02:06:27 +0900
  • f3587e1591 shrpx: Added --pid-file and --user option Tatsuhiro Tsujikawa 2012-08-01 01:51:16 +0900
  • 05e6d527b1 Fix compile error on netbsd Tatsuhiro Tsujikawa 2012-07-27 22:11:13 +0900
  • 51c4f4f5b0 shrpx: Added --frontend-spdy-window-bits option Tatsuhiro Tsujikawa 2012-07-26 23:18:37 +0900
  • f89112b5e9 shrpx: Added --backend-keep-alive-timeout option Tatsuhiro Tsujikawa 2012-07-26 23:08:51 +0900
  • 17802de7f7 spdyd: Use SSL_CTX_use_certificate_chain_file Tatsuhiro Tsujikawa 2012-07-26 21:46:05 +0900
  • 24453cf0bd Don't add X-Forwarded-Spdy in SPDY proxy mode Tatsuhiro Tsujikawa 2012-07-24 00:08:12 +0900
  • 75f93d8333 shrpx: Check spdylay_session_want_{read,write} Tatsuhiro Tsujikawa 2012-07-19 01:59:55 +0900
  • 4bc200f9dc Added simple accesslog Tatsuhiro Tsujikawa 2012-07-18 01:08:05 +0900
  • b7335a949f shrpx: Log stream id for spdy connection Tatsuhiro Tsujikawa 2012-07-18 00:16:52 +0900
  • c7fe718dcf Added read/write timeout options for both upstream and downstream Tatsuhiro Tsujikawa 2012-07-18 00:13:11 +0900
  • f10848febd shrpx: Handle the case when evbuffer_add() returned -1 Tatsuhiro Tsujikawa 2012-07-17 00:12:31 +0900
  • a95981f3da shrpx: Check the fatal error inside downstream http-parser callback Tatsuhiro Tsujikawa 2012-07-16 23:55:08 +0900
  • f56cfc920e shrpx: fixed read/write timeouts of upstream are interchanged. Tatsuhiro Tsujikawa 2012-07-16 23:48:02 +0900
  • 6fb76831c0 shrpx: Increased default downstream timeout to 60s Tatsuhiro Tsujikawa 2012-07-16 23:43:43 +0900
  • 0f5a37fa2a shrpx: Added error handling when error_reply() failed Tatsuhiro Tsujikawa 2012-07-16 23:29:48 +0900