Age | Commit message (Expand) | Author |
2008-12-20 | All of the basic, core workings of the Cache are complete, and tested. Even | Mike Buland |
2008-12-13 | The Calc should be functional, and is being called by the Cache itself. The | Mike Buland |
2008-12-12 | All of those changes I thought I'd already committed. The taf writer handles | Mike Buland |
2008-12-10 | Whoah, got rid of maaajor debuging goo. | Mike Buland |
2008-12-10 | Fixed a couple of minor Bu::TafReader bugs. It wasn't parsing the colons, and | Mike Buland |
2008-12-03 | Alright, the caching system now passes the basic CRUD tests with arbitrary | Mike Buland |
2008-12-01 | Wow, that's a lot of changes. You can use anything as a key now, as long as it | Mike Buland |
2008-12-01 | Woo! Very nearly there cache-wise, I'm about to change the name of the handler, | Mike Buland |
2008-11-13 | Huh, there should be more here...I...uh...I'm confused. | Mike Buland |
2008-11-11 | david - needed Bu::Array to be in the windows build | David |
2008-11-11 | david - added operator= and copy constructor to Bu::Array, and updated unit t... | David |
2008-11-10 | Ok, the cache-id officiation is being delegated to the CacheHandlers, this is | Mike Buland |
2008-10-27 | david - apparently windows prefers to dynamically load winsock and a couple o... | David |
2008-10-27 | Deleting the Bu::CachePtr files, there's nothing in them, I decided to call it | Mike Buland |
2008-10-24 | david - ok, fixed the compiler warnings in socket class. got serversocket com... | David |
2008-10-23 | david - first steps to getting socket to compile in windows (MinGW)... it com... | David |
2008-10-20 | Hey, Bu::Array supports erasing elements in two distinct, yet flavourful ways. | Mike Buland |
2008-10-09 | More cache development. I'm going to have to switch from template functions to | Mike Buland |
2008-10-09 | david - make the operator= on iterator and const_iterator return themselves. | David |
2008-10-08 | Hey, more cachey goo! | Mike Buland |
2008-10-08 | Ok...corrected a problem with new block allocation in nids, and it no longer | Mike Buland |
2008-10-02 | Really fixed the rest of the file open issues...it was always using exclusive | Mike Buland |
2008-10-02 | Ok...now Bu::File doesn't set stupid permissions when it creates a new file... | Mike Buland |
2008-10-02 | david apparently window doesn't have O_NONBLOCK | David |
2008-10-02 | More changes to File...turns out tempFile always opens the file for reading and | Mike Buland |
2008-10-02 | Updated on my laptop and discovered that the new, more pedantic gcc had a | Mike Buland |
2008-10-01 | This commit is sure to break things. This should be a very, very minor change. | Mike Buland |
2008-10-01 | Ok, NIDS is getting better and better, and I went ahead and cleaned up some | Mike Buland |
2008-09-26 | david - got it compiling for windows again: made Bu::File::setBlocking a stub... | David |
2008-09-24 | Hey, it wasn't a problem with libbu++, just my desktop machine...uh...dying a | Mike Buland |
2008-09-24 | Something may be wrong. | Mike Buland |
2008-09-24 | Minor tweak, the newer version of the compiler had a couple of extra really good | Mike Buland |
2008-09-24 | Wow, I realized that the Bu::Array class wasn't finished, and went ahead and | Mike Buland |
2008-09-24 | Added a getSubStr function to Bu::FString, and more tests to the fstring unit | Mike Buland |
2008-09-24 | Ok, now all the warnings are gone (except for those coming from nids, but that's | Mike Buland |
2008-09-24 | Wholly crap. Added the Fifo, fixed a bunch of bugs, made things more standard, | Mike Buland |
2008-09-15 | Wooo! It compiles again! The nids streams are almost ready. | Mike Buland |
2008-09-15 | Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the | Mike Buland |
2008-09-15 | david - made precompiler not do wordexp stuff in expand function on win32 tar... | David |
2008-09-11 | Removed loads of strange, old debugging statements that weren't really needed. | Mike Buland |
2008-09-11 | Fixed some whacky old FBasicString hikinx. Basically it supports all the basic, | Mike Buland |
2008-09-04 | XML is important, I guess... | Mike Buland |
2008-07-23 | Added BitString, it was used in a few projects. It needs a few functions to | Mike Buland |
2008-07-23 | Some minor changes to the CacheHandler structure and layout. | Mike Buland |
2008-07-02 | Caching is coming together nicely, as well as the new nids system...or | Mike Buland |
2008-06-07 | Fixed the bugs in the archive system. Both the List container and FString had | Mike Buland |
2008-06-07 | This seems to have done the trick, on the 32 bit platform, anyway. Turns out | Mike Buland |
2008-06-07 | This is a testing version. Nothing should be broken, but I won't gurantee it. | Mike Buland |
2008-06-04 | Corrected a few macro definitions to make them more function-like and safe to | Mike Buland |
2008-06-02 | Added another helper to Bu::TafGroup, very handy...something happened to the | Mike Buland |