| Commit message (Expand) | Author | Age | Files | Lines |
* | [NaCl SDK] Simplify pi_generator with ppapi_simple. | binji@chromium.org | 2013-07-02 | 5 | -327/+69 |
* | [NaCl SDK] Simplify SDK build scripts. | sbc@chromium.org | 2013-07-02 | 5 | -114/+102 |
* | [NaCl SDK] Add pepper_29 bundle, remove pepper_23 bundle. | binji@chromium.org | 2013-07-02 | 1 | -15/+15 |
* | [NaCl SDK] Allow use of goma for building libs/examples. | sbc@chromium.org | 2013-07-02 | 4 | -41/+59 |
* | [NaCl SDK] Fix recursive build w/ TOOLCHAIN=pnacl, etc. | binji@chromium.org | 2013-07-02 | 1 | -0/+15 |
* | [NaCl SDK] flock: Load images from relative path, instead of absolute. | binji@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | [NaCl SDK] ppapi_simple logging improvements. | sbc@chromium.org | 2013-07-01 | 11 | -90/+136 |
* | [NaCl SDK] nacl_io: Add test for write/read fix. | binji@chromium.org | 2013-07-01 | 23 | -104/+361 |
* | [NaCl SDK] Strip all .pexes; Chrome won't load them with debug info. | binji@chromium.org | 2013-07-01 | 1 | -6/+13 |
* | [NaCl SDK] Fix some typos in the examples. | binji@chromium.org | 2013-07-01 | 4 | -5/+5 |
* | Adds better tty support and dummy syscall implementations to nacl_io. | torinmr@chromium.org | 2013-07-01 | 23 | -23/+437 |
* | [NaCl SDK] Honor IGNORE_DEPS in common.mk | sbc@chromium.org | 2013-06-29 | 1 | -1/+1 |
* | Demangle symbols in XRay, reverse sorted output | nfullagar@chromium.org | 2013-06-29 | 5 | -10/+39 |
* | [NaCl SDK] The flock example doesn't have an example.js | binji@chromium.org | 2013-06-29 | 1 | -1/+0 |
* | [NaCl SDK] Fixup GCC-generated .d files (second attempt) | sbc@chromium.org | 2013-06-28 | 7 | -4/+207 |
* | PPAPI WebSocket: update the SDK example to use binary | toyoshim@chromium.org | 2013-06-28 | 3 | -13/+59 |
* | [NaCl SDK] MountNodeHtml5Fs::Init checks the result of Query. | mgiuca@chromium.org | 2013-06-28 | 1 | -3/+5 |
* | Update XRay to support x86-64 (RDTSC), use dladdr() as an optional way to | nfullagar@chromium.org | 2013-06-28 | 4 | -37/+78 |
* | Add owner | noelallen@chromium.org | 2013-06-28 | 1 | -0/+1 |
* | [NaCl SDK] nacl_io: Fix bug in write/read. | binji@chromium.org | 2013-06-27 | 1 | -2/+6 |
* | Removing ppapi_egl target | dpranke@chromium.org | 2013-06-26 | 2 | -13/+0 |
* | NaCl SDK: Fix typo in URL loader success html filename. | jvoung@chromium.org | 2013-06-26 | 1 | -1/+1 |
* | [NaCl SDK] nacl_io: Some refcounting fixes, nacl_io_test fixes. | binji@chromium.org | 2013-06-25 | 3 | -18/+29 |
* | PPAPI: Move PPB_NetworkProxy out of Dev | dmichael@chromium.org | 2013-06-25 | 3 | -0/+6 |
* | [NaCl SDK] Remove include of missing header file. | sbc@chromium.org | 2013-06-25 | 1 | -1/+0 |
* | There are several issues with reference counting in the current system. | noelallen@chromium.org | 2013-06-25 | 48 | -646/+689 |
* | Restore multi-threaded earth example. Use thread_pool.h from sdk_util. | nfullagar@chromium.org | 2013-06-25 | 7 | -0/+1061 |
* | Update voronoi, remove explicit pp::Var(..) | nfullagar@chromium.org | 2013-06-25 | 1 | -7/+7 |
* | Remove files invisibly added to: | nfullagar@chromium.org | 2013-06-25 | 2 | -2/+0 |
* | Add XRay library to SDK, but still experimental at the moment. | nfullagar@chromium.org | 2013-06-24 | 11 | -0/+1660 |
* | Adds a new example to the NaCl SDK. | noelallen@chromium.org | 2013-06-24 | 20 | -26/+1249 |
* | Update voronoi demo to use dictionary messages. | nfullagar@chromium.org | 2013-06-24 | 2 | -35/+43 |
* | Revert 208222 "[NaCl SDK] Fixup GCC-generated .d files" | sbc@chromium.org | 2013-06-24 | 7 | -195/+4 |
* | [NaCl SDK] Include NaCl revision number in bundle/README. | binji@chromium.org | 2013-06-24 | 3 | -13/+33 |
* | [NaCl SDK] Fixup GCC-generated .d files | sbc@chromium.org | 2013-06-24 | 7 | -4/+195 |
* | [NaCl SDK] Simplify the auto-generated Makefiles for examples. | sbc@chromium.org | 2013-06-24 | 7 | -142/+168 |
* | Move PPB_HostResolver out of dev. | yzshen@chromium.org | 2013-06-24 | 3 | -6/+6 |
* | Move PPB_UDPSocket out of dev. | yzshen@chromium.org | 2013-06-24 | 3 | -6/+6 |
* | Move PPB_TCPSocket out of dev. | yzshen@chromium.org | 2013-06-22 | 3 | -6/+6 |
* | Move PPB_NetAddress out of dev. | yzshen@chromium.org | 2013-06-22 | 3 | -6/+6 |
* | Dropping nacl sdk dead code (documentation, project_template). | bradnelson@google.com | 2013-06-22 | 23 | -3989/+0 |
* | [NaCl SDK] Additional fix for r207878: Add dummy unistd.h for Windows. | binji@chromium.org | 2013-06-21 | 3 | -3/+5 |
* | [NaCl SDK] Fix SDK waterfall: unistd.h does not exist on windows. | binji@chromium.org | 2013-06-21 | 7 | -8/+28 |
* | [NaCl SDK] nacl_io html5fs: Malformed file paths set errno to ENOENT. | mgiuca@chromium.org | 2013-06-21 | 1 | -3/+3 |
* | [NaCl SDK] nacl_io: Added support for access() syscall. | mgiuca@chromium.org | 2013-06-21 | 17 | -9/+242 |
* | [NaCl SDK] .dsc files copy public headers, add ppapi_cpp dev sources | binji@chromium.org | 2013-06-20 | 7 | -121/+480 |
* | [NaCl SDK] Remove gtest_ppapi | binji@chromium.org | 2013-06-20 | 22 | -557/+163 |
* | [NaCl SDK] Add MakeDirectory to the file_io example. | binji@chromium.org | 2013-06-20 | 4 | -101/+222 |
* | Output a map file for x86 nexe's | nfullagar@chromium.org | 2013-06-20 | 1 | -3/+6 |
* | [NaCl SDK] Fix SDK waterfall after r207369 (verification failure). | binji@chromium.org | 2013-06-20 | 1 | -4/+4 |