summaryrefslogtreecommitdiff
path: root/src/Handle.cc
AgeCommit message (Expand)Author
2014-03-13Reading is no longer little endian by default. It's now having explicit littl...Nicolas "Pixel" Noble
2014-01-04Removing "big endian" 8-bits reads, and updating libev to fix win32 deadlock.Nicolas "Pixel" Noble
2013-12-20Switching off_t to off64_t.Nicolas "Pixel" Noble
2013-12-20Sockets are now working properly under MSVC. I guess I broke mingw32 though, ...Nicolas "Pixel" Noble
2013-12-19Adding BigEndian reads.Nicolas "Pixel" Noble
2013-12-18Visual Studio port.Nicolas "Pixel" Noble
2013-08-07Adding the rest of the helpers, and simplifying their implementations.Nicolas Noble
2013-08-07Adding readU16, readU32 and readU64. The Lua version of readU64 will need GMP...Nicolas Noble
2013-08-07Intriguing this one didn't crash earlier. We were writing that byte somewhere...Nicolas Noble
2013-08-02Refining a bit more the Future class.Nicolas Noble
2013-08-02Switching Handle's readU8() to be a Future, and using it in SimpleMustache.Nicolas "Pixel" Noble
2013-07-31Added a few forgotten references.Nicolas "Pixel" Noble
2012-09-01Effectively tossing libeio away.Nicolas "Pixel" Noble
2012-04-08Redifining yielding for operations a bit, making further refinements.Pixel
2011-12-11Introducing EAssert for 'Execution Assert', which won't stop the application,...Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-16Kind of a big revamp of the TaskMan / Task model, in order to introduce a Tas...Pixel
2011-11-15Adding a potential event to cancel a forced read/write, such as a timeout.Pixel
2011-11-15Adding the forceRead/Write methods, to circumvent the potential problem that ...Pixel
2011-10-25Adding the FileSystem global class with mkdir, and adding the writeString met...Pixel
2011-10-17Adding an early version of the 'engine debug' facility.Pixel
2011-10-11Input class seems to be done.Pixel
2011-10-10Adding a few more features to Input, and actually creating a slightly better ...Pixel
2011-10-10Adding the 'stats' call to Input.Pixel
2011-10-10Adding the basic "Handle" structure, and adding an early version of Input.Pixel