summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/libraries/ppapi_simple
Commit message (Expand)AuthorAgeFilesLines
* [NaCl SDK] Remove support for bionic toolchainsbc2015-12-021-1/+1
* Revert of [NaCl SDK] Remove support for bionic toolchain (patchset #3 id:4000...scheib2015-12-011-1/+1
* [NaCl SDK] Remove support for bionic toolchainsbc2015-12-011-1/+1
* [NaCl SDK] Allow ppapi_simple apps to use main entry point.sbc2015-10-248-22/+55
* [NaCl SDK] Remove newlib toolchain from the SDKsbc2015-10-051-1/+1
* [NaCl SDK] Add initial support arm glibc toolchainsbc2015-07-191-0/+2
* [NaCl SDK] Add ps_internal.h to declare shared internal symbols.sbc2015-03-204-5/+21
* [NaCl SDK] ppapi_simple: Don't initialize nacl_io when running in sel_ldrsbc2015-02-281-6/+1
* [NaCl SDK] Fix bionic build after cd3968dabinji2015-02-251-0/+1
* [NaCl SDK] Switch ppapi_simple to C librarybinji2015-02-2416-993/+932
* [NaCL SDK] Add initial support for nacl-clangsbc2015-02-171-1/+1
* [NaCl SDK] Remove toolchain limits from several examples.sbc2015-02-131-1/+1
* [NaCl SDK] nacl_io: Fix tty init order issue in ps_instanceSam Clegg2015-01-221-19/+19
* [NaCl SDK] nacl_io: Fix real_node when dealing with a windows terminalsbc2014-10-091-2/+4
* [NaCl SDK]: nacl_io: add nacl_io_uninit function.sbc2014-09-251-1/+3
* [NaCl SDK] Allow ppapi_simple executables to run in both sel_ldr and in chrome.sbc2014-08-294-27/+55
* [NaCl SDK] Remove syscalls wrappers for chmod and unlink.sbc@chromium.org2014-08-212-3/+8
* [NaCl SDK] nacl_io: Add user callback whenever mount() is called.binji@chromium.org2014-06-301-1/+1
* [NaCl SDK] Remove use of TIOCNACLINPUT from nacl_io/ppapi_simple.binji@chromium.org2014-06-182-45/+10
* [NaCl SDK] nacl_io: fix TTY warning messages when using naclterm/hterm.sbc@chromium.org2014-06-071-8/+4
* [NaCl SDK] nacl_io: Add flow control the JavaScript pipes.sbc@chromium.org2014-05-222-25/+74
* Remove PPB_Ext_Socket_Dev.yzshen@chromium.org2014-04-301-0/+2
* [NaCl SDK] Compile for naclio for Bionicnoelallen@chromium.org2014-04-032-1/+2
* [NaCl SDK] nacl_io: Add support for JavaScript handshake on exitsbc@chromium.org2014-03-242-34/+91
* [NaCl SDK] Enable linux host build for nacl_io and nacl_io_tests.sbc@chromium.org2013-11-181-1/+1
* [NaCl SDK] Add exit code to ppapi_simple's PS_EXIT_MESSAGE.sbc@chromium.org2013-11-131-11/+6
* [NaCl SDK] ppapi_simple: Allow initial terminal size to to be set on startup.sbc@chromium.org2013-11-092-5/+32
* [NaCl SDK] Run nacl_io_socket_test on the bots.binji@chromium.org2013-11-062-6/+35
* [NaCl SDK] nacl_io: Add initial implementations of kill and signal.sbc@chromium.org2013-08-222-27/+181
* Change ppapi_simple to support pixel format selection.nfullagar@chromium.org2013-08-142-4/+15
* [NaCl SDK] Disable nacl_io for Windowsnoelallen@chromium.org2013-08-061-1/+1
* [NaCl SDK] nacl_io: Fix automatic setting of argv[0]sbc@chromium.org2013-08-051-1/+1
* Fix event race in ppapi simple framework.nfullagar@chromium.org2013-08-021-32/+50
* Simplify ppapi_simple by use of environment variables.bradnelson@google.com2013-07-265-138/+48
* [NaCl SDK] Consistent use of copyright header.sbc@chromium.org2013-07-233-12/+9
* [NaCl SDK] Bring back -Wall and fix or disable all warnings.sbc@chromium.org2013-07-231-1/+1
* [NaCl SDK] Add nacl_io and sdk_util namespaces.binji@chromium.org2013-07-221-4/+1
* Fixing incorrect error in ppapi_simple.bradnelson@google.com2013-07-101-1/+1
* [NaCl SDK] Simplify pi_generator with ppapi_simple.binji@chromium.org2013-07-022-1/+4
* [NaCl SDK] ppapi_simple logging improvements.sbc@chromium.org2013-07-017-81/+115
* Adds better tty support and dummy syscall implementations to nacl_io.torinmr@chromium.org2013-07-012-1/+43
* Adds a new example to the NaCl SDK.noelallen@chromium.org2013-06-248-24/+376
* [NaCl SDK] Remove gtest_ppapibinji@chromium.org2013-06-203-1/+30
* [NaCl SDK] Remove 'const' from argv of main functions.sbc@chromium.org2013-06-113-5/+5
* Move thread_pool.h into utils so it can be shared by more than one example.nfullagar@chromium.org2013-06-083-3/+3
* Clean up for ppapi main.noelallen@chromium.org2013-05-309-0/+865