summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-08-11Bugs fixing in Lua - we really can't afford to have destructors throwing exce...Nicolas Noble
2014-08-08Finalizing cares integration.Nicolas Noble
2014-05-25Fixing test.Nicolas "Pixel" Noble
2013-12-18MSVC doesn't like explicit initializer for arrays.Nicolas Noble
2013-08-12Let's at least add one modpow test.Nicolas "Pixel" Noble
2013-08-11Adding BigInts, based off libtomcrypto / libtommath.Nicolas "Pixel" Noble
2013-08-07Deferring object collection in Lua because yielding from the garbage collecto...Nicolas Noble
2013-08-06That variable actually belongs in its own context.Nicolas "Pixel" Noble
2013-08-05Greatly simplifying the LuaYield mechanism so to avoid double-recursive calls...Nicolas Noble
2013-08-02Heavily revamped the C-to-Lua yielding mechanism. Now more generic.Nicolas Noble
2013-08-02Using SimpleContext in SimpleMustache's setTemplate, as it reads from a Handl...Nicolas "Pixel" Noble
2013-07-31Changing objname to type in the embedded data of an object.Nicolas Noble
2013-07-31Even further changes in the Lua class binding system. Simplifying the callbac...Nicolas Noble
2013-07-31Few more tweaks to the Lua class exporter. Now we have parent support as well...Nicolas "Pixel" Noble
2013-07-31Added a few forgotten references.Nicolas "Pixel" Noble
2013-07-30Changing things a bit in the Lua binding system. Now pushing a class template...Nicolas Noble
2013-07-30Tweaking the basic Lua test a bit.Nicolas Noble
2013-07-30Speeding up tests a bit.Nicolas Noble
2013-07-25Lua now properly yields when an operation throws EAgain.Nicolas "Pixel" Noble
2013-01-21Slightly more fun this way IMHO.Nicolas 'Pixel' Noble
2013-01-21Still adding few more things to the basic stackless handles test.Nicolas 'Pixel' Noble
2013-01-21Adding a few more tests for ZStreams.Nicolas 'Pixel' Noble
2013-01-21Adding a test for stackless ZStream read.Nicolas 'Pixel' Noble
2013-01-21Starting to add a few tests for the new interruptible code.Nicolas 'Pixel' Noble
2013-01-21Adding the cosine generator in the test-Handles as a data generator.Nicolas 'Pixel' Noble
2013-01-20Strengthening the stackless test for Input.Nicolas 'Pixel' Noble
2013-01-20Input's open, read and close are now operations fully interruptible.Nicolas 'Pixel' Noble
2013-01-20Adding open() as an operation to Input and Output.Nicolas 'Pixel' Noble
2013-01-20Fixing sanity test for 64 bits.Nicolas 'Pixel' Noble
2013-01-20Slightly better printf formats for 32 and 64 bits values.Nicolas 'Pixel' Noble
2013-01-18Adding a sleep() paradigm to tasks.Nicolas 'Pixel' Noble
2013-01-17Shutting off a few warnings.Nicolas 'Pixel' Noble
2012-09-09Got LuaObjects working again, and in a quite better shape I would add.Nicolas "Pixel" Noble
2012-09-02Fixing ZHandle, and adding a unit test for it.Nicolas "Pixel" Noble
2012-09-01Unless reset, async events will continuously return true on gotSignal().Nicolas "Pixel" Noble
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
2012-09-01Adding async operations; first step towards tossing libeio out.Nicolas "Pixel" Noble
2012-04-08Redifining yielding for operations a bit, making further refinements.Pixel
2012-04-08Slightly more tests for the stackless task unit test.Pixel
2012-04-08Slightly cleaner unit test.Pixel
2012-04-08Adding a small unit test for Stackless tasks.Pixel
2012-04-06This is not necessary anymore.Pixel
2012-04-06Probably better to move this before even creating the action that might trigg...Pixel
2012-04-06Making use of SimpleMustache templates into the http test.Pixel
2012-04-06Better way to write these...Pixel
2012-04-06Making it simplier to register a task and wait for it. Also renamed createTas...Pixel
2012-04-06Improving a bit the way threaded task managers are being stopped.Pixel
2012-04-06Improving a bit the http unit test.Pixel
2012-04-03Reworking a bit the way the queues are working, and thus, the way the LuaTMai...Pixel
2012-04-02Fixing unit testsPixel