Directory src/util/nacl/

Directory Created:
2011-06-23 21:12
Total Files:
3
Deleted Files:
0
Lines of Code:
1359

[root]/src/util/nacl

Lines of Code

src/util/nacl/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
kazzmir 70 (100.0%) 2042 (100.0%) 29.1

Most Recent Commits

kazzmir 2012-09-15 16:28 Rev.: 7547

use polling mutexes for nacl

26 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+26 -7)
kazzmir 2012-05-18 11:20 Rev.: 7343

use the virtual directory in the nacl filesystem

4 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+4)
kazzmir 2012-04-16 08:43 Rev.: 7265

fix class name

1 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+1 -1)
kazzmir 2012-04-15 22:25 Rev.: 7264

load mods from zip files

7 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+6), network-system.h (+1)
kazzmir 2012-04-15 12:23 Rev.: 7257

use more general exists to first check in the virtual directory. be sure not to keep file references around too long

3 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+1 -1), network-system.h (+2 -1)
kazzmir 2012-04-01 17:34 Rev.: 7222

fix nacl build for the latest sdk

4 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+3 -3), network-system.h (+1)
kazzmir 2012-01-07 21:18 Rev.: 6796

dont wrap libc calls because it doesnt work properly in linux/windows

20 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+20 -2)
kazzmir 2012-01-05 17:21 Rev.: 6791

wrap libc calls in preparation for filesystem overlays (like opening zip files). also fix linking for nacl

36 lines of code changed in 3 files:

  • src/util/nacl: module.cpp (+5 -1), network-system.cpp (+25 -12), network-system.h (+6 -4)
kazzmir 2011-11-28 16:29 Rev.: 6608

move main() entry point to util. other minor cleanup

1 lines of code changed in 1 file:

  • src/util/nacl: module.cpp (+1 -1)
kazzmir 2011-11-19 23:36 Rev.: 6584

show file sizes in the nacl window. return empty directory structures if no directory.txt exists

26 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+26 -20)
kazzmir 2011-11-19 23:00 Rev.: 6581

store file sizes with their names for nacl. keep a per-file lock to allow re-entry into the filesystem

204 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+194 -52), network-system.h (+10 -4)
kazzmir 2011-11-18 16:41 Rev.: 6578

let the html page know when a file is being loaded by the nacl module

5 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+5)
kazzmir 2011-11-02 12:55 Rev.: 6501

make nacl compile

2 lines of code changed in 2 files:

  • src/util/nacl: module.cpp (+1 -1), network-system.cpp (+1 -1)
kazzmir 2011-09-16 15:37 Rev.: 6191

[nacl] cache opened files forever

52 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+43 -15), network-system.h (+9 -1)
kazzmir 2011-09-15 10:25 Rev.: 6180

add filesystem function to find files that match a relative path

1 lines of code changed in 1 file:

  • src/util/nacl: network-system.h (+1)
kazzmir 2011-08-23 12:20 Rev.: 5966

use sfl to match files for nacl. dont die if a mugen font cant be found

93 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+92 -6), network-system.h (+1)
kazzmir 2011-08-04 09:22 Rev.: 5812

update to nacl api

1 lines of code changed in 1 file:

  • src/util/nacl: module.cpp (+1 -1)
kazzmir 2011-07-29 22:18 Rev.: 5797

[nacl] updates for the 0.5 sdk

12 lines of code changed in 2 files:

  • src/util/nacl: module.cpp (+6 -2), network-system.cpp (+6 -2)
kazzmir 2011-07-20 21:42 Rev.: 5775

flip wiimote so it can be held sideways

0 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (-8)
kazzmir 2011-07-20 14:35 Rev.: 5774

[nacl] manage each request separately so one thread does not cause all filesystem access to block

58 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+53 -167), network-system.h (+5 -1)
kazzmir 2011-07-16 17:07 Rev.: 5756

[nacl] implement the rest of the filesystem methods

