aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes
Commit message (Expand)AuthorAge
* Fixes for PR feedbackGravatar Ryan Johnson2013-07-01
* Allows for custom headers to be set in messageGravatar Ryan Johnson2013-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
* log only if logEnabled if set to trueGravatar Hoa V. DINH2013-04-08
* Added an autorelease pool.Gravatar Hoa V. DINH2013-04-08
* added missing fileGravatar Hoa V. DINH2013-04-07
* Removed headers dependencies on ICU, libetpan.Gravatar Hoa V. DINH2013-04-07
* Header documentation. Header clean-upGravatar Hoa V. DINH2013-04-04
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
* Fixed build for LinuxGravatar Hoa V. DINH2013-04-02
* Build for iOS.Gravatar Hoa V. DINH2013-03-29
* Fixed cancellation of IMAP operationsGravatar Hoa V. DINH2013-03-27
* Simplified implementation of ObjC setter/getter by using a common implementat...Gravatar DINH Viet Hoa2013-03-23
* Implemented Objective-C wrapper for core/abstractGravatar DINH Viet Hoa2013-03-22
* now uses IndexSet for message uids and numbersGravatar DINH Viet Hoa2013-03-10
* Implemented QRESYNC. Implemented IndexSet. Implemented CAPABILITY.Gravatar DINH Viet Hoa2013-03-07