Commit History

Author SHA1 Message Date
  mingodad 91a00dcea5 Add a function to get the raw http request for debug purposes 13 years ago
  mingodad 8b1e8ec1b7 First step converting the client side from C++ to SquiLu. 13 years ago
  mingodad 38c3c305e0 Added new script function to blob "reserve". 13 years ago
  mingodad 3df6ae2662 Added two new functions "getmillicount" and "getmillispan" using code from http://www.firstobject.com/getmillicount-milliseconds-portable-c++.htm 13 years ago
  mingodad c8d727a944 Separate happyhttp an added copyright. 13 years ago
  mingodad f0be39d212 The http/javascript interface for the "OurBiz" application 13 years ago
  mingodad 7f6602d06a Tests for the upcoming application server. 13 years ago
  mingodad 06854d99cb Because I changed the retrun value of tcp.receive to return an array [data, error] this sample was modified. 13 years ago
  mingodad 554a4c1c96 Fixed several mistakes made when converting from Lua to Squirrel/SquiLu 13 years ago
  mingodad d1da711a53 Added a check for "IDIV DoS" http://kqueue.org/blog/2012/12/31/idiv-dos/ like in PostgreSQL 13 years ago
  mingodad b83a9aac54 Added method "empty" to array 13 years ago
  mingodad ad3e5f5c6c Added two new api functions "sq_setfenv" and "sq_getfenv" the first sets a function environment with optionally cloning it, the second gets (push on stack) a function env with the option to push the roottable when the env is null. 13 years ago
  mingodad d3e269f179 Added new string function "match" with almost the same functionality as the Lua string.match except it do not return multiple values. 13 years ago
  mingodad 20c8359339 Added some test program fro fltk 13 years ago
  mingodad aee3f635f0 Renamed sqfltk to sq_fltk 13 years ago
  mingodad 9e2d2d4278 Renamed to sq_fltk 13 years ago
  mingodad ea9f897ddb Added a "bsearch" method to array. 13 years ago
  mingodad 65326f6619 A bit more close to get reference variables working. 13 years ago
  mingodad 9a0abde524 Removed "_tostring" from blob and added "tostring", remodeled "memset" to use my extension write style. 13 years ago
  mingodad f308f95549 Added fltk and tinyxml2 to the build. 13 years ago
  mingodad a187d92e49 Modidied the text printed by sq_geterrorfunc to allow scite editor be able to parse it. 13 years ago
  mingodad 9b49429984 Add two global variables "sq_main_argc/sq_main_argv" to make the the argc/argv parameters availlable for fltk module. 13 years ago
  mingodad 6d30d3313a Add new api function "SQBool sq_rawexists(HSQUIRRELVM v,SQInteger idx)" that do not throw error if not found. 13 years ago
  mingodad 0f41294d5b A bit more close to a minimal working module 13 years ago
  mingodad c9cddd70ac Remove a call to check "ErrorIfConst()" because it's not complete and was causing segfaults 13 years ago
  mingodad 1fdff903f0 Added the forgotten "fpdf.h". 13 years ago
  mingodad 2fdb788b96 Add a module to interface with tinyxml2 https://github.com/leethomason/tinyxml2 13 years ago
  mingodad d92650244e Comment out some debug code 13 years ago
  mingodad a98cbf7ba6 Modified a bit the recognition of pass by reference and added a check that raise an error in case of declare a parameter by reference and give default value. 13 years ago
  mingodad 1956ee8486 Moved code up that checks if "const" id already exists to make error messages show correct line number. 13 years ago