Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Provide more details in exceptions thrown when packfile is invalidMatthias Sohn1-1/+1
2014-12-12Fix LocalDiskRepositoryTestCase to create correct type of reposChristian Halstrick1-0/+5
2014-04-25Add API to permit the setting of additional HTTP headersBogdan Gheorghe1-0/+139
2014-03-02Expose the received pack size in ReceivePackSaša Živkov1-0/+165
2014-02-18Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick3-0/+63
2013-11-02Use getPath() in FileResolverTestShawn Pearce1-1/+1
2013-07-22Fix NPE in openFetch on Transport without local repositoryRobin Stocker1-0/+16
2013-06-16Fix tests for OS X when the tmpdir is the default /tmpRobin Rosenberg3-3/+11
2013-04-25Make the Reflog a public API againRobin Rosenberg1-2/+2
2013-04-18Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg7-35/+28
2013-03-20Allow users to show server messages while pushingAndré Dietisheim1-0/+38
2013-03-18JGit 3.0: move internal classes into an internal subpackageShawn Pearce7-9/+9
2012-12-27Declare essentially static methods as staticRobin Rosenberg2-2/+2
2012-12-27Add type argumente to some raw reclarationRobin Rosenberg6-16/+32
2012-06-27Work around smart HTTP bugs in C GitShawn O. Pearce1-0/+85
2012-06-08Add simple tests for RegexPipelineDave Borowitz1-0/+209
2012-06-03Revert Jetty from 8.1.3.v20120416 to 7.6.0.v20120127Matthias Sohn1-5/+3
2012-05-23Update Jetty to 8.1.3.v20120416Matthias Sohn2-12/+27
2012-05-22Move NLS test for HttpServerText to http.testShawn O. Pearce1-0/+60
2012-03-12Move JGitText to an internal packageRobin Rosenberg3-3/+3
2011-12-02Ensure all smart HTTP errors are sent to clientsShawn O. Pearce1-0/+188
2011-12-01Fix HTTP unit testsShawn O. Pearce1-2/+1
2011-06-20Refactor out ReflogEntryChris Aniszczyk1-1/+2
2011-04-21Merge branch 'stable-0.12'Shawn O. Pearce1-3/+64
2011-04-21Implement the no-done capabilityShawn O. Pearce1-3/+64
2011-04-21Enabled unit tests in HttpClientTestsChristian Halstrick1-0/+13
2011-04-01smart HTTP: Return errors inside payloadShawn O. Pearce1-0/+32
2011-02-16smart-http: Fix recognition of gzip encodingShawn O. Pearce1-0/+64
2011-02-15daemon: Use HTTP's resolver and factory patternShawn O. Pearce9-27/+27
2011-01-28[findbugs] Do not ignore exceptional return value of createNewFile()Matthias Sohn1-3/+2
2010-12-31Convert all JGit unit tests to JUnit 4Robin Rosenberg12-21/+141
2010-12-15Save StoredConfig after modificationsShawn O. Pearce4-10/+33
2010-12-15Reduce calls to Repository.getConfigShawn O. Pearce1-3/+4
2010-12-08Introduce http test bundleJens Baumgart14-1058/+16
2010-11-10Enable providing credentials for HTTP authenticationShawn O. Pearce1-0/+27
2010-11-10Fix WWW-Authenticate auth-scheme comparisonStefan Lay1-2/+2
2010-10-07Externalize strings in TransportHttpMatthias Sohn2-6/+8
2010-10-07Fix HTTP testsMatthias Sohn2-3/+3
2010-07-22Merge branch 'delta'Shawn O. Pearce5-25/+31
2010-07-16Fully implement Logger interfaceJonathan Gossage1-4/+44
2010-06-27Move FileRepository to storage.file.FileRepositoryShawn O. Pearce5-9/+9
2010-06-26Use FileRepository where we assume other file semanticsShawn O. Pearce5-18/+24
2010-06-26Remove RepositoryConfig and use FileBasedConfig insteadShawn O. Pearce3-6/+6
2010-06-13Make inner classes static in http codeRobin Rosenberg3-3/+3
2010-03-13http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce1-3/+1
2010-03-13Use "ERR message" for early ReceivePack problemsShawn O. Pearce1-0/+151
2010-03-13Capture non-progress side band #2 messages and put in resultShawn O. Pearce1-0/+174
2010-01-25Fix racy HTTP tests by waiting for requests to finishShawn O. Pearce2-26/+87
2010-01-12Add JUnit tests for HTTP transportShawn O. Pearce16-0/+3165

    Back to the top