aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes
Commit message (Expand)AuthorAge
* 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
* Fixed sortedArray implementationGravatar Hoa V. DINH2013-04-19
* added #ifdef __cplusplusGravatar Ken Grigsby2013-04-19
* Implemented JSON parser with Unicode support. Implemented iteratorsGravatar Hoa V. DINH2013-04-18
* Fixed build issuesGravatar Hoa V. DINH2013-04-17
* Fixed MD5.Gravatar Hoa V. DINH2013-04-16
* Added support for MD5, JSONGravatar Hoa V. DINH2013-04-16
* Fixed behavior of String::deleteCharactersInRange()Gravatar Hoa V. DINH2013-04-16
* Various fixes.Gravatar Hoa V. DINH2013-04-15
* Fixed nil array case when using Set::addObjectsFromArray()Gravatar Hoa V. DINH2013-04-13
* Added String::stringByAppendingPathComponent()Gravatar Hoa V. DINH2013-04-13
* Cleanup.Gravatar Hoa V. DINH2013-04-10