aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes
Commit message (Expand)AuthorAge
* Fixed #321: fixed -pathForComponents:Gravatar Hoa V. DINH2013-08-25
* Fixed #196: callback to notify when operations are running or notGravatar Hoa V. DINH2013-08-24
* merge with masterGravatar Hoa V. DINH2013-08-17
|\
| * Fixed several warningsGravatar Hoa V. DINH2013-08-17
| * Fixed memory leak in autorelease poolGravatar Hoa V. DINH2013-08-17
| * Fix literal to char* conversion warningsGravatar CodaFi2013-08-07
* | Internal callbacks for ops, before and after running.Gravatar Hoa V. DINH2013-08-05
|/
* Serialization of basetypesGravatar Hoa V. DINH2013-08-02
* Serialization of IMAP data. Implemented base64.Gravatar Hoa V. DINH2013-07-31
* Fixed log for deallocGravatar Hoa V. Dinh2013-07-25
* Fixed IndexSet::count() implementation.Gravatar Hoa V. DINH2013-07-22
* Fixed #202: Fixed decoding of modified UTF7Gravatar Hoa V. DINH2013-07-17
* Fixed #8: When the attachment is a folder, the folder is compressed and the a...Gravatar Hoa V. DINH2013-07-16
* Added a comment about mailstream_cfstream_enabled.Gravatar Hoa V. DINH2013-07-12
* MCLibetpan.cpp -> MCLibetpan.ccGravatar Hoa V. DINH2013-07-09
* De-namespaceGravatar CodaFi2013-07-04
* Merge pull request #169 from paulyoung/mclogGravatar DINH Viêt Hoà2013-07-03
|\
* | Fixed loggerGravatar Hoa V. DINH2013-07-03
| * Updated type of MCLogEnabled to int instead of bool.Gravatar Paul Young2013-07-03
| * Including the stdbool header.Gravatar Paul Young2013-07-02
| * Updated mailcore::logEnabled to MCLogEnabled in logInternalv.Gravatar Paul Young2013-07-02
| * Renamed mailcore::logEnabled and mailcore::logInternal to MCLogEnabledGravatar Paul Young2013-06-30
|/
* Fixed #80: convert properly charset from ICU to CoreFoundation.Gravatar Hoa V. DINH2013-06-29
* Fixed hasSuffix and hasPrefix behaviorGravatar Hoa V. DINH2013-06-29
* Charset conversion using CoreFoundation instead of ICU on Apple platforms. Fi...Gravatar Hoa V. DINH2013-06-29
* Fixed memory leak in Object::className(). Switched to CFNetwork socket implem...Gravatar Hoa V. Dinh2013-06-28
* Fixed some memory leaksGravatar Hoa V. DINH2013-06-27
* Added one argument to the operation queue callback. It might be useful when a...Gravatar Hoa V. DINH2013-06-26
* Simplified logger C++ APIGravatar Hoa V. DINH2013-06-26
* Implement IMAP logger. Work in progress on POP and SMTP loggers.Gravatar Hoa V. DINH2013-06-26
* Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
* Fixed crash in performMethodAfterDelay. Fixed #149.Gravatar Hoa V. DINH2013-06-24
* Fixed crash when a method is scheduled twice to perform after delay. Fixed #149.Gravatar Hoa V. DINH2013-06-24
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...Gravatar Hoa V. DINH2013-06-22
* Automatic disconnection for SMTP (Fixed #96)Gravatar Hoa V. DINH2013-06-22
* GuardsGravatar CodaFi2013-06-21
* NamespacingGravatar CodaFi2013-06-21
* MCAssert VisibilityGravatar CodaFi2013-06-21
* Update MCString.ccGravatar Andreas Sandberg2013-06-18
* Define UINT64_MAX in case it's not defined through inttypes.hGravatar Hoa V. DINH2013-06-17
* Fixed crash when MCOperationQueue is released while operations are in progressGravatar Hoa V. Dinh2013-06-17
* Fixed deadlock in OperationQueueGravatar Hoa V. DINH2013-06-14
* Revert "Fixed deadlock in OperationQueue"Gravatar Hoa V. Dinh2013-06-12
* Fixed deadlock in OperationQueueGravatar Hoa V. DINH2013-06-11
* Thread safe uniquedStringWithUTF8Characters()Gravatar Hoa V. DINH2013-06-02
* __MACH__ -> _UUID_STRING_TGravatar Hoa V. DINH2013-05-27
* Simplified linking against mailcore. Added quick instructions in README.mdGravatar Hoa V. DINH2013-05-21
* use NSAutoreleasePool on Mac/iOS to implement MCAutoreleasePoolGravatar Hoa V. DINH2013-05-04
* CPP->CCGravatar CodaFi2013-05-04
* Fixed iteratorsGravatar Hoa V. DINH2013-04-28