shaka-packager/packager/file
Joey Parrish 31e116faec
feat: Respect the file mode for HttpFiles (#1081)
For a read mode, make a GET request.  Otherwise, make a PUT request.
2022-08-17 10:40:13 -07:00
..
public Add support for callback file 2017-09-07 19:26:26 +00:00
CMakeLists.txt feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
callback_file.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
callback_file.h Add support for callback file 2017-09-07 19:26:26 +00:00
callback_file_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
file.cc feat: Respect the file mode for HttpFiles (#1081) 2022-08-17 10:40:13 -07:00
file.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
file_closer.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
file_test_util.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
file_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
file_util.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
file_util.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
file_util_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
http_file.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
http_file.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
http_file_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
io_cache.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
io_cache.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
io_cache_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
local_file.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
local_file.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
memory_file.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
memory_file.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
memory_file_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
thread_pool.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
thread_pool.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
threaded_io_file.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
threaded_io_file.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
udp_file.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
udp_file.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
udp_options.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
udp_options.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
udp_options_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00