Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -30/+15 |
| | |||||
* | ClientGlobal: move client_close_all() to ClientList.cxx | Max Kellermann | 2013-01-16 | 1 | -14/+9 |
| | |||||
* | Revert "ClientList: allow deleting clients in client_list_foreach() callback" | Max Kellermann | 2013-01-16 | 1 | -2/+2 |
| | | | | | | This reverts commit f56c6a18c13f4135fa9944cb7cb568115a018955. This fix is not necessary anymore because clients are now being deleted by the timer callback. | ||||
* | ClientList: allow deleting clients in client_list_foreach() callback | Dark Raven | 2013-01-14 | 1 | -2/+2 |
| | |||||
* | Revert "ClientList.cxx: copy client list before iterating" | Max Kellermann | 2013-01-14 | 1 | -2/+1 |
| | | | | | This reverts commit f53dadcc6d0a29ce7419a07a51762b4b44654696, to prepare for a better solution. | ||||
* | ClientList.cxx: copy client list before iterating | Denis Krjuchkov | 2013-01-13 | 1 | -1/+2 |
| | | | | | | | | It seems that it is not safe to remove the item from std::list while it's being iterated somewhere else. This is a very simple quick fix to make things work until some better solution is implemented. | ||||
* | ClientList: don't use GLib | Max Kellermann | 2013-01-09 | 1 | -8/+14 |
| | | | | Use std::list instead of GList. | ||||
* | ClientList: add header ClientList.hxx | Max Kellermann | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -4/+4 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+69 |