Skip to content
Snippets Groups Projects
  1. Feb 11, 2024
  2. Feb 10, 2024
  3. Feb 09, 2024
    • Deucе's avatar
      Proper fix for wiki edit failures. · 8c9b3a0e
      Deucе authored
      The patch that sets the read timeout every time for getData() was
      flawed, because getData() itself will sometimes set the read timeout
      for the next call.
      
      The patch was intended to ensure that the write timeout never
      clobbers the read timeout, so now we track if getData() explicitly
      set the timeout and if it did, we don't reset it.
      8c9b3a0e
    • Deucе's avatar
      Whoops, remove the debug patch again. · 74558c8f
      Deucе authored
      74558c8f
    • Deucе's avatar
    • Deucе's avatar
      Temporary workaround for TLS issue. · 1254bfbe
      Deucе authored
      It appears that if the timing is "just wrong", a large POST can
      cause TLS to fail.  This has shown up as an inability to edit
      pages in the wiki.
      
      This is not a fix however, but simple a workaround until this is
      root-caused.
      1254bfbe
    • Deucе's avatar
      cc189640
    • Deucе's avatar
      Fix crash found by vttest. · 7f309d69
      Deucе authored
      If DL was passed a parameter equal to or greater than the number of
      lines from the current line to the last line in the region, it would
      try to move a negative-sized box up, which resulted in a crash.
      
      This fixes that three ways:
      1) Do not allow moving boxes with negative X/Y sizes
      2) In dellines, clamp the lines to the number that could be deleted
      3) Don't move lines up of all rest of the lines are being deleted
      7f309d69
  4. Feb 08, 2024
Loading