aboutsummaryrefslogtreecommitdiff
path: root/src/newline.h (unfollow)
AgeCommit message (Expand)Author
2010-05-13Added license info to the top of the remaining files. I should add a check forMike Buland
2010-05-13Finally rearranged the system to put all compatability files in a directoryMike Buland
2010-05-13Hmmm, apparently there was a corner case that would cause a disconnect toMike Buland
2010-05-12The Bu::Archive class now supports arbitrary, named properties via variants.Mike Buland
2010-05-11Fixed an issue in the reader, it was tokenizing.Mike Buland
2010-05-11Cache store mimics the others now. I need to make a standard exception forMike Buland
2010-05-10Added the new Bu::CacheStoreFiles, it's an uber-simple cache storage system thatMike Buland
2010-05-10Added the new QueueBuf. It's brilliant, and I've wanted it for a long time.Mike Buland
2010-05-04Cache fixes?Mike Buland
2010-05-03Minor corner case fix in the comparison code.Mike Buland
2010-05-02Minor bug deleting last element of linked lists.Mike Buland
2010-05-02wow, bug fixes everywhere.Mike Buland
2010-05-01Cache fixes.Mike Buland
2010-05-01The cache...Mike Buland
2010-04-30Many minor fixes to the caching system, membuf, and others, but mainly someMike Buland
2010-04-27The Bu::Ito thread class has changed the rules on the run function. It noMike Buland
2010-04-23Minor updates to the List class, unchecked corner cases.Mike Buland
2010-04-19Nevermind about the Myriad bug. It was really obvious, I was accidentallyMike Buland
2010-04-19CacheStoreMyriad is written, it's pretty much a copy of CacheStoreNids sinceMike Buland
2010-04-12Wow Myriad!!Mike Buland
2010-04-12Myriad is getting pretty close, just have to finish the writing code andMike Buland
2010-04-07Corrected a long standing yet seldom witnessed hash bug. It was triggered whenMike Buland
2010-04-07Cache updates, mainly helper typedefs to make it easier to work with a cacheMike Buland
2010-03-31Removed the bool cast operator from FBasicString. It turns out it was causingMike Buland
2010-03-15Ito is updated and is more posix compliant.Mike Buland
2010-03-12The server and multiserver now support a shutdown() function which callsMike Buland
2010-03-08Server socket has a few tweaks now.Mike Buland
2010-03-03I think I just changed whitespace...Mike Buland
2010-03-01The CSV Reader now handles multiple comma characters in sequence without spacesMike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-02-13What the HELL was I thinking? Apparently ItoAtom was never used, and it's soMike Buland
2010-02-12Well, it compiles. I think I may make newline inherit from buffer, I dunno...Mike Buland
2010-02-11Started working on a CSV reader, it's pretty much done, the CSV writer is justMike Buland
2010-02-10Changed the name of nids to Myriad, I like it, but I'm not getting rid of nidsMike Buland
2010-02-04david - Made a build-M3 file for building to windows (mingw). This one actual...David
2010-01-28Hmmm, the newline wasn't causing a flush, that's just silly, I should knowMike Buland
2010-01-25I had thought that I had done this ages ago. __cacheGetKey now has a generalMike Buland
2010-01-25The order of key, object in all of the cache related systems has beed fixed,Mike Buland
2010-01-22Ok, I'm officially waging war on ParamProc. When enough programs have switchedMike Buland
2010-01-15Documented more of MiniCron, and added some cool new help features to OptParser.Mike Buland
2010-01-14Created the minicron system. This is a cute little cron like implementationMike Buland
2010-01-07A bunch of things weren't including their own files in quite the correct way...Mike Buland
2010-01-07Added a new class, RegEx, it does extended regular expressions for now, more toMike Buland
2010-01-07Added a function that really should have always been in FString...Mike Buland
2010-01-05Really minor tweaks, shouldn't effect anything that we have right now, really.Mike Buland
2009-12-21Added a trimBack fonction to FBasicString that removes all occurances of onceMike Buland
2009-12-21Ok, Process has been updated. You now must specify flags as the first parameterMike Buland
2009-12-20Sweet, build-m3 can totally replace build m2 as far as libbu++ is concerned,Mike Buland
2009-12-20I'm really just working on build, but I found an interesting problem, when aMike Buland
2009-12-19Added a couple helpers, peekPop(), and an addition operator.Mike Buland