summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
Commit message (Expand)AuthorAgeFilesLines
* [NaCl SDK] Add pepper_40 to naclsdk manifestSam Clegg2014-12-081-43/+10
* [NaCl SDK] Messaging example (demonstrates postMessageAndAwaitResponse)binji2014-12-057-0/+269
* [NaCl SDK] nacl_io: Fix check of nanoseconds in Utimes testbinji2014-12-041-8/+18
* Revert "[NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newl...sbc2014-12-033-1/+47
* Update documentation for nacl_io mount for html5fs.benwells2014-12-011-1/+5
* [NaCl SDK] Fix bug in update_nacl_manifest.py after r304521binji2014-12-011-1/+1
* [NaCl SDK] Update sdktools bundle to r306188binji2014-12-012-12/+12
* [NaCl SDK] Add extract_artifacts.py script.binji2014-12-012-0/+163
* [NaCl SDK] Silence the spurious presubmit warning in verify_filelist.pybinji2014-12-011-1/+2
* [NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newlib versi...sbc2014-12-013-47/+1
* webui: Change all url('...') and url("...") to just url(...).Dan Beam2014-11-261-2/+2
* Honor O_NONBLOCK for tty devices.Brad Nelson2014-11-252-2/+35
* Add python coverage module to third_partysbc2014-11-243-2/+11
* Use the new nacl_core_sdk mode for package_version within Chromium.dyen2014-11-201-2/+2
* Initial draft of PNaCl bitcode files.kschimpf2014-11-2013-35/+11977
* [NaCl SDK] Fix mysterious gtest failure in Html5FsTest::OpenForCreatesbc2014-11-201-7/+7
* Add --no_cookies to gonacl push makefile.Brad Nelson2014-11-181-1/+1
* Making gonacl.com/fire link to codelabs.Brad Nelson2014-11-181-0/+2
* Fixing typos / grammar in cds2014.Brad Nelson2014-11-1810-30/+30
* Fixing capitaliztion mismatch.Brad Nelson2014-11-183-3/+3
* [NaCl SDK] Build tool binaries for the host rather than forcing ia32.sbc2014-11-181-3/+3
* [NaCl SDK] Consistent calling/naming of main function in python scriptsSam Clegg2014-11-1720-41/+47
* Fixing title capitalization and inconsistency for nacl cds2014 codelab.Brad Nelson2014-11-175-7/+7
* Revising cds2014 samples based on first round of feedback.Brad Nelson2014-11-176-30/+25
* [NaCL SDK] Require python 2.7 for all python scriptssbc2014-11-1712-26/+25
* Adding two codelabs for cds2014.Brad Nelson2014-11-1426-178/+1407
* [NaCl SDK] Update naclports revision 796184d->e53078cSam Clegg2014-11-143-3/+3
* [NaCl SDK] nacl_io: reading 0 bytes from a socket shouldn't be an error.binji2014-11-146-5/+31
* [NaCl SDK] Update stat times for memfs.Ben Smith2014-11-145-1/+291
* [NaCl SDK] Silence python unit testsSam Clegg2014-11-134-16/+34
* [NaCl SDk] Update naclports revision used to build SDKSam Clegg2014-11-123-3/+3
* [NaCl SDK] Add build_artifacts.py scriptBen Smith2014-11-114-0/+898
* [DOCS] Edit references to Chrome 31 and earlier.jmedley2014-11-0514-93/+61
* [NaCl SDK] Add filesystem passing example.Ben Smith2014-11-037-1/+216
* Benchmark sample for SDKnfullagar2014-10-3010-5/+207
* Add support for modifying TCP and UDP socket buffer size in nacl_iombajpai2014-10-304-0/+103
* [NaCl SDK Docs] Fix many issues with the doc generator.Ben Smith2014-10-30904-4381/+22937
* Revert "Remove athena_main dependency on ash_resources.h"John Abd-El-Malek2014-10-281-0/+0
* Remove athena_main dependency on ash_resources.hPeter Kotwicz2014-10-281-0/+0
* [NaCl SDK] nacl_io: fix for html5fs chmodsbc2014-10-253-0/+14
* [NaCl SDK] Remove sys/signal.h from newlib-extrassbc2014-10-212-318/+0
* [NaCk SDK] nacl_io: Don't assume ~S_IFMT are the mode bits.sbc2014-10-2012-33/+37
* [NaCl SDK] nacl_io: Fix utime() on directories.sbc2014-10-205-7/+25
* [NaCl SDK] Run PNaCl translate tests in sel_ldr.binji2014-10-174-3/+39
* Release nonsfi_loader as a part of NaCl SDKhamaji2014-10-172-0/+3
* [NaCl SDK] Install libpnacl_irt_shim.a into the correct location.binji2014-10-161-3/+8
* Added support for NaCl IO to use the IRT Extension API.dyen2014-10-167-8/+515
* [NaCl SDK] nacl_io: Add umaskbinji2014-10-1615-15/+75
* [NaCl SDK] nacl_io: ignore mode bits when creating files.binji2014-10-162-1/+6
* [NaCl SDK] nacl_io: getsockname() should return non-zero port after bind.Ben Smith2014-10-152-0/+11