index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
transport
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename openObject, hasObject to just open, has
Shawn O. Pearce
2010-06-28
1
-2
/
+2
*
Move PackWriter progress monitors onto the operations
Shawn O. Pearce
2010-06-28
4
-16
/
+17
*
Remove Repository.openObject(ObjectReader, AnyObjectId)
Shawn O. Pearce
2010-06-28
1
-3
/
+5
*
Ensure ObjectReader used by PackWriter is released
Shawn O. Pearce
2010-06-28
4
-60
/
+75
*
Release ObjectReader before the cached ObjectDatabase
Shawn O. Pearce
2010-06-28
1
-6
/
+6
*
Move PackWriter over to storage.pack.PackWriter
Shawn O. Pearce
2010-06-26
5
-5
/
+5
*
Move FileRepository to storage.file.FileRepository
Shawn O. Pearce
2010-06-26
10
-15
/
+15
*
Allow Repository.getDirectory() to be null
Shawn O. Pearce
2010-06-25
2
-3
/
+5
*
Use ObjectInserter for loose objects in WalkFetchConnection
Shawn O. Pearce
2010-06-25
1
-56
/
+18
*
Replace WindowCache with ObjectReader
Shawn O. Pearce
2010-06-25
1
-6
/
+16
*
Make lib.Repository abstract and lib.FileRepository its implementation
Shawn O. Pearce
2010-06-25
1
-2
/
+3
*
Move additional have enumeration to Repository
Shawn O. Pearce
2010-06-25
1
-16
/
+3
*
Refactor amazon-s3:// property file loading to support no directory
Shawn O. Pearce
2010-06-25
1
-17
/
+28
*
Download pack-*.idx to /tmp if not on local filesystem
Shawn O. Pearce
2010-06-25
1
-7
/
+16
*
Replace manual peel loops with RevWalk.peel
Shawn O. Pearce
2010-06-23
2
-8
/
+9
*
Use CoreConfig, UserConfig and TransferConfig directly
Shawn O. Pearce
2010-06-23
2
-2
/
+4
*
UploadPack: Avoid unnecessary flush in smart HTTP
Shawn O. Pearce
2010-06-23
1
-1
/
+1
*
Make ObjectId, RefSpec, RemoteConfig, URIish serializable
Andrew Bayer
2010-06-16
3
-4
/
+13
*
Repository can be configured with FS
Marc Strapetz
2010-06-04
9
-52
/
+65
*
Provide a public entry method to determine whether a URI protocol is supported
Alex Blewitt
2010-06-04
1
-0
/
+32
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
33
-244
/
+276
*
Fix SSH deadlock during OutOfMemoryError
Shawn O. Pearce
2010-05-19
1
-4
/
+4
*
Fix hang when fetching over SSH
Shawn O. Pearce
2010-05-13
1
-6
/
+12
*
ReceivePack: Clarify the check reachable option
Shawn O. Pearce
2010-04-16
1
-22
/
+40
*
ReceivePack: Micro-optimize object lookup when checking connectivity
Shawn O. Pearce
2010-04-16
1
-3
/
+7
*
ReceivePack: Correct type of not provided object
Shawn O. Pearce
2010-04-16
1
-1
/
+1
*
IndexPack: Tighten up new and base object bookkeeping
Shawn O. Pearce
2010-04-16
2
-31
/
+39
*
ReceivePack: Remove need new,base object id properties
Shawn O. Pearce
2010-04-16
1
-49
/
+4
*
ReceivePack: Discard IndexPack as soon as possible
Shawn O. Pearce
2010-04-16
1
-0
/
+1
*
ReceivePack: fix ensureProvidedObjectsVisible on thin packs
Shawn O. Pearce
2010-04-16
2
-5
/
+33
*
IndexPack: Correct thin pack fix using less than 20 bytes
Shawn O. Pearce
2010-04-16
1
-0
/
+8
*
Merge branch 'stable-0.7'
Shawn O. Pearce
2010-03-22
2
-1
/
+26
|
\
|
*
Fix EGit deadlock listing branches of SSH remote
Shawn O. Pearce
2010-03-20
2
-1
/
+26
*
|
Add a paranoid 'must be provided' option to ReceivePack
Nico Sallembien
2010-03-18
1
-3
/
+55
|
/
*
Merge branch 'push-sideband' into stable-0.7
Shawn O. Pearce
2010-03-12
21
-357
/
+549
|
\
|
*
Reuse the line buffer between strings in PacketLineIn
Shawn O. Pearce
2010-03-12
1
-8
/
+13
|
*
Reduce multi-level buffered streams in transport code
Shawn O. Pearce
2010-03-12
7
-28
/
+57
|
*
Fix smart HTTP client buffer alignment
Shawn O. Pearce
2010-03-12
1
-32
/
+15
|
*
Use "ERR message" for early ReceivePack problems
Shawn O. Pearce
2010-03-12
1
-8
/
+31
|
*
Catch and report "ERR message" during remote advertisements
Shawn O. Pearce
2010-03-12
1
-0
/
+20
|
*
Wait for EOF on stderr before finishing SSH channel
Shawn O. Pearce
2010-03-12
1
-13
/
+45
|
*
Capture non-progress side band #2 messages and put in result
Shawn O. Pearce
2010-03-12
10
-186
/
+210
|
*
ReceivePack: Enable side-band-64k capability for status reports
Shawn O. Pearce
2010-03-12
2
-30
/
+54
|
*
Use more restrictive patterns for sideband progress scraping
Shawn O. Pearce
2010-03-12
1
-4
/
+4
|
*
Prefix remote progress tasks with "remote: "
Shawn O. Pearce
2010-03-12
1
-4
/
+9
|
*
Decode side-band channel number as unsigned integer
Shawn O. Pearce
2010-03-12
1
-1
/
+1
|
*
Refactor SideBandInputStream construction
Shawn O. Pearce
2010-03-12
3
-20
/
+20
|
*
Refactor SideBandOutputStream to be buffered
Shawn O. Pearce
2010-03-12
4
-45
/
+92
*
|
Merge "Don't doubly wrap TransportException in smart HTTP client"
Shawn Pearce
2010-02-11
1
-13
/
+3
|
\
|
|
*
Don't doubly wrap TransportException in smart HTTP client
Shawn O. Pearce
2010-02-11
1
-13
/
+3
[next]