[licq-im/licq] be3c87: licq: Do shutdown without starting one more thread

GitHub <[email protected]> Sat, 21 Apr 2012 00:37:55 -0700
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/licq-im/licq
  Commit: be3c87e1a16df38879cf8bed3480a596c7f7e363
      https://github.com/licq-im/licq/commit/be3c87e1a16df38879cf8bed3480a596c7f7e363
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M licq/src/daemon.cpp
    M licq/src/icq/icq.cpp
    M licq/src/icq/icq.h
    M licq/src/icq/threads.cpp
    M licq/src/licq.cpp
    M licq/src/plugin/pluginmanager.cpp
    M licq/src/plugin/pluginmanager.h

  Log Message:
  -----------
  licq: Do shutdown without starting one more thread


  Commit: 05bfcabb3475c7321b8c3aa95d17d41ddf3f7a10
      https://github.com/licq-im/licq/commit/05bfcabb3475c7321b8c3aa95d17d41ddf3f7a10
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M licq/include/licq/daemon.h
    M licq/src/daemon.cpp
    M licq/src/daemon.h
    M licq/src/licq.cpp
    M licq/src/licq.h
    M licq/src/plugin/pluginmanager.cpp
    M licq/src/plugin/pluginmanager.h
    M licq/src/tests/daemon_dummy.cpp

  Log Message:
  -----------
  licq: Revise main thread to a poll loop

The polled loop will allow the main thread to do more than just wait
for plugins to terminate.


  Commit: 9d6d4220c3d7094c4e9074e95971f7b4dd9e0d7b
      https://github.com/licq-im/licq/commit/9d6d4220c3d7094c4e9074e95971f7b4dd9e0d7b
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M licq/src/CMakeLists.txt
    M licq/src/fifo.cpp
    M licq/src/fifo.h
    M licq/src/icq/threads.cpp
    M licq/src/licq.cpp

  Log Message:
  -----------
  licq: Move fifo handling from icq to main thread


  Commit: 186dfbb907db29c5530ec897a07b92d4b73f73ec
      https://github.com/licq-im/licq/commit/186dfbb907db29c5530ec897a07b92d4b73f73ec
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M licq/src/icq/threads.cpp
    M licq/src/licq.cpp

  Log Message:
  -----------
  licq: Move stats flushing from icq to main thread


  Commit: 6b2606131e3c1bb7197e66c66151b54e443bf76c
      https://github.com/licq-im/licq/commit/6b2606131e3c1bb7197e66c66151b54e443bf76c
  Author: Anders Olofsson <[email protected]>
  Date:   2012-04-21 (Sat, 21 Apr 2012)

  Changed paths:
    M licq/src/icq/packet.cpp
    M licq/src/icq/threads.cpp

  Log Message:
  -----------
  icq: Remove some unneeded includes


Compare: https://github.com/licq-im/licq/compare/9e39c4c...6b26061