Age | Commit message (Expand) | Author |
2010-05-25 | We now have a portable tempfile function, cool, it compiles on windows. | Mike Buland |
2010-05-24 | Changed the Bu::Stream API, setSize is now standard. There may be a few more | Mike Buland |
2010-05-13 | Finally rearranged the system to put all compatability files in a directory | Mike Buland |
2010-03-03 | I think I just changed whitespace... | Mike Buland |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2010-01-07 | A bunch of things weren't including their own files in quite the correct way... | Mike Buland |
2009-09-23 | Wow, ok, file was broken on changing position in the stream, it wouldn't reset | Mike Buland |
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland |
2009-07-31 | Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, now | Mike Buland |
2009-05-07 | Yeah, more or less like I thought, O_BINARY doesn't really exist on linux, at | Mike Buland |
2009-05-04 | david - got bzip2 building for windows... also added default O_BINARY on Bu::... | David |
2009-01-27 | Corrected the Bu::File::canRead() and Bu::File::canWrite() functions, they work | Mike Buland |
2009-01-27 | Corrected some larger read/write issues in corner cases that I hit suprisingly | Mike Buland |
2008-12-20 | All of the basic, core workings of the Cache are complete, and tested. Even | 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 | Wholly crap. Added the Fifo, fixed a bunch of bugs, made things more standard, | Mike Buland |
2008-02-07 | Just updated the copyright date. | Mike Buland |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland |
2007-07-25 | I took the cheap way out and added the filename to the exceptions generated by | Mike Buland |
2007-06-19 | david - got some things compiling on win32 (wine/devc++) | David |
2007-06-18 | Added the protocol class. servers work, but don't send data, updated the streams | Mike Buland |
2007-06-12 | Moved out the xml system again. I think that if I am going to do it again, | Mike Buland |
2007-06-10 | Bunch of maintenence type things. Minor tweaks and the like. The file class | Mike Buland |
2007-05-17 | Lots of cool new stuff, the Server class actually works for everything except | Mike Buland |
2007-04-10 | I did it, the streams don't start with an S now. | Mike Buland |
2006-10-31 | Changed the file class to be SFile so that it will collide less, all of them | Mike Buland |
2006-10-27 | Added the beginings of the new stream system. | Mike Buland |