Unbit
4644578276
file monitor support for OpenBSD,NetBSD,DragonFly
1.9.14
2013-07-21 16:38:48 +02:00
Unbit
f1d450c12f
updated gemspec
2013-07-21 08:08:48 +02:00
Roberto De Ioris
6624f75ec7
added kqueue support to the fsmon interface
2013-07-21 07:40:47 +02:00
Unbit
8941505ea0
inotify-based fsmon implementation
2013-07-21 07:34:56 +02:00
Unbit
18b177db25
added fsmon skel
2013-07-20 00:07:40 +02:00
Unbit
27421f3642
atexit hook is not needed in the xmldir router
2013-07-19 19:27:22 +02:00
unbit
30f9479e85
Merge pull request #343 from gber/master
...
Improvements to router_xmldir
2013-07-20 08:40:39 -07:00
Guido Berhoerster
a9f7631ab4
Add example configuration and XSL stylesheet
2013-07-20 00:35:11 +02:00
Guido Berhoerster
cb8519510f
Fix style in router_xmldir
2013-07-20 00:35:11 +02:00
Guido Berhoerster
f7881bfb78
Improve router_xmldir output
...
Root element is now <index> instead of <tree> since the output is not a tree.
Add a path attribute to <index> which contains the content of PATH_INFO.
Only show files and directories and add attributes for their mtime and size.
2013-07-20 00:35:11 +02:00
Guido Berhoerster
4cf4c75d5d
Convert filenames from codeset of the current locale to UTF-8 encoding
2013-07-20 00:35:11 +02:00
Guido Berhoerster
91bcbc77b3
Include hidden files in router_xmldir directory listing
...
Hidden files can be filtered out through a XSL stylesheet if needed.
2013-07-20 00:35:11 +02:00
Guido Berhoerster
b1db4d35c3
Return meaningful responses from router_xmldir in case of errors
2013-07-20 00:35:11 +02:00
Guido Berhoerster
060462b849
Fix portability issue in the router_xmldir plugin
...
Use the portable alphasort(3) insead of the versionsort(3) GNU extension.
2013-07-20 00:35:11 +02:00
Unbit
0e08c0211c
Unbit-specific workaround for broken robust mutexes
2013-07-19 13:21:34 +02:00
Unbit
e69cc2bcd5
fixed python modifier management
2013-07-18 16:43:37 +02:00
Unbit
996af7d46c
fixed hex2num
2013-07-17 20:42:14 +02:00
Unbit
e8e66f15da
fixed check_hex
2013-07-17 20:41:07 +02:00
Unbit
cd09b4a55d
more user-friendly error message for undeletable unix sockets
2013-07-17 16:30:25 +02:00
Unbit
f4a1d76396
try to fix auto chunking in http router
2013-07-17 16:21:13 +02:00
Unbit
ab8cc168e5
fixed #339
2013-07-17 08:38:32 +02:00
Unbit
5e43ef6fae
rbthreads improvements
2013-07-17 08:36:49 +02:00
Roberto De Ioris
caa3614f78
rbthreads osx fixes
2013-07-17 07:22:58 +02:00
Unbit
a81ca89ae9
use ruby2 profile when available
2013-07-17 07:14:45 +02:00
Unbit
5861705cd6
preliminary rbthreads support
2013-07-17 07:08:47 +02:00
Unbit
4e68dacad3
microoptimzation for --reload-on-fd
2013-07-16 10:22:06 +02:00
Unbit
4f8f15a3b6
fixed --safe-fd
2013-07-16 09:12:46 +02:00
Unbit
aa6b86fbdf
force the emperor to honour --safe-fd
2013-07-16 08:50:51 +02:00
Unbit
7a18ff48ba
added --reload-on-fd and --brutal-reload-on-fd
2013-07-16 08:27:56 +02:00
Unbit
e354de9f5e
fixed sendfile and fastfile headers management
2013-07-15 10:49:28 +02:00
Unbit
10073bc4ae
jsp prototype working
2013-07-15 10:06:33 +02:00
Unbit
6fd051b248
more servlet definitions
2013-07-15 07:20:43 +02:00
Unbit
1cf034881e
more servlet definitions
2013-07-15 07:20:08 +02:00
Unbit
1393281c74
added prototype servlet plugin
2013-07-14 09:15:12 +02:00
Unbit
edf95a4b0a
added fastfile routing action
2013-07-13 17:37:26 +02:00
Unbit
8887f83f7f
use the right sendfile abstraction
2013-07-13 17:26:43 +02:00
Unbit
7513d80440
added sendfile routing action
2013-07-13 17:21:13 +02:00
Unbit
67289b7cf1
added setdocroot
2013-07-13 11:26:24 +02:00
Unbit
a88f478fac
support for rb_reserved_fd_p
2013-07-13 05:55:40 +02:00
Roberto De Ioris
d385661a93
removed typo on osx
2013-07-12 20:06:48 +02:00
Unbit
e8895ba773
better thunder_lock usage on unbit
2013-07-11 09:39:30 +02:00
Unbit
5a23a8d457
better computation of listen queue load
2013-07-11 08:45:46 +02:00
Roberto De Ioris
e01a3d8bd2
second attempt of Tiger support
2013-07-10 21:34:28 +02:00
Roberto De Ioris
b270bd24d7
first attempt of Tiger support
2013-07-10 21:30:36 +02:00
unbit
ab989ebf16
Merge pull request #336 from xrmx/debian-fixes
...
A couple of patches from debian packaging
2013-07-09 08:34:31 -07:00
Riccardo Magliocchetti
7c31b6657f
uwsgiconfig: force no-format-security too
...
It may happen that a plugin is using -Wformat -Wformat-security so need to remove
both otherwise as seen in emperor_pg plugin:
cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
Based on a debian patch of Janos Guljas.
2013-07-09 09:58:35 +02:00
Riccardo Magliocchetti
ba7d322aaf
plugins: try harder to compile alarm_speech on linux
...
Using GNUStep. Modified from a debian patch of Janos Guljas.
2013-07-09 09:57:15 +02:00
Unbit
537187b7f8
added daemontools envdir support
2013-07-08 19:15:22 +02:00
Unbit
d22a7c7223
added UWSGI_DEBUG_BUFFER to catch bugs related to uwsgi_buffer structures
2013-07-08 17:59:56 +02:00
Unbit
c9f986fa59
improved v8 build
2013-07-08 13:27:02 +02:00