summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
AgeCommit message (Expand)Author
2010-08-31gitweb: Don't die_error in git_tag after already printing headersAnders Kaseorg
2010-08-23Merge branch 'maint'Junio C Hamano
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-13Merge branch 'jn/maint-gitweb-dynconf'Junio C Hamano
2010-08-09Merge branch 'maint'Junio C Hamano
2010-08-09gitweb: clarify search results page when no matching commit foundJonathan Nieder
2010-08-02gitweb: Fix typo in run() subroutineJakub Narebski
2010-08-02gitweb: allow configurations that change with each requestJonathan Nieder
2010-07-28gitweb: move highlight config out of guess_file_syntax()Alejandro R. SedeƱo
2010-07-15Merge branch 'maint'Junio C Hamano
2010-07-15gitweb: fix esc_urlPavan Kumar Sunkara
2010-07-05gitweb: Move evaluate_gitweb_config out of run_requestJakub Narebski
2010-06-22Merge branch 'jn/gitweb-return-or-exit-cleanup'Junio C Hamano
2010-06-21Merge branch 'jn/gitweb-fastcgi'Junio C Hamano
2010-06-14gitweb: Return or exit after done serving requestJakub Narebski
2010-06-13Merge branch 'jn/gitweb-syntax-highlight'Junio C Hamano
2010-06-13gitweb: Fix typo in hash key name in %opts in git_header_htmlJakub Narebski
2010-06-11gitweb: Run in FastCGI mode if gitweb script has .fcgi extensionJakub Narebski
2010-05-21Merge branch 'jn/gitweb-caching-prep'Junio C Hamano
2010-05-21Merge branch 'jn/gitweb-our-squelch'Junio C Hamano
2010-05-19gitweb: Use @diff_opts while using format-patchPavan Kumar Sunkara
2010-05-09gitweb: Add support for FastCGI, using CGI::FastSam Vilain
2010-05-09gitweb: Put all per-connection code in run() subroutineJakub Narebski
2010-05-03gitweb: Refactor syntax highlighting supportJakub Narebski
2010-05-03gitweb: Syntax highlighting supportJohannes Schindelin
2010-05-01gitweb: Silence 'Variable VAR may be unavailable' warningsJakub Narebski
2010-05-01gitweb: Move generating page title to separate subroutineJakub Narebski
2010-05-01gitweb: Add custom error handler using die_errorJakub Narebski
2010-05-01gitweb: Use nonlocal jump instead of 'exit' in die_errorJakub Narebski
2010-05-01gitweb: href(..., -path_info => 0|1)Jakub Narebski
2010-03-31Sync with 1.7.0.4Junio C Hamano
2010-03-31gitweb: git_get_project_config requires only $git_dir, not also $projectJakub Narebski
2010-03-05Merge branch 'jn/gitweb-config-error-die' into maintJunio C Hamano
2010-03-02Merge branch 'maint'Junio C Hamano
2010-03-02Merge branch 'jn/gitweb-config-error-die'Junio C Hamano
2010-03-02gitweb: Fix project-specific feature override behaviorJakub Narebski
2010-02-17gitweb: Protect escaping functions against calling on undefJakub Narebski
2010-02-17gitweb: esc_html (short) error message in die_errorJakub Narebski
2010-02-15gitweb: Die if there are parsing errors in config fileJakub Narebski
2010-02-04gitweb: Simplify (and fix) chop_strJohn 'Warthog9' Hawley
2010-01-30gitweb: Add optional extra parameter to die_error, for extended explanationJohn 'Warthog9' Hawley
2010-01-30gitweb: add a "string" variant of print_sort_thJohn 'Warthog9' Hawley
2010-01-30gitweb: add a "string" variant of print_local_timeJohn 'Warthog9' Hawley
2010-01-30gitweb: Check that $site_header etc. are defined before using themJohn 'Warthog9' Hawley
2010-01-30gitweb: Load checkingJohn 'Warthog9' Hawley
2009-12-01Merge branch 'jn/gitweb-blame'Junio C Hamano
2009-12-01gitweb: Add link to other blame implementation in blame viewsJakub Narebski
2009-12-01gitweb: Make linking to actions requiring JavaScript a featureJakub Narebski
2009-11-24Merge branch 'mr/gitweb-snapshot'Junio C Hamano
2009-11-14gitweb: Make 'history' view (re)use git_log_generic()Jakub Narebski