Next | Query returned 80 messages, browsing 71 to 80 | previous

History of commit frequency

CVS Commit History:


   2011-09-25 22:09:00 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
uwsgi-0.9.8.6:

- fixed python --optimize
- moved old -j option to -J
- fixed threading in python-dbg
- fixed --manage-script-name
- make easy_install happy

uwsgi-0.9.8.5:
- fixed compatibility with multi app 0.9.6 syntax
   2011-07-25 12:15:00 by Joerg Sonnenberger | Files touched by this commit (5) | Package removed
Log message:
Update to uwsgi-2.8.3:
- Various bugfixes and improvements
   2011-04-08 14:26:29 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changes 0.9.7.2:
* new option --touch-reload <file> to reload the stack on <file> \ 
modification
*  --static-map <mountpoint=documentroot> allows to serve static files
* fixed --post-limit management
* disallow empty socket names
* implemented exception_info WSGI support
* new options --reload-on-as <n> and --reload-on-rss <n> allows
  to recycle workers when their memory usage is higher than <n> MB
* fixed syslog support (use --log-syslog[=facility] to enable it)
* improved plugin loading system
* added support for RabbitMQ as event dispatcher for the Emperor
* fixed FreeBSD memory report
* PSGI plugin can be compiled without ithreads
* various Emperor fixes
* fixed a regression with setgroups()
* support for shared sockets (used in jails within network namespaces)
   2011-02-25 10:47:32 by Thomas Klausner | Files touched by this commit (67)
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
   2010-06-16 00:18:34 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
uwsgi-0.9.4.4:
- Support non-yielding applications better
- UDP logging
- uwsgi_error() for improved diagnostics
- fix a potential segmentation fault
- Add --version
   2010-03-17 17:13:45 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
uwsgi 0.9.4.3: Fix sendfile for 64bit Linux.
Updated as the old distfile disappeared.
   2010-03-08 14:49:18 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
uwsgi-0.9.4.2:
- fix a race condition in the worker spawning code
- minor fixes for the spooler code
- backport of UWSGI_SCHEME for better HTTPS support
- improvements for graceful reloading code
   2010-02-15 17:19:10 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Disallow Python 2.4, it doesn't have python-config.
   2010-02-10 14:25:03 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
--libs for python-config is evil, it makes it find the static lib first.
Bump revision.
   2010-02-09 23:34:26 by Joerg Sonnenberger | Files touched by this commit (4) | Imported package
Log message:
Import uwsgi-0.9.4.1:

uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
aimed for professional python webapps deployment and development.
Backend support exists for Apache, nginx, cherokee and lighttpd.

Some of the features include:
- low memory footprint
- preforking and multithreaded operation
- logging, diagnostic and profiling support
- support for sendfile()
- self-healing
- graceful restart and hot-plug upgrading


Next | Query returned 80 messages, browsing 71 to 80 | previous