Archive for 8. July 2007

Re: Uri class - encoding problem
Hi Petr, Problem is that a query gets encoded after it’s already in one piece (concatenated). As a solution I’d suggest to implement query storage and encoding differently (piecewise). Instead of (more...)
Uri class - encoding problem
Hi Peter, I found a bug in the Uri class (URL encoding) when I was updating the TrackerRequestWriter to use Uri class for URL creation. If I create a URL and (more...)
C++ Style
Dear all, I just read an interview with Bjarne Stroustrup and though it would be an interesting read for some of you too! Regards, Peter
Re: GenericSession - feedback request
Hi Petr, Thanks a ton for the detailed comments! I’m not sure if I understand it correctly (and please correct me if I don’t), but the SessionStatus would be some other class (more...)
Re: GenericSession - feedback request
Hi Peter, I really appreciated the idea with problem description when I was reading the docs. It's also good that there is a small example how the inheritance will be done! I've (more...)
Re: TrackerRequestSession - questions/ideas
Hi Peter, Unifying these seems like a good idea! Uri should be fine for basic usage - merge my developers/peter/calitko-petr branch into to get the code. I see that Http::ClientSession uses (more...)
Re: TrackerRequestSession - questions/ideas
Hi Petr, Is it possible to have static functions in the classes with CALITKO_TESTABLE marker? I haven’t studied it deeply (so it might be only my mistake) but when I had (more...)
Trac and Bazaar
Dear all, There is one issue with the combination of Trac and Bazaar because of their quite different natures. Trac is a centralized system, whereas Bazaar is a decentralized one. bzr.calitko.org (more...)