1. ab404fa rest_dbus.py:Update abort message for do_post by Nagaraju Goruganti · 7 years ago
  2. f92cf4d rest_dbus.py: Fix UnknownInterface error by Adriana Kobylak · 7 years ago
  3. bc0c673 Fix infinite do_put recursive call with retry only once by Marri Devender Rao · 7 years ago
  4. 8cc1a03 websocket client_simple example: add login code by Deepak Kodihalli · 7 years ago
  5. 765c2c8 Fix missing return value from do_post by Nagaraju Goruganti · 7 years ago
  6. fb51579 Don't create Image Dir if not present by Gunnar Mills · 7 years ago
  7. 3a00b1f Call all instances of an objectPath when executing "POST" by Saqib Khan · 7 years ago
  8. f01d0ba Spelling fixes by Gunnar Mills · 7 years ago
  9. fb3825c Add websocket client example by Deepak Kodihalli · 7 years ago
  10. 639b502 rest_dbus: implement client subscription API by Deepak Kodihalli · 7 years ago
  11. b209dd1 rest_dbus: add new route for event subscription by Deepak Kodihalli · 7 years ago
  12. 48c7641 phosphor-gevent: fix pep8 complaints by Deepak Kodihalli · 7 years ago
  13. 0fe213f phosphor-gevent: enable websocket support by Deepak Kodihalli · 7 years ago
  14. 2c4d517 Remove unused intf_match by Brad Bishop · 7 years ago
  15. b66b18c Change ImageUpload to open file once by Gunnar Mills · 7 years ago
  16. 18c3a24 Change Dump file storage location by Jayanth Othayoth · 7 years ago
  17. a6a8a4c Convert value to expected type during POST method by Ratan Gupta · 7 years ago
  18. 529029b Revert "Set content-type to routes that had none set" by Brad Bishop · 7 years ago
  19. c431e1a Revert "rest_dbus: run JSON response format plugin conditionally" by Brad Bishop · 7 years ago
  20. 944cd04 Allow json response plugin to be suppressed by Brad Bishop · 7 years ago
  21. 832ce25 pep8 fixes by Brad Bishop · 7 years ago
  22. 0dc6722 Set content-type to routes that had none set by Deepak Kodihalli · 7 years ago
  23. 9bc9499 rest_dbus: implement route 'download/dump/<dumpid> by Jayanth Othayoth · 7 years ago
  24. 1444fd8 rest_dbus: run JSON response format plugin conditionally by Jayanth Othayoth · 7 years ago
  25. 0b62edf Close file descriptor to release memory by Leonel Gonzalez · 7 years ago
  26. 0bdef95 Converts value to expected type by Leonel Gonzalez · 8 years ago
  27. 409f671 Finds correct property to set fan speed by Leonel Gonzalez · 7 years ago
  28. db1a21e rest_dbus: fix content-type check by Deepak Kodihalli · 8 years ago
  29. 7ec0a4f rest_dbus: allow route '/upload/image/<filename>' by Deepak Kodihalli · 8 years ago
  30. 1af301a rest_dbus: implement route '/upload/image' by Deepak Kodihalli · 8 years ago
  31. fb6cd48 rest_dbus: run Json format plugins conditionally by Deepak Kodihalli · 8 years ago
  32. 461367a rest_dbus: add plug-in to check content-type by Deepak Kodihalli · 8 years ago
  33. 83afbaf rest_dbus: Add content_type by Deepak Kodihalli · 8 years ago
  34. 6075bb4 Change Delete interface by Deepak Kodihalli · 8 years ago
  35. 9c2531e Fix error response status regression by Brad Bishop · 8 years ago
  36. 56ad87f Make the attr endpoint case insensitive by Brad Bishop · 8 years ago
  37. 69cb6d1 Fix attr PUT after empty interface by Brad Bishop · 8 years ago
  38. d0c404a Add CORS support by Brad Bishop · 8 years ago
  39. d4c1c55 Add HTTP OPTIONS support by Brad Bishop · 8 years ago
  40. 88c76a4 Allow clients to call HEAD by Brad Bishop · 8 years ago
  41. 080a48e Add support for error response plugins by Brad Bishop · 8 years ago
  42. fce7756 Return HTTP 503 when mapper is busy by Brad Bishop · 8 years ago
  43. 8b0d3fa fix a pep8 error by Brad Bishop · 8 years ago
  44. dc3fbfa Raise 401 for invalid credentials by Brad Bishop · 8 years ago
  45. 7bc6d8d Add python-gevent startup script by Brad Bishop · 8 years ago
  46. 2c6fc76 Split server and application by Brad Bishop · 8 years ago
  47. 803c6f1 Rename obmc-rest to phosphor-rest by Brad Bishop · 8 years ago
  48. 2ddfa00 Minor refactoring by Brad Bishop · 8 years ago
  49. b41507f Merge pull request #19 from bradbishop/refactor by Patrick Williams · 9 years ago
  50. 6d19060 Remove redundant makelist and search functions by Brad Bishop · 9 years ago
  51. f4e7498 Handle differing dbus exception implementations by Brad Bishop · 9 years ago
  52. 71527b4 Moved functions to pyobmc library by Brad Bishop · 9 years ago
  53. 412d620 Merge pull request #17 from bradbishop/jsonp by Patrick Williams · 9 years ago
  54. 80fe37a Add support for serving jsonp by Brad Bishop · 9 years ago
  55. 3bba28c Merge pull request #16 from bradbishop/master by nkskjames · 9 years ago
  56. 0f79e52 Enumerate with org.freedesktop.DBus.ObjectManager by Brad Bishop · 9 years ago
  57. 68caa1e Added a license to obmc-rest file by Brad Bishop · 9 years ago
  58. b103d2d Use pyobmc package by Brad Bishop · 9 years ago
  59. 87b63c1 Run through pep8 by Brad Bishop · 9 years ago
  60. fe90e0c Merge pull request #14 from bradbishop/schema by Patrick Williams · 9 years ago
  61. 5263c30 Merge pull request #11 from bradbishop/typeerrors by Patrick Williams · 9 years ago
  62. 4c68a40 Merge pull request #12 from bradbishop/threads by Patrick Williams · 9 years ago
  63. bfa41bb Merge pull request #10 from bradbishop/auth by Patrick Williams · 9 years ago
  64. 2503bd6 Add schema endpoint by Brad Bishop · 9 years ago
  65. d457892 Handle type errors for method call parameters by Brad Bishop · 9 years ago
  66. b7f756c Drop number of Rocket threads to 1 by Brad Bishop · 9 years ago
  67. 2f42858 Add authentication and authorization by Brad Bishop · 9 years ago
  68. 34cae73 Merge pull request #9 from bradbishop/delete by Patrick Williams · 9 years ago
  69. aac521c Fix lower case Delete interface element by Brad Bishop · 9 years ago
  70. f481dfc Merge pull request #7 from bradbishop/errors by Patrick Williams · 9 years ago
  71. 9bfeec2 Set response type correctly for errors by Brad Bishop · 9 years ago
  72. 275ec27 Merge pull request #6 from bradbishop/rest by Patrick Williams · 9 years ago
  73. d7f30df setuptools name update by Brad Bishop · 9 years ago
  74. b1cbdaf Remove old rest server by Brad Bishop · 9 years ago
  75. 6975046 Rest server rewrite using Bottle microframework by Brad Bishop · 9 years ago
  76. cf18f3f Merge pull request #4 from bradbishop/cert by Patrick Williams · 9 years ago
  77. 0ffcae1 Add self-signed cert by Brad Bishop · 9 years ago
  78. f7a6069 Merge pull request #3 from bradbishop/enumerate by Patrick Williams · 9 years ago
  79. 936f5fe Make use of org.openbmc.Object.Enumerate by Brad Bishop · 9 years ago
  80. 12452ed Check for path component length by Brad Bishop · 9 years ago
  81. ade8a8b React to mapper API changes. by Brad Bishop · 9 years ago
  82. 9ee57c4 Whitespace fixes by Brad Bishop · 9 years ago
  83. 53fd493 Remove unused system bus connection by Brad Bishop · 9 years ago
  84. 2f7aef5 Merge pull request #1 from bradbishop/master by nkskjames · 9 years ago
  85. aa65f6e REST server work in progress by Brad Bishop · 9 years ago
  86. b531ff0 Initial commit by Patrick Williams · 9 years ago