Activity log for bug #311818

Date Who What changed Old value New value Message
2008-12-27 22:11:53 Windkracht8 bug added bug
2008-12-27 22:11:53 Windkracht8 bug added attachment 'case.patch' (Possible fix patch)
2008-12-27 22:42:18 Steven Sheehy bug assigned to linuxdcpp
2008-12-27 22:42:37 Steven Sheehy linuxdcpp: status New Confirmed
2008-12-27 22:42:37 Steven Sheehy linuxdcpp: importance Undecided Medium
2008-12-27 22:42:37 Steven Sheehy linuxdcpp: statusexplanation
2009-01-04 15:48:58 Jacek Sieka dcplusplus: status New In Progress
2009-01-04 15:48:58 Jacek Sieka dcplusplus: importance Undecided Medium
2009-01-04 15:48:58 Jacek Sieka dcplusplus: statusexplanation the problem is two-fold... 1) adc (explicitly) and nmdc (implicitly) are case insensitive so we can't allow files with different case in the share 2) the file system is case insensitive, so we can't try to write files that differ only in case. it is however case preserving so most of the time (when the filename comes from the filesystem itself), it shouldn't need to be lowercased...if however the filename can come from other sources (someone elses file list, user typing etc), something has to be done... now, I don't remember how the hashmanager interacts with the rest of the code so this would need more investigation...
2010-08-08 23:57:25 Windkracht8 attachment added Linuxdcpp new fix patch http://launchpadlibrarian.net/53298830/case.patch
2010-08-08 23:59:51 Windkracht8 attachment added DC++ new fix patch http://launchpadlibrarian.net/53298889/case.patch
2010-08-09 00:00:10 Windkracht8 linuxdcpp: assignee Windkracht8 (bartv-windkracht8)
2010-09-26 14:18:25 Tehnick attachment added linuxdcpp case-sensitive patch https://bugs.launchpad.net/linuxdcpp/+bug/311818/+attachment/1639346/+files/caseshare.diff
2010-09-27 14:11:12 Nikoli bug added subscriber Nikoli
2010-10-29 17:11:56 Mantas Kriaučiūnas bug added subscriber Mantas Kriaučiūnas
2011-01-22 21:04:10 Cristian Ciupitu bug added subscriber Cristian Ciupitu
2012-12-17 17:10:15 poy summary case-sensitivity in Unix systems Sharing duplicates
2012-12-17 18:59:11 poy dcplusplus: status In Progress Fix Committed
2013-01-31 19:08:02 poy dcplusplus: status Fix Committed Fix Released