summaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Collapse)Author
2013-09-13Update libc headers to use musl headers.Bruce Mitchener
2013-09-08initial setup for proxying: add option and generate separate html and jsAlon Zakai
2013-09-03refactor dlfcn support into DLFCNAlon Zakai
2013-09-03do not require LINKABLE in DLOPEN_SUPPORTAlon Zakai
2013-09-03commentAlon Zakai
2013-08-30Merge pull request #1557 from inolen/sockfsAlon Zakai
getaddrinfo, freeaddrinfo, getnameinfo support and sockfs
2013-08-29Update STD*_FILENO constants in settings.js to match unistd.hRanger 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 SOCKFSAnthony 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 supportAnthony Pesch
- added getaddrinfo, freeaddrinfo, getnameinfo and gai_strerror stub - added tests for getaddrinfo and getnameinfo - consolidated test_gethostbyname and test_sockets_gethostbyname
2013-08-25outlining docsAlon Zakai
2013-08-25outlining value suggestionAlon Zakai
2013-08-24settings.js docsAlon Zakai
2013-08-24more docs for outliningAlon Zakai
2013-08-19re-enabled non-asm.js shared lib supportAnthony Pesch
2013-08-15make legacy gl emulation an opt-in option, LEGACY_GL_EMULATIONAlon Zakai
2013-08-11experimental toFloat32 optionAlon Zakai
2013-08-10Remove some errno settings.Bruce Mitchener
This is a follow up to the previous commit that removed them from src/library.js.
2013-08-09Use cDefine to get numerical values for errors.Bruce Mitchener
2013-08-08fix AF_INET6 value in settings.jsAlon Zakai
2013-08-07Modify NSIG, SIGRTMIN and SIGRTMAX of src/settings.jsYu Kobayashi
2013-08-07Modified src/settings.h to match the constants of sys/socket.hYu Kobayashi
2013-08-05Removed USE_OLD_FSAnthony Pesch
2013-08-05initial VFS workAnthony Pesch
2013-07-31support for stb-imageAlon Zakai
2013-07-30Fix the build, missing comma.Bruce Mitchener
2013-07-30Missing word in comment in src/settings.js.Bruce Mitchener
2013-07-30Organize C_DEFINES alphabetically.Bruce Mitchener
This makes it easier to deal with subsequent changes that will be coming.
2013-07-29Merge pull request #1370 from inolen/ungetc_fixesAlon Zakai
misc ungetc fixes
2013-07-24Merge pull request #1394 from inolen/stat_testsAlon Zakai
added lchmod, new tests, fixed for mknod return values
2013-07-20 - added lchmodAnthony Pesch
- fixed up errno values for mknod - split up stat tests into test_stat, test_stat_chmod, test_stat_mknod
2013-07-17outlining integration in compilerAlon Zakai
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
Also address style feedback.
2013-07-12misc ungetc fixesAnthony Pesch
2013-07-03DISABLE_GL_EMULATION optionAlon Zakai
2013-07-03initial setupAlon Zakai
2013-07-01Merge pull request #1335 from inolen/module_exportsAlon Zakai
Module export improvements
2013-07-01 - Added MODULE_NAME setting to control global module exportAnthony Pesch
2013-06-29additional C header constants in JSMokhtar Naamani
2013-06-28update C header constants in JSAlon Zakai
2013-06-28don't explicitly initialize uninitialized globalsAnthony Pesch
2013-06-26deprecate llvm opts in non-ta2 modesAlon Zakai
2013-06-08comment on EXPORT_ALLAlon Zakai
2013-06-04Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incomingAlon Zakai
2013-06-03show stub malloc/free warnings only in ASSERTIONS==2Alon Zakai
2013-05-24auto-export malloc, needed by file packagerAlon Zakai
2013-05-23Default to websockets, since it's more widely supported at the moment.Alan Kligman
2013-05-23Add support for webrtc-based sockets. Moved both backends behind a settings ↵Alan Kligman
flag, SOCKET_WEBRTC.
2013-05-15option to alias function pointer indexes across typesAlon Zakai
2013-05-09FORCE_ALIGNED_MEMORY optionAlon Zakai
2013-05-07switch to le32 target by default1.4.3Alon Zakai