summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/tests
Commit message (Expand)AuthorAgeFilesLines
* [NaCl SDK] nacl_io: fix for html5fs chmodsbc2014-10-251-0/+8
* [NaCk SDK] nacl_io: Don't assume ~S_IFMT are the mode bits.sbc2014-10-205-20/+22
* [NaCl SDK] nacl_io: Fix utime() on directories.sbc2014-10-202-3/+15
* [NaCl SDK] nacl_io: Add umaskbinji2014-10-162-1/+23
* [NaCl SDK] nacl_io: ignore mode bits when creating files.binji2014-10-161-0/+5
* [NaCl SDK] nacl_io: getsockname() should return non-zero port after bind.Ben Smith2014-10-151-0/+10
* [NaCl SDK] nacl_io: Fix calling utime/utimes/futimes with NULL.binji2014-10-091-0/+48
* [NaCl SDK] nacl_io: Don't call open() from KernelProxy functionsBen Smith2014-10-011-0/+35
* Replace allocated ino with hash of path.noelallen2014-09-261-0/+16
* [NaCl SDK] nacl_io: Add chmod/fchmodBen Smith2014-09-253-22/+88
* [NaCl SDK] nacl_io: Fix html5fs stat on directoriesbinji2014-09-201-4/+2
* [NaCl SDK] nacl_io: Plumb through {,f}utime{,s}Ben Smith2014-09-123-53/+121
* Plumbing though mode parameter to open, since fusefs can make use of it.bradnelson2014-09-129-56/+81
* [NaCl SDK] nacl_io: Remove Node::Access method.sbc2014-09-109-110/+109
* [NaCl SDK] nacl_io: Fix FuseFs.{read,write}binji2014-09-091-5/+9
* [NaCl SDK] nacl_io: Always create directory node in http filesystem root.sbc2014-09-091-11/+30
* [NaCl SDK] Allow ppapi_simple executables to run in both sel_ldr and in chrome.sbc2014-08-294-45/+20
* [NaCl SDK] Remove syscalls wrappers for chmod and unlink.sbc@chromium.org2014-08-211-6/+39
* [NaCl SDK] Fix bug in TCPNode::Connectbinji@chromium.org2014-08-091-0/+10
* [NaCl SDK] nacl_io: Remove unneeded glibc syscall entry points.sbc@chromium.org2014-08-064-13/+25
* [NaCl SDK] Update httpfs to support Blob Urls.binji@chromium.org2014-07-013-2/+46
* [NaCl SDK] nacl_io: Add user callback whenever mount() is called.binji@chromium.org2014-06-301-1/+27
* [NaCl SDK] nacl_io: Fix bug in getaddrinfo() where service is "0"sbc@chromium.org2014-06-201-1/+29
* [NaCl SDK] Remove use of TIOCNACLINPUT from nacl_io/ppapi_simple.binji@chromium.org2014-06-182-26/+38
* [NaCl SDK] nacl_io: Add JsFs filesystem type.binji@chromium.org2014-06-174-1/+859
* [NaCl SDK] nacl_io: Allows subtree of html5fs to be mounted.sbc@chromium.org2014-06-111-6/+13
* [NaCl SDK] nacl_io: Fix Path::Prepend and add unittestssbc@chromium.org2014-06-101-23/+33
* nacl_io: only copy up to the size of the sockaddr_in*, not the given len.jvoung@chromium.org2014-06-041-7/+31
* Revert "[NaCl SDK] Temporarily disable SocketTestTCP.Listen test under PNaCl"jvoung@chromium.org2014-05-291-9/+1
* [NaCl SDK] nacl_io: Fix memory leaks (mostly in test code). Thanks valgrind!sbc@chromium.org2014-05-294-1/+9
* [NaCl SDK] nacl_io: Remove unused code.sbc@chromium.org2014-05-291-10/+0
* [NaCl SDK] Run sel_ldr-based unit tests as natively-build linux tests as well.sbc@chromium.org2014-05-291-1/+1
* [NaCl SDK] Create Filesystem nodes in /dev/fs/...binji@chromium.org2014-05-292-7/+43
* [NaCl SDK] nacl_io: disable EmitterTest.MultiThread until we can track down c...sbc@chromium.org2014-05-291-1/+4
* [NaCl SDK] nacl_io: fix all tsan warnings.sbc@chromium.org2014-05-281-8/+22
* [NaCl SDK] nacl_io: Allow passing FileSystem resource to nacl_io.binji@chromium.org2014-05-285-10/+60
* [NaCl SDK] Temporarily disable SocketTestTCP.Listen test under PNaClsbc@chromium.org2014-05-271-1/+9
* [NaCl SDK] Add realpath(3) implementation.binji@chromium.org2014-05-232-0/+113
* [NaCl SDK] nacl_io: Add flow control the JavaScript pipes.sbc@chromium.org2014-05-223-81/+314
* Use ki_* socket methods in socket_test to fix linux trusted mode.bradnelson@google.com2014-05-191-14/+14
* Fix socket calls in glibc by using new errno return macros.bradnelson@google.com2014-05-171-13/+21
* [NaCl SDK] nacl_io: Make IRT intercepts (and their test code) more robust.sbc@chromium.org2014-05-152-37/+72
* Adding interception of more socket calls to nacl_io for glibc.bradnelson@google.com2014-05-141-18/+61
* Handle h_addr in a more libc independent way.bradnelson@google.com2014-05-131-2/+10
* [NaCl SDK] nacl_io: Add httpfs test for reading/stat'ing very large files.binji@chromium.org2014-05-073-27/+180
* [NaCl SDK] Prevent infinite loop when gmock fails in kernel_wrap_test.binji@chromium.org2014-05-071-1/+22
* [NaCl SDK] nacl_io: Don't delete in PepperInterface in ki_uninit.sbc@chromium.org2014-05-065-28/+45
* [NaCl SDK] Modifying size_t and int to off_t.matthewturk@gmail.com2014-05-035-8/+8
* Fix typo, "recieve" -> "receive", in NaCl/SDK codemseaborn@chromium.org2014-05-031-4/+4
* Unlike the other toolchains, bionic supports both static and dynamic. This C...noelallen@chromium.org2014-04-291-8/+9