.. |
libb64
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
libcoroutine
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
libeio
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
md5
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
sha1
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
zlib
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ActorFuzz.actor.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ActorFuzz.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileBlobStore.actor.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileBlobStore.actor.h
|
Improved error handling and memory usage in AsyncFileBlobStoreWrite. Writes will now fail if any upload has already failed, rather than buffering unboundedly until sync() is called to complete the file. There is also a configurable limit on how many uploads can be pending before writes will stall waiting for one to finish.
|
2017-10-18 05:51:30 -07:00 |
AsyncFileCached.actor.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileCached.actor.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileEIO.actor.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileKAIO.actor.h
|
Bug fix, when io_timeouts are enabled in warn only mode they weren’t being logged at all.
|
2017-07-05 14:43:10 -07:00 |
AsyncFileNonDurable.actor.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileNonDurable.actor.h
|
fix: fixed a rare bug where we do not wait for a file in the process of being deleted to shutdown before rebooting a machine
|
2017-08-25 10:12:58 -07:00 |
AsyncFileReadAhead.actor.h
|
fix: there was a reference counting cycle in asyncFileBlobStore and asyncFileReadAhead
|
2017-09-29 19:13:08 -07:00 |
AsyncFileWinASIO.actor.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
AsyncFileWriteChecker.cpp
|
Merge branch 'release-4.6' into release-5.0
|
2017-06-16 02:14:19 -07:00 |
AsyncFileWriteChecker.h
|
Checksums computed on pages with partially undefined contents are still valid, so mark them as such for valgrind purposes.
|
2017-07-17 09:34:04 -07:00 |
BlobStore.actor.cpp
|
Merge branch 'master' into backup-container-refactor
|
2017-11-15 08:14:47 -08:00 |
BlobStore.h
|
IBackupContainer has been rewritten to be a logical interface for storing, reading, deleting, expiring, and querying backup data. The details of how the data is organized or stored is now hidden from users of the interface. Both the local and blobstore containers have been rewritten, the key changes being a multi level directory structure and no more use of temporary files or pseudo-symlinks in the blob store implementation. This refactor has a large impact radius as the previous backup container was just a thin wrapper that presented a single level list of files and offered no methods for managing or interpreting the file structure so all of that logic was spread around other places in the code base. This made moving to the new blob store schema very messy, and without this refactor further changes in the future would only be worse.
|
2017-11-14 23:33:17 -08:00 |
ContinuousSample.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
EndpointGroup.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
FailureMonitor.actor.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
FailureMonitor.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
FlowTests.actor.cpp
|
Fixed OS X compilation build warnings due to printf field specifiers
|
2017-09-01 09:35:56 -07:00 |
FlowTransport.actor.cpp
|
Fix a massive amount of valgrind errors and make them easier to debug in the future.
|
2017-10-27 16:54:44 -07:00 |
FlowTransport.h
|
Fix a massive amount of valgrind errors and make them easier to debug in the future.
|
2017-10-27 16:54:44 -07:00 |
HTTP.actor.cpp
|
Add the ability to access name and description in Error. Update error descriptions.
|
2017-09-28 12:35:03 -07:00 |
HTTP.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
IAsyncFile.actor.cpp
|
Remove the change that waits only for unlinking; call delete on the file even if it doesn't exist.
|
2017-07-26 15:25:49 -07:00 |
IAsyncFile.h
|
Remove outdated comment from incrementalDelete function.
|
2017-07-26 15:27:37 -07:00 |
IRateControl.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ITLSPlugin.h
|
removed undefined behavior surrounding TLS logging
|
2017-06-28 14:23:53 -07:00 |
JSONDoc.h
|
Fixed header paths.
|
2017-11-15 00:05:20 -08:00 |
LoadBalance.actor.h
|
fix: load balance will still use second requests when client locality is present
|
2017-09-01 11:14:18 -07:00 |
LoadBalance.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
LoadPlugin.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Locality.cpp
|
Downgrade Transaction process class for cluster controller
|
2017-10-16 16:27:01 -07:00 |
Locality.h
|
fix: excluded servers were the same fitness as storage servers for the master role
|
2017-11-03 17:09:14 -07:00 |
MultiInterface.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Net2FileSystem.cpp
|
Merge branch 'release-4.6' into release-5.0
|
2017-06-16 02:14:19 -07:00 |
Net2FileSystem.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
PerfMetric.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Platform.cpp
|
Bug fix. eraseDirectoryRecursive() on MacOS used to do nothing at all, but now it erases directories recursively. The Linux version was modified to be simpler and use a version of the FTW API that also works on MacOS.
|
2017-08-31 00:11:18 -07:00 |
Platform.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
QueueModel.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
QueueModel.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
RangeMap.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Replication.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Replication.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ReplicationPolicy.cpp
|
Fixed OSX compilation warning about printf field value specification
|
2017-08-24 12:30:38 -07:00 |
ReplicationPolicy.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ReplicationTypes.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ReplicationTypes.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
ReplicationUtils.cpp
|
Fixed printf field width specifier to reduce compilation warnings within OS X
|
2017-05-26 14:51:34 -07:00 |
ReplicationUtils.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
Smoother.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
TLSConnection.actor.cpp
|
Added DNS resolution. Interface is INetworkConnections::resolveTCPEndpoint() to resolve, or for convenience INetworkConnections::connect(host, service) will resolve host and service (port number or service name like http) and connect to one of the addresses at random.
|
2017-10-15 21:51:11 -07:00 |
TLSConnection.h
|
Added DNS resolution. Interface is INetworkConnections::resolveTCPEndpoint() to resolve, or for convenience INetworkConnections::connect(host, service) will resolve host and service (port number or service name like http) and connect to one of the addresses at random.
|
2017-10-15 21:51:11 -07:00 |
TraceFileIO.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
TraceFileIO.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
actorFuzz.py
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
batcher.actor.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
crc32c.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
crc32c.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
dsltest.actor.cpp
|
Fixed OS X compilation build warnings due to printf field specifiers
|
2017-09-01 09:35:56 -07:00 |
fdbrpc.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
fdbrpc.vcxproj
|
Merge branch 'release-4.6' into release-5.0
|
2017-06-16 02:14:19 -07:00 |
fdbrpc.vcxproj.filters
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
generated-constants.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
genericactors.actor.cpp
|
added the ability to disable connection failures for a period of time after one happens
|
2017-09-18 12:46:29 -07:00 |
genericactors.actor.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
linux_kaio.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
local.mk
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
sim2.actor.cpp
|
Added DNS resolution. Interface is INetworkConnections::resolveTCPEndpoint() to resolve, or for convenience INetworkConnections::connect(host, service) will resolve host and service (port number or service name like http) and connect to one of the addresses at random.
|
2017-10-15 21:51:11 -07:00 |
sim_validation.cpp
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
sim_validation.h
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |
simulator.h
|
Merge pull request #176 from cie/add-cluster-controller-process-class
|
2017-10-16 16:27:54 -07:00 |