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
*
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
*
Move thread_pool.h into utils so it can be shared by more than one example.
nfullagar@chromium.org
2013-06-08
38
-76
/
+119
*
[NaCl SDK] Remove NACL_ARCH from commom makefiles.
sbc@chromium.org
2013-06-06
3
-14
/
+21
*
[NaCl SDK] Fix archiving of builds on the buildbots.
sbc@chromium.org
2013-06-06
2
-8
/
+14
*
[NaCl SDK] Handle subprocess failures during sdk build
sbc@chromium.org
2013-06-06
1
-6
/
+10
*
Add missing pnacl libraries and headers and tools.
noelallen@chromium.org
2013-06-05
2
-1
/
+31
*
[NaCl SDK] Fix windows builder location of gsutil.
binji@chromium.org
2013-06-05
1
-0
/
+5
*
[NaCl SDK] Make verification failures a little easier to read.
binji@chromium.org
2013-06-04
3
-9
/
+29
*
[NaCl SDK] Use subst to keep path lengths short on the buildbots.
binji@chromium.org
2013-06-04
2
-8
/
+24
*
[NaCl SDK] Roll naclports revision built into NaCl SDK
sbc@chromium.org
2013-06-04
1
-1
/
+1
*
Add directory_entry.cc to libppapi_cpp
victorhsieh@chromium.org
2013-06-04
5
-0
/
+56
*
[NaCl SDK] Add toolchain's usr/lib to create_nmf's default libpath.
sbc@chromium.org
2013-06-04
1
-0
/
+6
*
[NaCl SDK] Include Ragel ncval in SDK for all validation.
binji@chromium.org
2013-06-03
2
-15
/
+5
*
Change default to not use pthreads at startup (all calculations on main thread)
nfullagar@chromium.org
2013-06-03
3
-19
/
+14
*
[NaCl SDK] nacl_io: It is now possible to open and read Html5Fs directories.
mgiuca@chromium.org
2013-06-01
4
-28
/
+175
*
Add pass_file_handle.cc to libppapi_cpp_private.
victorhsieh@chromium.org
2013-05-31
2
-0
/
+2
*
[NaCl SDK] Two fixes for the windows builders.
binji@chromium.org
2013-05-31
2
-11
/
+27
*
Clean up for ppapi main.
noelallen@chromium.org
2013-05-30
41
-1883
/
+1346
*
[NaCl SDK] create_nmf: don't error out on missing libpaths
sbc@chromium.org
2013-05-30
1
-6
/
+6
*
Fix checkperm errors from r202991.
thestig@chromium.org
2013-05-29
2
-0
/
+0
*
Revive voronoi multi-threaded demo.
nfullagar@chromium.org
2013-05-29
7
-0
/
+929
*
[NaCl SDK] MountNodeDir::GetDents sets d_off instead of leaving it undefined.
mgiuca@chromium.org
2013-05-29
3
-0
/
+8
[next]