100 Commits

Author SHA1 Message Date
unknown
dd0aebfc87 add to THANKS :) 2023-05-17 18:55:15 +03:00
Tal Einat
b8d6b1e97c
Add myself to THANKS 2023-03-22 21:58:06 +02:00
samypr100
4d532c960b
Update THANKS 2023-01-26 17:34:09 -05:00
Benny Mei
61d643f988 add myself to THANKS file 2022-12-10 21:40:12 -05:00
Teko012
b42af98e0e
Add contributor 2022-10-15 14:28:21 +02:00
Brett Randall
80a62afc1e
Updated THANKS. 2022-02-07 08:43:10 +11:00
Brett Randall
230cd03403
Updated THANKS. 2022-02-07 07:39:46 +11:00
Benoit Chesneau
8d854ba8cd
Merge pull request #2134 from talham7391/2133-delay-reload
Start the reloader after the wsgi app has been loaded.
2019-11-20 22:30:05 +01:00
Emile Fugulin
be513237cc Add syttent to THANKS 2019-11-20 12:57:46 -05:00
Talha Malik
51a4afd7ef Remove locking in polling reloader 2019-10-29 15:17:42 -04:00
dblack
96dde54af1 optional datadog tags for statsd metrics 2019-04-27 18:49:47 -07:00
Florian Apolloner
ee7af1247b Added support to --bind to open file descriptors (#1809)
Fixes #1107
2018-11-16 20:21:13 +03:00
Berker Peksag
c66957bbe9 Add support for named constants in the --ssl-version flag
Fixes #1114

Co-Authored-By: Brett Randall <javabrett@gmail.com>
Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-10-31 14:43:40 +03:00
Hugo
a8b5718146 Update THANKS
For https://github.com/benoitc/gunicorn/pull/1764.
2018-09-04 13:45:27 +03:00
Diego Oliveira
43e31c366b Fix gaiohttp worker 2018-05-26 10:42:15 -03:00
Antoine Girard
b9e27b4c6a Make the gevent workers handle the usr1 signal by deferring to a new greenlet 2017-11-27 18:39:13 +01:00
Oliver Bristow
f681a13664 Sort THANKS file in keeping with CONTRIBUTING.md 2017-09-16 21:31:55 +01:00
Oliver Bristow
6a2a8b3298 Fix #1576 - config file/module in GUNICORN_CMD_ARGS 2017-09-16 11:41:57 +01:00
Randall Leeds
b5fb32498d Update THANKS 2017-03-20 12:16:50 -07:00
Hasan Ramezani
3f9eace246 Add ability to pass settings to GUNICORN_CMD_ARGS. (#1385) 2017-01-08 16:41:28 +03:00
Mark Adams
64b26ef766 Fix #1368 by adding InotifyReloader and 'use-inotify' configuration option
Currently, '--reload' uses FS polling to find out when files have
changed. For some time, the Linux kernel has had a feature called
inotify that allows applications to monitor for FS events without
polling.

This commit adds a new 'use-inotify' configuration option that will
cause gunicorn to use the new 'InotifyReloader' instead of the default
'Reloader' when 'reload' is enabled.

Using inotify can result in lower CPU consumption by gunicorn especially
when working with virtualized filesystems or environments with a large
number of watched files / directories.
2016-10-17 21:21:37 -05:00
Jan-Philip Gehrcke
f4842a5ab8 Log exception occurring during worker exit 2016-05-11 13:36:28 +02:00
Eugene Obukhov
a04b5f0975 Add tests for reader classes (#1241)
* Fix FakeSocket.recv method

* Add tests for Unreader and its subclasses

* Add tests for EOFReader and LengthReader
2016-04-15 00:49:00 +03:00
Jason Madden
fb96a9ae69 Make the gevent workers handle the quit signal by deferring to a new greenlet. Fixes #1126. 2015-10-15 18:13:35 -05:00
Wolfgang Schnerring
79011d0c4a
Include request URL in error message.
Fixes #1061.
2015-07-08 10:18:26 +02:00
Stéphane Wirtel
2116d8f2e5 Update the THANKS file from the git logs
Update the THANKS file from the git logs
2014-08-18 18:13:31 +02:00
benoitc
9614882523 add missing people to THANKS 2014-08-16 13:36:44 +02:00
benoitc
f38ca58a01 add missing people to THANKS 2014-07-26 14:46:13 +02:00
Randall Leeds
e42859492c Add Jeryn Mathew to thanks
Thanks, @jerynmathew
2014-03-17 17:00:38 -07:00
W. Trevor King
64f98a0a1c arbiter: Consolidate configuration logging
Benoit prefers the log prefix for the first line ("Current
configuration:") but not subsequent lines (" {config}: {value}") [1],
so consolidate to a single log.debug call.  The newer '{0}'.format()
syntax requires Python 2.6 [2], but our setup.py only claims
compatibility with 2.6, 2.7, 3.2, and 3.3, so that should be fine.

[1]: https://github.com/benoitc/gunicorn/pull/701/files#r9767234
[2]: http://docs.python.org/2/whatsnew/2.6.html#pep-3101-advanced-string-formatting
2014-02-14 15:15:35 -08:00
Berker Peksag
5c78adf9b9 Use email.utils.formatdate in gunicorn.util.http_date.
There is a also an open issue for CPython:

http://bugs.python.org/issue747320
2014-02-14 02:26:09 +02:00
Malthe Borch
764d9d439a Also include access log in the syslog handler. 2014-01-24 17:41:05 +00:00
benoitc
a48b824d77 add Steven Cummings to THANKS 2013-11-06 07:36:52 +01:00
benoitc
dda514b42b add @georgexsh to THANKS 2013-11-05 08:40:05 +01:00
benoitc
888115fafd sync thanks 2013-11-05 07:24:59 +01:00
benoitc
4e67942ae4 add Stephane Wirtel to THANKS 2013-08-31 10:43:55 +02:00
benoitc
e927972848 add Alex Gaynor to THANKS 2013-08-31 10:43:04 +02:00
benoitc
4e0ffa0bd1 add Moriyoshi Koizumi to THANKS 2013-06-24 09:27:23 +02:00
Randall Leeds
3fcd1b969c Add niedbalski to THANKS 2013-06-23 10:59:15 -07:00
Randall Leeds
857e216e19 add Philip Cristiano to THANKS 2013-06-20 16:02:46 -07:00
benoitc
9673b970d0 update THANKS 2013-06-05 10:34:07 +02:00
benoitc
44de346202 add Alexandre Zani to THANKS 2013-04-21 15:05:40 +02:00
benoitc
230b2ba4ef add Krzysztof Urbaniak to THANKS 2013-04-21 14:56:42 +02:00
benoitc
b8c5c537f8 add jean-philippe serafin to THANKS 2013-04-18 16:08:39 +02:00
benoitc
2a39f0a35e add Chris Streeter to THANKS 2013-04-03 11:16:17 +02:00
benoitc
b38ea24dc4 add Kevin Luikens to the THANKS 2013-03-19 13:44:31 -07:00
benoitc
053928dd3b add Greg McGuire to the THANKS 2013-01-05 09:28:04 +01:00
benoitc
5448ddc580 add new Dan Callaghan id to the THANKS 2013-01-05 09:27:01 +01:00
benoitc
b6bba4572a add Adnane Belmadiaf to THANKS. 2012-12-21 15:47:05 +01:00
benoitc
8cdb4980c8 add David Vincelli to THANKS. 2012-12-21 15:43:26 +01:00