Histórico de commits

Autor SHA1 Mensagem Data
  mingodad cc675fa070 Added missing prototypes 13 anos atrás
  mingodad ab48d1809a Remove indentation for register function. 13 anos atrás
  mingodad f43bc1cd41 Remove indentation for register function. 13 anos atrás
  mingodad 0d192d4eb2 Fix wrong bool check. 13 anos atrás
  mingodad a032bbb5aa Fix proposed by frosch to correct line number info in stack dumps 13 anos atrás
  mingodad 87de821ac3 Added a typedef for unsigned SQChar "USQChar". 13 anos atrás
  mingodad ed91435ce8 Changes to make it easy to move to different characters sizes. 13 anos atrás
  mingodad d95b4136d8 Found the real cause of segfaults, it was the order in which delayed hooks was been called, it should call in last in first out order, before it was first in first out. 13 anos atrás
  mingodad f58383216b Added function "axtls.get_error(code)" to use on throw exceptions. 13 anos atrás
  mingodad da4f7cbb4f Removed the call to ssl_free on ssl_release_hook, because on program exit, all connections are released by axtls and trying to release by ourselves causes segfault. 13 anos atrás
  mingodad 138201d6c1 Replaced the Squirrel "date" function by the Lua "date" function, it's more useful. 13 anos atrás
  mingodad 2fa04324bb Changed the check on walking through the format string to use it's size instead of find the '\0' char, this allows format string with embedded '\0' chars. 13 anos atrás
  mingodad 5f1bd95240 Move the call to CallDelayedReleaseHooks from after _OP_CALL:OT_CLOSURE to after _OP_CALL. 13 anos atrás
  mingodad 7cb9d4eeda Removing unnecessary auxiliar structure to hold SSL_CTX and SSL pointers make the code simpler. 13 anos atrás
  mingodad 1f08bf8ad3 Fix a mistake on placement of preprocessing LUASOCKET_DEBUG directive that was causing settimeout to not work. 13 anos atrás
  mingodad 9f6dee128e Fixed the debug build 13 anos atrás
  mingodad b16aeb4f1b More fixes from the conversion from Lua to SquiLu. 13 anos atrás
  mingodad d6d8eca201 Fix implementation error from converting from Lua to SquiLu, It's not enough to test for OT_CLOSURE we need also test OT_NATIVECLOSURE. 13 anos atrás
  mingodad ede89820c0 Fixed several implementation errors 13 anos atrás
  mingodad 75799d59d7 Added axtls and zmq3 to squilu. 13 anos atrás
  mingodad 64da2f1cd8 Fixed parameters mask for "exit". 13 anos atrás
  mingodad 84de4fb182 Add new tokens for make bitwise operations shorter "|=", "&=", "^=", but not implement then yet. 13 anos atrás
  mingodad e1515673bf Port the sample to test axtls. 13 anos atrás
  mingodad 42aa2368a6 Fixed paramters maks of "listen". 13 anos atrás
  mingodad 5dd9351cc7 Fixed some mistakes on parameters, and renamed the register function. 13 anos atrás
  mingodad eee1fdd752 More close to a working version. 13 anos atrás
  mingodad 868811fbac Remodeled read_line to also work with the last line that is not followed by "\n". 13 anos atrás
  mingodad 2dc12b107f Add an optional blob parameter to FPDF::Output. 13 anos atrás
  mingodad c1b1c82cec Fixed a mistake on returning SQ_OK insteaqd of SQ_ERROR. 13 anos atrás
  mingodad 93cbf029ef Example showing the sublatin string functions 13 anos atrás