nikiroo-utils.git
5 years agoVERSION
Niki Roo [Sun, 28 Apr 2019 17:43:54 +0000 (19:43 +0200)]
VERSION

5 years agoserver: String -> Stream
Niki Roo [Sun, 28 Apr 2019 17:42:28 +0000 (19:42 +0200)]
server: String -> Stream

5 years agochange b64 implem step1, fix test
Niki Roo [Sun, 28 Apr 2019 17:32:14 +0000 (19:32 +0200)]
change b64 implem step1, fix test

5 years agobufixes
Niki Roo [Sun, 28 Apr 2019 17:18:24 +0000 (19:18 +0200)]
bufixes

5 years agobugfixes
Niki Roo [Sun, 28 Apr 2019 16:11:30 +0000 (18:11 +0200)]
bugfixes

5 years agoNextable.next: blocking call
Niki Roo [Sun, 28 Apr 2019 10:14:04 +0000 (12:14 +0200)]
Nextable.next: blocking call

5 years agoStreams: bug fixes
Niki Roo [Sun, 28 Apr 2019 09:31:19 +0000 (11:31 +0200)]
Streams: bug fixes

5 years agosteams: bug fixes + more tests
Niki Roo [Sat, 27 Apr 2019 21:29:24 +0000 (23:29 +0200)]
steams: bug fixes + more tests

5 years agoReplaceStreams: allow multiple replacements strings
Niki Roo [Sat, 27 Apr 2019 17:32:15 +0000 (19:32 +0200)]
ReplaceStreams: allow multiple replacements strings

5 years agochangelog.md
Niki Roo [Sat, 27 Apr 2019 16:57:10 +0000 (18:57 +0200)]
changelog.md

5 years agonew: ReplaceOutputStream
Niki Roo [Sat, 27 Apr 2019 16:55:28 +0000 (18:55 +0200)]
new: ReplaceOutputStream

5 years agochange package for Streams to nikiroo.utils.streams
Niki Roo [Sat, 27 Apr 2019 16:18:07 +0000 (18:18 +0200)]
change package for Streams to nikiroo.utils.streams

5 years agoNew: BufferedOutputStream
Niki Roo [Sat, 27 Apr 2019 16:14:39 +0000 (18:14 +0200)]
New: BufferedOutputStream

5 years agofix BufferedInputStream offset + jdoc
Niki Roo [Sat, 27 Apr 2019 15:08:12 +0000 (17:08 +0200)]
fix BufferedInputStream offset + jdoc

5 years agojDoc + code cleanup
Niki Roo [Sat, 27 Apr 2019 13:41:53 +0000 (15:41 +0200)]
jDoc + code cleanup

5 years agoReplaceInputStream ready + tests
Niki Roo [Sat, 27 Apr 2019 11:23:06 +0000 (13:23 +0200)]
ReplaceInputStream ready + tests

5 years agoReplaceInputStream (wip)
Niki Roo [Fri, 26 Apr 2019 22:33:32 +0000 (00:33 +0200)]
ReplaceInputStream (wip)

5 years agoNextableInputStream: separate base behaviour from nextable
Niki Roo [Fri, 26 Apr 2019 21:09:29 +0000 (23:09 +0200)]
NextableInputStream: separate base behaviour from nextable

5 years agoNextableInputStream: better perfs
Niki Roo [Fri, 26 Apr 2019 16:16:21 +0000 (18:16 +0200)]
NextableInputStream: better perfs

5 years agoformatNumber change
Niki Roo [Fri, 26 Apr 2019 15:54:00 +0000 (17:54 +0200)]
formatNumber change

5 years agochangelog
Niki Roo [Thu, 25 Apr 2019 16:41:11 +0000 (18:41 +0200)]
changelog

5 years agoIOUtils: fix readSmallStream
Niki Roo [Thu, 25 Apr 2019 16:40:29 +0000 (18:40 +0200)]
IOUtils: fix readSmallStream

5 years agoNextableInputStream: better skip() + more tests
Niki [Thu, 25 Apr 2019 15:02:21 +0000 (17:02 +0200)]
NextableInputStream: better skip() + more tests

5 years agoNextableInputStream: startsWith()
Niki [Thu, 25 Apr 2019 13:56:13 +0000 (15:56 +0200)]
NextableInputStream: startsWith()

5 years agoNextableInputStream: more options
Niki Roo [Thu, 25 Apr 2019 07:27:57 +0000 (09:27 +0200)]
NextableInputStream: more options

