You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/libtextsecure
Scott Nonnenberg 6323f598b5 Disconnect from socket faster on loss of network access (#1512)
* Disconnect from socket faster on complete loss of network access

Today we wait for a keepalive request to fail; this change forces
disconnect in the case that the browser tells us that we're now offline.

FREEBIE

* MessageReceiver: don't react to errors after explicit close()

FREEBIE
8 years ago
..
storage Cache messages on receipt, remove from cache when processed 8 years ago
test Profiles (#1453) 8 years ago
ProvisioningCipher.js Handle provisioning messages with no profile key (#1470) 8 years ago
account_manager.js Handle provisioning messages with no profile key (#1470) 8 years ago
api.js setTimeout/setImmediate workaround for linux hangs (#1497) 8 years ago
components.js
contacts_parser.js Profiles (#1453) 8 years ago
crypto.js Profiles (#1453) 8 years ago
errors.js Decrypt any IncomingIdentityKeyError still sticking around 8 years ago
event_target.js Animated loading screens on startup and first conversation load 8 years ago
helpers.js
key_worker.js
libsignal-protocol.js Set messageKeysLimit to unlimited if communicating with our devices (#1348) 8 years ago
message_receiver.js Disconnect from socket faster on loss of network access (#1512) 8 years ago
outgoing_message.js Fix for "Can't find record for undefined.1" 8 years ago
protobufs.js Protobufs: More logging on failure to load protobufs, fix tests 8 years ago
protocol_wrapper.js
sendmessage.js Profiles (#1453) 8 years ago
storage.js
stringview.js
sync_request.js Add logging to help track down problems with Sync 8 years ago
task_with_timeout.js createTaskWithTimeout: Don't log expiration if task threw (#1412) 8 years ago
websocket-resources.js Additional logging to help track down socket disconnect problems (#1469) 8 years ago