jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
Thomas Wolf 40d6eda3f1 HTTP: cookie file stores expiration in seconds
A cookie file stores the expiration in seconds since the Linux Epoch,
not in milliseconds. Correct reading and writing cookie files; with
a backwards-compatibility hack to read files that contain a millisecond
timestamp.

Add a test, and fix tests not to rely on the actual current time so
that they will also run successfully after 2030-01-01 noon.

Bug: 571574
Change-Id: If3ba68391e574520701cdee119544eedc42a1ff2
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2021-03-03 00:26:51 +01:00
..
api init: add config option to set default for the initial branch name 2021-02-22 23:11:45 +01:00
attributes Ignore core.eol if core.autocrlf=input 2020-05-22 17:09:23 -04:00
diff DiffFormatter: correctly deal with tracked files in ignored folders 2020-07-17 00:50:24 +02:00
dircache Allow to resolve a conflict by checking out a file 2020-11-17 14:27:28 +01:00
events Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
fnmatch Remove duplicate copyright statements 2020-01-04 01:34:46 +01:00
gitrepo Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
ignore Remove duplicate copyright statements 2020-01-04 01:34:46 +01:00
indexdiff Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
internal HTTP: cookie file stores expiration in seconds 2021-03-03 00:26:51 +01:00
junit Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
lib Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabase 2021-01-27 02:22:45 -05:00
logging Fix bug in PerformanceLogContext 2020-11-06 19:20:08 -04:00
merge Allow dir/file conflicts in virtual base commit on recursive merge. 2021-02-09 15:26:03 +00:00
nls Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
notes Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
patch Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
revplot Revert "RevWalk: stop mixing lines of history in topo sort" 2020-02-26 14:47:20 -05:00
revwalk Fix DateRevQueue tie breaks with more than 2 elements 2021-02-07 06:09:48 -05:00
storage/file [spotbugs] Fix potential NPE in FileBasedConfigTest 2020-12-17 18:42:00 +01:00
submodule Ensure .gitmodules is loaded when accessing submodule name 2020-10-25 22:24:17 +01:00
symlinks Fix remaining javadoc errors raised by doclint 2017-12-21 02:42:14 +01:00
test/resources Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
transport Rename PackFile to Pack 2021-02-10 22:46:15 -07:00
treewalk Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
util IO: fix IO.readFully(InputStream, byte[], int) 2021-01-31 10:31:10 +01:00