aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-08Shared file-descriptor nums for files and sockets.Joel Martin
Also, add FS.createFileHandle(stream) and FS.removeFileHandle functions for adding to and removing from the streams/file-descriptor table.
2013-01-08Support read/write on socket file descriptors.Joel Martin
Add test_websockets_bi_fileops to test using read and write instead of recv and send respectively. Uses same source files with USE_FILE_OPS define.
2013-01-08ensure a return when an abort happens in a function that returns somethingAlon Zakai
2013-01-08define tempInt in asmAlon Zakai
2013-01-08refactor networking code to start supporting multiple backendsAlon Zakai
2013-01-08rename websockets testsAlon Zakai
2013-01-07wget2 docsAlon Zakai
2013-01-07Merge remote-tracking branch 'wolfviking/incoming' into incomingAlon Zakai
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h
2013-01-07fix asm relooper bug1.2.2Alon Zakai
2013-01-07do not asm coerce values of type void (e.g. functions that return nothing)Alon Zakai
2013-01-07accept either 0.0 or +0 as double in asm coercionAlon Zakai
2013-01-07ensure float literals are hinted as floats in asmAlon Zakai
2013-01-07add asm.js mode to relooper, for label comparisons1.2.1Alon Zakai
2013-01-07update relooper testsAlon Zakai
2013-01-07always coerce asm callsAlon Zakai
2013-01-07remove unneeded ' in asm exportsAlon Zakai
2013-01-07reset the stack top when CATCH_EXIT_CODEAlon Zakai
2013-01-07disable EXCEPTION_DEBUG by defaultAlon Zakai
2013-01-07TODO for asm double literalsAlon Zakai
2013-01-07notice Math.* library redirects as being functionsAlon Zakai
2013-01-07fix bug with adding non-functions to libraryFunctions in ASM_JSAlon Zakai
2013-01-07simple asm mode that just exports mainAlon Zakai
2013-01-06do not call run if dependencies are resolved but we were not supposed to ↵Alon Zakai
call run in the first place
2013-01-06sysexits.hAlon Zakai
2013-01-06index, rindexAlon Zakai
2013-01-05fix networking for both stream and dgramAlon Zakai
2013-01-04handle sending forced messages of non-multiple-of-4 sizesAlon Zakai
2013-01-04SOCKET_FORCED_MESSAGING optionAlon Zakai
2013-01-04refactor socket code, ensure that each call to recv/recvmsg receives a ↵Alon Zakai
single separate message
2013-01-04rename socket queueAlon Zakai
2013-01-04refactor socket code, ensure that we send all a sendmsg's iovs in a single ↵Alon Zakai
socket send
2013-01-03fix sdl shutdown crashAlon Zakai
2013-01-03warn about ASM_JSAlon Zakai
2013-01-03fix glut mouseFunc callAlon Zakai
2013-01-03fix glut typoAlon Zakai
2013-01-03fix memory growth errorAlon Zakai
2013-01-02SDL mutex stubsAlon Zakai
2013-01-02assert on socket fd sizeAlon Zakai
2013-01-02select()Alon Zakai
2013-01-02mkstempAlon Zakai
2013-01-01support function pointers in multiphaseAlon Zakai
2013-01-01sig* functionsAlon Zakai
2013-01-01deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵Alon Zakai
instead
2013-01-01update ccall docsAlon Zakai
2013-01-01remove unneeded KEEPALIVE in test_ccallAlon Zakai
2012-12-31getProcAddress fixesAlon Zakai
2012-12-31update jcache test - without named globals, we generate smaller code and ↵Alon Zakai
fewer chunks
2012-12-31fix jcache breakage due to missing global annotationAlon Zakai
2012-12-31fix test runner ALLAlon Zakai
2012-12-31fix test_stringsAlon Zakai