index
:
gitblit.git
1026-Lucene-Index-PDF
fixup-1.9
gh-pages
master
ticket/104
ticket/114
ticket/138
ticket/235
ticket/7
ticket/75
wicket-7
Pure java git solution: https://github.com/gitblit-org/gitblit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
gitblit
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ticket/100' into release-v1.6.0
James Moger
2014-06-12
1
-1
/
+3
|
\
|
*
Fix cloning repositories with + in their names
James Moger
2014-06-12
1
-1
/
+3
*
|
Merge branch 'ticket/89' into develop
James Moger
2014-05-29
1
-2
/
+4
|
\
|
|
*
Fix thread exhaustion in SSH daemon
James Moger
2014-05-29
1
-2
/
+4
*
|
Render GFM links using Markdown, not direct HTML
James Moger
2014-05-22
1
-2
/
+2
*
|
Change enum name and unit test RSS tag queries
James Moger
2014-05-08
1
-0
/
+57
*
|
Updated the SyndicationServlet to provide an additional option to return deta...
Gerard Smyth
2014-05-08
1
-1
/
+47
*
|
Revise, complete, and fully test the FORK rpc
James Moger
2014-05-08
1
-8
/
+13
*
|
Implement FORK RPC request type
manisha
2014-05-08
1
-11
/
+20
|
/
*
[findbugs] Explicitly catch thrown exceptions in X509Utils
James Moger
2014-04-17
1
-1
/
+3
*
[findbugs] Add null check on decoding a string in StringUtils
James Moger
2014-04-17
1
-1
/
+1
*
[findbugs] Add null check when closing a RevWalk in JGitUtils
James Moger
2014-04-17
1
-4
/
+8
*
[findbugs] Fix potential NPE in DiffStat generation
James Moger
2014-04-17
1
-3
/
+3
*
[findbugs] Fix incorrect key lookup in commit cache
James Moger
2014-04-17
1
-2
/
+4
*
Remove @Inject annotation
James Moger
2014-04-17
1
-3
/
+0
*
Removed obsolete Gravatar profile code
James Moger
2014-04-15
1
-46
/
+0
*
Improve plugin manager based on upstreamed contributions to pf4j
James Moger
2014-04-10
1
-1
/
+1
*
Improve command help with formatting and usage examples
James Moger
2014-04-10
1
-1
/
+1
*
Reformat CmdLineParser
James Moger
2014-04-10
1
-367
/
+360
*
Support querying in tickets ls and accept Object[][] for table data
James Moger
2014-04-10
1
-11
/
+11
*
Improve table rendering and uer details display
James Moger
2014-04-10
1
-9
/
+29
*
Integrate a patched version of FlipTables and improve ls output
James Moger
2014-04-10
1
-0
/
+211
*
Eliminate use of Dagger and do not create inner classes
James Moger
2014-04-10
1
-16
/
+22
*
SSHD: Add support for generic commands
David Ostrovsky
2014-04-10
5
-0
/
+933
*
Workaround pegdown bug and improve relative image path processing
James Moger
2014-03-11
1
-3
/
+10
*
Move Gitblit branches to refs/meta/gitblit
James Moger
2014-03-08
1
-59
/
+59
*
Fix 'head' vs 'HEAD' commit resolution
James Moger
2014-03-07
1
-1
/
+1
*
Fixed bug in merge: improper use of force and failing on FORCED result
James Moger
2014-03-06
1
-5
/
+5
*
Add and document REINDEX_TICKETS rpc request type
James Moger
2014-03-06
1
-0
/
+31
*
Process bugtraq configuration in markup document rendering
James Moger
2014-03-04
1
-7
/
+21
*
Fix reflog parsing bug of null compare links on branch creation
James Moger
2014-03-03
1
-2
/
+0
*
Ticket tracker with patchset contributions
James Moger
2014-03-03
4
-8
/
+247
*
Add flatten string array to StringUtils
James Moger
2014-03-01
1
-0
/
+12
*
Encode ampersand in url
James Moger
2014-03-01
1
-0
/
+2
*
Launch bugtraq links in a new tab
James Moger
2014-03-01
1
-1
/
+1
*
Add simplified transformGFM method to MarkdownUtils
James Moger
2014-03-01
1
-0
/
+45
*
Improve getting changed paths in a commit range
James Moger
2014-03-01
1
-1
/
+31
*
Properly dispose RevWalk in getCommit
James Moger
2014-03-01
1
-2
/
+9
*
Add method to calculate the diffstat between two commits
James Moger
2014-03-01
1
-0
/
+32
*
Added join methods to array utils
James Moger
2014-03-01
1
-0
/
+17
*
Fixed incorrect tagger identity on dashboards (issue-276)
James Moger
2014-01-14
1
-2
/
+2
*
Evaluate X_Forwarded_Context only when X-Forwarded-Context is not set
Benjamin Asbach
2014-01-04
1
-1
/
+1
*
Simplify blob loading code
James Moger
2013-12-03
1
-24
/
+3
*
Add support for per-repository bugtraq configuration
James Moger
2013-12-03
1
-7
/
+52
*
Add coloring modes to the blame page (issue-2, pull request #125)
Alex Lewis
2013-12-02
1
-0
/
+135
*
Invalidate all cached repository data on "clear cache" (issue-346)
James Moger
2013-11-29
1
-0
/
+4
*
Extract UserManager from GitBlit singleton
James Moger
2013-11-29
1
-0
/
+21
*
Define manager interfaces and update all of Gitblit to use managers
James Moger
2013-11-26
1
-6
/
+15
*
Eliminate nearly all direct GitBlit singleton references in Wicket
James Moger
2013-11-26
1
-0
/
+126
*
Automatically adjust web.forwardSlash on Tomcat containers
James Moger
2013-11-26
1
-45
/
+21
[next]