aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes
Commit message (Collapse)AuthorAge
* Use ICU of the system (fixed #533)Gravatar Hoa V. DINH2014-01-08
|
* Fixed charset detection, improved collection of valid charset (fixed #532)Gravatar Hoa V. DINH2014-01-02
|
* Fixed #531, #530, #529, #528, #527: fixed thread safety in case callback is ↵Gravatar Hoa V. DINH2014-01-02
| | | | dispatched in a thread different than main thread.
* Improved charset conversion. Added TODOs.Gravatar Hoa V. DINH2014-01-02
|
* Merge pull request #535 from CodaFi/W-Pedantic-WarningsGravatar Hoà V. DINH2014-01-02
|\ | | | | Cleans up warnings
* | Build fixes for LinuxGravatar Hoa V. Dinh2014-01-02
| |
| * Remove unused or undefined functionsGravatar Robert Widmann2013-12-29
| |
| * Remove mentions of registerGravatar Robert Widmann2013-12-29
|/ | | | | | | C++ 11 Standard (Annex D.2): The use of the register keyword as a storage-class-specifier (7.1.1) is deprecated.
* Unify Project StyleGravatar CodaFi2013-12-08
|
* Removing unnecessary return.Gravatar Andreas Sandberg2013-12-02
|
* Improved charset conversionGravatar Hoa V. DINH2013-11-29
|
* Cleanup and documentationGravatar CodaFi2013-10-25
|
* Assume main, rather than current, queue for callbacksGravatar CodaFi2013-10-22
|
* Callback is now called on the dispatch queue where the operation has been ↵Gravatar Hoa V. DINH2013-09-29
| | | | instanciated on Apple platforms
* Fixed crash in MCIndexSet (fixed #357)Gravatar Hoa V. DINH2013-09-09
|
* Remove unused variablesGravatar Yuk Lai Suen2013-09-09
|
* Fixed crash in hasSuffix (Fixed #141)Gravatar Hoa V. DINH2013-08-30
|
* 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 ↵Gravatar Hoa V. DINH2013-07-16
| | | | attachment is the compressed file.
* 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
|\ | | | | make MCLog compatible with plain C.
* | 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
| | | | | | | | * As per http://stackoverflow.com/a/1921557/339925
| * Updated mailcore::logEnabled to MCLogEnabled in logInternalv.Gravatar Paul Young2013-07-02
| |
| * Renamed mailcore::logEnabled and mailcore::logInternal to MCLogEnabledGravatar Paul Young2013-06-30
|/ | | | | | | and MCLogInternal as discussed in MailCore/mailcore2#118. * Followed the diff in MailCore/mailcore2#124. * Renamed the implementation file from .cc to .c * Added `extern "C" {}` around header declaration.
* 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. ↵Gravatar Hoa V. DINH2013-06-29
| | | | Fixed #80.
* Fixed memory leak in Object::className(). Switched to CFNetwork socket ↵Gravatar Hoa V. Dinh2013-06-28
| | | | implementation.
* Fixed some memory leaksGravatar Hoa V. DINH2013-06-27
|
* Added one argument to the operation queue callback. It might be useful when ↵Gravatar Hoa V. DINH2013-06-26
| | | | an object owns several queues.
* 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
|