summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* rest_dbus.py:Update abort message for do_postNagaraju Goruganti2018-01-041-1/+1
* rest_dbus.py: Fix UnknownInterface errorAdriana Kobylak2017-12-141-6/+2
* Fix infinite do_put recursive call with retry only onceMarri Devender Rao2017-12-121-6/+6
* websocket client_simple example: add login codeDeepak Kodihalli2017-11-191-6/+8
* Fix missing return value from do_postNagaraju Goruganti2017-11-171-7/+25
* Don't create Image Dir if not presentGunnar Mills2017-11-161-1/+1
* Call all instances of an objectPath when executing "POST"Saqib Khan2017-11-081-6/+10
* Spelling fixesGunnar Mills2017-10-252-4/+4
* Add websocket client exampleDeepak Kodihalli2017-10-191-0/+59
* rest_dbus: implement client subscription APIDeepak Kodihalli2017-10-181-1/+88
* rest_dbus: add new route for event subscriptionDeepak Kodihalli2017-10-181-0/+31
* phosphor-gevent: enable websocket supportDeepak Kodihalli2017-10-181-1/+1
* Remove unused intf_matchBrad Bishop2017-09-111-1/+0
* Change ImageUpload to open file onceGunnar Mills2017-08-301-4/+4
* Change Dump file storage locationJayanth Othayoth2017-08-201-2/+1
* Convert value to expected type during POST methodRatan Gupta2017-08-091-0/+41
* Revert "Set content-type to routes that had none set"Brad Bishop2017-07-111-4/+2
* Revert "rest_dbus: run JSON response format plugin conditionally"Brad Bishop2017-07-101-7/+3
* Allow json response plugin to be suppressedBrad Bishop2017-07-101-3/+4
* pep8 fixesBrad Bishop2017-07-101-1/+1
* Set content-type to routes that had none setDeepak Kodihalli2017-07-081-2/+4
* rest_dbus: implement route 'download/dump/<dumpid>Jayanth Othayoth2017-07-071-1/+40
* rest_dbus: run JSON response format plugin conditionallyJayanth Othayoth2017-07-061-3/+12
* Close file descriptor to release memoryLeonel Gonzalez2017-06-091-2/+9
* Converts value to expected typeLeonel Gonzalez2017-06-051-0/+95
* Finds correct property to set fan speedLeonel Gonzalez2017-05-241-2/+3
* rest_dbus: fix content-type checkDeepak Kodihalli2017-04-271-1/+2
* rest_dbus: allow route '/upload/image/<filename>'Deepak Kodihalli2017-04-261-17/+50
* rest_dbus: implement route '/upload/image'Deepak Kodihalli2017-04-261-0/+36
* rest_dbus: run Json format plugins conditionallyDeepak Kodihalli2017-04-191-0/+11
* rest_dbus: add plug-in to check content-typeDeepak Kodihalli2017-04-191-0/+28
* rest_dbus: Add content_typeDeepak Kodihalli2017-04-111-3/+6
* Change Delete interfaceDeepak Kodihalli2017-04-041-1/+1
* Fix error response status regressionBrad Bishop2017-03-071-0/+1
* Make the attr endpoint case insensitiveBrad Bishop2017-02-261-9/+12
* Fix attr PUT after empty interfaceBrad Bishop2017-02-261-1/+1
* Add CORS supportBrad Bishop2017-02-261-0/+51
* Add HTTP OPTIONS supportBrad Bishop2017-02-261-11/+32
* Allow clients to call HEADBrad Bishop2017-02-261-4/+13
* Add support for error response pluginsBrad Bishop2017-02-211-45/+52
* Return HTTP 503 when mapper is busyBrad Bishop2016-11-281-0/+3
* fix a pep8 errorBrad Bishop2016-11-281-1/+2
* Raise 401 for invalid credentialsBrad Bishop2016-09-081-2/+2
* Split server and applicationBrad Bishop2016-08-302-0/+756
OpenPOWER on IntegriCloud