Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance.
Adjust MEMFS node contentMode enum to reflect whether content is off the main HEAP or not. Note that this enum is not much used, so this has little effect. Add browser tests to check that fread() and mmap() work with and without --no-heap-copy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be able to start network access as early as possible
|
|
|
|
packager does not need PATH, and works through closure
|
|
file, but at the cost of not being able to free them
|
|
|
|
|
|
|
|
separators when the host is Windows.
|
|
|
|
|
|
dest paths, and fix test_preload_file
|
|
|
|
|
|
|
|
|
|
underlying one
|
|
all files to be skipped from being packaged if the path contains a relative '.' in its path name (e.g. './path/etc').
|
|
|
|
packager skip all path components that have a path starting with '.', like ('.git/xxx/yyy/'), or the filename starts with '.', or the file is a Win32 hidden file. Explicitly specified files on the command line are always packaged, even if they start with '.' or are hidden. Add unit tests to check that it works.
|
|
|
|
|
|
specifies --preload-file to an absolute path, as discussed in #486.
|
|
files on the virtual filesystem via --preload-file 'src@dst' notation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with uuid check for cached packages, and remove HEAD XHR.
|
|
Module.preloadResults to store preload stats (for testing purposes).
|
|
|