summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set expected old object id to all zeros when head id is nullKevin Sawicki2011-12-061-1/+4
* Merge changes I5381e110,I5534b560Shawn O. Pearce2011-12-055-22/+268
|\
| * Discard request HTTP bodies for status code <400Shawn O. Pearce2011-12-014-7/+59
| * Ensure all smart HTTP errors are sent to clientsShawn O. Pearce2011-12-013-15/+209
* | Merge "Always close the GZIPOutputStream to release Deflater"Robin Rosenberg2011-12-021-2/+5
|\|
| * Always close the GZIPOutputStream to release DeflaterShawn O. Pearce2011-11-301-2/+5
* | Merge "Fix History rendering"Shawn Pearce2011-12-021-30/+42
|\ \
| * | Fix History renderingChristian Halstrick2011-12-021-30/+42
| |/
* | Merge "Add percent-encoding of reserved characters in URIish"Shawn Pearce2011-12-022-30/+374
|\ \ | |/ |/|
| * Add percent-encoding of reserved characters in URIishRobin Rosenberg2011-12-022-30/+374
* | Fix HTTP unit testsShawn O. Pearce2011-11-301-2/+1
* | Merge "RepositoryState: add method canAmend"Christian Halstrick2011-11-301-0/+18
|\ \
| * | RepositoryState: add method canAmendJens Baumgart2011-11-281-0/+18
* | | Merge "Always checkout master when it matches the advertised HEAD"Shawn Pearce2011-11-282-0/+22
|\ \ \
| * | | Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-282-0/+22
* | | | Merge "Update maven plugin versions"Shawn Pearce2011-11-282-12/+12
|\ \ \ \
| * | | | Update maven plugin versionsMatthias Sohn2011-11-292-12/+12
| |/ / /
* | | | Merge "Implement Serializable interface in ReflogEntry"Shawn Pearce2011-11-281-1/+5
|\ \ \ \
| * | | | Implement Serializable interface in ReflogEntryKevin Sawicki2011-11-281-1/+5
| |/ / /
* / / / Remove calls to printStackTrace in catch blocksKevin Sawicki2011-11-283-6/+1
|/ / /
* | | Merge "Reset SSH connection and credentials on "Auth fail""Shawn Pearce2011-11-262-20/+55
|\ \ \
| * | | Reset SSH connection and credentials on "Auth fail"Matthias Sohn2011-11-272-20/+55
| |/ /
* / / Don't iterate over advertised refs when HEAD is nullKevin Sawicki2011-11-261-3/+3
|/ /
* | Merge "tools/release: Handle v1.0.0.201106090707-r-NN-gdeadbeef"Matthias Sohn2011-11-241-1/+1
|\ \
| * | tools/release: Handle v1.0.0.201106090707-r-NN-gdeadbeefShawn O. Pearce2011-06-241-1/+1
* | | Merge "Adapt merge message to C Git for remote-tracking branch"Shawn Pearce2011-11-232-4/+4
|\ \ \
| * | | Adapt merge message to C Git for remote-tracking branchRobin Stocker2011-11-232-4/+4
* | | | Merge changes I828ac2de,I80e5b7cfShawn O. Pearce2011-11-238-98/+357
|\ \ \ \ | |/ / / |/| | |
| * | | Add utilities for smart HTTP error handlingShawn O. Pearce2011-11-228-96/+355
| * | | Strip leading slashes in RepositoryFilterShawn O. Pearce2011-11-221-2/+2
* | | | Guard against null branch in PullCommandKevin Sawicki2011-11-224-1/+19
* | | | Support adding all refs to LogCommandKevin Sawicki2011-11-222-0/+110
* | | | Merge "Provide merge result when revert command fails"Shawn Pearce2011-11-221-0/+22
|\ \ \ \
| * | | | Provide merge result when revert command failsKevin Sawicki2011-11-211-0/+22
| |/ / /
* / / / maxObjectSizeLimit for receive-pack.Sasa Zivkov2011-11-226-2/+242
|/ / /
* | | Merge "Add missing '' characters around quoted variables"Shawn Pearce2011-11-182-7/+7
|\ \ \
| * | | Add missing '' characters around quoted variablesKevin Sawicki2011-11-182-7/+7
* | | | Fix duplicate objects in "thin+cached" packs from DFSShawn O. Pearce2011-11-181-25/+18
* | | | Do not write edge objects to the pack streamShawn O. Pearce2011-11-181-3/+3
* | | | Use long for more object counts in PackWriterShawn O. Pearce2011-11-181-5/+5
* | | | Search for annotated tag reuse firstShawn O. Pearce2011-11-181-2/+2
* | | | Correct progress monitor on "Getting sizes:" phaseShawn O. Pearce2011-11-181-2/+2
* | | | Refactor DfsReader selection of cached packsShawn O. Pearce2011-11-181-3/+6
|/ / /
* | | Merge changes I366435e2,I64577f8fShawn Pearce2011-11-182-1/+8
|\ \ \
| * | | [findBugs] Silence returning null for StringUtils.toBooleanOrNull()Matthias Sohn2011-11-161-0/+7
| * | | [findBugs] Prefer short-cut logic as it's more performantMatthias Sohn2011-11-161-1/+1
* | | | Keep track of a static collection of all PackWriter instancesDave Borowitz2011-11-141-0/+52
* | | | Estimate the amount of memory used by a PackWriterDave Borowitz2011-11-141-3/+42
* | | | Add an object encapsulating the state of a PackWriterDave Borowitz2011-11-143-14/+108
|/ / /
* | | Merge "Implement DirCacheEntry.toString() to ease debugging"Christian Halstrick2011-11-111-0/+10
|\ \ \