aboutsummaryrefslogtreecommitdiff
path: root/src/file.cpp (follow)
AgeCommit message (Expand)Author
2010-05-13Finally rearranged the system to put all compatability files in a directoryMike Buland
2010-03-03I think I just changed whitespace...Mike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-01-07A bunch of things weren't including their own files in quite the correct way...Mike Buland
2009-09-23Wow, ok, file was broken on changing position in the stream, it wouldn't resetMike Buland
2009-07-31I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, andMike Buland
2009-07-31Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, nowMike Buland
2009-05-07Yeah, more or less like I thought, O_BINARY doesn't really exist on linux, atMike Buland
2009-05-04david - got bzip2 building for windows... also added default O_BINARY on Bu::...David
2009-01-27Corrected the Bu::File::canRead() and Bu::File::canWrite() functions, they workMike Buland
2009-01-27Corrected some larger read/write issues in corner cases that I hit suprisinglyMike Buland
2008-12-20All of the basic, core workings of the Cache are complete, and tested. EvenMike Buland
2008-10-02Really fixed the rest of the file open issues...it was always using exclusiveMike Buland
2008-10-02Ok...now Bu::File doesn't set stupid permissions when it creates a new file...Mike Buland
2008-10-02david apparently window doesn't have O_NONBLOCKDavid
2008-10-02More changes to File...turns out tempFile always opens the file for reading andMike Buland
2008-10-02Updated on my laptop and discovered that the new, more pedantic gcc had aMike Buland
2008-10-01This commit is sure to break things. This should be a very, very minor change.Mike Buland
2008-10-01Ok, NIDS is getting better and better, and I went ahead and cleaned up someMike Buland
2008-09-26david - got it compiling for windows again: made Bu::File::setBlocking a stub...David
2008-09-24Wholly crap. Added the Fifo, fixed a bunch of bugs, made things more standard,Mike Buland
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-07-25I took the cheap way out and added the filename to the exceptions generated byMike Buland
2007-06-19david - got some things compiling on win32 (wine/devc++)David
2007-06-18Added the protocol class. servers work, but don't send data, updated the streamsMike Buland
2007-06-12Moved out the xml system again. I think that if I am going to do it again,Mike Buland
2007-06-10Bunch of maintenence type things. Minor tweaks and the like. The file classMike Buland
2007-05-17Lots of cool new stuff, the Server class actually works for everything exceptMike Buland
2007-04-10I did it, the streams don't start with an S now.Mike Buland
2006-10-31Changed the file class to be SFile so that it will collide less, all of themMike Buland
2006-10-27Added the beginings of the new stream system.Mike Buland