Timestamps are in GMT/BST.
| 04:06:13 | | Void7 Quit (Remote host closed the connection) |
| 04:06:26 | | Void7 has joined |
| 17:45:44 | | BFLogBot Comment on issue #603 | User: raptor | Comment: I'm still debugging this... if I find it, I think I'm going to start using shared_ptr more. I may even cut out boost a ... | https://github.com/bitfighter/bitfighter/issues/603#issuecomment-370271496 |
| 18:00:46 | | BFLogBot Comment on issue #603 | User: raptor | Comment: Hi @sagitter Can you please try the following patch? This bug seems like a race-condition may be involved with gett ... | https://github.com/bitfighter/bitfighter/issues/603#issuecomment-370272625 |
| 19:11:37 | | BFLogBot Repo: bitfighter | Commit: 2a62319b79 | Author: raptor | Message: Fix long time memory leak with getaddrinfo() |
| 19:11:37 | | BFLogBot Repo: bitfighter | Commit: 8d84f2b559 | Author: raptor | Message: Require c++11 to build bitfighter! This replaces boost::shared_ptr and boost::scoped_ptr with the c++11 header . Let's see how many platforms we break... |
| 19:11:38 | | BFLogBot Repo: bitfighter | Commit: 8d84f2b559 | Author: raptor | Message: Require c++11 to build bitfighter! This replaces boost::shared_ptr and boost::scoped_ptr with the c++11 header . Let's see how many platforms we break... |
| 19:11:40 | | BFLogBot Repo: bitfighter | Commit: fa68e25536 | Author: raptor | Message: Merge branch 'bitfighter-019x'. Also replace other boost::shared_ptr instances with c++11 shared_ptr |
| 23:48:41 | | BFLogBot Repo: bitfighter | Commit: 1fed06692f | Author: raptor | Message: Get rid of last boost usage by updating to c++11 alternatives |
| 23:48:41 | | BFLogBot Repo: bitfighter | Commit: 1fed06692f | Author: raptor | Message: Get rid of last boost usage by updating to c++11 alternatives |
| 23:48:42 | | BFLogBot Repo: bitfighter | Commit: c44122d8d0 | Author: raptor | Message: Merge branch 'bitfighter-019x'. Also removed other boost usage in 020 code |