0
I Use This!
Inactive

Commits : Listings

Analyzed 19 minutes ago. based on code collected about 21 hours ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added unit tests of FileSyncSource (FileSyncSourceTest.cpp) More... over 14 years ago
moved sample input files from testcases/FileInputStreamTest to testcases/samples, as they are shared More... over 14 years ago
FileSyncSource.cpp: if the new file received already exists, the incoming file will be renamed with a suffix until a valid name is found (append _01, _02, ...) If the file already exists and the content is the same (CRC), the new item is not added and the status returned is 418 (already-exists). More... over 14 years ago
Fixed the mapping for items with status code 418: it should be sent, since Server considers it a successful status. More... over 14 years ago
fixed issue about 32/64 bit in prefPanel. Added new target to support GC More... over 14 years ago
added safe check on InputStream if returning 0 bytes read More... over 14 years ago
added verbose debug logging around Symbian TransportAgent, to better understand possible errors More... over 14 years ago
added transport event to MacTransportAget. Fixed estetical issue in posix log More... over 14 years ago
fixed spds FileData.format method, to produce a valid XML (escape special chars) More... over 14 years ago
fixed tasks' STATUS mappings: using CONFIRMED instead of IN-PROCESS (standard vCal 1.0) More... over 14 years ago
added ACLOCAL_AMFLAGS
db
More... over 14 years ago
added AC_CONFIG_MACRO_DIR and upgraded package version
db
More... over 14 years ago
added MailSourceManagementNode
db
More... over 14 years ago
fixed tasks' STATUS mapping (NEEDS ACTION without the '-') More... over 14 years ago
fixed insertItem: the item's key must be set added a default implementation of getItemContent More... over 14 years ago
fixed "Status" <-> vCal STATUS property mappings, for tasks (windows branch, under vocl/winObjects) More... over 14 years ago
changed error code for network error More... over 14 years ago
just added the .c_str(), otherwise it won't work on debug mode More... over 14 years ago
added vCal 1.0 STATUS property support, for tasks (windows branch, under vocl/winObjects) More... over 14 years ago
fixed toMultibyte() function for Symbian: it MUST check for NULL input pointers to avoid unexpected results More... over 14 years ago
clone() method is implemented by derived classes More... over 14 years ago
added event to fire number of client changes More... over 14 years ago
added missing files to build (Chunk.cpp, EncodingHelper.cpp, etc)
db
More... over 14 years ago
fixed fileSyncItem test on FileDataInputStream ("modified" attribute has been added) More... over 14 years ago
added inputStream files
db
More... over 14 years ago
updated changeslog with new isToAbort flag More... over 14 years ago
added missing file More... over 14 years ago
corrected bool to void More... over 14 years ago
Copy constructors should take a const reference to the object they are copying. More... over 14 years ago
added abort flag to allow to abort the sync from an external event (the UI can set it using the config). Added a proper SYNC_ABORTED_BY_CLIENT code to return to the caller. Put in SyncManager the check for this flag. Updated project More... over 14 years ago