.. |
engines
|
Add license headers to all files which didn't have them.
|
2008-06-26 14:49:01 -07:00 |
xmpp
|
Add license headers to all files which didn't have them.
|
2008-06-26 14:49:01 -07:00 |
async.js
|
Prevent multiple lock requests from being executed (bug 441922, r=thunder)
|
2008-06-26 11:15:02 -07:00 |
constants.js
|
- this check in will break everyone temporarily, as it involves the changes necessary to shift us from sha1(email) to usernames, and to enable sharing on the server.
|
2008-06-06 14:18:50 -07:00 |
crypto.js
|
Bug 433949 - Use WeaveCrypto component (NSS) instead of OpenSSL
|
2008-06-23 16:23:57 -07:00 |
dav.js
|
when we abort a lock request because we already hold a token, reset _lockAllowed to allow further requests for locks
|
2008-06-26 16:26:14 -07:00 |
engines.js
|
Changed AsyncException so that it dynamically subclasses the exception it's wrapping, and adds an 'asyncStack' property to allow access to the asynchronous call stack. This, along with my previous few commits, makes the processing of stack traces in our code much more streamlined, and also allows our debugging output to be more informative, as stack information is now logged from the point at which an exception was thrown, rather than the point at which it was caught.
|
2008-06-25 04:43:07 -07:00 |
faultTolerance.js
|
Add license headers to all files which didn't have them.
|
2008-06-26 14:49:01 -07:00 |
identity.js
|
Bug 433949 - Use WeaveCrypto component (NSS) instead of OpenSSL
|
2008-06-23 16:23:57 -07:00 |
log4moz.js
|
Refactored logging system so that clients don't need to call factory functions to create specific instances of formatters and appenders.
|
2008-05-29 18:15:50 -07:00 |
notifications.js
|
bug 436636: a system for showing various kinds of notifications in one consolidated location
|
2008-06-25 13:51:39 -07:00 |
Observers.js
|
bug 436636: a system for showing various kinds of notifications in one consolidated location
|
2008-06-25 13:51:39 -07:00 |
remote.js
|
Store each delta as a separate file on the server
|
2008-06-24 12:33:27 -07:00 |
service.js
|
don't even try to sync when the local lock is taken
|
2008-06-26 16:37:38 -07:00 |
sharing.js
|
Add license headers to all files which didn't have them.
|
2008-06-26 14:49:01 -07:00 |
stores.js
|
Refactoring: consolidated duplicate code creating GUIDs via XPCOM gunk into a new function, Utils.makeGUID().
|
2008-06-20 12:34:29 -07:00 |
syncCores.js
|
Made the tracking of async generators/coroutines more robust for debugging purposes.
|
2008-06-20 13:58:56 -07:00 |
trackers.js
|
Add license headers to all files which didn't have them.
|
2008-06-26 14:49:01 -07:00 |
util.js
|
Prevent multiple lock requests from being executed (bug 441922, r=thunder)
|
2008-06-26 11:15:02 -07:00 |
wrap.js
|
[mostly] beat login dialog into submission; use DAV singleton instead of making a new DAVCollection in service.js; split up checks from login into their own functions, call them on sync(); check we are logged in before syncing
|
2008-03-31 07:20:09 -07:00 |