Roberto De Ioris
e4a4942980
prepare for 2.0.3 release
2.0.3
2014-03-17 06:33:04 +01:00
Roberto De Ioris
6f671936fc
added uwsgi::add_var to perl
2014-03-17 06:18:15 +01:00
Roberto De Ioris
7d1d992d58
fix tnetstring support #562
2014-03-17 06:02:44 +01:00
unbit
930f71c562
Merge pull request #571 from avar/avar/fix-2.0.1-perl-refactoring-regression
...
perl: fix one-off error in 2.0-103-gf041d10 causing warnings in e.g. Pla...
2014-03-16 05:53:54 +01:00
unbit
959bb11f77
Merge pull request #570 from avar/avar/add-sanity-check-to-offset-test
...
perl: add sanity checks to t/perl/test_input_with_offset.pl
2014-03-16 05:52:19 +01:00
Ævar Arnfjörð Bjarmason
13d8505738
perl: fix one-off error in 2.0-103-gf041d10 causing warnings in e.g. Plack::Request
...
This newly added support for read() offsets started causing "Use of
uninitialized value in subroutine entry" warnings.
This is all because there was a test for the number of items on the
stack, which ignored that the first argument is always the object, so 3
arguments to read() actually yields 4 arguments on the stack, not 3.
As a result we'd be calling SvIV() on a stack item that wasn't actually
passed in.
2014-03-15 21:05:18 +00:00
Ævar Arnfjörð Bjarmason
93fe463ca8
perl: add sanity checks to t/perl/test_input_with_offset.pl
2014-03-15 20:41:54 +00:00
unbit
5c64c21745
Merge pull request #569 from avar/avar/add-generated-file-to-gitignore
...
.gitignore: add /core/config_py.c to ignore
2014-03-15 15:16:12 +01:00
Ævar Arnfjörð Bjarmason
f825ab542d
.gitignore: add /core/config_py.c to ignore
...
This file added in e4903ee is generated by the build system and should
be in the ignore file.
2014-03-15 14:15:35 +00:00
unbit
e744aef144
Merge pull request #568 from avar/avar/perl-add-streaming-test
...
perl: add a trivial streaming test program
2014-03-15 15:15:23 +01:00
Ævar Arnfjörð Bjarmason
4ded485a8e
perl: add a trivial streaming test program
...
This came out of working on this debugging session:
https://github.com/unbit/uwsgi/issues/567
2014-03-15 14:10:20 +00:00
unbit
2ce5ec3986
Merge pull request #566 from avar/avar/psgi-spelling-error-fix
...
perl: fix trivial spelling error in psgi_loader.c error message
2014-03-15 14:48:35 +01:00
Ævar Arnfjörð Bjarmason
af95f90fb0
perl: fix trivial spelling error in psgi_loader.c error message
2014-03-15 13:47:07 +00:00
unbit
7989dc748b
Update CONTRIBUTORS
2014-03-15 14:36:51 +01:00
unbit
f85f3e8178
Merge pull request #565 from avar/avar/fix-perl-stacktrace
...
perl: fix a regression with caller() not indicating the starting *.psgi ...
2014-03-15 14:28:14 +01:00
Ævar Arnfjörð Bjarmason
97809192c8
perl: fix a regression with caller() not indicating the starting *.psgi program
...
In 2.0.1-41-g3480c30 I introduced a regression with how the top-level
stackframe would appear within Perl programs. Before we'd show the
filename of the *.psgi file, but after we just showed "-e".
We can retain the bugfix I added in 2.0.1-41-g3480c30 while having a
sensible stacktrace by overriding the file via the #line directive.
2014-03-15 13:10:30 +00:00
Roberto De Ioris
5f74e6d964
fixed stupid bug with python add_var
2014-03-15 12:51:15 +01:00
Roberto De Ioris
ae87fdd0f7
added uwsgi.add_var
2014-03-15 12:47:59 +01:00
Roberto De Ioris
36c44c83af
added disableheaders routing action
2014-03-15 12:04:01 +01:00
Roberto De Ioris
48e13bfc65
add a check for already initialized python vm
2014-03-15 08:48:07 +01:00
Unbit
16cd55637d
added support for mongrel2 URL_SCHEME #562
2014-03-14 11:48:36 +01:00
Unbit
39cf2887c4
added SIGURG to the Emperor
2014-03-14 11:28:53 +01:00
Unbit
671bf8a258
try to avoid vassal pipe to have invalid fd numbers
2014-03-14 11:21:20 +01:00
Unbit
89a8ceea81
allows building plugins from git repositories
2014-03-13 14:11:12 +01:00
Roberto De Ioris
6699f4046e
better error reporting on websockets errors
2014-03-13 07:35:18 +01:00
Roberto De Ioris
88474b3d96
do not wait for a whole Emperor cycle before checking for each waitpid
2014-03-13 07:03:50 +01:00
unbit
32b6463d06
Merge pull request #559 from hynek/master
...
Set ECDHE curve independently from DHE parameters
2014-03-13 06:19:11 +01:00
Hynek Schlawack
63cc29a61d
Set ECDHE curve independently from DHE parameters
2014-03-12 21:19:52 +01:00
Unbit
d58f79eeab
fixed #558
2014-03-11 16:18:32 +01:00
Unbit
7b24d2f5de
allows vassals to request a config chunk from the emperor
2014-03-11 07:04:23 +01:00
Unbit
a93db73d0c
Merge branch 'master' of github.com:unbit/uwsgi
2014-03-10 14:52:35 +01:00
Unbit
c118c75bfe
beter management of failed emperor kills
2014-03-10 14:52:30 +01:00
Unbit
624631d443
fixed tuntap
2014-03-08 13:57:15 +01:00
Unbit
b681eab385
fixed SIGWINCH in emperor and added emperor rescan master fifo command
2014-03-08 08:13:30 +01:00
Unbit
91dfe779ff
fixed typo
2014-03-08 06:38:50 +01:00
Unbit
0ad50711c0
report key in corerouters
2014-03-08 06:36:38 +01:00
Unbit
df6ed26479
more debug for tuntap
2014-03-08 06:24:45 +01:00
Unbit
d08778b39c
removed useless tuntap debug
2014-03-08 05:59:59 +01:00
Unbit
0c8c2932cf
Merge branch 'master' of https://github.com/unbit/uwsgi
2014-03-08 05:44:05 +01:00
Unbit
131bd7da2f
try to improve nb tuntap gateway
2014-03-08 05:43:54 +01:00
Unbit
d247424442
more useful log alarm
2014-03-07 16:09:04 +01:00
Roberto De Ioris
332fab2150
hack for avoiding libmongoclient to crash on broken cursor
2014-03-07 07:31:42 +01:00
Roberto De Ioris
62d74951db
support for git-based plugins
2014-03-05 08:28:17 +01:00
Roberto De Ioris
839638a0ad
report socket name on invalid zeromq syntax
2014-03-04 06:38:42 +01:00
Roberto De Ioris
536ae8d013
fixed mongrel2 post_fork hook
2014-03-04 06:32:40 +01:00
Roberto De Ioris
367c4b9bab
added on_demand sockets support to mongodb Emperor plugin
2014-03-04 06:08:16 +01:00
Roberto De Ioris
3965c01880
on __APPLE__ use LOG_NOTICE for syslog plugin
2014-03-04 05:44:18 +01:00
Unbit
7e4341a7cd
force on demand unix socket to 666
2014-03-02 10:14:58 +01:00
Unbit
8c118c8f62
fixed (and improved) on demand emperor socket
2014-03-02 09:36:17 +01:00
Unbit
5d76b63fac
fixed #555
2014-03-01 08:25:35 +01:00