Skip to content
Snippets Groups Projects
  1. Aug 26, 2015
    • rswindell's avatar
      Performance improvement for getmail() - only open the "mail" index file · a9c4f016
      rswindell authored
      since that is the only file we're reading in this function.
      For some unkonwn reason, opening mail.sdt can sometimes take as long
      as 2-3 seconds when the file is on a SMB/CIFS share. This could cause calls to
      getmail() to stall noticeably (e.g. sbbsctrl, with the Statistics windows
      visible) and logging into the terminal server or viewing user statistics. This
      is a new problem, perhaps only with Vertrauen, but this optimization helps
      to eliviate the most obvious performance problems triggered by it.
      Better/safer string modification (e.g. use of SAFEPRINTF).
      a9c4f016
  2. Oct 24, 2012
  3. Sep 10, 2011
  4. Mar 06, 2010
  5. Mar 20, 2009
  6. Jul 10, 2007
    • deuce's avatar
      Type changes trickle down: · bd9c141e
      deuce authored
      getlasgmsg() needs a uin32_t* as the second arg.
      loadmail() needs an int32_t* as the second argument.
      loadposts() needs an int32_t as the first argument.
      bd9c141e
  7. Mar 16, 2006
  8. Sep 29, 2005
  9. Sep 20, 2005
  10. Jan 05, 2005
  11. May 30, 2004
  12. Dec 04, 2003
  13. May 18, 2003
Loading