aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-08-09print from exit(), so that explicitly calling it prints out the exit statusAlon Zakai
2013-08-09Merge pull request #1489 from inolen/exit_status_fixesAlon Zakai
exit status fixes
2013-08-09use instanceof operator for detecting ExitStatus throwAnthony Pesch
2013-08-09 - always throw an exception in exitAnthony Pesch
- remove default exit status prints - added EXITSTATUS global to enable exit callbacks to determine the status
2013-08-09Merge pull request #1488 from waywardmonkeys/errno-definitionsAlon Zakai
Errno definitions
2013-08-09Merge pull request #1487 from waywardmonkeys/fix-typosAlon Zakai
Fix typos
2013-08-09Merge pull request #1477 from inolen/websocket_testsAlon Zakai
misc socket-related library fixes and updated websocket tests
2013-08-09Use cDefine to get numerical values for errors.Bruce Mitchener
2013-08-09Fix some typos.Bruce Mitchener
2013-08-08converted Object.defineProperty calls to use Object.defineProperties in ↵Anthony Pesch
order to make closure happy
2013-08-08metadata parsing tweaksAlon Zakai
Modified by ncbray to simultaniously support LLVM 3.2 and 3.3.
2013-08-08remove nocapture in aligned byvalAlon Zakai
2013-08-08ignore nocapture parametersAlon Zakai
2013-08-08ignore llvm 3.3 attributesAlon Zakai
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
file preload path fixes
2013-08-08Merge pull request #1484 from juj/browser_image_decoding_checkAlon Zakai
Fix --preload-file on image files on Opera.
2013-08-08support input and output vars in inline jsAlon Zakai
2013-08-08If WebGL context creation fails, return 0 in glutCreateWindow and ↵Jukka Jylänki
EGL_NO_CONTEXT in eglCreateContext to allow the user to detect whether WebGL support is enabled in the browser or not.
2013-08-08Basic touch event support in GLUT for mobile browsers.James Gregory
2013-08-08Do not attempt browser image decoding if the browser does not have the ↵Jukka Jylänki
window.URL or window.webkitURL objects. Fix the warning print to appear in that case on Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.16.
2013-08-08fix AF_INET6 value in settings.jsAlon Zakai
2013-08-08Added FS deps to socket-related library functionsAnthony Pesch
2013-08-07Merge pull request #1446 from yukoba/network-constantsAlon Zakai
Added constants to network headers.
2013-08-07 - select shouldn't return an error when the socket is valid, but disconnectedAnthony Pesch
- recv should return 0 once the socket has disconnected - send should set ENOTCONN once closed, and EAGAIN while connecting - updated tests to use O_NONBLOCK and better conform to coding standards
2013-08-07Merge pull request #1475 from inolen/env_tidyAlon Zakai
tidied up environment conditionals in shell
2013-08-07add missing return value in readdir_rAlon Zakai
2013-08-07fix test_filesAlon Zakai
2013-08-07manually fill heap history in write targets of VFS.write|read into the heapAlon Zakai
2013-08-07indentation fixAlon Zakai
2013-08-07Merge pull request #1478 from inolen/function_spacingAlon Zakai
updated bad function formatting
2013-08-07Merge pull request #1479 from j4m3z0r/fast_isspaceAlon Zakai
Workaround for Chrome bug https://code.google.com/p/chromium/issues/deta...
2013-08-07Workaround for Chrome bug ↵James Gregory
https://code.google.com/p/chromium/issues/detail?id=269679 : switch statement I added in isspace to make it faster seemed to cause the whole function to be optimized away. Replace with simple range checks in conditional expression.
2013-08-07updated bad function formattingAnthony Pesch
2013-08-07tidied up environment conditionalsAnthony Pesch
2013-08-06store preloaded images by their absolute pathAnthony Pesch
2013-08-06fix path handling in createPreloadedFileAlon Zakai
2013-08-06fix for process.cwd usageAnthony Pesch
2013-08-06do not swallow errors in FS try-catches that are not ErrnoErrorsAlon 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-06remove createPreloadedFile__deps which is on an internal propertyAlon Zakai
2013-08-06Merge pull request #1348 from mnaamani/inetAlon Zakai
handle IPv6 addresses in inet_ntop and inet_pton
2013-08-06Merge pull request #1458 from inolen/vfsAlon Zakai
initial vfs work
2013-08-06Merge pull request #1459 from j4m3z0r/gl_delete_buffers_nocrashAlon Zakai
Ensure glDeleteBuffers silently processes non-existent names, per spec.
2013-08-05Coding conventions fix.James Gregory
2013-08-06handle IPv6 addresses in inet_ntop and inet_ptonMokhtar Naamani
2013-08-05Removed USE_OLD_FSAnthony Pesch
2013-08-05infrastructure to track the costs of outlining, and to possibly change ↵Alon Zakai
outlining thresholds as we go
2013-08-05hacked createLazyFile to work with the new FS codeAnthony Pesch
2013-08-05initial VFS workAnthony Pesch