Skip to content
  1. Apr 11, 2016
  2. Nov 01, 2015
  3. Oct 29, 2015
  4. Aug 12, 2015
  5. May 20, 2015
  6. Mar 19, 2015
  7. Mar 15, 2015
  8. Mar 14, 2015
  9. Feb 14, 2015
  10. Feb 12, 2015
  11. Feb 11, 2015
  12. Feb 09, 2015
  13. Feb 08, 2015
  14. Feb 07, 2015
  15. Feb 06, 2015
  16. Feb 05, 2015
  17. Jan 12, 2015
  18. Jan 07, 2015
  19. Jan 06, 2015
  20. Jan 05, 2015
  21. Dec 18, 2014
  22. Dec 12, 2014
  23. Dec 08, 2014
  24. Dec 05, 2014
    • Milan Crha's avatar
      [SQLite VFS] Track pending sync requests · a1bc3301
      Milan Crha authored
      The sync request are done asynchronously, in a dedicated thread,
      which means that the database file can be closed meanwhile. The
      database has no reference counting, thus it's required to track
      whether there are any pending sync requests, to not free the
      structure too early.
      a1bc3301
  25. Dec 04, 2014
  26. Dec 02, 2014
    • Milan Crha's avatar
      [IMAPx] Enhance and make work namespace override options · 63925a9c
      Milan Crha authored
      The namespace override didn't work at all, thus made it work first,
      then added two new options to ignore other users namespace and
      shared folders namespace. All these options modify server-supplied
      list of namespaces.
      63925a9c
    • Milan Crha's avatar
      [IMAPx] Speed-up folder cache removal on folder sync · 44041852
      Milan Crha authored
      This used to save store's summary after each single folder removal,
      which includes also an fsync() call. Just remove unknown folders and
      save changes once significantly speeds-up the initial folder hierarchy
      sync with many folder removals.
      44041852
  27. Nov 28, 2014
  28. Nov 27, 2014
  29. Nov 26, 2014