Age | Commit message (Expand) | Author |
2010-06-08 | Fixing bug in Lua::next. | Nicolas "Pixel" Noble |
2009-12-27 | Adding more reading functions to Lua, including 64 bits. | Nicolas "Pixel" Noble |
2009-12-27 | Updating a bit the reading/writing subfunctions. | Nicolas "Pixel" Noble |
2009-12-21 | Modifying slightly the format of GetName for inputs, in order to be nice with... | Nicolas "Pixel" Noble |
2009-12-17 | Finally adding the HandleLua object, plus a few minor tweaks to the Lua VM. | Nicolas "Pixel" Noble |
2009-12-07 | Upgrading to LuaJIT 2.0.0-beta2 - changing the callwrap support. | Nicolas "Pixel" Noble |
2009-12-01 | Whoops... was removing a biiiit too much off the stack. | Nicolas "Pixel" Noble |
2009-12-01 | Protecting the pushes in order to make sure we have enough stack space every ... | Nicolas "Pixel" Noble |
2009-12-01 | Trying to better cleanup the stack after the various opens. | Nicolas "Pixel" Noble |
2009-11-13 | BigClean: adding a round of thread netsafes. | Pixel |
2009-11-13 | Typos. | Pixel |
2009-11-13 | Typo. | Pixel |
2009-11-13 | Speeding up a little bit the Lua class. | Pixel |
2009-11-13 | BigClean: Action should now be threadsafe. | Pixel |
2009-11-13 | BigClean: Input & Archive are a little bit more threadsafe now. | Pixel |
2009-11-12 | BigClean; Task pass - getting it more threadsafe | Pixel |
2009-11-12 | Few typos fixes. | Pixel |
2009-11-12 | Refining a little bit more the code, and stealing another queue algorithm; le... | Pixel |
2009-11-12 | Adding atomic queues. | Pixel |
2009-11-11 | Forgot cmpxchg. | Pixel |
2009-11-11 | Adding atomic operations. | Pixel |
2009-11-11 | Cleaning out crap. | Pixel |
2009-11-10 | Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal... | Pixel |
2009-11-10 | Adding socketpair support. | Pixel |
2009-11-09 | Removing the Lua lock system, and switching to a true Lua C++ inclusion philo... | Pixel |
2009-11-08 | Adding jit and bit opens to the Lua class. | Nicolas "Pixel" Noble |
2009-11-05 | Adding wrap_open, in order to be able to call third party lua libraries. | Pixel |
2009-10-21 | Adding a few much needed consts. | Pixel |
2009-10-05 | Some sanity changes. | Pixel |
2009-09-21 | Inlining the tolittle and tobig functions. | Nicolas "Pixel" Noble |
2009-06-06 | Tweaking Base85 with a different charset, and a lookup table. | Pixel |
2009-06-06 | Adding Base85 code. | Pixel |
2009-06-03 | Adding ucl_overlap, and improving / fix a bit the other ucl features. | Pixel |
2009-06-01 | What a horrible bug... you can not deterministically have the output size of ... | Pixel |
2009-06-01 | Better handling of lenghts in the ucl part. | Pixel |
2009-06-01 | Typo, bis. | Pixel |
2009-06-01 | Typo. | Pixel |
2009-06-01 | Seems mingw32 wants its typeinfo header badly. | Pixel |
2009-06-01 | Mingw32 doesn't like LuaObject::getme without LuaObject defined before. | Pixel |
2009-05-28 | Uniformizing the usage of luarecast. | Pixel |
2009-05-24 | Moving lua_recast out of LuaOCCI into BLua.h | Pixel |
2009-05-15 | Making UCL optionnal. | Pixel |
2009-04-30 | Adding UCL n2e compression support. | Pixel |
2009-04-14 | Having the ability to mask off OCCI'S SQLException and return the codes instead. | Pixel |
2008-10-15 | Adding matches into the LuaDomain controler, in order to handle submatches di... | Pixel |
2008-10-16 | Adding submatches system. | Pixel |
2008-10-16 | Fixing exception prototype under Linux. | Pixel |
2008-10-09 | Having Lua interfering with the MailHandler now, and switching the MailProces... | Pixel |
2008-10-09 | Finishing creating the first version of LuaSmtp and the associate MailServer ... | Pixel |
2008-10-08 | Adding the MailHandler system for SMTP server. | Pixel |