summaryrefslogtreecommitdiff
path: root/osprofiler/web.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixwangzihao2020-12-171-2/+1
* Fix pep8 failuresAndreas Jaeger2020-06-021-2/+2
* Make profiler.clean() public methodStuart Grace2018-06-271-1/+1
* Add kwargs to WsgiMiddleware __init__Tovin Seven2018-01-021-1/+5
* Clean thread local profiler object after usageDina Belova2016-03-241-2/+5
* Expose X-Trace-* constantsJoshua Harlow2016-01-271-4/+10
* Fix Ceilometer parser to use eventsDina Belova2015-12-241-1/+0
* Fix enable/disable compatibilityDina Belova2015-11-231-6/+7
* Make api-paste.ini config optional0.3.1Dina Belova2015-11-121-4/+6
* Various cleanupsBoris Pavlovic2015-06-241-2/+2
* Allow N-keys (one should apply)Joshua Harlow2014-08-021-10/+24
* Add alternative way to dissable middleware0.2.4Boris Pavlovic2014-07-101-1/+20
* Make profiler.utils privateBoris Pavlovic2014-07-021-1/+1
* Refactor web.add_trace_id_header()Boris Pavlovic2014-07-021-2/+6
* Make a cleaner API for osporfilerBoris Pavlovic2014-07-021-1/+1
* Make hmac required argument in profiler.Profiler.initBoris Pavlovic2014-06-241-3/+3
* Refactor WSGI.middleware and imporve test coverageBoris Pavlovic2014-06-241-70/+36
* Base64 encode the 'X-Trace-Info' headerJoshua Harlow2014-06-181-20/+34
* Add sanity tests for profiler and hmac usageJoshua Harlow2014-06-171-7/+5
* Split code sugar and logic in Profiler classBoris Pavlovic2014-06-121-4/+4
* Add git review fileBoris Pavlovic2014-06-091-5/+5
* Add in hmac signing/verificationJoshua Harlow2014-05-201-19/+54
* Remove information about service in profilerBoris Pavlovic2014-05-091-6/+13
* Fix WSGI middleware and add unit testsBoris Pavlovic2014-02-241-12/+17
* Fix licensesBoris Pavlovic2014-01-121-1/+1
* Fix pepBoris Pavlovic2014-01-121-1/+1
* Add WSGI MiddlewareBoris Pavlovic2014-01-101-0/+57