aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes
Commit message (Collapse)AuthorAge
* On non-Apple systems, clean up MCObject locks (#1694)Gravatar Ben Gotow2017-12-03
| | | On Windows, Mailspring was leaking a huge number of event handles, which could cause it to eventually crash. Adding this line doesn't cause the code to crash and reduces the number of handles reported by Process Explorer.
* On Windows, make fopen use provided `mode` (#1681)Gravatar Ben Gotow2017-10-30
|
* Fix broken blockElements lock (#1680)Gravatar Ben Gotow2017-10-30
|
* Fixed #1555: use us-ascii instead of asciiGravatar Hoa V. DINH2016-11-19
|
* Use libetpan API for fetching whole IMAP attachment to file (#1461)Gravatar Dmitry Isaikin2016-07-06
|
* Fixed build for LinuxGravatar Hoa V. DINH2016-06-05
|
* Add possibility of fetching message attachment by chunks and store it to ↵Gravatar Dmitry Isaikin2016-06-05
| | | | file. (#1438)
* Fixed potential crash and memory leaksGravatar Hoa V. DINH2016-05-14
|
* log when a weird situation happens in componentsSeparatedByString()Gravatar Hoa V. DINH2016-05-07
|
* Fixed crasherGravatar Hoa V. DINH2016-04-19
|
* Be more gently with NULL valuesGravatar Hoa V. DINH2016-04-16
|
* Fixed Array::insertObject()Gravatar Hoa V. DINH2016-03-28
|
* Fixed crash #1388Gravatar Viet Hoa Dinh2016-03-25
|
* Merge pull request #1379 from DeskConnect/fix-xcode73-errorGravatar Hoà V. DINH2016-03-22
|\ | | | | Move inttypes include within ifdef __cplusplus in MCIndexSet.h
* | Fixed assertGravatar Hoa V. DINH2016-03-18
| |
* | Added assertGravatar Hoa V. DINH2016-03-18
| |
| * Move inttypes include within ifdef __cplusplus in MCIndexSet.hGravatar Conrad Kramer2016-03-14
|/
* fixed conversion to plain/textGravatar Viet Hoa Dinh2016-03-08
|
* more whitespaceGravatar Hoa V. DINH2016-03-07
|
* Improved flattenHTMLGravatar Hoa V. DINH2016-03-07
|
* Added method to increase capacityGravatar Hoa V. DINH2016-02-14
|
* OptimizationGravatar Hoa V. DINH2016-02-08
|
* Merge pull request #1346 from disaykin/masterGravatar Hoà V. DINH2016-02-03
|\ | | | | Reduce memory usage when fetch message body by IMAP
| * Remove extra memory copying on uuencode decodingGravatar Dmitry Isaikin2016-02-03
| |
| * Implement Data::dataWithContentsOfFile via mmapGravatar Dmitry Isaikin2016-02-03
| |
| * Remove extra memory copying while fetching attachmentGravatar Dmitry Isaikin2016-02-03
| |
* | id -> instancetypeGravatar Robert Widmann2016-02-02
|/
* Fixed behavior of string instanciation with NULL parameter (fixed #1333).Gravatar Viet Hoa Dinh2016-01-11
|
* Fixed retain (fixed #1316)Gravatar Viet Hoa Dinh2015-12-17
|
* Don't crash when removing a nil key from a hashmapGravatar Hoa V. DINH2015-10-29
|
* Improved support for android 16Gravatar Hoa V. Dinh2015-10-08
|
* release objects earlier when timer is cancelledGravatar Hoa V. DINH2015-10-04
|
* Fixed warnings on ICU imported filesGravatar Hoa V. Dinh2015-09-08
|
* Improved performance of String::stripWhiteSpace()Gravatar Hoa V. Dinh2015-09-03
|
* Implemented isEqual on IndexSetGravatar Hoa V. DINH2015-08-09
|
* Fixed crash on JSON parse errorGravatar Hoa V. DINH2015-07-26
|
* Improved performance of componentsSeparatedByString()Gravatar Hoa V. Dinh2015-07-06
|
* Added commented unit testGravatar Hoa V. DINH2015-06-24
|
* Various fixes, made HTMLCleaner public, added URL encoderGravatar Hoa V. DINH2015-06-01
|
* Mark methods as deprecatedGravatar Hoa V. DINH2015-04-19
|
* Fixed write data to fileGravatar Hoa V. DINH2015-03-12
|
* API to write to fileGravatar Hoa V. DINH2015-03-09
|
* Handle gracefull comparision with NULL stringsGravatar Hoa V. Dinh2015-03-09
|
* Added missing fileGravatar Hoa V. DINH2015-01-23
|
* Use spinlockGravatar Hoa V. DINH2015-01-23
|
* Implemented CreateZipFileFromFolder() on win32 (fixed #1001)Gravatar Hoa V. DINH2015-01-22
|
* Merge branch 'master' into icu-ucsdetGravatar Hoa V. DINH2015-01-21
|\
* | Embed ICU for charset detectionGravatar Hoa V. Dinh2015-01-21
| |
| * Retain dispatch queue when using dispatch_sync()Gravatar Hoa V. DINH2015-01-15
| |
| * Revert "Retain dispatch queue"Gravatar Hoa V. DINH2015-01-15
|/ | | | This reverts commit dfd76892dbab3b7fdc8dd6e12a2f262b1445a3bc.