5 years agomore tests
Niki Roo [Wed, 24 Apr 2019 19:41:36 +0000 (21:41 +0200)]
more tests

5 years agoSimple NextableInputStream
Niki Roo [Wed, 24 Apr 2019 19:34:56 +0000 (21:34 +0200)]
Simple NextableInputStream

5 years agoNextableInputStream, step 2
Niki [Wed, 24 Apr 2019 14:29:50 +0000 (16:29 +0200)]
NextableInputStream, step 2

5 years agonew: NextableInputStream, step 1
Niki Roo [Wed, 24 Apr 2019 07:28:48 +0000 (09:28 +0200)]
new: NextableInputStream, step 1

5 years agoIOUtils: better buffer size
Niki Roo [Wed, 24 Apr 2019 06:36:08 +0000 (08:36 +0200)]
IOUtils: better buffer size

5 years agoserver: string->stream, step 1
Niki Roo [Tue, 23 Apr 2019 15:26:03 +0000 (17:26 +0200)]
server: string->stream, step 1

5 years agoTest: add Stream CryptUtils
Niki Roo [Tue, 23 Apr 2019 12:36:13 +0000 (14:36 +0200)]
Test: add Stream CryptUtils

5 years agoCryptUtils: multi-thread check
Niki Roo [Tue, 23 Apr 2019 12:35:28 +0000 (14:35 +0200)]
CryptUtils: multi-thread check

5 years agoCryptUtils: clear the key array after use
Niki Roo [Tue, 23 Apr 2019 11:50:45 +0000 (13:50 +0200)]
CryptUtils: clear the key array after use

5 years agoImage: perfs improvement
Niki Roo [Tue, 23 Apr 2019 11:43:52 +0000 (13:43 +0200)]
Image: perfs improvement

5 years agotest: new: CryptUtilsTest
Niki Roo [Tue, 23 Apr 2019 06:54:05 +0000 (08:54 +0200)]
test: new: CryptUtilsTest

5 years agoCryptUtils: new decrypts(..)
Niki Roo [Tue, 23 Apr 2019 06:53:37 +0000 (08:53 +0200)]
CryptUtils: new decrypts(..)

5 years agoMove test code out of "test" package
Niki Roo [Tue, 23 Apr 2019 05:44:22 +0000 (07:44 +0200)]
Move test code out of "test" package

5 years agoCryptUtils: add I/O streams
Niki Roo [Tue, 23 Apr 2019 05:28:39 +0000 (07:28 +0200)]
CryptUtils: add I/O streams

5 years agoCryptUtils: jdoc and code should agree
Niki Roo [Mon, 22 Apr 2019 19:23:28 +0000 (21:23 +0200)]
CryptUtils: jdoc and code should agree

5 years agoserver: better handling of crypt error
Niki Roo [Mon, 22 Apr 2019 19:11:34 +0000 (21:11 +0200)]
server: better handling of crypt error

5 years agoserial: switch from SSL to CryptUtils
Niki Roo [Mon, 22 Apr 2019 18:38:58 +0000 (20:38 +0200)]
serial: switch from SSL to CryptUtils

5 years agoupdate changelog
Niki Roo [Mon, 22 Apr 2019 17:42:34 +0000 (19:42 +0200)]
update changelog

5 years agonew: crypt utils
Niki Roo [Mon, 22 Apr 2019 17:42:09 +0000 (19:42 +0200)]
new: crypt utils

5 years agoDownload: make sure to close in when caching
Niki Roo [Mon, 22 Apr 2019 10:34:04 +0000 (12:34 +0200)]
Download: make sure to close in when caching

5 years agoserver: allow closing conn from server action
Niki Roo [Mon, 22 Apr 2019 09:13:48 +0000 (11:13 +0200)]
server: allow closing conn from server action

5 years agoremove uneeded log
Niki Roo [Mon, 22 Apr 2019 08:35:28 +0000 (10:35 +0200)]
remove uneeded log

5 years agoremove uneeded log
Niki Roo [Mon, 22 Apr 2019 08:34:24 +0000 (10:34 +0200)]
remove uneeded log

5 years agoMerge branch 'master' of github.com:nikiroo/nikiroo-utils
Niki Roo [Mon, 22 Apr 2019 08:10:50 +0000 (10:10 +0200)]
Merge branch 'master' of github.com:nikiroo/nikiroo-utils

5 years agojdoc
Niki Roo [Sat, 20 Apr 2019 13:51:09 +0000 (15:51 +0200)]
jdoc

5 years agoback to DEV + changelog
Niki Roo [Wed, 17 Apr 2019 16:07:12 +0000 (18:07 +0200)]
back to DEV + changelog

