unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/
Go to file
Karsten Loesing 83850daa9d Make sure that the DirectoryStream gets closed.
As the docs say, "If timely disposal of file system resources is
required, the try-with-resources construct should be used to ensure
that the stream's close method is invoked after the stream operations
are completed."

Turns out that without closing the stream, the JVM runs out of memory
pretty quickly. Doing this is not optional but mandatory.
2020-12-11 10:32:58 +01:00
src Make sure that the DirectoryStream gets closed. 2020-12-11 10:32:58 +01:00
.gitignore Prepare for 1.1.0 release. 2016-10-28 15:23:08 +02:00
.gitlab-ci.yml Use metrics-base ant task to fetch metrics-lib. 2019-09-27 10:05:35 +02:00
.gitmodules Implements task-20596: use metrics-base and reduced build.xml, 2017-01-05 15:39:00 +01:00
build.xml Bump version to 1.16.1-dev. 2020-11-25 16:09:01 +01:00
CHANGELOG.md Add change log entry for #34030 fix. 2020-11-28 20:35:22 +01:00
INSTALL.md Addendum to task-20562: File 'nginx-collector' moved to src/main/resources 2016-11-17 14:58:02 +01:00
LICENSE Update copyright to 2020. 2020-01-15 21:36:34 +01:00