summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ZOOKEEPER-4466: Support different watch modes on same path (#1859)HEADmasterKezhu Wang2023-05-058-195/+219
* ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6 (#1995)Chris Nauroth2023-04-171-1/+1
* ZOOKEEPER-4687. Improve SuppressWarnings in KeeperException (#1994)tison2023-04-131-1/+1
* ZOOKEEPER-4682. Make FileSnap.deserialize a static method (#1992)tison2023-03-266-19/+13
* [ZOOKEEPER-4671] Java classpath should contain libs about metrics providers (...Guoxiong Li2023-03-171-0/+10
* ZOOKEEPER-3731: Disallow HTTP TRACE method on PrometheusMetrics Server (#1682)doxsch2023-03-082-0/+47
* [ZOOKEEPER-4676] ReadOnlyModeTest doesn't not compile on JDK20 (Thread.suspen...Enrico Olivelli2023-03-082-2/+21
* ZOOKEEPER-4679: Fix CI failure and warning (#1987)tison2023-03-063-19/+22
* [hotfix] Bump actions/checkout to v3 in GitHub Actions workflows (#1938)Scott Brenner2023-03-063-3/+3
* ZOOKEEPER-4296: Add null checks to ClientCnxnSocketNetty onClosing (#1697)Colvin Cowie2023-02-272-2/+16
* [ZOOKEEPER-4677] Cleanup code in the DataTree class (#1968)tison2023-02-271-151/+122
* ZOOKEEPER-4636: Fix zkServer.sh for AIXhenk.wiedig@t-systems.com2023-02-251-0/+3
* ZOOKEEPER-4639: Provide auth support for admin server APIs (#1966)li4wang2023-02-2426-121/+1103
* ZOOKEEPER-4475: Fix NodeChildrenChanged delivered to recursive watcher (#1820)Kezhu Wang2023-02-222-4/+32
* docs: Minor clarification around globalOutstandingLimit commentsVitaliy2023-02-171-5/+7
* [ZOOKEEPER-4647] Tests don't pass on JDK20 because we try to mock InetAddress...Enrico Olivelli2023-02-157-72/+170
* [ZOOKEEPER-4674] TestReadOnlyClient.cc: Stop/start "normal" server in test se...Enrico Olivelli2023-02-131-0/+18
* [ZOOKEEPER-4668] Fix s390x Jenkinsfile and use s390x agent (#1982)Vivian Kong2023-02-131-1/+3
* [ZOOKEEPER-4672] Code cleanup - apply JDK7 Diamond operator consistently (#1979)Tim te Beek2023-02-10175-463/+463
* [ZOOKEEPER-4668] Fix s390x Jenkinsfile (#1981)Vivian Kong2023-02-081-1/+1
* Fix add version for container and TTL nodesChris Conroy2023-02-081-2/+2
* [ZOOKEEPER-4668] Add s390x Jenkinsfile (#1975)Vivian Kong2023-02-081-0/+71
* [ZOOKEEPER-4669] Upgrade snappy-java to 1.1.9.1 (#1976)Martin Polden2023-02-022-1/+1
* ZOOKEEPER-4571: Admin server API for restore database from a snapshot (#1961)li4wang2023-01-2618-162/+891
* [ZOOKEEPER-4666] Fix license files for Netty: some files are for 4.1.76 and s...Enrico Olivelli2023-01-252-0/+0
* Revert "ZOOKEEPER-1875: NullPointerException in ClientCnxn$EventThread.proces...Enrico Olivelli2023-01-244-92/+13
* [ZOOKEEPER-4660] Suppress false positive OWASP failure for CVE-2021-37533 (#1...Enrico Olivelli2023-01-231-0/+4
* [ZOOKEEPER-4661] Upgrade Jackson Databind to 2.13.4.2 for CVE-2022-42003 CVE-...Enrico Olivelli2023-01-231-1/+1
* [ZOOKEEPER-4659] Upgrade commons-cli to 1.5.0 (#1970)Enrico Olivelli2023-01-202-1/+1
* ZOOKEEPER-4649: Upgrade netty to 4.1.86 because of CVE-2022-41915 (#1963)Mate Szalay-Beko2023-01-198-55/+172
* ZOOKEEPER-4657: Publish SBOM artifacts (#1969)Dongjoon Hyun2023-01-121-0/+17
* ZOOKEEPER-4570: Admin server API for taking snapshot and stream out data (#1943)li4wang2023-01-0426-52/+1073
* ZOOKEEPER-4654: Fix C client test compilation error in Util.cc.Chris Nauroth2022-12-181-0/+2
* ZOOKEEPER-4641: GH CI fails with error: implicit declaration of function FIPS...Enrico Olivelli2022-12-151-5/+0
* ZOOKEEPER-4627: Upgraded jetty library. (#1955)Mike Dobozy2022-12-138-1/+1
* [ZOOKEEPER-4642] Remove Travis CIEnrico Olivelli2022-12-101-35/+0
* Merge pull request #1944 from li4wang/ZOOKEEPER-4632Chris Nauroth2022-11-131-2/+2
|\
| * ZOOKEEPER-4632: Fix NPE from ConnectionMetricsTest.testRevalidateCountliwang2022-11-081-2/+2
|/
* Merge pull request #1942 from cnauroth/ZOOKEEPER-4460Chris Nauroth2022-11-0224-99/+99
|\
| * ZOOKEEPER-4460: QuorumPeer overrides Thread.getId with different semantics.Chris Nauroth2022-11-0224-99/+99
|/
* ZOOKEEPER-4303: Allow configuring client port to 0Mike Drob2022-10-116-15/+83
* ZOOKEEPER-4575: ZooKeeperServer#processPacket take record instead of bytestison2022-10-0531-294/+438
* ZOOKEEPER-4616: Upgrade docker image to resolve CVEschenhang2022-09-291-1/+1
* ZOOKEEPER-4327: Fix flaky RequestThrottlerTestKezhu Wang2022-09-253-19/+64
* ZOOKEEPER-4547: Change the documentation of client.certReload numbersliwang2022-09-041-1/+1
* ZOOKEEPER-4565: Refine chroot strip to accommodate /zookeeper/ subtreeKezhu Wang2022-07-262-8/+36
* ZOOKEEPER-4566: Create tool for recursive snapshot analysisSzabolcs Bukros2022-07-134-0/+238
* ZOOKEEPER-4573: Encapsulate request bytebuffer in Requesttison2022-07-1218-166/+156
* ZOOKEEPER-4492: Merge readOnly field into ConnectRequest and Responsetison2022-06-2713-97/+155
* ZOOKEEPER-4511: Fix flaky test FileTxnSnapLogMetricsTest.testFileTxnSnapLogMe...Kezhu Wang2022-06-242-27/+38