Syed Paymaan Raza
c3e7542cda
Update end year in copyright header
2024-08-02 09:40:11 -07:00
Josh Slocum
377dd0d754
Fixing path for non-backup (blob granule) blob url use cases to not prepend /data to path ( #10011 )
2023-04-19 14:18:08 -05:00
Josh Slocum
baa35fbc8f
Blob single part upload ( #8703 )
...
* Exposing writeEntireFile up through BackupContainerFileSystem, and using it in blob worker
* Adding blob worker latency metrics
* avoid writeEntireFile if object is too large
* gracefully falling back to multi-part upload if the file is too big
2022-11-08 17:30:01 -06:00
Josh Slocum
d68cd3493e
making read caching configurable for blob store ( #8607 )
2022-11-03 16:42:46 -05:00
sfc-gh-tclinkenbeard
258ba462e1
Remove !defined(_WIN32) guards for encryption code
2022-05-03 09:48:24 -07:00
sfc-gh-tclinkenbeard
475d66084d
Remove ENCRYPTION_ENABLED macro
2022-05-02 22:26:31 -07:00
sfc-gh-tclinkenbeard
7f05221cfe
Removed TLS_DISABLED macro
2022-05-02 22:15:27 -07:00
sfc-gh-tclinkenbeard
a71099471b
Update copyright header dates
2022-03-21 13:36:23 -07:00
Markus Pilman
63ebdc0cc0
added one missed change
2021-07-20 18:30:43 -06:00
Markus Pilman
01bad1f84d
Merge remote-tracking branch 'origin/master' into bugfixes/macos-literal-string
2021-07-20 16:24:52 -06:00
Markus Pilman
8f6b048e22
fix macOS build
2021-07-20 11:52:57 -06:00
sfc-gh-tclinkenbeard
34e7a7b024
Fix ENCRYPTION_ENABLED typos
2021-07-11 10:30:40 -07:00
sfc-gh-tclinkenbeard
41b4ace19a
Added ENCRYPTION_ENABLED macro
2021-07-09 21:20:40 -07:00
sfc-gh-tclinkenbeard
ad03a4787a
Fix non-TLS build
2021-07-09 21:06:15 -07:00
sfc-gh-tclinkenbeard
a5ecc11bba
Added AsyncFileEncrypted::mode field
2021-06-27 18:55:57 -07:00
sfc-gh-tclinkenbeard
3d6515bd14
Support encryption for blob store backups (not yet tested)
2021-06-26 00:07:27 -07:00
FDB Formatster
df90cc89de
apply clang-format to *.c, *.cpp, *.h, *.hpp files
2021-03-10 10:18:07 -08:00
Andrew Noyes
4ee97c0784
Use clang-tidy to automatically fix missing overrides
...
Use `clang-tidy -p . $file -checks='-*,modernize-use-override' -header-filter='.*' -fix`
to fix missing overrides, and then use git clang-format to reformat just
those changes. This went pretty well for most files.
Formatting the following files went off the rails, so I'm going to
follow up with a commit that's just clang-tidy and no clang-format.
- fdbclient/DatabaseBackupAgent.actor.cpp
- fdbclient/FileBackupAgent.actor.cpp
- fdbserver/OldTLogServer_4_6.actor.cpp
- fdbmonitor/SimpleIni.h
- fdbserver/workloads/ClientTransactionProfileCorrectness.actor.cpp
2021-01-26 02:04:12 +00:00
sfc-gh-tclinkenbeard
ad99bf0471
Merge remote-tracking branch 'origin' into misc-changes
2021-01-21 10:03:07 -08:00
Andrew Noyes
dadc4d1b21
Initialize m_offset
2021-01-15 19:56:28 +00:00
Andrew Noyes
b0f61fb74f
Resolve the simple-looking conflicts
2021-01-15 19:35:10 +00:00
sfc-gh-tclinkenbeard
5b2e88b187
Use structured bindings in for loops
2020-12-27 01:46:20 -04:00
sfc-gh-tclinkenbeard
55e86c1336
Disambiguate between S3BlobStore and other blob stores
2020-10-29 20:42:23 -07:00
sfc-gh-tclinkenbeard
195873e1cc
Cleaned up unnecessary backup container includes
2020-10-24 16:48:05 -07:00
sfc-gh-tclinkenbeard
6a27619544
Remove unnecessary copies in BackupContainer code
2020-10-24 16:48:03 -07:00
sfc-gh-tclinkenbeard
226b3f6bf2
Improve encapsulation for BackupContainerS3BlobStore
2020-10-24 16:48:02 -07:00
sfc-gh-tclinkenbeard
e1d58d3c66
Moved BackupContainerS3BlobStore into its own files
2020-10-24 16:48:02 -07:00