| Commit message (Expand) | Author | Age | Files | Lines |
* | PNaClize and update the 'Devguide -> Running' page of the documentation. | eliben@chromium.org | 2013-10-22 | 5 | -90/+135 |
* | [NaCl SDK] Re-order the calls to createNaClModule and attachDefaultListeners. | binji@chromium.org | 2013-10-22 | 3 | -3/+3 |
* | [NaCl SDK] Make input_event example single-threaded again. | binji@chromium.org | 2013-10-22 | 7 | -748/+145 |
* | [NaCl SDK] nacl_io: Make files world writable by default. | sbc@chromium.org | 2013-10-22 | 25 | -151/+215 |
* | [NaCl SDK] Don't create SDK tarball by default. | sbc@chromium.org | 2013-10-21 | 1 | -4/+5 |
* | [NaCl SDK] Add var_dictionary example. | binji@chromium.org | 2013-10-20 | 5 | -0/+369 |
* | [NaCl SDK] Add mouse cursor example. | binji@chromium.org | 2013-10-20 | 5 | -0/+246 |
* | [NaCl SDK] nacl_io: fix for send/recv from closed connections. | sbc@chromium.org | 2013-10-20 | 10 | -202/+398 |
* | [NaCl SDK] Add simple graphics2d example. | binji@chromium.org | 2013-10-19 | 4 | -0/+294 |
* | [PPAPI] Added new Pepper interface PPB_VarResource_Dev. | mgiuca@chromium.org | 2013-10-19 | 1 | -0/+1 |
* | [NaCl SDK] nacl_io: fix memory curruption in TCP fifo. | sbc@chromium.org | 2013-10-19 | 5 | -14/+120 |
* | [NaCl SDK] nacl_io: Add plumbing for new IRT interfaces. | sbc@chromium.org | 2013-10-19 | 20 | -36/+444 |
* | Remove the redundant glossary; remove trailing whitespace. | stichnot@chromium.org | 2013-10-18 | 1 | -41/+2 |
* | [NaCl SDK] Add dummy implementations for signal functions. | binji@chromium.org | 2013-10-18 | 13 | -0/+156 |
* | [NaCl SDK] Fix running "make run_package" with non-default toolchain. | binji@chromium.org | 2013-10-18 | 3 | -6/+30 |
* | Add top-level index for community/ | eliben@chromium.org | 2013-10-18 | 2 | -0/+14 |
* | [NaClDocs] Fill in the landing page for the SDK section of the docs. | jvoung@chromium.org | 2013-10-18 | 1 | -1/+44 |
* | Added devguide/coding/index.rst | eliben@chromium.org | 2013-10-17 | 2 | -0/+10 |
* | Create landing page for tutorial/index and move the part1 under tutorial/. Fi... | eliben@chromium.org | 2013-10-17 | 9 | -33/+36 |
* | More PNaCl-ization of the distributing doc. Clean-up of NaCl sections. | eliben@chromium.org | 2013-10-16 | 2 | -221/+66 |
* | [NaClDocs] Some cleanup for the Running the SDK Examples page. | jvoung@chromium.org | 2013-10-16 | 1 | -93/+104 |
* | [NaCl SDK] When running "make debug", by default use "Debug". | binji@chromium.org | 2013-10-16 | 1 | -1/+6 |
* | [NaCl SDK] Update nacl_io demo to include socket operations. | sbc@chromium.org | 2013-10-15 | 10 | -96/+495 |
* | [NaCl SDK] Update the published version of sdk_tools. | sbc@chromium.org | 2013-10-15 | 3 | -11/+11 |
* | Mention the ILP32 & floating point data model of PNaCl in the bitcode ref. | eliben@chromium.org | 2013-10-15 | 1 | -2/+11 |
* | Set up Sphinx's linkchecker and fix some remaining bad links | eliben@chromium.org | 2013-10-14 | 4 | -4/+38 |
* | Fix some dead links in the documentation | eliben@chromium.org | 2013-10-14 | 3 | -8/+7 |
* | [NaCl SDK] nacl_io: Add support for non-blocking connect/accept | sbc@chromium.org | 2013-10-12 | 18 | -104/+511 |
* | [NaCl Docs] Update the SDK download docs to mention pepper_31 + PNaCl | jvoung@chromium.org | 2013-10-11 | 1 | -132/+142 |
* | [NaClDocs] Update the building.rst doc for PNaCl. | jvoung@chromium.org | 2013-10-11 | 1 | -278/+428 |
* | Add example of formatting. | eliben@chromium.org | 2013-10-11 | 1 | -1/+2 |
* | [NaCl Docs] Add release-notes.rst. | sbc@chromium.org | 2013-10-11 | 3 | -5/+520 |
* | [NaCl SDK] nacl_io: Fix bug poll() with listening on multiple fds | sbc@chromium.org | 2013-10-11 | 2 | -6/+22 |
* | [NaCl SDK] nacl_io: reduce sleep time in event test. | sbc@chromium.org | 2013-10-11 | 2 | -8/+8 |
* | [NaCl SDK] nacl_io: fix handling of missing interfaces. | sbc@chromium.org | 2013-10-10 | 1 | -5/+12 |
* | [NaCl SDK] nacl_io: use va_list for fcntl and ioctl | sbc@chromium.org | 2013-10-10 | 17 | -55/+79 |
* | Update life demo to support touch. | nfullagar@chromium.org | 2013-10-10 | 1 | -11/+32 |
* | Pepper: Remove PPB_FileIOTrusted. | teravest@chromium.org | 2013-10-10 | 1 | -1/+0 |
* | [NaCl SDK] nacl_io: Add fcntl implementation. | sbc@chromium.org | 2013-10-09 | 41 | -271/+490 |
* | [NaCl SDK] Add the new build-only SDK bots to the default set. | sbc@chromium.org | 2013-10-09 | 1 | -1/+8 |
* | Update PPAPI Simple version of Earth demo to support touch. | nfullagar@chromium.org | 2013-10-09 | 1 | -9/+36 |
* | [NaCl SDK] Pass -O2 to linker for Release builds. | binji@chromium.org | 2013-10-08 | 2 | -2/+4 |
* | Add touch support to voronoi demo. | nfullagar@chromium.org | 2013-10-08 | 2 | -3/+18 |
* | [NaCl SDK] Add script to build pnacl-demo-bullet pexe | binji@chromium.org | 2013-10-08 | 5 | -0/+117 |
* | [NaCl Docs] Build devsite docs without a subfolder by default. | sbc@chromium.org | 2013-10-08 | 2 | -4/+10 |
* | [NaCl SDK] nacl_io: and TCP listen support. | sbc@chromium.org | 2013-10-07 | 7 | -41/+231 |
* | [NaCl SDK] Some improvements to the PNaCl Bullet demo. | binji@chromium.org | 2013-10-07 | 6 | -241/+267 |
* | Clamp texture coordinates for spinning cube | nfullagar@chromium.org | 2013-10-07 | 1 | -0/+2 |
* | [NaCl SDK] Change default in common.js to Release. | binji@chromium.org | 2013-10-07 | 1 | -2/+11 |
* | Editing pass through Technical Overview and NaCl/PNaCl comparison ahead of Ch... | awatson@chromium.org | 2013-10-07 | 2 | -183/+212 |