aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2013-01-11more tempDoublePtr refactoringAlon Zakai
2013-01-11refactor makeGetTempDoubleAlon Zakai
2013-01-11fix connect(); cannot call from js lib code into a lib alias, must call the t...Alon Zakai
2013-01-10restore basic malloc/free implementationAlon Zakai
2013-01-10remove unneeded malloc/free/etc. stuff from library.jsAlon Zakai
2013-01-10link in memcpy after opts and lto if it shows up only at that timeAlon Zakai
2013-01-09make stub memcpy more functional, useful in some testsAlon Zakai
2013-01-09use musl memcpy instead of out handwritten js oneAlon Zakai
2013-01-08uncomment exception stubAlon Zakai
2013-01-08stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libc...Alon Zakai
2013-01-08refactor networking code to start supporting multiple backendsAlon Zakai
2013-01-06index, rindexAlon Zakai
2013-01-05fix networking for both stream and dgramAlon Zakai
2013-01-04handle sending forced messages of non-multiple-of-4 sizesAlon Zakai
2013-01-04SOCKET_FORCED_MESSAGING optionAlon Zakai
2013-01-04refactor socket code, ensure that each call to recv/recvmsg receives a single...Alon Zakai
2013-01-04rename socket queueAlon Zakai
2013-01-04refactor socket code, ensure that we send all a sendmsg's iovs in a single so...Alon Zakai
2013-01-02assert on socket fd sizeAlon Zakai
2013-01-02select()Alon Zakai
2013-01-02mkstempAlon Zakai
2013-01-01sig* functionsAlon Zakai
2012-12-31fix llvm_ctlz_i64Alon Zakai
2012-12-31fix llvm_swap_i64Alon Zakai
2012-12-31fix parseInt64Alon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-30fix mmap; fixes #769Alon Zakai
2012-12-30fix parseInt of '0'Alon Zakai
2012-12-30minor i64 parsing fixesAlon Zakai
2012-12-30parse empty i64 strings properlyAlon Zakai
2012-12-30use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768Alon Zakai
2012-12-29add llvm_bswap_i64 for #768Alon Zakai
2012-12-29force mmap to return page-aligned addresses, and check for valid input in munmapAlon Zakai
2012-12-25fix typoAlon Zakai
2012-12-24fix llvm.expect and add testAlon Zakai
2012-12-24show js stack in C assertionsAlon Zakai
2012-12-24fix ctlz and add testAlon Zakai
2012-12-23llvm_ctlz_i64Alon Zakai
2012-12-21merge incomingAlon Zakai
2012-12-20timebAlon Zakai
2012-12-13note global usage of impure ptrAlon Zakai
2012-12-13use makeGlobalUse where neededAlon Zakai
2012-12-13replace noticePtr hack with makeGlobalUse that detects use before indexing an...Alon Zakai
2012-12-10simplify varargs to always have an explicit last parameter called varrpAlon Zakai
2012-12-09merge incomingAlon Zakai
2012-12-07rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...Alon Zakai
2012-12-07forward clearing of __THREW__ to asmAlon Zakai
2012-12-07fix i64 overflow math returnsAlon Zakai
2012-12-07fix _parseInt return valueAlon Zakai
2012-12-07start to legalize structural return values into one direct return plus the re...Alon Zakai