Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | We should have no more problems with Bu::Client, I finished cleaning it up, | Mike Buland | |
implementing remaining empty functions. | |||
2010-09-13 | Accidental overload of a required function in the client code. | Mike Buland | |
2010-09-03 | Checkinst installs the myriad program now. | Mike Buland | |
2010-09-03 | Looks like the bug I was seeing in myriad wasn't in myriad. It was in the | Mike Buland | |
Bu::CacheStoreMyriad system, it had some minor issues dealing with the index blocks. Should be fixed up now. | |||
2010-08-22 | Bu::StreamStack works, it's tested, reasonably, it will be used first in the | Mike Buland | |
gats project in Gats::ProtocolGats. | |||
2010-08-21 | Client now inherits from stream. This could be cool, it could really ↵ | Mike Buland | |
mess\nthings up. We shall see. In other news, I'm adding a Bu::StreamStack class\nthat will let you easily manage dynamic stream/filter sets. | |||
2010-08-04 | Alright, NullStream compiles and works. | Mike Buland | |
2010-08-04 | Fixed some minor compilation warnings in some tests, and started adding | Mike Buland | |
NullStream. This version doesn't compile yet, but will soon. You can back off a revision or just delet nullstream for now. | |||
2010-08-02 | ViewCSV search is now regex based :) | Mike Buland | |
2010-07-30 | A few fixes and stuff in the Variant. | Mike Buland | |
2010-07-26 | Minor helper functions added. | Mike Buland | |
2010-07-09 | Bu::Base64 needed it's own isEos() function. | Mike Buland | |
2010-06-23 | find works. | Mike Buland | |
2010-06-23 | Minor visual and usability updates. Search is almost done. | Mike Buland | |
2010-06-21 | Little tweaks to the viewcsv program. I think I want to at least add a search | Mike Buland | |
feature. Then I'm probably good. | |||
2010-06-21 | The basic viewcsv program works, it uses ncurses to display a csv file in a | Mike Buland | |
tabular way, like a spreadsheet, only raw. It displays exactly what libbu++ reads from the csv file. |