1. 05 Sep, 2007 1 commit
  2. 04 Sep, 2007 2 commits
  3. 03 Sep, 2007 1 commit
  4. 02 Sep, 2007 1 commit
  5. 01 Sep, 2007 1 commit
  6. 31 Aug, 2007 1 commit
  7. 30 Aug, 2007 3 commits
  8. 29 Aug, 2007 1 commit
  9. 28 Aug, 2007 2 commits
  10. 27 Aug, 2007 1 commit
  11. 24 Aug, 2007 4 commits
  12. 23 Aug, 2007 3 commits
  13. 21 Aug, 2007 1 commit
  14. 16 Aug, 2007 1 commit
  15. 10 Aug, 2007 1 commit
  16. 08 Aug, 2007 2 commits
  17. 07 Aug, 2007 1 commit
  18. 04 Aug, 2007 1 commit
    • Hye-Shik Chang's avatar
      Backport from trunk r56727: · 36fe3c0a
      Hye-Shik Chang authored
      Fix gb18030 codec's bug that doesn't map two-byte characters on
      GB18030 extension in encoding. (bug reported by Bjorn Stabell)
      36fe3c0a
  19. 02 Aug, 2007 1 commit
  20. 31 Jul, 2007 1 commit
  21. 29 Jul, 2007 3 commits
  22. 28 Jul, 2007 1 commit
  23. 26 Jul, 2007 2 commits
  24. 25 Jul, 2007 1 commit
  25. 18 Jul, 2007 1 commit
  26. 14 Jul, 2007 2 commits
    • Andrew M. Kuchling's avatar
      [Backport of r56382] · 6ecd4a05
      Andrew M. Kuchling authored
      Avoid exception if there's a stray directory inside a Maildir folder.
      
      The Maildir specification doesn't seem to say anything about this
      situation, and it can happen if you're keeping a Maildir mailbox in
      Subversion (.svn directories) or some similar system.  The patch just
      ignores directories in the cur/, new/, tmp/ folders.
      6ecd4a05
    • Andrew M. Kuchling's avatar
      Typo fix · 03368707
      Andrew M. Kuchling authored
      03368707