benoitc
bc2d0112a8
use only git shorttag with 'develop' command, also don'ty load it each
...
time. spotted by @davisp .
2010-11-10 19:28:18 +01:00
benoitc
d832391eee
backport from restkit. Fix readline in wsgi.input
2010-09-18 19:43:46 +02:00
Paul J. Davis
3cc0e5df8a
Add SERVER_SOFTWARE to the os.environ
...
Requested to allow a WSGI app to detect if its running in production
or development modes.
2010-09-06 15:23:30 -07:00
benoitc
96e7ec10dd
bump release number
2010-08-23 10:23:33 +02:00
benoitc
8289f1d1d9
imean 0
2010-08-12 13:53:08 +02:00
benoitc
3979c3dd40
bump
2010-08-12 13:52:00 +02:00
benoitc
6f01d46f58
by default no minotr tag if we aren't in a git repo
2010-08-06 08:00:55 +02:00
benoitc
252d594474
strip line ending
2010-08-05 21:41:40 +02:00
benoitc
5108a720f2
use a specific release number for dev depending on git tag
2010-07-31 16:18:13 +02:00
benoitc
9ae104be59
bump 0.10.0
2010-07-08 21:34:26 +02:00
benoitc
1ae47ef82f
fix rebase
2010-06-03 16:11:18 -04:00
benoitc
a523afc905
bump version
2010-05-26 00:33:29 +02:00
benoitc
954fcae167
bump to 0.9.0, prepare release.
2010-05-24 09:08:42 +02:00
Benoit Chesneau
71587482a3
0.9.0-dev version .
2010-05-17 06:51:55 +02:00
Benoit Chesneau
c35fe1f472
bump 0.8.2
2010-05-16 21:25:09 +02:00
benoitc
5c2112b93b
bum release to 0.8.1. (fix __builtins__ bug)
2010-04-29 09:43:21 +02:00
benoitc
73ed5f87b7
bump version
2010-04-22 21:06:35 +02:00
benoitc
0a3438f963
bump version so I'm sure I use the right terminal.
2010-04-16 21:08:53 +02:00
benoitc
2cfca856bc
bump version and update news & doc.
2010-04-15 03:22:23 +02:00
benoitc
85afc6bdae
bump revision number
2010-04-02 02:11:12 +02:00
benoitc
125392d054
next version will be 0.7.0
2010-03-20 15:11:39 +01:00
benoitc
33cf5dab01
with statement for py25 + bump release number
2010-03-13 22:16:58 +01:00
benoitc
e425fb5935
bump release
2010-03-11 08:26:41 +01:00
benoitc
d3c26c8aa6
update doc
2010-03-08 23:23:19 +01:00
benoitc
985c0857ab
bump
2010-03-07 00:40:50 +01:00
benoitc
86736e448d
help report, bump version in trunk.
2010-02-27 23:37:54 +01:00
benoitc
971b3199a7
0.6.1 release. fixes.
2010-02-24 00:05:17 +01:00
benoitc
5ff4b30c28
bump to 0.6
2010-02-22 19:07:20 +01:00
benoitc
9c562e27b1
update version
2010-02-22 17:49:12 +01:00
benoitc
c47bd5ef2c
bump
2010-02-21 15:11:48 +01:00
Benoit Chesneau
53814c1af4
add user/group option. uid/gid or username/groupname can now be passed
...
in daemon mode.
2010-02-15 14:03:48 +01:00
Benoit Chesneau
f071e7d4e1
fix version handling
2010-02-09 23:05:12 +01:00
Benoit Chesneau
cc060fbd0e
little bump
2010-02-03 19:46:14 +01:00
benoitc
b68700c010
include loggin facility in objects. Fix an error on openbsd. While i'm
...
here bump gunicorn version.
2010-01-20 21:57:39 +01:00
Benoit Chesneau
d37a9d81dc
edit header to tell the license.
2010-01-19 00:09:09 +01:00
Benoit Chesneau
bcfeed0d5f
change code header to redirect to NOTICE file for more info.
2010-01-18 23:53:23 +01:00
Paul J. Davis
aa30df9e26
Add logging level command line options.
...
Refactored the scripts to be more DRY as well. gunicorn_django needs
testing as I don't have a django environ handy to test with.
2010-01-17 12:33:45 -05:00
Benoit Chesneau
6cda6a868e
fix http parser, support Accept: 100-continue, fixes in worker. Update
...
license headers
2009-12-27 12:23:55 +01:00
Benoit Chesneau
045b3127cc
add setup file, fixx license
2009-12-21 19:47:07 +01:00
Paul J. Davis
8be0226763
Some refactoring work.
...
Remoed alot of code before starting to add more. Trimmed as much as
possible to get to the point that I understood what was going on in each
place.
Split the server code into multiple objects to help my sanity. Arbiter
is now the main class in the master process that keeps track of child
processes and so on and such forth.
The Worker class is responsible for handling incoming requests from the
server socket passed to its constructor.
2009-12-03 01:13:38 -05:00
Benoit Chesneau
992b538705
implement request parser object. it isn't useful until i implement the
...
response and wsgi app passing
2009-12-01 14:11:56 +01:00
Benoit Chesneau
52b950945f
initial commit. working connection handler.
2009-11-30 19:24:21 +01:00