/external/libjpeg-turbo/ |
D | jidctint.c | 131 #define FIX_0_298631336 FIX(0.298631336) 132 #define FIX_0_390180644 FIX(0.390180644) 133 #define FIX_0_541196100 FIX(0.541196100) 134 #define FIX_0_765366865 FIX(0.765366865) 135 #define FIX_0_899976223 FIX(0.899976223) 136 #define FIX_1_175875602 FIX(1.175875602) 137 #define FIX_1_501321110 FIX(1.501321110) 138 #define FIX_1_847759065 FIX(1.847759065) 139 #define FIX_1_961570560 FIX(1.961570560) 140 #define FIX_2_053119869 FIX(2.053119869) [all …]
|
D | jfdctint.c | 109 #define FIX_0_298631336 FIX(0.298631336) 110 #define FIX_0_390180644 FIX(0.390180644) 111 #define FIX_0_541196100 FIX(0.541196100) 112 #define FIX_0_765366865 FIX(0.765366865) 113 #define FIX_0_899976223 FIX(0.899976223) 114 #define FIX_1_175875602 FIX(1.175875602) 115 #define FIX_1_501321110 FIX(1.501321110) 116 #define FIX_1_847759065 FIX(1.847759065) 117 #define FIX_1_961570560 FIX(1.961570560) 118 #define FIX_2_053119869 FIX(2.053119869) [all …]
|
D | jidctred.c | 76 #define FIX_0_211164243 FIX(0.211164243) 77 #define FIX_0_509795579 FIX(0.509795579) 78 #define FIX_0_601344887 FIX(0.601344887) 79 #define FIX_0_720959822 FIX(0.720959822) 80 #define FIX_0_765366865 FIX(0.765366865) 81 #define FIX_0_850430095 FIX(0.850430095) 82 #define FIX_0_899976223 FIX(0.899976223) 83 #define FIX_1_061594337 FIX(1.061594337) 84 #define FIX_1_272758580 FIX(1.272758580) 85 #define FIX_1_451774981 FIX(1.451774981) [all …]
|
/external/syslinux/com32/lib/jpeg/ |
D | bgr24.c | 81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_1x1() macro 98 add_r = FIX(1.40200) * cr + ONE_HALF; in YCrCB_to_BGR24_1x1() 99 add_g = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF; in YCrCB_to_BGR24_1x1() 100 add_b = FIX(1.77200) * cb + ONE_HALF; in YCrCB_to_BGR24_1x1() 117 #undef FIX in YCrCB_to_BGR24_1x1() 137 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_2x1() macro 153 add_r = FIX(1.40200) * cr + ONE_HALF; in YCrCB_to_BGR24_2x1() 154 add_g = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF; in YCrCB_to_BGR24_2x1() 155 add_b = FIX(1.77200) * cb + ONE_HALF; in YCrCB_to_BGR24_2x1() 183 #undef FIX in YCrCB_to_BGR24_2x1() [all …]
|
D | rgb24.c | 81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_1x1() macro 97 add_r = FIX(1.40200) * cr + ONE_HALF; in YCrCB_to_RGB24_1x1() 98 add_g = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF; in YCrCB_to_RGB24_1x1() 99 add_b = FIX(1.77200) * cb + ONE_HALF; in YCrCB_to_RGB24_1x1() 116 #undef FIX in YCrCB_to_RGB24_1x1() 135 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_2x1() macro 153 add_r = FIX(1.40200) * cr + ONE_HALF; in YCrCB_to_RGB24_2x1() 154 add_g = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF; in YCrCB_to_RGB24_2x1() 155 add_b = FIX(1.77200) * cb + ONE_HALF; in YCrCB_to_RGB24_2x1() 182 #undef FIX in YCrCB_to_RGB24_2x1() [all …]
|
D | rgba32.c | 81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_1x1() macro 98 add_r = FIX(1.40200) * cr + ONE_HALF; in YCrCB_to_RGBA32_1x1() 99 add_g = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF; in YCrCB_to_RGBA32_1x1() 100 add_b = FIX(1.77200) * cb + ONE_HALF; in YCrCB_to_RGBA32_1x1() 119 #undef FIX in YCrCB_to_RGBA32_1x1() 138 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_2x1() macro 155 add_r = FIX(1.40200) * cr + ONE_HALF; in YCrCB_to_RGBA32_2x1() 156 add_g = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF; in YCrCB_to_RGBA32_2x1() 157 add_b = FIX(1.77200) * cb + ONE_HALF; in YCrCB_to_RGBA32_2x1() 188 #undef FIX in YCrCB_to_RGBA32_2x1() [all …]
|
D | bgra32.c | 81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_1x1() macro 98 add_r = FIX(1.40200) * cr + ONE_HALF; in YCrCB_to_BGRA32_1x1() 99 add_g = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF; in YCrCB_to_BGRA32_1x1() 100 add_b = FIX(1.77200) * cb + ONE_HALF; in YCrCB_to_BGRA32_1x1() 119 #undef FIX in YCrCB_to_BGRA32_1x1() 139 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_2x1() macro 154 add_r = FIX(1.40200) * cr + ONE_HALF; in YCrCB_to_BGRA32_2x1() 155 add_g = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF; in YCrCB_to_BGRA32_2x1() 156 add_b = FIX(1.77200) * cb + ONE_HALF; in YCrCB_to_BGRA32_2x1() 188 #undef FIX in YCrCB_to_BGRA32_2x1() [all …]
|
/external/libjpeg-turbo/simd/ |
D | jccolext-mmx.asm | 288 pmaddwd mm1,[GOTOFF(eax,PW_F0299_F0337)] ; mm1=ROL*FIX(0.299)+GOL*FIX(0.337) 289 pmaddwd mm6,[GOTOFF(eax,PW_F0299_F0337)] ; mm6=ROH*FIX(0.299)+GOH*FIX(0.337) 290 pmaddwd mm7,[GOTOFF(eax,PW_MF016_MF033)] ; mm7=ROL*-FIX(0.168)+GOL*-FIX(0.331) 291 pmaddwd mm4,[GOTOFF(eax,PW_MF016_MF033)] ; mm4=ROH*-FIX(0.168)+GOH*-FIX(0.331) 293 movq MMWORD [wk(4)], mm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337) 294 movq MMWORD [wk(5)], mm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337) 300 psrld mm1,1 ; mm1=BOL*FIX(0.500) 301 psrld mm6,1 ; mm6=BOH*FIX(0.500) 320 pmaddwd mm0,[GOTOFF(eax,PW_F0299_F0337)] ; mm0=REL*FIX(0.299)+GEL*FIX(0.337) 321 pmaddwd mm6,[GOTOFF(eax,PW_F0299_F0337)] ; mm6=REH*FIX(0.299)+GEH*FIX(0.337) [all …]
|
D | jccolext-sse2-64.asm | 304 pmaddwd xmm1,[rel PW_F0299_F0337] ; xmm1=ROL*FIX(0.299)+GOL*FIX(0.337) 305 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=ROH*FIX(0.299)+GOH*FIX(0.337) 306 pmaddwd xmm7,[rel PW_MF016_MF033] ; xmm7=ROL*-FIX(0.168)+GOL*-FIX(0.331) 307 pmaddwd xmm4,[rel PW_MF016_MF033] ; xmm4=ROH*-FIX(0.168)+GOH*-FIX(0.331) 309 movdqa XMMWORD [wk(4)], xmm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337) 310 movdqa XMMWORD [wk(5)], xmm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337) 316 psrld xmm1,1 ; xmm1=BOL*FIX(0.500) 317 psrld xmm6,1 ; xmm6=BOH*FIX(0.500) 336 pmaddwd xmm0,[rel PW_F0299_F0337] ; xmm0=REL*FIX(0.299)+GEL*FIX(0.337) 337 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=REH*FIX(0.299)+GEH*FIX(0.337) [all …]
|
D | jccolext-sse2.asm | 317 pmaddwd xmm1,[GOTOFF(eax,PW_F0299_F0337)] ; xmm1=ROL*FIX(0.299)+GOL*FIX(0.337) 318 pmaddwd xmm6,[GOTOFF(eax,PW_F0299_F0337)] ; xmm6=ROH*FIX(0.299)+GOH*FIX(0.337) 319 pmaddwd xmm7,[GOTOFF(eax,PW_MF016_MF033)] ; xmm7=ROL*-FIX(0.168)+GOL*-FIX(0.331) 320 pmaddwd xmm4,[GOTOFF(eax,PW_MF016_MF033)] ; xmm4=ROH*-FIX(0.168)+GOH*-FIX(0.331) 322 movdqa XMMWORD [wk(4)], xmm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337) 323 movdqa XMMWORD [wk(5)], xmm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337) 329 psrld xmm1,1 ; xmm1=BOL*FIX(0.500) 330 psrld xmm6,1 ; xmm6=BOH*FIX(0.500) 349 pmaddwd xmm0,[GOTOFF(eax,PW_F0299_F0337)] ; xmm0=REL*FIX(0.299)+GEL*FIX(0.337) 350 pmaddwd xmm6,[GOTOFF(eax,PW_F0299_F0337)] ; xmm6=REH*FIX(0.299)+GEH*FIX(0.337) [all …]
|
D | jdcolor-sse2-64.asm | 25 F_0_344 equ 22554 ; FIX(0.34414) 26 F_0_714 equ 46802 ; FIX(0.71414) 27 F_1_402 equ 91881 ; FIX(1.40200) 28 F_1_772 equ 116130 ; FIX(1.77200) 29 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 30 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 31 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jccolor-sse2.asm | 24 F_0_081 equ 5329 ; FIX(0.08131) 25 F_0_114 equ 7471 ; FIX(0.11400) 26 F_0_168 equ 11059 ; FIX(0.16874) 27 F_0_250 equ 16384 ; FIX(0.25000) 28 F_0_299 equ 19595 ; FIX(0.29900) 29 F_0_331 equ 21709 ; FIX(0.33126) 30 F_0_418 equ 27439 ; FIX(0.41869) 31 F_0_587 equ 38470 ; FIX(0.58700) 32 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
|
D | jdcolor-sse2.asm | 25 F_0_344 equ 22554 ; FIX(0.34414) 26 F_0_714 equ 46802 ; FIX(0.71414) 27 F_1_402 equ 91881 ; FIX(1.40200) 28 F_1_772 equ 116130 ; FIX(1.77200) 29 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 30 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 31 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jdcolor-mmx.asm | 25 F_0_344 equ 22554 ; FIX(0.34414) 26 F_0_714 equ 46802 ; FIX(0.71414) 27 F_1_402 equ 91881 ; FIX(1.40200) 28 F_1_772 equ 116130 ; FIX(1.77200) 29 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 30 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 31 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jccolor-sse2-64.asm | 24 F_0_081 equ 5329 ; FIX(0.08131) 25 F_0_114 equ 7471 ; FIX(0.11400) 26 F_0_168 equ 11059 ; FIX(0.16874) 27 F_0_250 equ 16384 ; FIX(0.25000) 28 F_0_299 equ 19595 ; FIX(0.29900) 29 F_0_331 equ 21709 ; FIX(0.33126) 30 F_0_418 equ 27439 ; FIX(0.41869) 31 F_0_587 equ 38470 ; FIX(0.58700) 32 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
|
D | jccolor-mmx.asm | 25 F_0_081 equ 5329 ; FIX(0.08131) 26 F_0_114 equ 7471 ; FIX(0.11400) 27 F_0_168 equ 11059 ; FIX(0.16874) 28 F_0_250 equ 16384 ; FIX(0.25000) 29 F_0_299 equ 19595 ; FIX(0.29900) 30 F_0_331 equ 21709 ; FIX(0.33126) 31 F_0_418 equ 27439 ; FIX(0.41869) 32 F_0_587 equ 38470 ; FIX(0.58700) 33 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
|
D | jdmerge-mmx.asm | 25 F_0_344 equ 22554 ; FIX(0.34414) 26 F_0_714 equ 46802 ; FIX(0.71414) 27 F_1_402 equ 91881 ; FIX(1.40200) 28 F_1_772 equ 116130 ; FIX(1.77200) 29 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 30 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 31 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jdmerge-sse2.asm | 25 F_0_344 equ 22554 ; FIX(0.34414) 26 F_0_714 equ 46802 ; FIX(0.71414) 27 F_1_402 equ 91881 ; FIX(1.40200) 28 F_1_772 equ 116130 ; FIX(1.77200) 29 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 30 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 31 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jdmerge-sse2-64.asm | 25 F_0_344 equ 22554 ; FIX(0.34414) 26 F_0_714 equ 46802 ; FIX(0.71414) 27 F_1_402 equ 91881 ; FIX(1.40200) 28 F_1_772 equ 116130 ; FIX(1.77200) 29 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 30 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 31 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jcgryext-mmx.asm | 270 pmaddwd mm1,[GOTOFF(eax,PW_F0299_F0337)] ; mm1=ROL*FIX(0.299)+GOL*FIX(0.337) 271 pmaddwd mm6,[GOTOFF(eax,PW_F0299_F0337)] ; mm6=ROH*FIX(0.299)+GOH*FIX(0.337) 273 movq mm7, mm6 ; mm7=ROH*FIX(0.299)+GOH*FIX(0.337) 278 pmaddwd mm0,[GOTOFF(eax,PW_F0299_F0337)] ; mm0=REL*FIX(0.299)+GEL*FIX(0.337) 279 pmaddwd mm6,[GOTOFF(eax,PW_F0299_F0337)] ; mm6=REH*FIX(0.299)+GEH*FIX(0.337) 281 movq MMWORD [wk(0)], mm0 ; wk(0)=REL*FIX(0.299)+GEL*FIX(0.337) 282 movq MMWORD [wk(1)], mm6 ; wk(1)=REH*FIX(0.299)+GEH*FIX(0.337) 290 pmaddwd mm0,[GOTOFF(eax,PW_F0114_F0250)] ; mm0=BOL*FIX(0.114)+GOL*FIX(0.250) 291 pmaddwd mm4,[GOTOFF(eax,PW_F0114_F0250)] ; mm4=BOH*FIX(0.114)+GOH*FIX(0.250) 306 pmaddwd mm6,[GOTOFF(eax,PW_F0114_F0250)] ; mm6=BEL*FIX(0.114)+GEL*FIX(0.250) [all …]
|
D | jcgryext-sse2-64.asm | 285 pmaddwd xmm1,[rel PW_F0299_F0337] ; xmm1=ROL*FIX(0.299)+GOL*FIX(0.337) 286 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=ROH*FIX(0.299)+GOH*FIX(0.337) 288 movdqa xmm7, xmm6 ; xmm7=ROH*FIX(0.299)+GOH*FIX(0.337) 293 pmaddwd xmm0,[rel PW_F0299_F0337] ; xmm0=REL*FIX(0.299)+GEL*FIX(0.337) 294 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=REH*FIX(0.299)+GEH*FIX(0.337) 296 movdqa XMMWORD [wk(0)], xmm0 ; wk(0)=REL*FIX(0.299)+GEL*FIX(0.337) 297 movdqa XMMWORD [wk(1)], xmm6 ; wk(1)=REH*FIX(0.299)+GEH*FIX(0.337) 305 pmaddwd xmm0,[rel PW_F0114_F0250] ; xmm0=BOL*FIX(0.114)+GOL*FIX(0.250) 306 pmaddwd xmm4,[rel PW_F0114_F0250] ; xmm4=BOH*FIX(0.114)+GOH*FIX(0.250) 321 pmaddwd xmm6,[rel PW_F0114_F0250] ; xmm6=BEL*FIX(0.114)+GEL*FIX(0.250) [all …]
|
/external/mockftpserver/tags/2.2/ |
D | CHANGELOG.txt | 7 …* BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": h… 9 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun… 11 - BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge… 21 - BUG FIX: #2696898: �WindowsFakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.n… 22 - BUG FIX: #2797980: �UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/trac… 30 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforg… 31 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/i… 36 - BUG FIX: #2543193 �"cd .." and "pwd" don't work properly together� (https://sourceforge.net/track… 37 - BUG FIX: #2540548 �Missing new line on directory listing� (https://sourceforge.net/tracker2/?func… 38 - BUG FIX: #2540366 �FileEntry.setContents( byte [] contents ) change the content� (https://sourcef… [all …]
|
/external/mockftpserver/tags/2.4/ |
D | CHANGELOG.txt | 26 …* BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": h… 28 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun… 30 - BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge… 40 - BUG FIX: #2696898: �WindowsFakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.n… 41 - BUG FIX: #2797980: �UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/trac… 49 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforg… 50 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/i… 55 - BUG FIX: #2543193 �"cd .." and "pwd" don't work properly together� (https://sourceforge.net/track… 56 - BUG FIX: #2540548 �Missing new line on directory listing� (https://sourceforge.net/tracker2/?func… 57 - BUG FIX: #2540366 �FileEntry.setContents( byte [] contents ) change the content� (https://sourcef… [all …]
|
/external/mockftpserver/tags/2.3/ |
D | CHANGELOG.txt | 18 …* BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": h… 20 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun… 22 - BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge… 32 - BUG FIX: #2696898: �WindowsFakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.n… 33 - BUG FIX: #2797980: �UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/trac… 41 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforg… 42 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/i… 47 - BUG FIX: #2543193 �"cd .." and "pwd" don't work properly together� (https://sourceforge.net/track… 48 - BUG FIX: #2540548 �Missing new line on directory listing� (https://sourceforge.net/tracker2/?func… 49 - BUG FIX: #2540366 �FileEntry.setContents( byte [] contents ) change the content� (https://sourcef… [all …]
|
/external/mockftpserver/tags/2.1/ |
D | CHANGELOG.txt | 7 - BUG FIX: #2696898: �WindowsFakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.n… 8 - BUG FIX: #2797980: �UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/trac… 16 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforg… 17 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/i… 22 - BUG FIX: #2543193 �"cd .." and "pwd" don't work properly together� (https://sourceforge.net/track… 23 - BUG FIX: #2540548 �Missing new line on directory listing� (https://sourceforge.net/tracker2/?func… 24 - BUG FIX: #2540366 �FileEntry.setContents( byte [] contents ) change the content� (https://sourcef… 30 - BUG FIX: #2462794 filesystem.pathDoesNotExist key is missing from the ReplyText resource bundle. … 31 - BUG FIX: #2462973 FileEntry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net… 37 - BUG FIX: ClassCastException in AbstractFtpServer during server cleanup. [all …]
|