aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkPushConnection.java
Commit message (Expand)AuthorAgeFilesLines
* [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-281-1/+1
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-5/+3
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-0/+6
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-11/+11
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-4/+4
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-021-1/+1
* PackWriter: Make want/have actual setsShawn O. Pearce2011-08-161-2/+4
* PackWriter: Rename getObjectsNumber to getObjectCountShawn O. Pearce2011-03-141-1/+1
* Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-281-10/+14
* Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-281-3/+3
* Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-281-1/+3
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-261-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-6/+7
* Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-0/+3
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-2/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+382