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. · 35da527b
      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.
      35da527b
    • Deucе's avatar
      Whoops, remove the debug patch again. · 7cafa7c7
      Deucе authored
      7cafa7c7
    • Deucе's avatar
    • Deucе's avatar
      Temporary workaround for TLS issue. · 5bd8253c
      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.
      5bd8253c
    • Deucе's avatar
      39f5063c
    • Deucе's avatar
      Fix crash found by vttest. · 3dfa12a6
      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
      3dfa12a6
  4. Feb 08, 2024
Loading