summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-12Typo.HEADmasterNicolas "Pixel" Noble
2013-05-12Mingw32 doesn't like my ssize_t...Nicolas "Pixel" Noble
2013-05-12Fixing typo.Nicolas "Pixel" Noble
2013-05-12Fixing gzflush...Nicolas "Pixel" Noble
2013-05-12Merge branch 'master' of /pub/repo.git/BaltisotNicolas "Pixel" Noble
2013-05-12Properly recycling connections.Nicolas "Pixel" Noble
2010-11-30Fixing a couple of typos.Nicolas "Pixel" Noble
2010-11-30Making cookies working properly, where they are more than one.Nicolas "Pixel" Noble
2010-11-29Merge branch 'master' of /pub/repo.git/BaltisotNicolas "Pixel" Noble
2010-11-29Having a better gestion of cookies.Nicolas "Pixel" Noble
2010-11-29Making it so the count operator in dblib returns a number and not a string.Nicolas "Pixel" Noble
2010-11-29Making it so the [] operator doesn't crash if reading out of bounds - gcc is ...Nicolas "Pixel" Noble
2010-11-29Revert "Having a slightly better atomic support in the domain ids."Nicolas "Pixel" Noble
2010-11-29Having a slightly better atomic support in the domain ids.Nicolas "Pixel" Noble
2010-11-29Making the ajax dumping system a little bit more robust.Nicolas "Pixel" Noble
2010-11-28Small adjustment to the strdup call; the to includes the last character.Nicolas "Pixel" Noble
2010-11-28Workarounding String::strdup's issue on truncated sizes.Nicolas "Pixel" Noble
2010-11-28Changing the hashmap in LuaTask to a true C++ map.Nicolas "Pixel" Noble
2010-11-27Fixing missing _luadb prefix in dblib.luaNicolas "Pixel" Noble
2010-11-27Final syntax error in dblib.luaNicolas "Pixel" Noble
2010-11-27else if != elseifNicolas "Pixel" Noble
2010-11-27Fixing another syntax error in dblib.luaNicolas "Pixel" Noble
2010-11-27Damn capitalization difference... I should make this right one day, but I'm w...Nicolas "Pixel" Noble
2010-11-27Adding SetFakeName system to help with the built-ins luas loads.Nicolas "Pixel" Noble
2010-11-27Fixing syntax error on the read_only system in dblib.Nicolas "Pixel" Noble
2010-10-25Adding 'read_only' on the opentable statement, and trying to be slightly smar...Pixel
2010-09-16Making LuaOCCI using the new OCCI-gateway system.Nicolas "Pixel" Noble
2010-08-16Seems inflateInit2 doesn't really like 0 as windowsBit, unlike what's describ...Nicolas "Pixel" Noble
2010-08-16Forgot to change the prototype.Nicolas "Pixel" Noble
2010-08-16Adding raw inflate support, also should hopefully support gz files using zlib...Nicolas "Pixel" Noble
2010-08-16Remind me... why was this a bad idea again ?Nicolas "Pixel" Noble
2010-07-02Revert "Revert "Working around a few zlib issues.""Nicolas "Pixel" Noble
2010-07-02Revert "Working around a few zlib issues."Nicolas "Pixel" Noble
2010-07-02Reverting the broken SetZ fixes, and trying another one.Nicolas "Pixel" Noble
2010-07-02Typo.Nicolas "Pixel" Noble
2010-07-01Fixing chicken'n'egg issue with the change in 556aa54.Pixel
2010-07-01Adding gzip generation from zlib_deflate.Nicolas "Pixel" Noble
2010-06-30Supposedly fixing issue with raw .gz files.Nicolas "Pixel" Noble
2010-06-21Fixing a few bugs: zlib_deflate was mischecking its arguments, and HandleLua:...Pixel
2010-06-21Yet another stack mistake in the HandleLua code...Pixel
2010-06-21Fixing stack abuses from HandleLua code...Pixel
2010-06-20Adding levels and ability to raw-compress in zlib_deflate.Pixel
2010-06-10Typo...Nicolas "Pixel" Noble
2010-06-10Merge branch 'master' of /pub/repo.git/BaltisotNicolas "Pixel" Noble
2010-06-10Unfortunately... I've reached the point where I *NEED* to know the lua_State ...Nicolas "Pixel" Noble
2010-06-09Merge branch 'master' of /pub/repo.git/BaltisotNicolas "Pixel" Noble
2010-06-09Adding the ability to declare subfunctions.Nicolas "Pixel" Noble
2010-06-09Adding an endl for better visibility of error messages.Nicolas "Pixel" Noble
2010-06-08Fixing bug in Lua::next.Nicolas "Pixel" Noble
2010-03-26Working around a few zlib issues.Nicolas "Pixel" Noble