summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated static #equals(AnyObjectId, AnyObjectId) methodMatthias Sohn2024-09-031-17/+0
* Remove deprecated FileSnapshot.save(long) methodMatthias Sohn2024-09-031-23/+0
* Remove deprecated lastModified accessors returning longMatthias Sohn2024-09-032-22/+0
* Remove deprecated PackInvalidException constructorsMatthias Sohn2024-09-031-24/+0
* DirCacheEntry: remove deprecated methodsMatthias Sohn2024-09-031-50/+0
* Remove deprecated DirCacheCheckout#checkoutEntry methodsMatthias Sohn2024-09-032-125/+7
* Remove deprecated StashApplyCommand#setApplyUntracked methodMatthias Sohn2024-09-031-13/+0
* Remove deprecated StashApplyCommand#setApplyIndex methodMatthias Sohn2024-09-031-12/+0
* Remove deprecated RemoteSetUrlCommand#setUri methodMatthias Sohn2024-09-031-12/+0
* Remove deprecated RemoteSetUrlCommand#setPush methodMatthias Sohn2024-09-031-17/+0
* Remove deprecated RemoteSetUrlCommand#setName methodMatthias Sohn2024-09-031-12/+0
* Remove deprecated RemoteRemoveCommand#setName methodMatthias Sohn2024-09-031-12/+0
* Merge "Remove deprecated CheckoutCommand#setForce method" into stable-7.0Luca Milanesio2024-09-030-0/+0
|\
| * Remove deprecated CheckoutCommand#setForce methodMatthias Sohn2024-09-031-18/+0
* | Remove deprecated CheckoutCommand#setForce methodMatthias Sohn2024-09-031-18/+0
|/
* Remove deprecated static AnyLongObjectId#equals methodMatthias Sohn2024-09-031-19/+1
* Remove deprecated LocalDiskRepositoryTestCase#create(boolean,boolean)Matthias Sohn2024-09-032-30/+6
* Merge branch 'master' into stable-7.0Matthias Sohn2024-08-308-161/+35
|\
| * walks: Remove deprecated #createReachabilityChecker() methodIvan Frade2024-08-292-41/+1
| * RepoCommand.RemoteReader: Remove @Deprecated methodIvan Frade2024-08-291-26/+0
| * ReachabilityChecker: Remove @Deprecated methodIvan Frade2024-08-291-34/+0
| * UploadPack: Remove @Deprecated classes and methodsIvan Frade2024-08-291-60/+1
| * ObjectId: Add method to read an ObjectId from a ByteBufferIvan Frade2024-08-292-0/+30
| * DfsPackFile: re-add metrics for bitmap index loadsSam Delmerico2024-08-271-0/+3
* | Remove unused API warning filtersMatthias Sohn2024-08-281-19/+0
* | ObjectDirectoryTest: ensure WindowCursor is closedMatthias Sohn2024-08-281-9/+10
* | PackExtBlockCacheTableTest: fix empty block warningMatthias Sohn2024-08-281-0/+2
* | PackExtBlockCacheTableTest: suppress unchecked conversion warningsMatthias Sohn2024-08-281-1/+1
* | PackObjectSizeIndexV1: fix boxing warningsMatthias Sohn2024-08-281-2/+4
* | PackExtBlockCacheTableTest: suppress boxing warning on test classMatthias Sohn2024-08-281-0/+1
* | DfsBlockCacheConfigTest: suppress boxing warning on test classMatthias Sohn2024-08-281-3/+1
* | Suppress non-externalized string warningsMatthias Sohn2024-08-283-4/+5
* | Update jakarta.servlet:jakarta.servlet-api to 6.1.0Matthias Sohn2024-08-2820-38/+38
* | Update org.apache.commons:commons-compress to 1.27.1Matthias Sohn2024-08-2822-42/+48
* | Update org.tukaani:xz to 1.10Matthias Sohn2024-08-2820-38/+38
* | Update org.assertj:assertj-core to 3.26.3Matthias Sohn2024-08-2820-38/+38
* | Update org.apache.commons:commons-lang3 to 3.16.0Matthias Sohn2024-08-2819-37/+37
* | Update bytebuddy to 1.15.0Matthias Sohn2024-08-2820-57/+57
* | Update commons-logging:commons-logging to 1.3.4Matthias Sohn2024-08-2820-38/+38
* | Update commons-codec:commons-codec to 1.17.1Matthias Sohn2024-08-2820-38/+38
* | Update jetty to 12.0.12Matthias Sohn2024-08-2820-3884/+3884
* | Prepare 7.0.0-SNAPSHOT buildsMatthias Sohn2024-08-2889-123/+123
* | JGit v7.0.0.202408271414-rc1v7.0.0.202408271414-rc1Matthias Sohn2024-08-2789-123/+123
* | Merge branch 'master' into stable-7.0Matthias Sohn2024-08-2741-1080/+1028
|\|
| * DfsReaderIoStats: getters to object size index micros/bytesIvan Frade2024-08-271-0/+18
| * Merge branch 'stable-6.10'Matthias Sohn2024-08-272-4/+19
| |\
| | * AmazonS3: Ensure SAXParserFactory sets valid/expected input paramsMatthias Sohn2024-08-271-2/+4
| | * LockFile: Retry lock creation if parent dirs were removedKaushik Lingarkar2024-08-211-2/+15
| * | Do not set headers if response is already committedMax Haslbeck2024-08-271-3/+5
| * | Signing: refactor interfacesThomas Wolf2024-08-2436-1043/+943