| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-13 | Update libc headers to use musl headers. | Bruce Mitchener | |
| 2013-09-08 | initial setup for proxying: add option and generate separate html and js | Alon Zakai | |
| 2013-09-03 | refactor dlfcn support into DLFCN | Alon Zakai | |
| 2013-09-03 | do not require LINKABLE in DLOPEN_SUPPORT | Alon Zakai | |
| 2013-09-03 | comment | Alon Zakai | |
| 2013-08-30 | Merge pull request #1557 from inolen/sockfs | Alon Zakai | |
| getaddrinfo, freeaddrinfo, getnameinfo support and sockfs | |||
| 2013-08-29 | Update STD*_FILENO constants in settings.js to match unistd.h | Ranger Harke | |
| They are 1,2,3 in unistd.h (correct) but were 0,1,2 in settings.js, so calling `cDefine('STDOUT_FILENO')` (for example) would return the incorrect value. This addresses issue #1570, but not #1408. | |||
| 2013-08-29 | - created SOCKFS | Anthony Pesch | |
| - added support for node-based listen servers - updated tests to also test against compiled listen servers | |||
| 2013-08-29 | - added raw addr / hostname lookup support | Anthony Pesch | |
| - added getaddrinfo, freeaddrinfo, getnameinfo and gai_strerror stub - added tests for getaddrinfo and getnameinfo - consolidated test_gethostbyname and test_sockets_gethostbyname | |||
| 2013-08-25 | outlining docs | Alon Zakai | |
| 2013-08-25 | outlining value suggestion | Alon Zakai | |
| 2013-08-24 | settings.js docs | Alon Zakai | |
| 2013-08-24 | more docs for outlining | Alon Zakai | |
| 2013-08-19 | re-enabled non-asm.js shared lib support | Anthony Pesch | |
| 2013-08-15 | make legacy gl emulation an opt-in option, LEGACY_GL_EMULATION | Alon Zakai | |
| 2013-08-11 | experimental toFloat32 option | Alon Zakai | |
| 2013-08-10 | Remove some errno settings. | Bruce Mitchener | |
| This is a follow up to the previous commit that removed them from src/library.js. | |||
| 2013-08-09 | Use cDefine to get numerical values for errors. | Bruce Mitchener | |
| 2013-08-08 | fix AF_INET6 value in settings.js | Alon Zakai | |
| 2013-08-07 | Modify NSIG, SIGRTMIN and SIGRTMAX of src/settings.js | Yu Kobayashi | |
| 2013-08-07 | Modified src/settings.h to match the constants of sys/socket.h | Yu Kobayashi | |
| 2013-08-05 | Removed USE_OLD_FS | Anthony Pesch | |
| 2013-08-05 | initial VFS work | Anthony Pesch | |
| 2013-07-31 | support for stb-image | Alon Zakai | |
| 2013-07-30 | Fix the build, missing comma. | Bruce Mitchener | |
| 2013-07-30 | Missing word in comment in src/settings.js. | Bruce Mitchener | |
| 2013-07-30 | Organize C_DEFINES alphabetically. | Bruce Mitchener | |
| This makes it easier to deal with subsequent changes that will be coming. | |||
| 2013-07-29 | Merge pull request #1370 from inolen/ungetc_fixes | Alon Zakai | |
| misc ungetc fixes | |||
| 2013-07-24 | Merge pull request #1394 from inolen/stat_tests | Alon Zakai | |
| added lchmod, new tests, fixed for mknod return values | |||
| 2013-07-20 | - added lchmod | Anthony Pesch | |
| - fixed up errno values for mknod - split up stat tests into test_stat, test_stat_chmod, test_stat_mknod | |||
| 2013-07-17 | outlining integration in compiler | Alon Zakai | |
| 2013-07-15 | Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen. | Jez Ng | |
| Also address style feedback. | |||
| 2013-07-12 | misc ungetc fixes | Anthony Pesch | |
| 2013-07-03 | DISABLE_GL_EMULATION option | Alon Zakai | |
| 2013-07-03 | initial setup | Alon Zakai | |
| 2013-07-01 | Merge pull request #1335 from inolen/module_exports | Alon Zakai | |
| Module export improvements | |||
| 2013-07-01 | - Added MODULE_NAME setting to control global module export | Anthony Pesch | |
| 2013-06-29 | additional C header constants in JS | Mokhtar Naamani | |
| 2013-06-28 | update C header constants in JS | Alon Zakai | |
| 2013-06-28 | don't explicitly initialize uninitialized globals | Anthony Pesch | |
| 2013-06-26 | deprecate llvm opts in non-ta2 modes | Alon Zakai | |
| 2013-06-08 | comment on EXPORT_ALL | Alon Zakai | |
| 2013-06-04 | Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming | Alon Zakai | |
| 2013-06-03 | show stub malloc/free warnings only in ASSERTIONS==2 | Alon Zakai | |
| 2013-05-24 | auto-export malloc, needed by file packager | Alon Zakai | |
| 2013-05-23 | Default to websockets, since it's more widely supported at the moment. | Alan Kligman | |
| 2013-05-23 | Add support for webrtc-based sockets. Moved both backends behind a settings ↵ | Alan Kligman | |
| flag, SOCKET_WEBRTC. | |||
| 2013-05-15 | option to alias function pointer indexes across types | Alon Zakai | |
| 2013-05-09 | FORCE_ALIGNED_MEMORY option | Alon Zakai | |
| 2013-05-07 | switch to le32 target by default1.4.3 | Alon Zakai | |
