public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/desc: uwsgi_plugins.desc
@ 2014-01-16 13:11 Alexys Jacob (ultrabug)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexys Jacob (ultrabug) @ 2014-01-16 13:11 UTC (permalink / raw
  To: gentoo-commits

ultrabug    14/01/16 13:11:06

  Added:                uwsgi_plugins.desc
  Log:
  add UWSGI_PLUGINS USE_EXPAND description

Revision  Changes    Path
1.1                  profiles/desc/uwsgi_plugins.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.1&content-type=text/plain

Index: uwsgi_plugins.desc
===================================================================
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.1 2014/01/16 13:11:06 ultrabug Exp $

# This file contains descriptions of UWSGI_PLUGINS USE_EXPAND flags.

# Keep it sorted.
alarm_curl - Plugin to send a logline to a curl url.
alarm_xmpp - Plugin to send a logline via XMPP/Jabber (see http://uwsgi-docs.readthedocs.org/en/latest/AlarmSubsystem.html).
cache - Enable the caching framework
carbon - Send uWSGI’s internal statistics to one or more Carbon servers
cheaper_busyness - Implement cheaper algorithm that adds or remove workers based on average utilization for given time period
clock_monotonic - Modular clock source, uses clock_gettime with CLOCK_REALTIME
clock_realtime - Modular clock source, uses clock_gettime with CLOCK_MONOTONIC
corerouter - Base request routing internal mechanism
curl_cron - Call a curl url directly from a cron task
dumbloop - Run apps which do not require sockets
echo - Returns requests as they were sent
emperor_amqp - Enable an emperor controlled via AMQP
emperor_pg - Enable an emperor getting its configuration from a PostgreSQL database
emperor_zeromq - Enable an emperor controlled via ZeroMQ
fastrouter - Proxy/load-balancer/router speaking the uwsgi protocol
forkptyrouter - Pseudoterminal server to connect to instances running inside a jail/separate namespace
geoip - Export GeoIP information as routing variables (requires dev-libs/geoip)
graylog2 - Send logs to a Graylog2 server in Graylog2’s native GELF format
http - make uWSGI natively speak HTTP, using this plugin you do not need a front-end HTTP server
ldap - Lets you configure the uWSGI server via LDAP
legion_cache_fetch - caching for the legion subsystem
logcrypto - Send encrypted log messages via UDP
logfile - Enable logging to logfiles (requires USE=ssl)
logpipe - Log to stdin of a newly forked process
logsocket - Log to a unix socket
mongodblog - Write logs to a mongodb server
nagios - To monitor, and eventually get warning messages, via Nagios
notfound - Log 404 errors
pam - Support PAM authentication
ping - pings a uwsgi server
rawrouter - Enable routing requests to a specific plugin/application/function using the request modifiers
redislog - Log to a redis server
router_access - uWSGI internal routing, simple access support
router_basicauth - uWSGI internal routing, basicauth support
router_cache - uWSGI internal routing, cache support
router_expires - uWSGI internal routing, expires headers support
router_hash - uWSGI internal routing, URL hash support
router_http - uWSGI internal routing, http headers support
router_memcached - uWSGI internal routing, memcached support
router_metrics - uWSGI internal routing, metrics subsystem support
router_radius - uWSGI internal routing, radius auth support
router_redirect - uWSGI internal routing, simple redirect support
router_redis - uWSGI internal routing, redis support
router_rewrite - uWSGI internal routing, URL rewrite support
router_spnego - uWSGI internal routing, spnego auth support
router_static - uWSGI internal routing, static files serving support
router_uwsgi - uWSGI internal routing, 
router_xmldir - uWSGI internal routing, 
rpc - Allow calling functions on a remote uWSGI server/cluster
rrdtool - Store uWSGI stats in a rrd fashion
rsyslog - Send logs to Unix standard syslog residing on a remote server
signal - Enable the signal framework to allow event based inter process communication
spooler - Enable queue management that works like a printing/mail system, available for python/perl/ruby
sqlite - Configure uWSGI via a sqlite database
ssi - Fast templating system that has access to the uWSGI API
sslrouter - Permits routing/proxy of SSL requests
stats_pusher_statsd - Part of the metrics subsystem, lets you push metrics to a statsd server
symcall - Allows you to write native uWSGI request handlers without the need of developing a full uWSGI plugin
syslog - Enable logging to standard Unix syslog
systemd_logger - Enable logging via systemd journal
transformation_chunked - Filter the response generated by your application, encode the output in HTTP chunked
transformation_gzip - Filter the response generated by your application, compress in gzip
transformation_offload - Filter the response generated by your application, buffer streaming offload
transformation_tofile - Filter the response generated by your application, caching buffer to a static file
transformation_toupper - Filter the response generated by your application, transforming each character in uppercase
tuntap - Ad-hoc solution for giving network connectivity to Linux processes running in a dedicated network namespace
ugreen - Use green threads on top of the uWSGI async platform
webdav - Build the WebDAV server (note: attributes are stored in extended attributes)
xattr - Exposes extended file attributes as router variables
xslt - Apply XSL transformation on XML documents on the fly (requires dev-libs/libxslt)
zabbix - Send statistics to a zabbix server (uwsgi behaves directly as a zabbix agent)
zergpool - Allow grouping zerg instances and attach them to different zerg servers





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: uwsgi_plugins.desc
@ 2014-02-11 18:33 Paul Varner (fuzzyray)
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Varner (fuzzyray) @ 2014-02-11 18:33 UTC (permalink / raw
  To: gentoo-commits

fuzzyray    14/02/11 18:33:45

  Modified:             uwsgi_plugins.desc
  Log:
  Remove Unicode character from uwsgi_plugins.desc to work around bug 498748 for equery.

Revision  Changes    Path
1.2                  profiles/desc/uwsgi_plugins.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?r1=1.1&r2=1.2

Index: uwsgi_plugins.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uwsgi_plugins.desc	16 Jan 2014 13:11:06 -0000	1.1
+++ uwsgi_plugins.desc	11 Feb 2014 18:33:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.1 2014/01/16 13:11:06 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.2 2014/02/11 18:33:45 fuzzyray Exp $
 
 # This file contains descriptions of UWSGI_PLUGINS USE_EXPAND flags.
 
@@ -8,7 +8,7 @@
 alarm_curl - Plugin to send a logline to a curl url.
 alarm_xmpp - Plugin to send a logline via XMPP/Jabber (see http://uwsgi-docs.readthedocs.org/en/latest/AlarmSubsystem.html).
 cache - Enable the caching framework
-carbon - Send uWSGI’s internal statistics to one or more Carbon servers
+carbon - Send uWSGI's internal statistics to one or more Carbon servers
 cheaper_busyness - Implement cheaper algorithm that adds or remove workers based on average utilization for given time period
 clock_monotonic - Modular clock source, uses clock_gettime with CLOCK_REALTIME
 clock_realtime - Modular clock source, uses clock_gettime with CLOCK_MONOTONIC





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: uwsgi_plugins.desc
@ 2014-02-15 11:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-02-15 11:44 UTC (permalink / raw
  To: gentoo-commits

jer         14/02/15 11:44:52

  Modified:             uwsgi_plugins.desc
  Log:
  Fix encoding (bug #501348 by Harry STARR).

Revision  Changes    Path
1.3                  profiles/desc/uwsgi_plugins.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?r1=1.2&r2=1.3

Index: uwsgi_plugins.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uwsgi_plugins.desc	11 Feb 2014 18:33:45 -0000	1.2
+++ uwsgi_plugins.desc	15 Feb 2014 11:44:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.2 2014/02/11 18:33:45 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.3 2014/02/15 11:44:52 jer Exp $
 
 # This file contains descriptions of UWSGI_PLUGINS USE_EXPAND flags.
 
@@ -22,7 +22,7 @@
 fastrouter - Proxy/load-balancer/router speaking the uwsgi protocol
 forkptyrouter - Pseudoterminal server to connect to instances running inside a jail/separate namespace
 geoip - Export GeoIP information as routing variables (requires dev-libs/geoip)
-graylog2 - Send logs to a Graylog2 server in Graylog2’s native GELF format
+graylog2 - Send logs to a Graylog2 server in Graylog2's native GELF format
 http - make uWSGI natively speak HTTP, using this plugin you do not need a front-end HTTP server
 ldap - Lets you configure the uWSGI server via LDAP
 legion_cache_fetch - caching for the legion subsystem





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: uwsgi_plugins.desc
@ 2014-10-08  9:34 Alexys Jacob (ultrabug)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexys Jacob (ultrabug) @ 2014-10-08  9:34 UTC (permalink / raw
  To: gentoo-commits

ultrabug    14/10/08 09:34:38

  Modified:             uwsgi_plugins.desc
  Log:
  update uwsgi_plugins.desc

Revision  Changes    Path
1.4                  profiles/desc/uwsgi_plugins.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?r1=1.3&r2=1.4

Index: uwsgi_plugins.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uwsgi_plugins.desc	15 Feb 2014 11:44:52 -0000	1.3
+++ uwsgi_plugins.desc	8 Oct 2014 09:34:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.3 2014/02/15 11:44:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.4 2014/10/08 09:34:38 ultrabug Exp $
 
 # This file contains descriptions of UWSGI_PLUGINS USE_EXPAND flags.
 
@@ -35,6 +35,7 @@
 notfound - Log 404 errors
 pam - Support PAM authentication
 ping - pings a uwsgi server
+rados - serve objects stored in a Ceph cluster directly using the librados API
 rawrouter - Enable routing requests to a specific plugin/application/function using the request modifiers
 redislog - Log to a redis server
 router_access - uWSGI internal routing, simple access support





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-08  9:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 18:33 [gentoo-commits] gentoo-x86 commit in profiles/desc: uwsgi_plugins.desc Paul Varner (fuzzyray)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-08  9:34 Alexys Jacob (ultrabug)
2014-02-15 11:44 Jeroen Roovers (jer)
2014-01-16 13:11 Alexys Jacob (ultrabug)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox