aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-205-11/+11
* Fix bad test fix from 0bff481 "Limit receive commands"Shawn Pearce2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1914-0/+33
* Update Jetty to 9.4.1.v20170120Matthias Sohn2017-02-192-4/+4
* Follow redirects in transportBo Zhang2017-02-021-13/+117
* Organize importsDavid Pursehouse2016-11-141-2/+2
* Fix assertion in SmartClientSmartServerTest.testPush_CreateBranch()Matthias Sohn2016-07-071-1/+1
* Fix Buck build broken by 4812fda.Mike Edgar2016-04-141-52/+0
* Make UploadPack observe exceptions reading refsMike Edgar2016-04-142-12/+124
* smart HTTP server: Pass along "want X not valid" to clientShawn Pearce2016-02-161-0/+22
* Suppress "unchecked cast" warnings related to UploadPackFactory.DISABLEDDavid Pursehouse2016-02-152-0/+2
* Transport: Implement AutoCloseableShawn Pearce2016-01-193-151/+50
* GitServletResponseTest: Fix testObjectCheckerExceptionShawn Pearce2016-01-061-2/+4
* Ensure all http tests are run and fix broken testsMatthias Sohn2016-01-021-3/+4
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-254-15/+15
* Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptionsChristian Halstrick2015-05-271-0/+295
* Update to Jetty 9.2.10Matthias Sohn2015-05-105-10/+14
* Provide more details in exceptions thrown when packfile is invalidMatthias Sohn2015-02-171-1/+1
* Fix LocalDiskRepositoryTestCase to create correct type of reposChristian Halstrick2014-12-121-0/+5
* Add API to permit the setting of additional HTTP headersBogdan Gheorghe2014-04-251-0/+139
* Expose the received pack size in ReceivePackSaša Živkov2014-03-021-0/+165
* Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-183-0/+63
* Use getPath() in FileResolverTestShawn Pearce2013-11-011-1/+1
* Fix NPE in openFetch on Transport without local repositoryRobin Stocker2013-07-211-0/+16
* Fix tests for OS X when the tmpdir is the default /tmpRobin Rosenberg2013-06-163-3/+11
* Make the Reflog a public API againRobin Rosenberg2013-04-261-2/+2
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-187-35/+28
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-0/+38
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-187-9/+9
* Declare essentially static methods as staticRobin Rosenberg2012-12-272-2/+2
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-276-16/+32
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-271-0/+85
* Add simple tests for RegexPipelineDave Borowitz2012-06-081-0/+209
* Revert Jetty from 8.1.3.v20120416 to 7.6.0.v20120127Matthias Sohn2012-06-031-5/+3
* Update Jetty to 8.1.3.v20120416Matthias Sohn2012-05-232-12/+27
* Move NLS test for HttpServerText to http.testShawn O. Pearce2012-05-221-0/+60
* Move JGitText to an internal packageRobin Rosenberg2012-03-123-3/+3
* Ensure all smart HTTP errors are sent to clientsShawn O. Pearce2011-12-011-0/+188
* Fix HTTP unit testsShawn O. Pearce2011-11-301-2/+1
* Refactor out ReflogEntryChris Aniszczyk2011-06-201-1/+2
* Merge branch 'stable-0.12'Shawn O. Pearce2011-04-211-3/+64
|\
| * Implement the no-done capabilityShawn O. Pearce2011-04-211-3/+64
* | Enabled unit tests in HttpClientTestsChristian Halstrick2011-04-211-0/+13
|/
* smart HTTP: Return errors inside payloadShawn O. Pearce2011-04-011-0/+32
* smart-http: Fix recognition of gzip encodingShawn O. Pearce2011-02-151-0/+64
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-149-27/+27
* [findbugs] Do not ignore exceptional return value of createNewFile()Matthias Sohn2011-01-281-3/+2
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-3112-21/+141
* Save StoredConfig after modificationsShawn O. Pearce2010-12-154-10/+33
* Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-3/+4