47 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+47 -10)
kazzmir 2011-07-16 16:41 Rev.: 5755

[nacl] implement more filesystem methods

43 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+41 -69), network-system.h (+2 -1)
kazzmir 2011-07-16 15:33 Rev.: 5754

[nacl] get directory listing from a file on the server

68 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+63 -3), network-system.h (+5)
kazzmir 2011-07-15 22:21 Rev.: 5753

[nacl] cache the existence of files. use a separate path to check for files in the manager

82 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+80 -5), network-system.h (+2)
kazzmir 2011-07-15 21:18 Rev.: 5752

only allow single threaded access to the network system. find determines if the file exists

15 lines of code changed in 3 files:

  • src/util/nacl: module.cpp (-3), network-system.cpp (+13 -55), network-system.h (+2 -2)
kazzmir 2011-07-15 16:21 Rev.: 5751

push inputs events to nacl

5 lines of code changed in 1 file:

  • src/util/nacl: module.cpp (+5)
kazzmir 2011-07-15 09:57 Rev.: 5747

dont need the server path for nacl

3 lines of code changed in 3 files:

  • src/util/nacl: module.cpp (+1 -1), network-system.cpp (+1 -2), network-system.h (+1 -2)
kazzmir 2011-07-15 09:47 Rev.: 5746

fix nacl seek, off by 1 error

4 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+4 -2)
kazzmir 2011-07-14 22:19 Rev.: 5745

buffer nacl files in memory. implement lseek

221 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+220 -7), network-system.h (+1)
kazzmir 2011-07-13 20:51 Rev.: 5743

implement nacl close

54 lines of code changed in 3 files:

  • src/util/nacl: module.cpp (+2 -2), network-system.cpp (+51), network-system.h (+1)
kazzmir 2011-07-13 20:08 Rev.: 5742

implement read for nacl

104 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+103 -77), network-system.h (+1)
kazzmir 2011-07-13 19:47 Rev.: 5741

cleanup nacl filesystem

134 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+130 -40), network-system.h (+4 -2)
kazzmir 2011-07-13 18:30 Rev.: 5739

nacl: wrap libc functions
mugen: fix case when reading the palettes

26 lines of code changed in 2 files:

  • src/util/nacl: module.cpp (-6), network-system.cpp (+26 -10)
kazzmir 2011-07-12 21:51 Rev.: 5738

move libc functions to the nacl system

98 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (+98)
kazzmir 2011-07-12 21:28 Rev.: 5737

make nacl ppapi calls from the main thread

73 lines of code changed in 3 files:

  • src/util/nacl: module.cpp (+14 -5), network-system.cpp (+56 -20), network-system.h (+3 -1)
kazzmir 2011-07-04 15:36 Rev.: 5710

more nacl hacking. string::find returns size_t

122 lines of code changed in 2 files:

  • src/util/nacl: network-system.cpp (+120 -18), network-system.h (+2 -1)
kazzmir 2011-07-03 20:57 Rev.: 5707

[mugen] ignore empty values in the hitby controller. compile expressions for palfx

0 lines of code changed in 1 file:

  • src/util/nacl: network-system.cpp (-12)
kazzmir 2011-07-03 16:27 Rev.: 5705

in nacl, run paintown in a separate thread and reserve the main thread for dealing with browser communication

209 lines of code changed in 3 files:

  • src/util/nacl: module.cpp (+26 -5), network-system.cpp (+134 -8), network-system.h (new 49)
kazzmir 2011-07-02 22:25 Rev.: 5703

start network filesystem implementation (curl and nacl backends)

79 lines of code changed in 2 files:

  • src/util/nacl: module.cpp (+2), network-system.cpp (new 77)
kazzmir 2011-06-23 21:12 Rev.: 5660

move nacl stuff to its own module

99 lines of code changed in 1 file:

  • src/util/nacl: module.cpp (new 99)
Generated by StatSVN 0.7.0