1. 30 Nov, 2015 2 commits
  2. 27 Nov, 2015 6 commits
  3. 26 Nov, 2015 4 commits
  4. 25 Nov, 2015 4 commits
  5. 24 Nov, 2015 3 commits
  6. 23 Nov, 2015 4 commits
  7. 22 Nov, 2015 1 commit
  8. 21 Nov, 2015 14 commits
  9. 20 Nov, 2015 2 commits
    • Christian Schudt's avatar
      Delete web.xml.startup.servlet · f9dd575e
      Christian Schudt authored
      Most likely not needed. It references a non-existent class.
      f9dd575e
    • Dave Cridland's avatar
      OF-115 Process S2S stanzas from a session serially · 2d62c7e1
      Dave Cridland authored
      This patch removes the thread pool from the ServerSocketReader, causing
      stanzas from a particular S2S session to be processed serially on the same
      thread used by the ServerSocketReader.
      
      Each ServerSocketReader currently has a thread to itself, so this is unlikely
      to have a serious impact on performance, but does have a very positive impact
      on correctness.
      2d62c7e1