index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbe
/
util
/
wsgi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Used PyCharms inspectors.
Matěj Cepl
2024-03-30
1
-4
/
+4
*
WIP plenty of clean-ups and porting to Python 3.
Matěj Cepl
2024-01-21
1
-7
/
+7
*
conversion of cmp() function
Matěj Cepl
2024-01-18
1
-5
/
+9
*
2to3 conversion of the repo.
Matěj Cepl
2024-01-18
1
-32
/
+33
*
remove serve-storage and HTTP storage driver
Matthew Fernandez
2017-11-07
1
-1
/
+0
*
remove unused Unauthenticated class
Matthew Fernandez
2017-11-02
1
-6
/
+0
*
remove now-unused AuthenticationApp
Matthew Fernandez
2017-10-26
1
-75
/
+0
*
remove now-unused AdminApp
Matthew Fernandez
2017-10-26
1
-121
/
+0
*
remove --auth option from server commands
Matthew Fernandez
2017-10-26
1
-16
/
+1
*
util:wsgi: Don't clobber `handler` when clearing StreamHandlers
W. Trevor King
2013-01-31
1
-2
/
+2
*
util:wsgi: If we're logging to a file, shift libbe.LOG too
W. Trevor King
2013-01-24
1
-0
/
+5
*
util:wsgi: handle all dispatch() exceptions in BEExceptionApp
W. Trevor King
2012-10-28
1
-9
/
+15
*
Use libbe.util.http.HTTP_USER_ERROR everywhere instead of hardcoding 418
W. Trevor King
2012-10-28
1
-3
/
+3
*
util:wsgi: catch NoIDMatches in BEExceptionApp
W. Trevor King
2012-10-28
1
-0
/
+4
*
util:wsgi: add --daemon, --pidfile, and --logfile
W. Trevor King
2012-10-28
1
-25
/
+151
*
util:wsgi: fix From -> from typo in pyOpenSSL comment
W. Trevor King
2012-10-27
1
-1
/
+1
*
util:wsgi: fix get_cert_filenames -> _get_cert_filenames typo
W. Trevor King
2012-10-27
1
-1
/
+1
*
util:wsgi: import os.path for _get_cert_filenames()
W. Trevor King
2012-10-27
1
-0
/
+1
*
util:wsgi: fix Clossing -> Closing typo.
W. Trevor King
2012-10-27
1
-1
/
+1
*
util:wsgi: remove %default from option help strings
W. Trevor King
2012-10-27
1
-2
/
+2
*
Ran update-copyright.py.
W. Trevor King
2012-10-16
1
-1
/
+17
*
util:wsgi: WSGITestCase should not subclass WSGICaller.
W. Trevor King
2012-09-03
1
-10
/
+18
*
util:wsgi: Pull WSGICaller out of WSGITestCase.
W. Trevor King
2012-09-03
1
-49
/
+56
*
util:wsgi: add HandlerErrorApp to return HTTP errors.
W. Trevor King
2012-09-03
1
-0
/
+13
*
util:wsgi: fix WSGI_AppObject.default_callback -> .default_handler typo.
W. Trevor King
2012-09-03
1
-1
/
+1
*
command:serve-storage: rename `be serve` -> `be serve-storage`.
W. Trevor King
2012-08-29
1
-1
/
+2
*
util:wsgi: add BEExceptionApp for translating storage exceptions.
W. Trevor King
2012-08-29
1
-0
/
+22
*
libbe:util:wsgi: extract WSGI utilities into a separate module.
W. Trevor King
2012-08-27
1
-0
/
+962