summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
Commit message (Expand)AuthorAgeFilesLines
* [NaCl SDK] nacl_io: big refactor to return error value (errno).binji@chromium.org2013-06-1039-1879/+2330
* [NaCl SDK] "naclsdk info" command should display multiple archives.binji@chromium.org2013-06-102-7/+17
* Introduce PPB_NetAddress_Dev.yzshen@chromium.org2013-06-101-0/+2
* Move thread_pool.h into utils so it can be shared by more than one example.nfullagar@chromium.org2013-06-0838-76/+119
* [NaCl SDK] Remove NACL_ARCH from commom makefiles.sbc@chromium.org2013-06-063-14/+21
* [NaCl SDK] Fix archiving of builds on the buildbots.sbc@chromium.org2013-06-062-8/+14
* [NaCl SDK] Handle subprocess failures during sdk buildsbc@chromium.org2013-06-061-6/+10
* Add missing pnacl libraries and headers and tools.noelallen@chromium.org2013-06-052-1/+31
* [NaCl SDK] Fix windows builder location of gsutil.binji@chromium.org2013-06-051-0/+5
* [NaCl SDK] Make verification failures a little easier to read.binji@chromium.org2013-06-043-9/+29
* [NaCl SDK] Use subst to keep path lengths short on the buildbots.binji@chromium.org2013-06-042-8/+24
* [NaCl SDK] Roll naclports revision built into NaCl SDKsbc@chromium.org2013-06-041-1/+1
* Add directory_entry.cc to libppapi_cppvictorhsieh@chromium.org2013-06-045-0/+56
* [NaCl SDK] Add toolchain's usr/lib to create_nmf's default libpath.sbc@chromium.org2013-06-041-0/+6
* [NaCl SDK] Include Ragel ncval in SDK for all validation.binji@chromium.org2013-06-032-15/+5
* Change default to not use pthreads at startup (all calculations on main thread)nfullagar@chromium.org2013-06-033-19/+14
* [NaCl SDK] nacl_io: It is now possible to open and read Html5Fs directories.mgiuca@chromium.org2013-06-014-28/+175
* Add pass_file_handle.cc to libppapi_cpp_private.victorhsieh@chromium.org2013-05-312-0/+2
* [NaCl SDK] Two fixes for the windows builders.binji@chromium.org2013-05-312-11/+27
* Clean up for ppapi main.noelallen@chromium.org2013-05-3041-1883/+1346
* [NaCl SDK] create_nmf: don't error out on missing libpathssbc@chromium.org2013-05-301-6/+6
* Fix checkperm errors from r202991.thestig@chromium.org2013-05-292-0/+0
* Revive voronoi multi-threaded demo.nfullagar@chromium.org2013-05-297-0/+929
* [NaCl SDK] MountNodeDir::GetDents sets d_off instead of leaving it undefined.mgiuca@chromium.org2013-05-293-0/+8
* [NaCl SDK] Fix create_nmf handling of missing libraries.sbc@chromium.org2013-05-282-41/+90
* [NaCl SDK] Add keyboard interrupt handlers for python scriptssbc@chromium.org2013-05-2610-26/+59
* [NaCl SDK] Add minidump_generator library/headers.binji@chromium.org2013-05-242-8/+126
* [NaCl SDK] Add sensible defaults to create_nmf.pysbc@chromium.org2013-05-243-11/+114
* [NaCl SDK] Use buildbot_run as main entry point for the bots.sbc@chromium.org2013-05-232-50/+30
* [NaCl SDK] Google Drive examplebinji@chromium.org2013-05-2211-9/+751
* [NaCl SDK] Remove build_utils.pybinji@chromium.org2013-05-216-74/+9
* [NaCl SDK] "make run" should make all, then run webserver.binji@chromium.org2013-05-212-7/+12
* Update SDK tools to r201132binji@chromium.org2013-05-212-62/+62
* [NaCl SDK] input_event example: Context Menu type is handled properly.binji@chromium.org2013-05-203-7/+12
* [NaCl SDK] Don't ship .bat files in non-win32 SDKsbc@chromium.org2013-05-202-35/+36
* [NaCl SDK] Add ppb_file_ref_private and file_io_private to SDKsbc@chromium.org2013-05-203-0/+12
* [NaCl SDK] Add pepper_28 bundle, remove pepper_22 bundle.binji@chromium.org2013-05-171-10/+10
* [NaCl SDK] Updating a bundle shouldn't merge the new and old archives.binji@chromium.org2013-05-174-12/+75
* [NaCl SDK] Add unittests for sdk_tools/config.py.sbc@chromium.org2013-05-174-5/+65
* [NaCl SDK] Don't ship binaries from the scons build.sbc@chromium.org2013-05-172-23/+13
* [NaCl SDK] Add libppapi_cpp_private to the SDKsbc@chromium.org2013-05-175-9/+106
* [NaCl SDK] Fix deadlock in nacl_io.binji@chromium.org2013-05-166-99/+37
* Add ftruncate to nacl_iosbc@chromium.org2013-05-1621-19/+51
* [NaCl SDK] Use spaces around assignment operators in makefiles.sbc@chromium.org2013-05-165-106/+106
* [NaCl SDK] Fix verification errors.binji@chromium.org2013-05-152-14/+8
* [NaCl SDK] Verify the SDK before tar'ing.binji@chromium.org2013-05-155-5/+1145
* [NaCl SDK] Reduce use of wildcards when constructing the SDK.sbc@chromium.org2013-05-152-144/+177
* [NaCl SDK] Add 'c' to pnacl ARFLAGSsbc@chromium.org2013-05-151-2/+2
* [NaCl SDK] Before bundling, clean all built libraries.binji@chromium.org2013-05-154-52/+67
* NaCl SDK: make the ppapi_main getting_started example build with PNaCl.jvoung@chromium.org2013-05-142-3/+1