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
2013-01-31
fix memcpy comparison order of operations bugs
Alon Zakai
2013-01-31
hand-optimize memcpy/asm
Alon Zakai
2013-01-30
Merge pull request #807 from caiiiycuk/websocket__1
Alon Zakai
2013-01-30
convert memmove to asm
Alon Zakai
2013-01-30
Fix '-1' problem in recv
Aleksander Guryanov
2013-01-26
fix sockaddr_storage and sockaddr_in
Alon Zakai
2013-01-24
optimize ctlz and add cttz; fixes #797
Alon Zakai
2013-01-24
fix memset
Alon Zakai
2013-01-24
optimize memset
Alon Zakai
2013-01-24
optimize gettimeofday
Alon Zakai
2013-01-23
more library stubs
Alon Zakai
2013-01-23
more library stubs
Alon Zakai
2013-01-23
utimes stub
Alon Zakai
2013-01-20
__asm and __sig in library, separately
Alon Zakai
2013-01-19
Merge branch 'incoming' of https://github.com/manuels/emscripten into incoming
Alon Zakai
2013-01-19
Remove unnecessary parantheses in sscanf format code
manuels
2013-01-18
more library stubs
Alon Zakai
2013-01-18
asprintf and some stubs
Alon Zakai
2013-01-16
library: Support external libraries that modify Array.prototype
Jasper St. Pierre
2013-01-16
missing var in fake malloc
Alon Zakai
2013-01-16
allow defining asm library functions, which are then included as if they were...
Alon Zakai
2013-01-14
clear message when exception catching is disabled and an exception is thrown
Alon Zakai
2013-01-14
Added floating point aliases for sscanf
manuels
2013-01-11
more tempDoublePtr refactoring
Alon Zakai
2013-01-11
refactor makeGetTempDouble
Alon Zakai
2013-01-11
fix connect(); cannot call from js lib code into a lib alias, must call the t...
Alon Zakai
2013-01-10
restore basic malloc/free implementation
Alon Zakai
2013-01-10
remove unneeded malloc/free/etc. stuff from library.js
Alon Zakai
2013-01-10
link in memcpy after opts and lto if it shows up only at that time
Alon Zakai
2013-01-09
make stub memcpy more functional, useful in some tests
Alon Zakai
2013-01-09
use musl memcpy instead of out handwritten js one
Alon Zakai
2013-01-08
uncomment exception stub
Alon Zakai
2013-01-08
stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libc...
Alon Zakai
2013-01-08
refactor networking code to start supporting multiple backends
Alon Zakai
2013-01-06
index, rindex
Alon Zakai
2013-01-05
fix networking for both stream and dgram
Alon Zakai
2013-01-04
handle sending forced messages of non-multiple-of-4 sizes
Alon Zakai
2013-01-04
SOCKET_FORCED_MESSAGING option
Alon Zakai
2013-01-04
refactor socket code, ensure that each call to recv/recvmsg receives a single...
Alon Zakai
2013-01-04
rename socket queue
Alon Zakai
2013-01-04
refactor socket code, ensure that we send all a sendmsg's iovs in a single so...
Alon Zakai
2013-01-02
assert on socket fd size
Alon Zakai
2013-01-02
select()
Alon Zakai
2013-01-02
mkstemp
Alon Zakai
2013-01-01
sig* functions
Alon Zakai
2012-12-31
fix llvm_ctlz_i64
Alon Zakai
2012-12-31
fix llvm_swap_i64
Alon Zakai
2012-12-31
fix parseInt64
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-30
fix mmap; fixes #769
Alon Zakai
[next]