index
:
delta/python-packages/waitress.git
bestpractices
body-less-304
bugfix/close-buffer
bugfix/ipv6_server_name
bugfix/nameinfo
bugfix/socket-server-name-port
bugfix/socket_flags_windows
bugfix/uppercase_verb
bugfix/winerror-windows
build-docs-on-travis
cleanup/use-with-statement-makefile
close-app-iter-on-disconnect
close-outbufs
connection-overflow-warning
contributing
crack-version
doc_translogger
docs-grammar-fix
drop-py34
error-task-disconnect
feature.exit-from-thread
feature.vendor-asyncore-180
feature.x_wsgi_url_scheme-header
feature/multiple_sockets
fix-265
fix-deadlock-on-disconnect
fix-multi-line-headers
fix-tox
fix.filewrapper_leak
fix.idemonkeys
fix.issue64
fix/thread_name
garden/update-supported-python-versions
invalid-whitespace-cont
iobase
main
master
optimize-outbuf-len
outbuf-high-watermark
pipelinefix
proxy-header-middleware
proxy-updates
py3-only
queue-depth-warnings
queue-depth-warnings-int
resource-warnings
seekable
set-input-terminated
so_sndbuf
speedup-test-suite
trigger
update-configs
update-tox
workflows
github.com: Pylons/waitress.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
waitress
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation for waitress-serve and typo fix.
Keith Gaughan
2013-05-25
1
-1
/
+1
*
Python 2.6 support.
Keith Gaughan
2013-05-24
2
-8
/
+14
*
Python 3 compatibility fixes.
Keith Gaughan
2013-05-24
2
-12
/
+15
*
Command line runner.
Keith Gaughan
2013-05-23
3
-0
/
+332
*
Command line argument parsing.
Keith Gaughan
2013-05-23
2
-0
/
+83
*
Make the parameter list data.
Keith Gaughan
2013-05-23
1
-57
/
+46
*
Resolve conflicts.
Tres Seaver
2013-05-23
2
-41
/
+56
|
\
|
*
Generalise multiprocess test execution.
Keith Gaughan
2013-05-18
2
-38
/
+53
*
|
Season to taste.
Tres Seaver
2013-05-23
3
-11
/
+11
*
|
autopep8 runthrough and janitorial changes.
Keith Gaughan
2013-05-23
32
-392
/
+475
|
/
*
Coverage.
Tres Seaver
2013-05-16
1
-2
/
+2
*
Allow parallel testing (e.g., under 'detox').
Tres Seaver
2013-05-16
1
-2
/
+19
*
proposed fix for issue #22
Marcin Kuzminski
2013-05-15
1
-3
/
+3
*
added test for buffer that are bigger than max int. That causes waitress
Marcin Kuzminski
2013-05-15
1
-0
/
+12
*
more hiding of unix socket tests under windows
Chris McDonough
2013-05-11
1
-36
/
+42
*
hide unix tests on windows
Chris McDonough
2013-05-11
1
-21
/
+39
*
hail mary
Chris McDonough
2013-05-11
1
-1
/
+5
*
fix on py3
Chris McDonough
2013-05-11
4
-4
/
+4
*
Unix domain socket support.
Keith Gaughan
2013-05-12
5
-31
/
+177
*
Arguments for Unix sockets.
Keith Gaughan
2013-05-12
2
-1
/
+14
*
Separate TCP socket behaviour from WSGIServer.
Keith Gaughan
2013-05-12
1
-12
/
+46
*
Replace generated test classes with explicit declarations.
Keith Gaughan
2013-05-11
1
-22
/
+26
*
Reorganize the functional test hierarchy.
Keith Gaughan
2013-05-11
1
-24
/
+33
*
Prevent asyncore from throttling self.addr on us.
Keith Gaughan
2013-05-11
1
-1
/
+3
*
Have DummySocket behave more like a real socket.
Keith Gaughan
2013-05-11
1
-2
/
+4
*
Generate socket type specific tests from suite.
Keith Gaughan
2013-05-11
1
-12
/
+35
*
Separate out any TCP-specific functional test code.
Keith Gaughan
2013-05-11
1
-62
/
+73
*
Remove duplication between fixture applications.
Keith Gaughan
2013-05-11
9
-78
/
+38
*
- Fix bug in HTTP Expect/Continue support. See
Chris McDonough
2013-01-10
2
-4
/
+21
*
- Add an ``asyncore_loop_timeout`` adjustment value, which controls the
Chris McDonough
2013-01-10
4
-3
/
+12
*
Removed a warning that was displayed for HEAD requests.
Georges Dubus
2012-11-24
2
-5
/
+18
*
Fixed some assertions that were not wrong, but quite missleading.
Georges Dubus
2012-11-24
1
-3
/
+3
*
Allow ident to be overridden via adjustment (closes #5)
Chris McDonough
2012-11-14
2
-1
/
+4
*
bump wait for test server, use nosetests during tox
Chris McDonough
2012-10-25
1
-1
/
+1
*
Cosmetics.
Damien Baty
2012-10-25
1
-4
/
+3
*
Wait for all data to be sent before returning it.
Damien Baty
2012-10-25
1
-1
/
+9
*
fix for py3
Chris McDonough
2012-09-28
1
-1
/
+1
*
Return a 400 error instead of a 500 error when pathological input case report...
Chris McDonough
2012-09-28
3
-11
/
+55
*
remove linefeeds (another windows hailmary)
Chris McDonough
2012-02-13
2
-2
/
+2
*
clean up a little
Chris McDonough
2012-02-13
1
-8
/
+12
*
another hail mary windows fix
Chris McDonough
2012-02-13
1
-1
/
+2
*
hail mary to make pass on windows
Chris McDonough
2012-02-13
1
-2
/
+3
*
- A brown-bag bug prevented request concurrency. A slow request would block
Chris McDonough
2012-02-13
4
-6
/
+72
*
get rid of a getattr
Chris McDonough
2012-01-19
1
-1
/
+1
*
garden
Chris McDonough
2012-01-18
1
-2
/
+3
*
using -1 as a sentinel was a bad idea
Chris McDonough
2012-01-17
2
-10
/
+7
*
Merge branch 'master' of github.com:Pylons/waitress
Chris McDonough
2012-01-17
1
-1
/
+1
|
\
|
*
garden
Michael Merickel
2012-01-16
1
-1
/
+1
*
|
close this resource
Chris McDonough
2012-01-17
1
-0
/
+1
|
/
*
minor performance tweaks
Chris McDonough
2012-01-16
1
-3
/
+6
[next]