Age | Commit message (Expand) | Author |
2013-06-04 | Merge pull request #1244 from onnoj/incoming | Alon Zakai |
2013-06-04 | check more carefully if a stream is a socket | Alon Zakai |
2013-06-04 | leave low fds for sockets | Alon Zakai |
2013-06-04 | Merge branch 'incoming' of github.com:kanaka/emscripten into incoming | Alon Zakai |
2013-06-04 | Merge pull request #1225 from inolen/errno | Alon Zakai |
2013-06-04 | Updated tests to reflect new error values | Anthony Pesch |
2013-06-04 | Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming | Alon Zakai |
2013-06-04 | Fixed Issue #1241: _scanString not supporting upper case format specifiers A,... | Onno |
2013-06-03 | show stub malloc/free warnings only in ASSERTIONS==2 | Alon Zakai |
2013-06-03 | Fix frexp does not accept negative numbers | Frits Talbot |
2013-06-02 | create /dev/null; issue #1226 | Alon Zakai |
2013-06-01 | syncd library.js errno codes with sys/errno.h | Anthony Pesch |
2013-05-30 | Fixed formatting. | Alan Kligman |
2013-05-30 | Don't include webrtc-specific code for websockets builds. | Alan Kligman |
2013-05-30 | Fix style issues. | Alan Kligman |
2013-05-29 | This fixes various strtoll/strtol issues, including tests | Soeren Balko |
2013-05-28 | initialize errno | Alon Zakai |
2013-05-27 | make sure emscripten_run_script_int returns an int | Alon Zakai |
2013-05-25 | silence exceptions during cxa_free_exception | Alon Zakai |
2013-05-23 | Comments. | Alan Kligman |
2013-05-23 | Formatting fixes. For some reason, indented preprocessor directives cause com... | Alan Kligman |
2013-05-23 | Formatting fixes. | Alan Kligman |
2013-05-23 | Remove console.log. | Alan Kligman |
2013-05-23 | Added var for socket deps. | Alan Kligman |
2013-05-23 | Rename global io to SocketIO. Updated webrtc library to pull in global name. | Alan Kligman |
2013-05-23 | Add support for webrtc-based sockets. Moved both backends behind a settings f... | Alan Kligman |
2013-05-23 | actually implement clock_gettime() | Alon Zakai |
2013-05-21 | allocate using NORMAL in FS.init, to avoid races with data packages arriving ... | Alon Zakai |
2013-05-21 | Conform to coding conventions. | tingyuan |
2013-05-21 | mmap(): Align to malloc's default alignment instead of pages. | tingyuan |
2013-05-21 | Assert that MAP_SHARED is only specified with files backed by HEAP. | tingyuan |
2013-05-21 | 1. mmap(): Make use of files that is backed by HEAP. | tingyuan |
2013-05-21 | fix __errno_location | Alon Zakai |
2013-05-21 | Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming | Alon Zakai |
2013-05-19 | Issue #1172: fix for fscanf | Anthony Thibault |
2013-05-17 | Prevent leak detection from tripping on __setErrNo | Chad Austin |
2013-05-16 | make some more asm things closure-friendly | Alon Zakai |
2013-05-16 | Merge pull request #1173 from manuels/incoming | Alon Zakai |
2013-05-15 | Fix bug in rename() that occures if new filename starts with the old filename | manuels |
2013-05-09 | fix 0x0 in formatString; fixes #1164 | Alon Zakai |
2013-05-09 | changed getLength to cacheLength | John Allwine |
2013-05-09 | changed createLazyFile to only issue xhr requests when the file is accessed (... | John Allwine |
2013-05-08 | Issue #1134: scanf does not treat CR, FF, VT as whitespace | Anthony Thibault |
2013-05-08 | Fix bug in rename() that occures if new filename starts with the old filename | manuels |
2013-05-05 | add test for sdl allocation, and warn when using stub malloc/free | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-05-03 | fix asm.js coercion | Alon Zakai |
2013-05-02 | fixes strcat so that it returns the correct value | Tom Fairfield |
2013-05-02 | guard against exceptions in connect(), which can happen due to e.g. security ... | Alon Zakai |
2013-04-30 | fix varargs | Alon Zakai |