index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native_client_sdk
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[NaCl SDK] httpfs now sets errno to an appropriate value on non-200 response.
mgiuca@chromium.org
2013-06-20
2
-4
/
+70
*
[NaCl SDK] Fix CREATE_NMF rule in nacl_gcc.mk.
sbc@chromium.org
2013-06-18
1
-3
/
+2
*
[NaCl SDK] nacl_io: Fix implemenation of mkdir for http mount
sbc@chromium.org
2013-06-18
3
-69
/
+87
*
[NaCl SDK] Add create_html support for common.mk.
sbc@chromium.org
2013-06-17
9
-84
/
+121
*
Revert SVN r177818, stop generating bitcode hashes in NMF for PNaCl.
jvoung@chromium.org
2013-06-17
1
-5
/
+0
*
Introduce PPB_HostResolver_Dev.
yzshen@chromium.org
2013-06-14
1
-0
/
+2
*
Introduce PPB_UDPSocket_Dev.
yzshen@chromium.org
2013-06-13
1
-0
/
+2
*
fix pnacl mime type for sdk examples
sehr@chromium.org
2013-06-13
1
-0
/
+2
*
Introduce PPB_TCPSocket_Dev.
yzshen@chromium.org
2013-06-13
1
-0
/
+2
*
[NaCl SDK] Remove unused examples.
binji@chromium.org
2013-06-12
42
-3839
/
+0
*
[NaCl SDK] test_sdk.py should compile using host toolchain.
binji@chromium.org
2013-06-12
4
-18
/
+43
*
[NaCl SDK] Add tool for creating html scaffolding.
sbc@chromium.org
2013-06-12
5
-2
/
+239
*
[NaCl SDK] Check for 32-bit runtime at linux SDK install time.
sbc@chromium.org
2013-06-11
1
-0
/
+11
*
[NaCl SDK] Remove 'const' from argv of main functions.
sbc@chromium.org
2013-06-11
5
-7
/
+7
*
[NaCl SDK] nacl_io: big refactor to return error value (errno).
binji@chromium.org
2013-06-10
39
-1879
/
+2330
*
[NaCl SDK] "naclsdk info" command should display multiple archives.
binji@chromium.org
2013-06-10
2
-7
/
+17
*
Introduce PPB_NetAddress_Dev.
yzshen@chromium.org
2013-06-10
1
-0
/
+2
[next]