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
/
src
/
libraries
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NaCl SDK] nacl_io: wrap kernel intercept calls in a macro
sbc
2015-01-14
1
-105
/
+93
*
Fix two errors with dup2.
bradnelson
2015-01-13
3
-29
/
+30
*
NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newlib versions)
sbc
2015-01-13
3
-47
/
+1
*
Cleanup: Call std::string::empty instead of comparing against "".
thestig
2015-01-10
1
-1
/
+1
*
nacl_io: accept now allows addr and len to be NULL
daiweili
2015-01-08
2
-8
/
+5
*
[NaCl SDK] nacl_io: Remove unused methods from Path class and update Path.Append
sbc
2015-01-07
7
-50
/
+36
*
[NaCl SDK] For assert failure in KernelProxy::chmod
sbc
2015-01-02
1
-1
/
+1
*
Fix handling of free descriptors when calling dup2.
bradnelson
2014-12-13
1
-2
/
+12
*
Revert "[NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newl...
sbc
2014-12-03
3
-1
/
+47
*
Update documentation for nacl_io mount for html5fs.
benwells
2014-12-01
1
-1
/
+5
*
[NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newlib versi...
sbc
2014-12-01
3
-47
/
+1
*
Honor O_NONBLOCK for tty devices.
Brad Nelson
2014-11-25
1
-1
/
+2
*
[NaCl SDK] nacl_io: reading 0 bytes from a socket shouldn't be an error.
binji
2014-11-14
5
-2
/
+27
*
[NaCl SDK] Update stat times for memfs.
Ben Smith
2014-11-14
4
-1
/
+49
*
Add support for modifying TCP and UDP socket buffer size in nacl_io
mbajpai
2014-10-30
3
-0
/
+58
*
[NaCl SDK] nacl_io: fix for html5fs chmod
sbc
2014-10-25
2
-0
/
+6
*
[NaCl SDK] Remove sys/signal.h from newlib-extras
sbc
2014-10-21
2
-318
/
+0
*
[NaCk SDK] nacl_io: Don't assume ~S_IFMT are the mode bits.
sbc
2014-10-20
7
-13
/
+15
*
[NaCl SDK] nacl_io: Fix utime() on directories.
sbc
2014-10-20
3
-4
/
+10
*
Added support for NaCl IO to use the IRT Extension API.
dyen
2014-10-16
6
-8
/
+514
*
[NaCl SDK] nacl_io: Add umask
binji
2014-10-16
13
-14
/
+52
*
[NaCl SDK] nacl_io: ignore mode bits when creating files.
binji
2014-10-16
1
-1
/
+1
*
[NaCl SDK] nacl_io: getsockname() should return non-zero port after bind.
Ben Smith
2014-10-15
1
-0
/
+1
*
[NaCl SDK] nacl_io: Mask mode before passing to Node::SetMode
binji
2014-10-13
2
-2
/
+2
*
[NaCl SDK] nacl_io: Rename termios entry points.
sbc
2014-10-10
12
-11
/
+11
*
[NaCl SDK] nacl_io: Fix real_node when dealing with a windows terminal
sbc
2014-10-09
5
-30
/
+61
*
[NaCl SDK] nacl_io: Fix calling utime/utimes/futimes with NULL.
binji
2014-10-09
5
-8
/
+49
*
Fix missing SENDING flag.
noelallen
2014-10-08
1
-0
/
+4
*
[NaCl SDK] nacl_io: Use (void) prototype in nacl_io.h
binji
2014-10-07
1
-2
/
+2
*
[NaCl SDK] nacl_io: Don't call open() from KernelProxy functions
Ben Smith
2014-10-01
1
-20
/
+66
*
Replace allocated ino with hash of path.
noelallen
2014-09-26
4
-4
/
+55
*
[NaCl SDK] nacl_io: add return value to nacl_io_init.
sbc
2014-09-25
4
-11
/
+16
*
[NaCl SDK]: nacl_io: add nacl_io_uninit function.
sbc
2014-09-25
3
-1
/
+15
*
Add missing _ASSIGN() macro in NaCl's sys/socket.h
sergeyu
2014-09-25
2
-2
/
+15
*
[NaCl SDK] nacl_io: Fix gaping memory leaks in memfs and htmlfs
sbc
2014-09-25
3
-0
/
+7
*
[NaCl SDK] nacl_io: Add chmod/fchmod
Ben Smith
2014-09-25
11
-64
/
+120
*
[NaCl SDK] nacl_io: use standard __BEGIN/__END_DECLS in poll.h
sbc
2014-09-24
1
-5
/
+4
*
[NaCl SDK] nacl_io: Fix html5fs stat on directories
binji
2014-09-20
1
-1
/
+5
*
PPAPI: Add C++ wrapper for MessageHandler stuff.
dmichael
2014-09-18
1
-0
/
+1
*
[NaCl SDK] nacl_io: handle null irt function pointers
sbc
2014-09-18
3
-28
/
+24
*
PPAPI: Make PPP_MessageHandler work in PNaCl
Dave Michael
2014-09-17
1
-0
/
+1
*
[NaCl SDK] nacl_io: Fix excess realloc'ing in memfs nodes.
sbc
2014-09-17
2
-11
/
+16
*
[NaCl SDK] Fix sys/time.h and utime.h headers
Ben Smith
2014-09-16
2
-2
/
+4
*
Default to returning success in utime.
bradnelson
2014-09-14
1
-1
/
+1
*
[NaCl SDK] nacl_io: Plumb through {,f}utime{,s}
Ben Smith
2014-09-12
16
-16
/
+156
*
Plumbing though mode parameter to open, since fusefs can make use of it.
bradnelson
2014-09-12
30
-56
/
+85
*
[NaCl SDK] nacl_io: Remove Node::Access method.
sbc
2014-09-10
18
-120
/
+8
*
[NaCl SDK]: use standard __BEGIN_DECLS macros in sys/select.h
sbc
2014-09-10
1
-4
/
+2
*
[NaCl SDK] nacl_io: Fix FuseFs.{read,write}
binji
2014-09-09
1
-6
/
+1
*
[NaCl SDK] nacl_io: Always create directory node in http filesystem root.
sbc
2014-09-09
6
-47
/
+72
[next]