Age | Commit message (Expand) | Author |
2014-08-10 | Properly adding little and big endian versions of writes, plus a few other tw... | Nicolas "Pixel" Noble |
2014-08-10 | Introducing notion of filters. | Nicolas "Pixel" Noble |
2014-08-08 | Finalizing cares integration. | Nicolas Noble |
2014-05-16 | Fixing compilation problem with well known all-caps symbols. | Nicolas Noble |
2014-03-12 | Fix compilation | Vincent Hamm |
2014-03-13 | Reading is no longer little endian by default. It's now having explicit littl... | Nicolas "Pixel" Noble |
2014-01-04 | Removing "big endian" 8-bits reads, and updating libev to fix win32 deadlock. | Nicolas "Pixel" Noble |
2013-12-20 | Switching off_t to off64_t. | Nicolas "Pixel" Noble |
2013-12-19 | Adding BigEndian reads. | Nicolas "Pixel" Noble |
2013-12-18 | Visual Studio port. | Nicolas "Pixel" Noble |
2013-12-18 | Removing Atomic.h and all volatiles. | Nicolas Noble |
2013-08-13 | Adding one last warning on writeString. | Nicolas "Pixel" Noble |
2013-08-13 | Cleaning up the Handle API a bit. | Nicolas "Pixel" Noble |
2013-08-07 | Adding the rest of the helpers, and simplifying their implementations. | Nicolas Noble |
2013-08-07 | Adding readU16, readU32 and readU64. The Lua version of readU64 will need GMP... | Nicolas Noble |
2013-08-06 | Reorganizing that file a bit to help me prepare its Lua export. | Nicolas "Pixel" Noble |
2013-08-02 | Introducing the concept of Future. | Nicolas "Pixel" Noble |
2013-01-22 | Removing some more cruft. | Pixel |
2013-01-21 | Adding the asA method to the IO template. | Nicolas 'Pixel' Noble |
2013-01-21 | ZStreams's close, read and write are now fully interruptible. Will need some ... | Nicolas 'Pixel' Noble |
2013-01-20 | Adding open() as an operation to Input and Output. | Nicolas 'Pixel' Noble |
2012-09-10 | Being pedantic. | Nicolas "Pixel" Noble |
2012-04-13 | Fixing my constant-strings constructs (Thanks Kurtis!) | Nicolas "Pixel" Noble |
2012-03-29 | Preventing Handles to be copied. | Pixel |
2012-02-28 | Being better at handling constant strings in Handle's writes. | Nicolas "Pixel" Noble |
2011-12-05 | Making the ref counter on Handles thread-safe. Not that it renders the usage ... | Pixel |
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel |
2011-11-29 | Having a forceWrite that takes a string. | Pixel |
2011-11-25 | Adding a 'HandlePrinter' Handle type, to easily print out the results of a ha... | Pixel |
2011-11-23 | Adding the isA<>() template / method to the IO proxy, and optimizing the BStr... | Pixel |
2011-11-16 | Of course, to be viable, the ReadOnly and WriteOnly classes need to derive fr... | Pixel |
2011-11-15 | Adding two Handle restricters: ReadOnly and WriteOnly. | Pixel |
2011-11-15 | Adding a potential event to cancel a forced read/write, such as a timeout. | Pixel |
2011-11-15 | Adding the forceRead/Write methods, to circumvent the potential problem that ... | Pixel |
2011-11-14 | Making sure the typecasting on Handles worked properly. | Pixel |
2011-11-13 | Adding seek and tell aliases to rseek and rtell. | Pixel |
2011-10-27 | Fixing a few oddities, and having the 'clean' target cleaning LuaJIT as well. | Pixel |
2011-10-26 | Protecting the IO class a bit more, and adding the raw filename paradigm for ... | Pixel |
2011-10-25 | Adding the FileSystem global class with mkdir, and adding the writeString met... | Pixel |
2011-10-17 | Redefined how the IO class works. The ref counting should now work properly. | Pixel |
2011-10-17 | Adding an early version of the 'engine debug' facility. | Pixel |
2011-10-14 | Fixing a few bugs. | Pixel |
2011-10-14 | Further tweaks to the Task class: now a Task can declare being smart, and say... | Pixel |
2011-10-13 | Having a template here is useless... | Pixel |
2011-10-11 | Input class seems to be done. | Pixel |
2011-10-10 | Adding a few more features to Input, and actually creating a slightly better ... | Pixel |
2011-10-10 | Adding the 'stats' call to Input. | Pixel |
2011-10-10 | Adding the basic "Handle" structure, and adding an early version of Input. | Pixel |