benoitc
31e259ea97
say hello to 0.17.2
2013-01-06 18:56:56 +01:00
Qiangning Hong
ec7f75f48f
optimize readline()
...
Use less memory when processing file uploading, to be fast and safe
2013-01-06 18:49:30 +01:00
benoitc
eb73681181
make import errors more visible
...
fix #461
2013-01-06 12:47:06 +01:00
benoitc
8ab090aafb
don't remove the file under cygwin.
...
Thanks to @pombredanne for the report. fix #407
2013-01-06 08:23:36 +01:00
benoitc
84d9f4c604
don't pass ssl_options if there are any.
...
some versions of tornado fail when passing empty ssl options. This
change fix it.
fix #465
2013-01-06 08:12:40 +01:00
benoitc
030468d2cd
don't accept str or unicode in the body.
2013-01-06 07:59:41 +01:00
benoitc
008161dd66
redirect to the 0.17.1 version of the documentation
2013-01-05 12:14:48 +01:00
benoitc
d6ab64d823
latest version is now 0.17.1
2013-01-05 10:47:34 +01:00
benoitc
690faa2e9e
use the new travis https url.
2013-01-05 10:43:05 +01:00
benoitc
e9b5c82346
fix travis target
2013-01-05 10:41:57 +01:00
benoitc
00b90c1037
we actually support python 3 since the 0.16 version.
2013-01-05 10:41:08 +01:00
benoitc
517ac6281d
0.17.1 changelog
2013-01-05 10:26:19 +01:00
benoitc
b8ea96b6a3
bump to 0.17.1
2013-01-05 09:48:33 +01:00
benoitc
d9a45e6d68
test 3.3
2013-01-05 09:46:50 +01:00
benoitc
053928dd3b
add Greg McGuire to the THANKS
2013-01-05 09:28:04 +01:00
Greg McGuire
02db7ecaad
Set wsgi url_scheme to https if configured for SSL
2013-01-05 09:27:32 +01:00
benoitc
5448ddc580
add new Dan Callaghan id to the THANKS
2013-01-05 09:27:01 +01:00
benoitc
1409d6c470
only display the program name, not the path
2013-01-05 09:24:06 +01:00
Dan Callaghan
6f4e902b3e
ArgumentParser no longer accepts version in Python 3.3
2013-01-05 09:18:02 +01:00
benoitc
927e04ab6d
add syslog facility name setting
2012-12-25 23:05:40 +01:00
benoitc
fecd37fd64
display latest version on the website
2012-12-25 07:10:00 +01:00
benoitc
3c768b658e
archive 2012 news
2012-12-25 07:00:46 +01:00
benoitc
a1baec5817
fix help formatting
2012-12-25 06:42:23 +01:00
benoitc
d314c53c3d
document a little more --log-syslog-prefix option
2012-12-25 06:40:15 +01:00
benoitc
1ee87c1dc8
document syslog handler code
2012-12-25 06:37:48 +01:00
benoitc
82cc98746e
say hello to 0.17.0
2012-12-25 06:35:43 +01:00
benoitc
89a1936ce6
fix syslog prefix
2012-12-25 06:28:20 +01:00
benoitc
a1058bc7fe
add line
2012-12-25 06:25:25 +01:00
benoitc
dae4d38705
add syslog support.
...
Add options to setup logging to syslog:
- `--log-syslog`: enable syslog. It default to `/var/run/syslog` on darwin,
`/var/run/log` on freebsd, `/dev/log` on openbsd and udp://localhost:514 for
other platforms.
- `--log-syslog-prefix: Pass the parameter to use as the program name
- `--log-syslog-to`: Setup the syslog address to send message. Address startinf
by udp:// will send to udp, unix:// to a unix socket and tcp:// to tcp (useful
for rsyslog)
fix #452 .
2012-12-25 06:19:06 +01:00
benoitc
ac1af72922
s/optparse/argparse
2012-12-25 06:19:06 +01:00
Adnane Belmadiaf
20cd49595a
PEP8 fixes
2012-12-24 09:53:03 +01:00
Adnane Belmadiaf
1c9b8460b1
s/create_sockeSt/create_sockets
2012-12-22 08:58:46 +01:00
benoitc
b6bba4572a
add Adnane Belmadiaf to THANKS.
2012-12-21 15:47:05 +01:00
Adnane Belmadiaf
fa37b90ad8
Append acceptors in EventletWorker
2012-12-21 15:46:00 +01:00
benoitc
77251d9d30
make sure we don't prematuraly close the fd of the worker tmp file.
...
fix #407
2012-12-21 15:43:26 +01:00
benoitc
8cdb4980c8
add David Vincelli to THANKS.
2012-12-21 15:43:26 +01:00
David Vincelli
c2ae9090dc
handle size 0 read by returning empty buffer
...
It appears the original author meant to return b"" when size == 0 instead of raise ValueError("Size must be positive.")
2012-12-21 15:43:26 +01:00
Qiangning Hong
174c34ec9c
add nworkers_changed hook
...
This hook will be called whenever the number of workers is set.
2012-12-21 15:43:26 +01:00
benoitc
6264e9edd4
fix typo...
2012-12-17 16:45:10 +01:00
benoitc
dc5ec29009
fix call
2012-12-17 16:18:42 +01:00
benoitc
32395a17fc
document the new --bind syntax.
2012-12-16 10:51:59 +01:00
Konstantin Enchant
aac56c9d55
Added response arg for post_request hook.
2012-12-16 10:21:01 +01:00
benoitc
3118b08b99
fix display when using ssl
2012-12-14 10:32:58 +01:00
benoitc
1198cc2723
handle ssl connections.
...
gunicorn is now supporting ssl connections:
$ gunicorn -w3 --certfile=server.crt --keyfile=server.key test:app
works with all supported workers
2012-12-14 10:22:05 +01:00
benoitc
b7b51adf13
allows gunicorn to bind to multiple address
...
Allows gunicorn to listen on different interface. It can be either ipv6,
unix or ipv4 sockets.
Ex:
gunicorn -w3 -b 127.0.0.1:8001 -b 127.0.0.1:8000 -b [::1]:8000 test:app
fix #444
2012-12-14 10:18:39 +01:00
Benoit Chesneau
41a6999fa3
Merge pull request #441 from acdha/patch-1
...
Update link to Greenlet source repository
2012-12-04 21:01:22 -08:00
Benoit Chesneau
42d4b1e191
Merge pull request #442 from mtigas/patch-1
...
fix spelling in "Running Gunicorn" doc page
2012-12-04 21:01:00 -08:00
Mike Tigas
32e2dcfd0c
fix spelling in "Running Gunicorn" doc page
2012-11-28 11:40:06 -08:00
Chris Adams
0a3508fc7f
Update link to Greenlet
...
https://bitbucket.org/ambroff/greenlet has migrated to https://github.com/python-greenlet/greenlet
2012-11-26 17:33:38 -05:00
benoitc
1b33280e8b
add sib to THANKS
2012-11-26 08:15:43 +01:00