rtjscomp 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/rtjscomp.js +39 -1676
- package/changes_before_git.txt +0 -58
package/changes_before_git.txt
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
add compression of dynamic data
|
|
2
|
-
add https
|
|
3
|
-
add actions
|
|
4
|
-
0.5
|
|
5
|
-
add shutdown action
|
|
6
|
-
prefer gzip over lzma
|
|
7
|
-
move public files into separate dir
|
|
8
|
-
0.51
|
|
9
|
-
add list of raw files
|
|
10
|
-
0.52
|
|
11
|
-
ignore empty areas (<??> or ?><?)
|
|
12
|
-
0.53
|
|
13
|
-
move configuration data to separate files
|
|
14
|
-
0.54
|
|
15
|
-
add path aliases
|
|
16
|
-
block accessing directories
|
|
17
|
-
0.55
|
|
18
|
-
add http-header Content-Location
|
|
19
|
-
0.56
|
|
20
|
-
add list of file types not to compress
|
|
21
|
-
keep raw files in ram
|
|
22
|
-
remove lzma
|
|
23
|
-
add compression of raw files
|
|
24
|
-
load already compressed files
|
|
25
|
-
just compress when at least 100 bytes of data
|
|
26
|
-
0.57
|
|
27
|
-
cleanup code
|
|
28
|
-
execute and send file in parallel
|
|
29
|
-
add services
|
|
30
|
-
0.58
|
|
31
|
-
add analytic logger
|
|
32
|
-
use compressed file even if file type is not intended as being compressed
|
|
33
|
-
0.59
|
|
34
|
-
remove static files from cache when precompressed files got changed
|
|
35
|
-
0.591
|
|
36
|
-
set gzip level to 9
|
|
37
|
-
save automatically compressed files
|
|
38
|
-
0.592
|
|
39
|
-
block requests with invalid hostname
|
|
40
|
-
0.593
|
|
41
|
-
add user data storage
|
|
42
|
-
0.594
|
|
43
|
-
remove custom file init
|
|
44
|
-
asynchronize request handling
|
|
45
|
-
temporarily disable chaching of static files
|
|
46
|
-
0.595
|
|
47
|
-
send partial files
|
|
48
|
-
load and interpret file in parallel
|
|
49
|
-
optimize source codes of sent files
|
|
50
|
-
0.596
|
|
51
|
-
stop services before replacing them
|
|
52
|
-
service_require return service object
|
|
53
|
-
0.597
|
|
54
|
-
stop services on exit
|
|
55
|
-
0.598
|
|
56
|
-
read request body
|
|
57
|
-
0.599
|
|
58
|
-
???
|