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
*
[NaCl SDK] Make common.js load the Release nexe/pexe by default.
binji@chromium.org
2013-12-10
4
-8
/
+61
*
PNaCl docs: update to reflect libc++ and exception handling support
jfb@chromium.org
2013-12-10
3
-46
/
+51
*
[NaCl SDK AppEngine] Turn on https for all requests.
binji@chromium.org
2013-12-10
1
-0
/
+5
*
[NaCl SDK AppEngine] Roll smoothlife version.
binji@chromium.org
2013-12-09
1
-1
/
+1
*
Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev.
yzshen@chromium.org
2013-12-09
2
-10
/
+0
*
nacl_io: Add inet_pton() and ip6addr_* consts.
sergeyu@chromium.org
2013-12-07
6
-0
/
+238
*
NaCl: Update revision in DEPS, r12488 -> r12497
binji@chromium.org
2013-12-07
2
-2
/
+2
*
[NaCl SDK] Pass 'clang=1' to gyp builds on mac
sbc@chromium.org
2013-12-04
1
-1
/
+3
*
[NaCl SDK] nacl_io: implement set/getsockopt for TCP_NODELAY.
sbc@chromium.org
2013-12-03
5
-13
/
+100
*
[NaCl SDK] Fix "make debug" and "make run" on Mac.
binji@chromium.org
2013-12-03
4
-23
/
+48
*
[NaCl SDK] Fix sel_ldr.py so it uses nacl_helper_bootstrap correctly.
sbc@chromium.org
2013-12-02
1
-6
/
+17
*
[NaCl IO] Fix ODR violation when building under Chromium.
plundblad@chromium.org
2013-11-27
1
-2
/
+6
*
[NaCl SDK] Make is easier to override linux host compiler
sbc@chromium.org
2013-11-27
3
-23
/
+22
*
[NaCl SDK AppEngine] Fix lua URLs to support loading from https.
binji@chromium.org
2013-11-25
2
-3
/
+3
*
[NaCl SDK] fix shared library link rule in example build system.
sbc@chromium.org
2013-11-25
2
-20
/
+30
*
[NaCl SDK AppEngine] Fix URLs to support loading from https.
binji@chromium.org
2013-11-25
15
-22
/
+22
*
[NaCl SDK] nacl_io: Fix some httpfs bugs.
binji@chromium.org
2013-11-22
6
-331
/
+453
*
Revert 236644 "[NaCl SDK] Turn off parallel GYP when building na..."
binji@chromium.org
2013-11-22
1
-7
/
+5
*
[NaCl SDK] Turn off parallel GYP when building nacl_sdk.
binji@chromium.org
2013-11-22
1
-5
/
+7
*
[NaCl SDK] Update published version of Visual Studio addin.
sbc@chromium.org
2013-11-21
1
-1
/
+1
*
[NaCl SDK] Remove unneeded warning supressions.
sbc@chromium.org
2013-11-21
8
-25
/
+6
*
[NaCl SDK] Enable linux host build of nacl_io_socket_test.
sbc@chromium.org
2013-11-21
5
-104
/
+119
*
[NaCl SDK] Add URLLoader fake pepper interface.
binji@chromium.org
2013-11-20
10
-548
/
+933
*
[NaCl SDK] Run ncval on executables as part of build.
binji@chromium.org
2013-11-20
3
-0
/
+102
*
NaCl docs: Clarify signal handling and exception handling sections
mseaborn@chromium.org
2013-11-20
1
-14
/
+34
*
NaCl docs: Add instructions for how to debug a PNaCl pexe
mseaborn@chromium.org
2013-11-20
1
-1
/
+65
*
NaCl SDK: Remove PPB_Testing_Dev.
teravest@chromium.org
2013-11-19
1
-1
/
+0
*
[NaCl SDK] Fix memory leaks in nacl_io_test.
sbc@chromium.org
2013-11-19
2
-9
/
+9
*
Teach create_nmf.py about new toolchains' BFD format names
mcgrathr@chromium.org
2013-11-19
1
-1
/
+5
*
[NaCl SDK] nacl_io: Auto-bind UDP socket on first sendto().
binji@chromium.org
2013-11-18
3
-6
/
+74
*
[NaCl SDK] Enable linux host build for nacl_io and nacl_io_tests.
sbc@chromium.org
2013-11-18
30
-197
/
+266
*
Minor tweaks to Makefile to make it easier to push docs to DevSite.
awatson@chromium.org
2013-11-18
1
-1
/
+2
*
[NaCl SDK] roll naclports revision.
sbc@chromium.org
2013-11-16
1
-1
/
+1
*
NaCl docs: Fix PPAPI sample C code
mseaborn@chromium.org
2013-11-14
1
-6
/
+10
*
PNaCl doc: mention GCCMM's __atomic_*.
jfb@chromium.org
2013-11-14
1
-0
/
+2
*
NaCl docs: Remove outdated note about GDB debugging prerequisites
mseaborn@chromium.org
2013-11-14
1
-14
/
+0
*
[NaCl SDK] nacl_io: add initial sigaction(2) implemenation.
sbc@chromium.org
2013-11-14
11
-151
/
+184
*
Add build target for nacl_io from the NaCl SDK.
plundblad@chromium.org
2013-11-14
5
-2
/
+115
*
[NaCl SDK] Add exit code to ppapi_simple's PS_EXIT_MESSAGE.
sbc@chromium.org
2013-11-13
4
-14
/
+9
*
NaCl docs: Simplify/fix description of location of nacl-gdb
mseaborn@chromium.org
2013-11-13
1
-10
/
+8
*
[NaCl SDK] Run browser tests with --disable-component-update
jvoung@chromium.org
2013-11-12
1
-4
/
+2
*
[NaCl SDK] AppEngine: IE9 doesn't support "hidden" attribute, so fake it.
binji@chromium.org
2013-11-12
1
-0
/
+4
*
[NaCl SDK] AppEngine: Fix navigation on the demo pages.
binji@chromium.org
2013-11-12
2
-107
/
+169
*
[NaCl SDK] Fix lua demo to require 80 columns.
sbc@chromium.org
2013-11-12
3
-2
/
+7
*
[NaCl SDK] AppEngine: Update all demos to have FPS counter
binji@chromium.org
2013-11-12
20
-52
/
+194
*
NaCl docs: Fix various nits
mseaborn@chromium.org
2013-11-12
2
-12
/
+12
*
[NaCl SDK] AppEngine: Add error dialog when loaded from unsupported browser
binji@chromium.org
2013-11-12
4
-42
/
+138
*
[NaCl SDK] Update lua version on gonacl.appspot.com.
sbc@chromium.org
2013-11-12
6
-36
/
+232
*
Fix typo in NaCl debugging docs
mseaborn@chromium.org
2013-11-11
1
-1
/
+1
*
[NaCl SDK] AppEngine: update smoothlife, improve UI
binji@chromium.org
2013-11-11
4
-14
/
+92
[next]