Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tinylambda
/
uwsgi
Public
forked from
unbit/uwsgi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
uwsgi
plugins
python
wsgi_subhandler.c
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 9, 2017
preliminary implementation of #1428
unbit
committed
11ca004
View commit details
Copy full SHA for 11ca004
View code at this point
Browse repository at this point
Commits on Nov 29, 2016
Fix SystemError exception when async_args PyTuple is reused. #1408
Show description for e0624ad
a-feld
committed
e0624ad
View commit details
Copy full SHA for e0624ad
View code at this point
Browse repository at this point
removed useless garbage introduced in #1408
unbit
committed
109c32a
View commit details
Copy full SHA for 109c32a
View code at this point
Browse repository at this point
attempted fix for #1408
unbit
committed
a9b3336
View commit details
Copy full SHA for a9b3336
View code at this point
Browse repository at this point
Commits on Dec 22, 2015
allow disabling wsgi.file_wrapper, helps #1126
unbit
committed
0d16fe7
View commit details
Copy full SHA for 0d16fe7
View code at this point
Browse repository at this point
Commits on Aug 17, 2014
Allow --async 1 (i.e. sync mode, but with a different loop engine)
Mike Kaplinskiy
committed
1a4f333
View commit details
Copy full SHA for 1a4f333
View code at this point
Browse repository at this point
Commits on Feb 25, 2014
fixed python 3 on old compilers, fixes #551
unbit
committed
a7e6dfc
View commit details
Copy full SHA for a7e6dfc
View code at this point
Browse repository at this point
Commits on Nov 1, 2013
correctly support python2.4
unbit
committed
94353ef
View commit details
Copy full SHA for 94353ef
View code at this point
Browse repository at this point
Commits on Oct 5, 2013
accepting buffer is an option: --wsgi-accept-buffer
unbit
committed
a0082b5
View commit details
Copy full SHA for a0082b5
View code at this point
Browse repository at this point
--wsgi-strict disable string/bytes optimizations too
unbit
committed
c90c639
View commit details
Copy full SHA for c90c639
View code at this point
Browse repository at this point
Commits on Sep 30, 2013
fixed #399
unbit
committed
27be00b
View commit details
Copy full SHA for 27be00b
View code at this point
Browse repository at this point
clear exception on PyObject_CheckReadBuffer error
unbit
committed
19aa7c2
View commit details
Copy full SHA for 19aa7c2
View code at this point
Browse repository at this point
typos
unbit
committed
215e0c4
View commit details
Copy full SHA for 215e0c4
View code at this point
Browse repository at this point
use buffer protocol in WSGI response
unbit
committed
d484ace
View commit details
Copy full SHA for d484ace
View code at this point
Browse repository at this point
Commits on Jul 18, 2013
fixed python modifier management
unbit
committed
e69cc2b
View commit details
Copy full SHA for e69cc2b
View code at this point
Browse repository at this point
Commits on May 23, 2013
fixed #291
unbit
committed
9ca6de6
View commit details
Copy full SHA for 9ca6de6
View code at this point
Browse repository at this point
Commits on May 22, 2013
honour read() method if original file_wrapper object is not a file
robygior
committed
8b07fbb
View commit details
Copy full SHA for 8b07fbb
View code at this point
Browse repository at this point
Commits on Feb 17, 2013
completetd first part of the new exceptions framework
unbit
committed
f31186a
View commit details
Copy full SHA for f31186a
View code at this point
Browse repository at this point
Commits on Feb 3, 2013
first round of protocol parsers optimizations
Show description for d4130db
unbit
committed
d4130db
View commit details
Copy full SHA for d4130db
View code at this point
Browse repository at this point
Commits on Jan 20, 2013
completed port of the python plugin to the new writing api
Roberto De Ioris
committed
874e8b5
View commit details
Copy full SHA for 874e8b5
View code at this point
Browse repository at this point
another WSGI optimization
Roberto De Ioris
committed
4e2178f
View commit details
Copy full SHA for 4e2178f
View code at this point
Browse repository at this point
need to find a way to better manage write errors...
Roberto De Ioris
committed
37e153d
View commit details
Copy full SHA for 37e153d
View code at this point
Browse repository at this point
Commits on Jan 19, 2013
another series of porting
Roberto De Ioris
committed
e131615
View commit details
Copy full SHA for e131615
View code at this point
Browse repository at this point
another destructive commit
Roberto De Ioris
committed
1b0c5be
View commit details
Copy full SHA for 1b0c5be
View code at this point
Browse repository at this point
Commits on Oct 30, 2012
remove monitored fd from async queue when in async mode
Roberto De Ioris
committed
d3194ca
View commit details
Copy full SHA for d3194ca
View code at this point
Browse repository at this point
Commits on Oct 22, 2012
removed sendfile buildconf option
Roberto De Ioris
committed
49140c3
View commit details
Copy full SHA for 49140c3
View code at this point
Browse repository at this point
implemented reliable gevent non-blocking writes
Roberto De Ioris
committed
29ce04a
View commit details
Copy full SHA for 29ce04a
View code at this point
Browse repository at this point
Commits on Sep 6, 2012
headers must be sent before close()
roberto@quantal64
committed
ffb454e
View commit details
Copy full SHA for ffb454e
View code at this point
Browse repository at this point
call close() always, even if client disconnect
roberto@quantal64
committed
424f5a0
View commit details
Copy full SHA for 424f5a0
View code at this point
Browse repository at this point
Commits on Jul 13, 2012
fixed casting in wsgi.input
roberto@quantal64
committed
fe36479
View commit details
Copy full SHA for fe36479
View code at this point
Browse repository at this point
correctly raise exception when the first iteration in a generator fails
roberto@quantal64
committed
849829d
View commit details
Copy full SHA for 849829d
View code at this point
Browse repository at this point
Commits on Jun 2, 2012
thread-safe wsgi env behaviour
roberto@quantal64
committed
f62f7f9
View commit details
Copy full SHA for f62f7f9
View code at this point
Browse repository at this point
Commits on May 12, 2012
fixed wsgi.file_wrapper
roberto@precise64
committed
5fac82c
View commit details
Copy full SHA for 5fac82c
View code at this point
Browse repository at this point
Commits on May 11, 2012
added preliminary python tracebacker
roberto@precise64
committed
9fe2751
View commit details
Copy full SHA for 9fe2751
View code at this point
Browse repository at this point
Commits on May 5, 2012
another python headers management optimization
roberto@precise64
committed
62b24fc
View commit details
Copy full SHA for 62b24fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.