Unbit
d09fd561b6
uWSGI 2.0.11
2.0.11
2015-07-01 08:53:41 +02:00
Unbit
eefaa98cf3
backported pypy fixes from 2.1
2015-07-01 08:37:40 +02:00
James Oakley
ceda8a41e3
Fix version detection for gcc 5
2015-06-30 08:05:41 +02:00
Unbit
3021ba3f85
ensure the mem_collector does not receive signals
2015-06-16 18:30:19 +02:00
Roberto De Ioris
3be7312aa8
added fixpathinfo routing action
2015-06-07 19:37:48 +02:00
Roberto De Ioris
83d782051c
fixed shared sockets for gateways
2015-06-03 07:23:16 +02:00
protoCall7
70996049cc
Changed abs to labs because offset is declared as a long
2015-06-02 09:03:30 +02:00
Jay Oster
e219e209a0
Add null terminator to uwsgi_get_dot_h() and uwsgi_config_py()
...
- Fixes #933
2015-06-02 09:00:01 +02:00
Unbit
eb728cfe23
added sor and micros routing vars
2015-05-28 12:24:03 +02:00
unbit
7569544329
Merge pull request #929 from hulu/wait-init-thread-last
...
Wait for initial thread last.
2015-05-23 05:19:56 +02:00
Roberto De Ioris
ee86bf593d
fixed #649
2015-05-23 05:16:24 +02:00
Roberto De Ioris
27ea120325
added memory collector
2015-05-17 05:50:35 +02:00
Unbit
dd21877dcb
attempt to fix a bug spotted by funkybob on irc
2015-05-15 06:41:31 +02:00
Roberto De Ioris
36ca76a231
backported coverity fixes by riccardo #908
2015-05-14 06:28:52 +02:00
Unbit
0e339cf968
added bigranges sharedarea tests
2015-05-13 15:45:26 +02:00
Unbit
762200fdd6
fixed #922
2015-05-13 15:09:18 +02:00
Roberto De Ioris
688a464451
fixed #914
2015-05-12 06:28:06 +02:00
Roberto De Ioris
0dafe8aa5e
backported gzip fix
2015-05-08 06:59:52 +02:00
Roberto De Ioris
5410cb4fe7
backported ssl ca management fix
2015-05-06 07:25:18 +02:00
Charlie Root
86f55a69cf
fixed OpenBSD build on 2.0
2015-05-02 13:00:31 +02:00
Roberto De Ioris
6bd59ffe1c
backported #848
2015-05-01 13:35:25 +02:00
Roberto De Ioris
95a139f73d
backported wait-for-socket and wait_for hooks
2015-05-01 13:32:50 +02:00
Roberto De Ioris
2e71d62704
added Curtis Maloney to CONTRIBUTORS
2015-04-13 06:53:35 +02:00
Roberto De Ioris
8942e832e9
backported build fix from 2.1
2015-04-13 06:53:19 +02:00
Unbit
14b0a512e4
fixed #883
2015-04-10 15:53:42 +02:00
Unbit
0c062bbc1a
fixed typo
2015-03-25 09:41:07 +01:00
Roberto De Ioris
c63d94cb6e
uWSGI 2.0.10
2.0.10
2015-03-17 08:34:34 +01:00
Unbit
4da7564c3b
added support for UNIX sockets to rsyslog
2015-03-16 20:29:34 +01:00
Riccardo Magliocchetti
d38edd839e
Don't lower security standards with gcc 4.9
...
For some reason since e4d65c07ce
we started compiling -Wno-format, possibly because of plugins
dependencies not compiling.
Fedora (and Debian to some degrees) are starting to default to
-Wformat -Werror=format-security which is something sensible for
uwsgi. So let the distro handle the situation when a very recent
gcc version is encountered since they probably know better.
2015-03-11 14:04:04 +01:00
Ivan Kruglov
cce041c7f0
psgi_loader: make sure that at least two params are passed to XS_input_seek()
2015-03-09 11:36:06 +01:00
Ivan Kruglov
ca68d6938a
psgi_loader: fix a one off bug in XS_input_seek()
2015-03-09 11:35:42 +01:00
Unbit
6d700e5a8b
fixed #846
2015-02-19 06:53:21 +01:00
Unbit
bad07a8520
attempt to fix #833
2015-02-11 11:32:33 +01:00
Roberto De Ioris
363b88a7b7
fixed emperor wrapper
2015-02-10 20:35:55 +01:00
Roberto De Ioris
932ed8ee29
fixed emperor wrappers logs
2015-02-10 20:31:04 +01:00
Roberto De Ioris
7b8e12911a
backported --emperor-wrapper-fallback and --emperor-wraper-override
2015-02-10 20:27:02 +01:00
Roberto De Ioris
c95062856b
added safeexec hook
2015-02-10 20:10:19 +01:00
Unbit
6840b287d4
fixed scandir usage
2015-02-08 17:31:50 +01:00
Unbit
ae9104ed91
fix return value for hv_store in uwsgi::opt
2015-02-08 17:30:29 +01:00
Roberto De Ioris
6c8d6ea15b
typo
2015-01-28 07:09:48 +01:00
Roberto De Ioris
755eb3956d
fixed exception handler for arguments
2015-01-28 06:50:14 +01:00
Roberto De Ioris
225dc6f7a3
fixed #806
2015-01-18 20:49:44 +01:00
Unbit
8509c41fd6
it's 2015
2015-01-05 20:29:02 +01:00
Unbit
2ae9ac8b88
another range header improvement
2015-01-05 13:53:13 +01:00
Unbit
fed00ee5d6
fixed range
2015-01-04 15:02:54 +01:00
Unbit
66099275ca
updated gemspec file
2.0.9
2014-12-29 10:07:07 +01:00
Unbit
e7a40eb173
completed backporting of fastrouter post buffering
2014-12-27 13:30:16 +01:00
Riccardo Magliocchetti
8342150b78
Fix fastrouter compilation
...
After 6a8f18a9bb
Fix #801
2014-12-27 13:28:41 +01:00
Roberto De Ioris
e2253f3693
backport of fastrouter buffering
2014-12-27 13:28:08 +01:00
Roberto De Ioris
d2f07c7583
implemented uwsgi::opt in perl
2014-12-12 07:01:28 +01:00