aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
Commit message (Expand)AuthorAgeFilesLines
* Build http.server source JARShawn O. Pearce2011-01-201-0/+20
* Qualify post 0.10 buildsMatthias Sohn2010-12-172-13/+13
* Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2010-12-172-13/+13
* JGit 0.10.1v0.10.1Matthias Sohn2010-12-172-13/+13
* Add FindBugs and CPD to the build.Chris Aniszczyk2010-10-231-0/+33
* Qualify builds as 0.10.0Shawn O. Pearce2010-09-162-13/+13
* Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2010-09-162-13/+13
* JGit 0.9.3v0.9.3Matthias Sohn2010-09-162-13/+13
* Qualify post-0.9.1 buildsMatthias Sohn2010-09-152-13/+13
* JGit 0.9.1v0.9.1Matthias Sohn2010-09-152-13/+13
* Revert "Hide Maven target directories from Eclipse"Robin Rosenberg2010-08-281-11/+0
* Run formatter on edited lines via save actionChris Aniszczyk2010-08-261-3/+4
* Hide Maven target directories from EclipseRobin Rosenberg2010-08-081-0/+11
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-293-24/+39
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-264-4/+5
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-252-1/+5
* UploadPack: Permit flushing progress messages under smart HTTPShawn O. Pearce2010-06-231-1/+6
* Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b...Shawn Pearce2010-06-141-1/+1
|\
| * git-servlet: Fix comparing uploadFactory with the wrong DISABLED instanceRobin Rosenberg2010-06-141-1/+1
* | Start 0.9 developmentShawn O. Pearce2010-06-142-12/+12
|/
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Qualify post-0.8.1 buildsShawn O. Pearce2010-06-022-12/+12
* JGit 0.8.1v0.8.1Shawn O. Pearce2010-06-022-12/+12
* Don't use interruptable pread() to access pack filesShawn O. Pearce2010-05-271-2/+3
* Externalize strings from JGitSasa Zivkov2010-05-1916-24/+148
* Qualify builds as 0.8.0Shawn O. Pearce2010-03-202-11/+11
* http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce2010-03-126-33/+149
* Cleanup OSGi Import-Package specifications to use versionsShawn O. Pearce2010-02-021-6/+6
* Correct bundle, provider names to be consistentShawn O. Pearce2010-01-231-2/+2
* Merge branch 'ref-abstract'Shawn O. Pearce2010-01-231-3/+2
|\
| * Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce2010-01-231-1/+1
| * Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-2/+1
* | Use build timestamp as OSGi version qualifierMatthias Sohn2010-01-231-1/+6
|/
* server side: smart fetch over HTTPShawn O. Pearce2010-01-124-0/+312
* server side: smart push over HTTPShawn O. Pearce2010-01-125-5/+482
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-1237-0/+3857