index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library.js
Age
Commit message (
Expand
)
Author
2012-11-22
Merge pull request #726 from xxuejie/incoming
Alon Zakai
2012-11-22
fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...
Alon Zakai
2012-11-22
drand48
Alon Zakai
2012-11-21
a few mono-llvm intrinsics
Alon Zakai
2012-11-21
emscripten_run_script_string
Alon Zakai
2012-11-20
Add strtof function(use strtod instead)
Xuejie Xiao
2012-11-20
Merge pull request #724 from xxuejie/add_erf
Alon Zakai
2012-11-20
llvm trap
Alon Zakai
2012-11-20
pthread_cleanup_pop
Alon Zakai
2012-11-20
pthread_cleanup_push
Alon Zakai
2012-11-20
fx fscanf
Alon Zakai
2012-11-20
fix sscanf bug and clean up code; fixes #723
Alon Zakai
2012-11-19
Fix a bug in erfc function
Xuejie Xiao
2012-11-19
Add erf and erfc implementations
Xuejie Xiao
2012-11-16
print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC...
Alon Zakai
2012-11-08
rename __label__ => label
Alon Zakai
2012-11-08
support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ...
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-11-05
be more careful about printing out assertion messages, not all metadata is al...
Alon Zakai
2012-11-05
fix fread/fwrite returns values on error; fixes #675
Alon Zakai
2012-11-05
Added %lld support to __scanString
Manuel Wellmann
2012-11-02
fix s_0_0.test_sscanf
Alon Zakai
2012-11-01
send sendmsg chunks all together in one socket send
Alon Zakai
2012-11-01
write source of message in recvmsg
Alon Zakai
2012-10-31
fix sendmsg return value
Alon Zakai
2012-10-31
fix sendmsg and recvmsg handling of iov
Alon Zakai
2012-10-31
send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older brow...
Alon Zakai
2012-10-31
Fix sscanf whitespace bug
Aleksander Guryanov
2012-10-30
support growing the socket data buffer, and enable working bigdata socket test
Alon Zakai
2012-10-30
use binary data in websockets
Alon Zakai
2012-10-26
support for %n in sscanf
Alon Zakai
2012-10-22
fix strtok temp state ; fixes #658
Alon Zakai
2012-10-22
fix array detection in pread
Alon Zakai
2012-10-19
tweak sync xhr code a tiny bit
Alon Zakai
2012-10-19
Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loading
Alon Zakai
2012-10-19
add tests for chunked binary web worker xhr
Janus
2012-10-17
use base64 as websocket protocol
Alon Zakai
2012-10-17
add sscanf support for 'i'
Alon Zakai
2012-10-17
Support for servers without byte serving, various small fixes
Janus
2012-10-11
add chunked lazy sync XHR loading in Web Workers
Janus
2012-10-11
fix synchronous xhr in webworkers by reintroducing code deleted in be163123
Janus
2012-10-04
emscripten_async_prepare
Alon Zakai
2012-10-04
recvmsg and further socket debugging
Alon Zakai
2012-10-03
socket debugging
Alon Zakai
2012-10-03
fix gethostbyname_r
Alon Zakai
2012-10-03
socket listen faking
Alon Zakai
2012-10-03
fix gethostbyname closure error
Alon Zakai
2012-10-02
enet and socket improvements
Alon Zakai
2012-10-02
sendmsg and recvmsg
Alon Zakai
2012-10-02
socket improvements towards enet test
Alon Zakai
[next]