1. 28 Nov, 2015 5 commits
  2. 26 Nov, 2015 3 commits
  3. 25 Nov, 2015 21 commits
  4. 24 Nov, 2015 1 commit
  5. 23 Nov, 2015 2 commits
  6. 22 Nov, 2015 1 commit
  7. 21 Nov, 2015 4 commits
  8. 20 Nov, 2015 2 commits
    • 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
    • daryl herzmann's avatar
      Merge pull request #392 from tevans/master · 21f57aa5
      daryl herzmann authored
      Archive legacy sources for Jive tools
      21f57aa5
  9. 19 Nov, 2015 1 commit
    • Tom Evans's avatar
      Archive legacy sources for Jive tools · 6da86905
      Tom Evans authored
      These sources were added to support the pending Maven refactor (PR
      #361). However the classes are not needed for the core compile/build.
      Moved into separate archive for safekeeping.
      6da86905