summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-02socket improvements towards enet testAlon Zakai
2012-10-02support for connecting to sockets with fake ips from gethostbynameAlon Zakai
2012-10-02gethostbyname initial supportAlon Zakai
2012-10-02preparation for enet testingAlon Zakai
2012-10-02improve emscripten.h for native buildsAlon Zakai
2012-10-01fix websocket outgoing queue logicAlon Zakai
2012-10-01inet_addrAlon Zakai
2012-10-01clean up websocket testsAlon Zakai
2012-10-01improve websocket harness durabilityAlon Zakai
2012-10-01websockets test notes and tweaksAlon Zakai
2012-10-01add socket send(), and almost working testAlon Zakai
2012-10-01make WebsockHarness parametrizableAlon Zakai
2012-10-01make socket server parametrizableAlon Zakai
2012-10-01CONFIGURE_CC option to let you define the compiler used when configure-ingAlon Zakai
2012-10-01fix file paths with --embed, fixes #597Alon Zakai
2012-10-01Merge pull request #592 from imvu/embind-pull-requestAlon Zakai
Embind pull request
2012-09-29headers fix; fixes test_inetAlon Zakai
2012-09-29fix test_split*Alon Zakai
2012-09-29always run websockets test last because it hangs the test harnessAlon Zakai
2012-09-29Merge pull request #594 from larsxschneider/lars/add-split-optionAlon Zakai
Add emcc option "--split <size>" to split javascript file.
2012-09-28note on file packagerAlon Zakai
2012-09-28SO_KEEPALIVEAlon Zakai
2012-09-28support ioctl-FIONREADAlon Zakai
2012-09-28improve websocket harnessAlon Zakai
2012-09-28improve websocket harnessAlon Zakai
2012-09-28refactor websockets harnessAlon Zakai
2012-09-28workaround for libcxx --std=c++11 issueAlon Zakai
2012-09-28final fixes for websockets test, now passesAlon Zakai
2012-09-28fix websockify usage issues and add basic data readingAlon Zakai
2012-09-27workaround for websockify issue 63Alon Zakai
2012-09-27initial (not-yet-working) sockets implementationAlon Zakai
2012-09-27Fix assert output.Lars Schneider
2012-09-26autoguess ~/.emscripten values on first run, possibly fixes #593Alon Zakai
2012-09-26remove misleading top line in settings when copying it to ~/.emscriptenAlon Zakai
2012-09-26Merge pull request #589 from LCID-Fire/browser_setcanvassizeAlon Zakai
Implemented Browser.setCanvasSize to have a central point for resizing <...
2012-09-26Merge pull request #581 from LCID-Fire/debian_clang_checkAlon Zakai
Extract check_clang_version into an own function and correct checking so...
2012-09-26Add emcc option "--split <size>" to split javascript file.Lars Schneider
Splits the resulting javascript file into pieces to ease debugging. This option only works if Javascript is generated (target -o <name>.js). Files with function declarations must be loaded before main file upon execution. Without "-g" option: Creates files with function declarations up to the given size with the suffix "_functions.partxxx.js" and a main file with the suffix ".js". With "-g" option: Recreates the directory structure of the C source files and stores function declarations in their respective C files with the suffix ".js". If such a file exceeds the given size, files with the suffix ".partxxx.js" are created. The main file resides in the base directory and has the suffix ".js".
2012-09-26browser test harness note about allowing popupsAlon Zakai
2012-09-25Break IMVU dependencies in embind javascriptChad Austin
2012-09-25Break embind's dependency on boost::optionalChad Austin
2012-09-25add embind testsChad Austin
2012-09-25Move embind/emval into emscripten properChad Austin
2012-09-25Move embind C++ implementation into emscripten repositoryChad Austin
2012-09-25Add embind headersChad Austin
2012-09-25add workaround for older node versionsAlon Zakai
2012-09-25fix null error in settings.js - we need this to be parsable from python tooAlon Zakai
2012-09-25Merge pull request #590 from imvu/relative-paths-pull-requestsAlon Zakai
Support loading emscripten argument filenames with relative paths
2012-09-25Merge pull request #591 from imvu/dlmalloc-warning-pull-requestAlon Zakai
Fix a warning under -Wall
2012-09-25Add a marker showing that we changed an upstream library.Chad Austin
2012-09-25Fix a warning under -WallChad Austin