5 years agocount the bytes we receive/send
Niki Roo [Wed, 17 Apr 2019 15:57:43 +0000 (17:57 +0200)]
count the bytes we receive/send

5 years agoMerge branch 'master' of github.com:nikiroo/nikiroo-utils
Niki Roo [Wed, 17 Apr 2019 15:40:24 +0000 (17:40 +0200)]
Merge branch 'master' of github.com:nikiroo/nikiroo-utils

5 years agoserver: add trace to display SSL ciphers
Niki [Wed, 17 Apr 2019 12:26:51 +0000 (14:26 +0200)]
server: add trace to display SSL ciphers

5 years agoinclude CacheMemory in test
Niki Roo [Tue, 16 Apr 2019 16:06:02 +0000 (18:06 +0200)]
include CacheMemory in test

5 years agoVersion 4.7.2
Niki Roo [Mon, 15 Apr 2019 21:31:26 +0000 (23:31 +0200)]
Version 4.7.2

5 years agofix forceResetableStream
Niki Roo [Mon, 15 Apr 2019 21:28:35 +0000 (23:28 +0200)]
fix forceResetableStream

5 years agofix downloader spent input
Niki Roo [Mon, 15 Apr 2019 21:18:20 +0000 (23:18 +0200)]
fix downloader spent input

5 years agoVersion 4.7.1
Niki [Mon, 15 Apr 2019 08:10:57 +0000 (10:10 +0200)]
Version 4.7.1

5 years agocode cleanup
Niki [Mon, 15 Apr 2019 08:10:34 +0000 (10:10 +0200)]
code cleanup

5 years agoFix TemporaryFiles.close() is not indempotent
Niki [Mon, 15 Apr 2019 08:03:15 +0000 (10:03 +0200)]
Fix TemporaryFiles.close() is not indempotent

5 years agofix Cache
Niki Roo [Sun, 14 Apr 2019 11:40:13 +0000 (13:40 +0200)]
fix Cache

5 years agobetter cache
Niki Roo [Sun, 14 Apr 2019 09:37:39 +0000 (11:37 +0200)]
better cache

5 years agotraces, select TMP
Niki Roo [Sun, 14 Apr 2019 09:09:25 +0000 (11:09 +0200)]
traces, select TMP

5 years agoVersion 4.7.0
Niki Roo [Sun, 14 Apr 2019 08:08:43 +0000 (10:08 +0200)]
Version 4.7.0

5 years agodownloader fix
Niki Roo [Sun, 14 Apr 2019 08:07:41 +0000 (10:07 +0200)]
downloader fix

5 years agotracer: traces on stderr
Niki Roo [Sat, 13 Apr 2019 10:34:25 +0000 (12:34 +0200)]
tracer: traces on stderr

5 years agoVersion 4.6.2
Niki Roo [Sat, 13 Apr 2019 06:26:31 +0000 (08:26 +0200)]
Version 4.6.2

5 years agoStringUtils to/formatNumber: fix, step 1
Niki Roo [Sat, 13 Apr 2019 05:14:30 +0000 (07:14 +0200)]
StringUtils to/formatNumber: fix, step 1

5 years agoback to dev, re-add the tests
Niki Roo [Fri, 12 Apr 2019 15:44:28 +0000 (17:44 +0200)]
back to dev, re-add the tests

5 years agoVersion 4.6.1
Niki Roo [Fri, 12 Apr 2019 15:41:08 +0000 (17:41 +0200)]
Version 4.6.1

5 years agoMerge branch 'master' of github.com:nikiroo/nikiroo-utils
Niki Roo [Fri, 12 Apr 2019 08:02:05 +0000 (10:02 +0200)]
Merge branch 'master' of github.com:nikiroo/nikiroo-utils

5 years agonew tests (wip) for from/to number
Niki Roo [Fri, 12 Apr 2019 08:01:50 +0000 (10:01 +0200)]
new tests (wip) for from/to number

5 years agoVersion 4.6.0
Niki Roo [Thu, 11 Apr 2019 16:04:20 +0000 (18:04 +0200)]
Version 4.6.0

5 years ago..and the reverse operation
Niki Roo [Thu, 11 Apr 2019 05:05:29 +0000 (07:05 +0200)]
..and the reverse operation

5 years agonew StringUtils: formatNumber
Niki Roo [Thu, 11 Apr 2019 04:56:51 +0000 (06:56 +0200)]
new StringUtils: formatNumber

