History log of /system/webservd/webservd/dbus_request_handler.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
75d6da24dedcbc090d23de60c4f1637c3a54b392 13-Oct-2015 Alex Vakulenko <avakulenko@google.com> webservd: Rename "chromeos" -> "brillo" in include paths and namespaces

libchromeos is transitioning to libbrillo and chromeos namespaces
and include directory is changing to brillo.

Bug: 24872993
Change-Id: Iba15692972a0c24ec87ac8e51d4eb032214149b0
/system/webservd/webservd/dbus_request_handler.cc
0f6413a253a463c8f51809d6cd08ab71b4dccf4a 21-Sep-2015 Alex Vakulenko <avakulenko@google.com> Add support for streaming I/O to webserver request data

Rather than reading request body data in memory and sending it to
remote request handlers over D-Bus, send the data to the handler
over a pipe as the data are coming in.

BUG: 24166746
Change-Id: I53499f9f8ed00a9d02740556616ef9b7ea7cc493
/system/webservd/webservd/dbus_request_handler.cc
35f6587840b71c8bd3e3655508b6f05cb2593ba9 18-Aug-2015 Daniel Erat <derat@google.com> Build for Android.

Add Android.mk files to build webservd and libwebserv, patch
the source to not use libminijail when __BRILLO__ is
defined, and update copyright information.

Also add pre-generated D-Bus bindings into a gen/ directory
to use until code generation is working.

Bug: 22828211
Change-Id: Ib6d06789c1a5a27b8ee4f85d5723b46973c1ddaa
/system/webservd/webservd/dbus_request_handler.cc
f719c98766c61db6faecde5808c6af26d993ce44 15-Aug-2015 Daniel Erat <derat@chromium.org> webserver: Miscellaneous build fixes for AOSP.

Un-platform2-ify by dropping leading "webserver/" from
relative include paths.

Also pass char** rather than uint8_t** to
BIO_get_mem_data().

BUG=none
TEST=tests pass

Change-Id: I618412553c9d0fd9b4f86861b911a9ffe2899454
Reviewed-on: https://chromium-review.googlesource.com/293900
Trybot-Ready: Dan Erat <derat@chromium.org>
Tested-by: Dan Erat <derat@chromium.org>
Reviewed-by: Alex Deymo <deymo@chromium.org>
Commit-Queue: Dan Erat <derat@chromium.org>
/system/webservd/webservd/dbus_request_handler.cc
8db2b534b447db87d450ffa0d1351236cf31f627 12-Feb-2015 Alex Vakulenko <avakulenko@chromium.org> webserver: Add configuration file to the web server

Configure the web server using a configuration file instead of
passing a few options via command line.

BUG=brillo:160
TEST=`FEATURES=test emerge-link webserver privetd`

Change-Id: I975a140c9c5df2f1876356eb618407bb21149546
Reviewed-on: https://chromium-review.googlesource.com/249200
Trybot-Ready: Alex Vakulenko <avakulenko@chromium.org>
Tested-by: Alex Vakulenko <avakulenko@chromium.org>
Reviewed-by: Christopher Wiley <wiley@chromium.org>
Commit-Queue: Alex Vakulenko <avakulenko@chromium.org>
/system/webservd/webservd/dbus_request_handler.cc
31a6379d5f773cb40312d2085e07f30cf3ac685d 03-Feb-2015 Alex Vakulenko <avakulenko@chromium.org> webserver: Move web server functionality into webservd

Moved libmicrohttpd from libwebserv to webservd daemon. Added the
D-Bus interface between the web server daemon and client library.

Updated privetd to use the new interface.

BUG=brillo:10
TEST=`FEATURES=test emerge-link libwebserv privetd`
CQ-DEPEND=CL:245780,CL:245118,CL:*195757

Change-Id: I26bfab64c6a0fd9460a47fd3fa9205c89abb943a
Reviewed-on: https://chromium-review.googlesource.com/245980
Reviewed-by: Alex Vakulenko <avakulenko@chromium.org>
Tested-by: Alex Vakulenko <avakulenko@chromium.org>
Commit-Queue: Alex Vakulenko <avakulenko@chromium.org>
/system/webservd/webservd/dbus_request_handler.cc