Age | Commit message (Expand) | Author |
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 |
2012-12-30 | fix parseInt of '0' | Alon Zakai |
2012-12-30 | minor i64 parsing fixes | Alon Zakai |
2012-12-30 | parse empty i64 strings properly | Alon Zakai |
2012-12-30 | use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768 | Alon Zakai |
2012-12-29 | add llvm_bswap_i64 for #768 | Alon Zakai |
2012-12-29 | force mmap to return page-aligned addresses, and check for valid input in munmap | Alon Zakai |
2012-12-25 | fix typo | Alon Zakai |
2012-12-24 | fix llvm.expect and add test | Alon Zakai |
2012-12-24 | show js stack in C assertions | Alon Zakai |
2012-12-24 | fix ctlz and add test | Alon Zakai |
2012-12-23 | llvm_ctlz_i64 | Alon Zakai |
2012-12-21 | merge incoming | Alon Zakai |
2012-12-20 | timeb | Alon Zakai |
2012-12-13 | note global usage of impure ptr | Alon Zakai |
2012-12-13 | use makeGlobalUse where needed | Alon Zakai |
2012-12-13 | replace noticePtr hack with makeGlobalUse that detects use before indexing an... | Alon Zakai |
2012-12-10 | simplify varargs to always have an explicit last parameter called varrp | Alon Zakai |
2012-12-09 | merge incoming | Alon Zakai |
2012-12-07 | rewrite setjmp code to identify, uniquely, each setjmp and match it to a long... | Alon Zakai |
2012-12-07 | forward clearing of __THREW__ to asm | Alon Zakai |
2012-12-07 | fix i64 overflow math returns | Alon Zakai |
2012-12-07 | fix _parseInt return value | Alon Zakai |
2012-12-07 | start to legalize structural return values into one direct return plus the re... | Alon Zakai |