5 years agoProxy: allow single string usage
Niki [Wed, 10 Apr 2019 11:48:20 +0000 (13:48 +0200)]
Proxy: allow single string usage

5 years agoMerge branch 'master' of https://github.com/nikiroo/nikiroo-utils
Niki [Wed, 10 Apr 2019 09:01:40 +0000 (11:01 +0200)]
Merge branch 'master' of https://github.com/nikiroo/nikiroo-utils

5 years agoproxy woopsie
Niki [Wed, 10 Apr 2019 08:59:09 +0000 (10:59 +0200)]
proxy woopsie

5 years agofix config ui desc NPE
Niki Roo [Sun, 24 Mar 2019 17:29:17 +0000 (18:29 +0100)]
fix config ui desc NPE

5 years agoMerge branch 'master' of github.com:nikiroo/nikiroo-utils
Niki Roo [Sun, 24 Mar 2019 17:29:01 +0000 (18:29 +0100)]
Merge branch 'master' of github.com:nikiroo/nikiroo-utils

5 years agomerge with master
Niki [Fri, 22 Mar 2019 13:45:57 +0000 (14:45 +0100)]
merge with master

5 years agonew: proxy
Niki [Fri, 22 Mar 2019 13:43:27 +0000 (14:43 +0100)]
new: proxy

5 years agochangelog
Niki Roo [Sun, 17 Mar 2019 15:47:11 +0000 (16:47 +0100)]
changelog

5 years agofix java 6 support nikiroo-utils-4.5.2
Niki Roo [Sun, 17 Mar 2019 15:46:17 +0000 (16:46 +0100)]
fix java 6 support

5 years agoVersion 4.5.2
Niki Roo [Sun, 17 Mar 2019 15:45:15 +0000 (16:45 +0100)]
Version 4.5.2

5 years agoreenable all tests
Niki Roo [Sun, 17 Mar 2019 15:44:51 +0000 (16:44 +0100)]
reenable all tests

5 years agofix/perf base64/serial
Niki Roo [Sun, 17 Mar 2019 15:44:10 +0000 (16:44 +0100)]
fix/perf base64/serial

5 years agoserial: fix b64 or not error
Niki Roo [Sun, 17 Mar 2019 13:59:57 +0000 (14:59 +0100)]
serial: fix b64 or not error

5 years agoVersion 4.5.1 nikiroo-utils-4.5.1
Niki Roo [Mon, 4 Mar 2019 06:22:46 +0000 (07:22 +0100)]
Version 4.5.1

5 years agoVersion 4.5.0
Niki Roo [Sun, 3 Mar 2019 15:51:34 +0000 (16:51 +0100)]
Version 4.5.0

5 years agoVersion 4.4.5 nikiroo-utils-4.4.5
Niki Roo [Sun, 3 Mar 2019 10:46:15 +0000 (11:46 +0100)]
Version 4.4.5

5 years agoVersion 4.4.4 nikiroo-utils-4.4.4
Niki Roo [Sun, 24 Feb 2019 10:24:20 +0000 (11:24 +0100)]
Version 4.4.4

5 years agofix TempFilesTest
Niki Roo [Sun, 24 Feb 2019 09:52:44 +0000 (10:52 +0100)]
fix TempFilesTest

5 years agoserial: fix constructor bug
Niki Roo [Sun, 24 Feb 2019 09:46:45 +0000 (10:46 +0100)]
serial: fix constructor bug

5 years agoserial/Exporter: Better zip/noZip choice
Niki Roo [Sun, 24 Feb 2019 09:46:08 +0000 (10:46 +0100)]
serial/Exporter: Better zip/noZip choice

5 years agoCollections.sort instead of non-java7 List.sort
Niki Roo [Fri, 5 Oct 2018 12:44:14 +0000 (14:44 +0200)]
Collections.sort instead of non-java7 List.sort

5 years agoVersion 4.4.3: fix 4.4.2 nikiroo-utils-4.4.3
Niki Roo [Sun, 23 Sep 2018 03:58:13 +0000 (05:58 +0200)]
Version 4.4.3: fix 4.4.2

5 years agoVersion 4.4.2: test assert can compare files/dir nikiroo-utils-4.4.2
Niki Roo [Sun, 23 Sep 2018 03:24:49 +0000 (05:24 +0200)]
Version 4.4.2: test assert can compare files/dir

5 years agoVersion 4.4.1 nikiroo-utils-4.4.1
Niki Roo [Sun, 12 Aug 2018 20:47:37 +0000 (22:47 +0200)]
Version 4.4.1