Next | Query returned 43 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2018-09-06 15:41:33 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-cheroot: updated to 6.5.2

v6.5.2
- Fix import of :py:mod:cheroot.ssl.pyopenssl by refactoring and separating
  :py:mod:cheroot.makefile's stream wrappers.

- Add initial tests for SSL layer with use of :py:mod:trustme
   2018-09-03 09:58:51 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-cheroot: updated to 6.5.1

v6.5.1:
Improve UNIX socket fs access mode in :py:meth:cheroot.server.HTTPServer.prepare \ 
on a file socket when starting to listen to it.

v6.5.0
Add support for validating client certificates.
   2018-08-07 12:13:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cheroot: updated to 6.4.0

v6.4.0:
Factor out parts of :py:meth:cheroot.server.HTTPServer.start into \ 
:py:meth:prepare() <cheroot.server.HTTPServer.prepare> and \ 
:py:meth:serve() <cheroot.server.HTTPServer.serve>
   2018-07-13 09:04:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cheroot: updated to 16.0.3

16.0.3:
Fix bug with returning empty result in cheroot.ssl.builtin.BuiltinSSLAdapter.wrap
   2018-06-18 12:49:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cheroot: updated to 6.3.2

v6.3.2
Respond with HTTP 400 to malicious Content-Length in request headers.
   2018-05-23 11:32:24 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-cheroot: updated to 6.3.1

v6.3.1
- :cp-issue:1618: Ignore OpenSSL's 1.0+ Error 0 under Python 2 while
  wrapping a socket.

v6.3.0
- :pr:87: Add cheroot command and runpy launcher to
  launch a WSGI app from the command-line.
   2018-04-25 14:23:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cheroot: updated to 6.2.4

v6.2.4

- Fix missing resolve_peer_creds argument in
  :py:class:cheroot.wsgi.Server being bypassed into
  :py:class:cheroot.server.HTTPServer.

- :pr:85: Revert conditional dependencies. System packagers should
  honor the dependencies as declared by cheroot, which are defined
  intentionally.
   2018-04-18 11:52:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cheroot: updated to 6.2.3

v6.2.3
Skip installing dependencies from backports namespace under Python 3.
   2018-04-14 10:48:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cheroot: updated to 6.2.2

6.2.2:
Fix regression, causing :py:exc:ModuleNotFoundError under cygwin.
   2018-04-11 15:18:12 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-cheroot: updated to 6.2.1

v6.2.1:
:pr:83: Fix regression, caused by inverted check for Windows OS.
Add more URLs to distribution metadata

v6.2.0:
:pr:37: Implement PEERCRED lookup over UNIX-socket HTTP connection.
Discover connected process' PID/UID/GID
Respect server switches: peercreds_enabled and peercreds_resolve_enabled
get_peer_creds and resolve_peer_creds methods on connection
peer_pid, peer_uid, peer_gid, peer_user and peer_group properties on connection
X_REMOTE_PID, X_REMOTE_UID, X_REMOTE_GID, X_REMOTE_USER (REMOTE_USER) and \ 
X_REMOTE_GROUP WSGI environment variables when enabled and supported
Per-connection caching to reduce lookup cost

Next | Query returned 43 messages, browsing 21 to 30 | Previous