Unbit
b93dcbf46f
removed download_url from setup.py
1.9
2013-03-17 08:10:12 +01:00
Unbit
8051a2bc98
prepare for 1.9 release
2013-03-17 07:15:24 +01:00
Unbit
78d8b221fc
added --gevent-monkey-patch
2013-03-17 07:14:54 +01:00
Unbit
d51cada284
second (and last i hope) part of mongrel2 support refactoring
2013-03-16 18:24:25 +01:00
Unbit
389eef9e88
first part of mongrel2 support refactoring
2013-03-16 18:02:11 +01:00
Unbit
270fb0c50d
avoid routing loop
2013-03-16 16:48:26 +01:00
Unbit
e7e9dfee88
fixed DragonFlyBSD support
2013-03-16 15:45:49 +01:00
Unbit
3bafae276d
improved binary detection path on cygwin
2013-03-16 12:33:00 +01:00
Unbit
cfebe2927d
fixed lazy mode
2013-03-15 13:47:29 +01:00
Unbit
1d4294a845
added some comment for the statsd plugin
2013-03-15 11:34:19 +01:00
Unbit
12cfdd9864
added stats_pusher_statsd plugin
2013-03-15 11:32:08 +01:00
Unbit
add930c517
fixed uuid support in cygwin
2013-03-15 07:31:41 +01:00
Unbit
32972978be
added java support for cygwin
2013-03-13 17:50:56 +01:00
Unbit
c8bad3550e
added proper locking to windows
2013-03-13 15:51:14 +01:00
Unbit
ecc55d789d
added proper-locking to poll event mode
2013-03-13 15:03:30 +01:00
Unbit
88555e2c20
improved poll() support
2013-03-13 14:33:38 +01:00
Unbit
ec2bfcd302
allows building router basicauth on cygwin
2013-03-13 11:14:32 +01:00
Unbit
f1f81ed4c4
fixed python3 build
2013-03-13 11:00:05 +01:00
Unbit
87933cca26
another series of cygwin fixes
2013-03-13 10:51:33 +01:00
Unbit
2dcd8624a2
psgi support for windows
2013-03-13 10:12:24 +01:00
Unbit
7fcef76bbe
experimental windows/cygwin support
2013-03-13 09:44:32 +01:00
Unbit
2a5c4e938d
fixed requets overwrite in PATH_INFO rewrite (fixed typo)
2013-03-12 15:57:44 +01:00
Unbit
274eae27ef
fixed requets overwrite in PATH_INFO rewrite
2013-03-12 15:56:30 +01:00
Unbit
207220bc50
fixed #180
2013-03-12 11:45:03 +01:00
Unbit
fb8c4439c7
the whole ring test suite passes
2013-03-12 11:15:45 +01:00
Roberto De Ioris
894be9c41e
let the /sequence ring test pass
2013-03-12 09:42:13 +01:00
unbit
0a4bff8963
Merge pull request #182 from guokr/master
...
Ring plugin tests
2013-03-12 00:27:11 -07:00
Mingli
d515f3e279
add tests for ring plugin
2013-03-12 14:47:51 +08:00
Roberto De Ioris
e8aa0e1e26
fixed a typecasting
1.9-rc2
2013-03-11 20:51:08 +01:00
Unbit
46a8aae908
added CacheGet to mono
2013-03-11 16:10:39 +01:00
Unbit
a9f90464e6
fixed routing condition bug
2013-03-11 12:44:22 +01:00
Unbit
4bcdba2334
removed Changelog, we maintain them online
2013-03-11 12:16:44 +01:00
Unbit
64a8f3464a
fixed routing goto
2013-03-11 10:37:10 +01:00
Unbit
e640bd6f9b
completed legion scroll
2013-03-11 09:44:50 +01:00
Unbit
71a6726bcf
finally removed --app and static-offload-to-thread
2013-03-11 07:13:05 +01:00
Unbit
fe13774b4b
internal routing optimization
2013-03-11 07:05:58 +01:00
Unbit
ecc3a5e8e2
another routing fix
2013-03-11 06:46:52 +01:00
Unbit
dd1881576a
removed grunt support
2013-03-10 22:22:16 +01:00
Unbit
322a2d2365
improved routing + static management
2013-03-10 21:30:54 +01:00
Unbit
a76d7a1c66
first part of legion scroll implementation
2013-03-10 17:55:58 +01:00
Unbit
5631dcabf8
fixed --static-index when methods different from GET/HEAD are in place
2013-03-10 12:05:25 +01:00
Unbit
3f731e2577
Merge branch 'master' of github.com:unbit/uwsgi
2013-03-10 08:55:05 +01:00
Unbit
7a1b7f299b
added --whitelist and --blacklist context
2013-03-10 08:54:45 +01:00
unbit
322673215e
Merge pull request #178 from xrmx/coverity-buildconf
...
Add build profile for coverity scan
2013-03-09 15:28:44 -08:00
Riccardo Magliocchetti
b58a0c4969
Add build profile for coverity scan
...
Add all the language plugins i can actually compile on my machine
so that we have a bit more plugin coverage instead of the plain make.
31 more bugs reported by Coverity scan.
2013-03-09 18:32:15 +01:00
Unbit
c5fe8c6d30
reverted flock fd anti-leak
2013-03-09 18:13:18 +01:00
Unbit
7f54f5075d
fixed a leak in routing api
2013-03-09 18:10:23 +01:00
unbit
95d4cea3bb
Merge pull request #177 from xrmx/coverity10
...
More issues reported by Coverity
2013-03-09 09:03:55 -08:00
Riccardo Magliocchetti
d6ff3ac018
core/legion: fix memory leak in wsgi_opt_legion_quorum
...
Reported by Coverity as CID #971024 .
2013-03-09 17:04:57 +01:00
Riccardo Magliocchetti
1f4099c874
core/mule: fix a memory leak in uwsgi_setup_mules_and_farms
...
Reported by Coverity as CID #971028 .
2013-03-09 17:01:18 +01:00