Unbit
|
93116a1239
|
prepare for 2.0.8
2.0.8
|
2014-10-26 05:30:44 +01:00 |
|
unbit
|
5e4440443a
|
Merge pull request #755 from aldur/manage_script_name_fix
manage_script_name fix for tricky resources
|
2014-10-24 17:19:50 +02:00 |
|
Unbit
|
373481b888
|
backported rtsp support
|
2014-10-24 17:12:52 +02:00 |
|
Unbit
|
105b9c69cf
|
backported --hook-post-fork
|
2014-10-24 12:07:05 +02:00 |
|
Unbit
|
9012ead72c
|
backported https fix for ssl shutdown
|
2014-10-24 11:49:18 +02:00 |
|
Roberto De Ioris
|
6c1d2625a8
|
backported support for chunked input management in the http/https router
|
2014-10-19 12:54:12 +02:00 |
|
Unbit
|
c0733b5771
|
Merge remote-tracking branch 'origin/uwsgi-2.0-cache-lazy-expire' into uwsgi-2.0
|
2014-10-18 04:23:39 +02:00 |
|
Unbit
|
f4759d7acd
|
fixed php SCRIPT_NAME usage when --php-app is in place
|
2014-10-18 04:19:41 +02:00 |
|
Unbit
|
7082188a06
|
allow appendn hook without second argument
|
2014-10-17 13:15:30 +02:00 |
|
Unbit
|
bcd9ed011d
|
try to load trollius on python2
|
2014-10-17 13:04:46 +02:00 |
|
Nigel Heron
|
25c6d7a3a1
|
fix heap corruption in carbon plugin
|
2014-10-17 05:18:58 +02:00 |
|
Roberto De Ioris
|
675c02c7fa
|
fixed #749
|
2014-10-16 20:53:47 +02:00 |
|
Roberto De Ioris
|
32896a1418
|
fixed #748
|
2014-10-16 08:26:13 +02:00 |
|
Unbit
|
548e736d84
|
fixed #746
|
2014-10-15 10:06:27 +02:00 |
|
Unbit
|
87575b1a22
|
disable SSLv3 by default and allow setting raw ssl options
|
2014-10-15 09:11:18 +02:00 |
|
Roberto De Ioris
|
1aa6eeca1b
|
added sweep_on_full, clear_on_full and no_expire
|
2014-10-14 05:24:28 +02:00 |
|
Unbit
|
f778e30d48
|
run the sweeper only if required
|
2014-10-13 13:00:07 +02:00 |
|
Unbit
|
e071184d53
|
ignore lazy caches from the sweeper
|
2014-10-13 12:55:26 +02:00 |
|
Unbit
|
1d09cde778
|
implemented cache lazy expire
|
2014-10-13 12:40:40 +02:00 |
|
Greg Dahlman
|
70ee29becb
|
added wait for fs and wait for mountpoint
|
2014-10-10 11:06:44 +02:00 |
|
Unbit
|
60e26333bf
|
allows building external plugins as embedded
|
2014-10-10 11:00:28 +02:00 |
|
Unbit
|
865b9c199d
|
improved offload api
|
2014-10-10 10:58:45 +02:00 |
|
Unbit
|
833193a1ba
|
added UWSGI_HAS_OFFLOAD_UBUFS
|
2014-10-10 10:58:41 +02:00 |
|
Unbit
|
4eab050634
|
added 8 uwsgi_buffer and 8 custom fields to offload request
|
2014-10-10 10:57:03 +02:00 |
|
Aldur
|
688d1d3b75
|
fixed python3 support in spooler decorators
|
2014-10-10 10:55:18 +02:00 |
|
Unbit
|
349daee614
|
fixed uwsgidecorators spooler arguments
|
2014-10-10 10:49:18 +02:00 |
|
Unbit
|
0d272cf747
|
added Adriano Di Luzio to 2.0 CONTRIBUTORS
|
2014-10-10 10:47:19 +02:00 |
|
Unbit
|
46ac28efae
|
fixed tcsetattr
|
2014-10-10 10:45:58 +02:00 |
|
Unbit
|
31b3bcc83d
|
fixed kevent
|
2014-10-10 10:45:06 +02:00 |
|
Unbit
|
f364d676fa
|
automatically manage HTTP_X_FORWARDED_PROTO
|
2014-10-10 10:40:13 +02:00 |
|
Unbit
|
c72fde1eed
|
ensure PSGI response headers are in the right format [2]
|
2014-10-03 08:32:03 +02:00 |
|
Unbit
|
a5cacfbba6
|
ensure PSGI response headers are in the right format
|
2014-10-03 08:31:52 +02:00 |
|
Unbit
|
921cfa5d79
|
backported daemons and proto http fixes from 2.1
|
2014-10-03 08:30:11 +02:00 |
|
Roberto De Ioris
|
9c676c62f5
|
destroy the whole instance on Emperor error
|
2014-10-03 08:26:57 +02:00 |
|
Roberto De Ioris
|
2917de3e76
|
exit on Emperor error
|
2014-10-03 08:26:43 +02:00 |
|
Unbit
|
e836272c07
|
attempt to fix #732
|
2014-10-03 08:26:21 +02:00 |
|
Roberto De Ioris
|
7e25452242
|
set version to 2.0.7.1
|
2014-09-12 06:37:06 +02:00 |
|
unbit
|
42d42d9e4c
|
Merge pull request #714 from xiaost/add-spooler_pids-api
python: add `spooler_pids` api for multi-spooler
|
2014-09-11 18:31:33 +02:00 |
|
xiaost
|
73c3e971e6
|
python: add spooler_pids api for multi-spooler
the old `spooler_pid` api only returns the first spooler pid
|
2014-09-11 23:34:13 +08:00 |
|
rdeioris
|
b627edf1b8
|
Merge pull request #697 from xrmx/ignoreup
Update gitignore
|
2014-09-11 11:34:34 +02:00 |
|
Unbit
|
7fbc46750b
|
attempt to fix #713
|
2014-09-11 08:22:19 +02:00 |
|
Unbit
|
1a63634359
|
report chdir()
|
2014-09-10 07:44:37 +02:00 |
|
Unbit
|
c30e99a0df
|
attempt to fix #611
|
2014-09-09 07:49:52 +02:00 |
|
Roberto De Ioris
|
3c53f26cbd
|
ready for 2.0.7
2.0.7
|
2014-09-05 06:48:15 +02:00 |
|
Unbit
|
a5c74293d8
|
fixed #702
|
2014-08-31 19:58:40 +01:00 |
|
Roberto De Ioris
|
e5da0fc28c
|
fix for #703, waiting for confirmation
|
2014-08-30 08:34:46 +02:00 |
|
Unbit
|
8e9bcc4758
|
implemented two new triggers for broodlord mode
|
2014-08-29 06:51:31 +02:00 |
|
Unbit
|
bcf1f46d33
|
added vassal's plugin hooks
|
2014-08-28 18:09:02 +02:00 |
|
Unbit
|
8cd13f2ad9
|
fixed sendfile on smartos/omnios
|
2014-08-26 12:43:40 +02:00 |
|
Unbit
|
13df278cc4
|
attempt to fix emperor messaging on smartos/omnios
|
2014-08-26 12:27:36 +02:00 |
|