Activity log for bug #617988

Date Who What changed Old value New value Message
2010-08-14 21:01:48 Gennady Proskurin bug added bug
2010-08-14 21:01:48 Gennady Proskurin attachment added atomic_count.patch https://bugs.launchpad.net/bugs/617988/+attachment/1490613/+files/atomic_count.patch
2010-08-14 21:05:45 Gennady Proskurin description Implemented atomic class template, which includes int32_t and uint32_t portable atomic counters from boost. Using this class in "struct Counts" instead of heavy-weight safeInc/safeDec functions. Implemented atomic class template, which includes int32_t and uint32_t portable atomic counters from boost. Using this class in "struct Counts" instead of heavy-weight safeInc/safeDec functions. Also "operator!=" is removed from struct Counts (it is unused, and it is not safe in multithread)
2010-08-15 00:28:55 Steven Sheehy bug task added dcplusplus
2010-08-15 10:51:53 Gennady Proskurin branch linked lp:~gpr/linuxdcpp/sync
2010-08-17 18:50:34 Launchpad Janitor branch linked lp:~gpr/dcplusplus/sync
2010-09-24 04:30:39 Steven Sheehy linuxdcpp: importance Undecided Low
2010-09-24 04:30:39 Steven Sheehy linuxdcpp: status New Confirmed
2010-09-24 04:32:01 Steven Sheehy dcplusplus: importance Undecided Low
2010-09-24 04:32:01 Steven Sheehy dcplusplus: status New Fix Committed
2011-01-13 19:01:22 poy dcplusplus: status Fix Committed Fix Released