608 Commits (f864f2615b76e5d74518c482ceeef3a2589017fe)

Author SHA1 Message Date
Jakub Narebski d0af3734f1 gitweb: Improve behavior for actionless path_info gitweb URLs 15 years ago
Jakub Narebski 7e00dc58d1 gitweb: Fix bug in evaluate_path_info 15 years ago
Jakub Narebski 8ff76f4c3b gitweb: Move call to evaluate_git_version after evaluate_gitweb_config 15 years ago
Ævar Arnfjörð Bjarmason d48b284183 perl: bump the required Perl version to 5.8 from 5.6.[21] 15 years ago
Christopher Wilson 7ce896b300 Enable highlight executable path as a configuration option 15 years ago
Anders Kaseorg d8a9480384 gitweb: Don't die_error in git_tag after already printing headers 15 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 15 years ago
Jonathan Nieder 497d9c3439 gitweb: clarify search results page when no matching commit found 15 years ago
Jakub Narebski 0b45010e76 gitweb: Fix typo in run() subroutine 15 years ago
Jonathan Nieder 7f425db914 gitweb: allow configurations that change with each request 15 years ago
Alejandro R. Sedeño 61bf126ecb gitweb: move highlight config out of guess_file_syntax() 15 years ago
Pavan Kumar Sunkara 109988f2cb gitweb: fix esc_url 15 years ago
Jakub Narebski 869d58813b gitweb: Move evaluate_gitweb_config out of run_request 15 years ago
Jakub Narebski 5ed2ec1041 gitweb: Return or exit after done serving request 15 years ago
Jakub Narebski ad709ea985 gitweb: Fix typo in hash key name in %opts in git_header_html 15 years ago
Jakub Narebski 45aa9895c5 gitweb: Run in FastCGI mode if gitweb script has .fcgi extension 15 years ago
Pavan Kumar Sunkara 04794fdc27 gitweb: Use @diff_opts while using format-patch 15 years ago
Sam Vilain a0446e7ba8 gitweb: Add support for FastCGI, using CGI::Fast 15 years ago
Jakub Narebski c2394fe934 gitweb: Put all per-connection code in run() subroutine 15 years ago
Jakub Narebski 592ea4173a gitweb: Refactor syntax highlighting support 15 years ago
Johannes Schindelin b331fe5476 gitweb: Syntax highlighting support 15 years ago
Jakub Narebski ee1d8ee0f0 gitweb: Silence 'Variable VAR may be unavailable' warnings 15 years ago
Jakub Narebski efb2d0c5dc gitweb: Move generating page title to separate subroutine 15 years ago
Jakub Narebski 7a59745710 gitweb: Add custom error handler using die_error 15 years ago
Jakub Narebski c42b00c8f2 gitweb: Use nonlocal jump instead of 'exit' in die_error 15 years ago
Jakub Narebski 377bee3424 gitweb: href(..., -path_info => 0|1) 15 years ago
Jakub Narebski 7a49c254cd gitweb: git_get_project_config requires only $git_dir, not also $project 15 years ago
Jakub Narebski 9be3614eff gitweb: Fix project-specific feature override behavior 15 years ago
Jakub Narebski 1df4876613 gitweb: Protect escaping functions against calling on undef 15 years ago
Jakub Narebski 453541fcfc gitweb: esc_html (short) error message in die_error 15 years ago
Jakub Narebski e6e592db4c gitweb: Die if there are parsing errors in config file 15 years ago
John 'Warthog9' Hawley 57017b3e15 gitweb: Simplify (and fix) chop_str 15 years ago
John 'Warthog9' Hawley aa14013abf gitweb: Add optional extra parameter to die_error, for extended explanation 15 years ago
John 'Warthog9' Hawley 1ee4b4ef70 gitweb: add a "string" variant of print_sort_th 15 years ago
John 'Warthog9' Hawley 0cf207f7a6 gitweb: add a "string" variant of print_local_time 15 years ago
John 'Warthog9' Hawley 24d4afcdc7 gitweb: Check that $site_header etc. are defined before using them 15 years ago
John 'Warthog9' Hawley b62a1a98bc gitweb: Load checking 15 years ago
Jakub Narebski 87e573f660 gitweb: Add link to other blame implementation in blame views 15 years ago
Jakub Narebski e627e50a70 gitweb: Make linking to actions requiring JavaScript a feature 15 years ago
Jakub Narebski 69ca37d2ab gitweb: Make 'history' view (re)use git_log_generic() 15 years ago
Jakub Narebski 15f0b112d8 gitweb: Refactor common parts of 'log' and 'shortlog' views 15 years ago
Jakub Narebski 42671caa7d gitweb: Refactor 'log' action generation, adding git_log_body() 15 years ago
Mark Rada b629275fd0 gitweb: Smarter snapshot names 15 years ago
Petr Baudis b9759f0762 gitweb: Fix blob linenr links in pathinfo mode 15 years ago
Stephen Boyd e133d65c3e gitweb: linkify author/committer names with search 16 years ago
Giuseppe Bilotta 452e2256d2 gitweb: fix esc_param 16 years ago
Jakub Narebski 1655c98790 gitweb: Do not show 'patch' link for merge commits 16 years ago
Mark Rada fdb0c36e90 gitweb: check given hash before trying to create snapshot 16 years ago
Jakub Narebski e4b48eaab7 gitweb: Add 'show-sizes' feature to show blob sizes in tree view 16 years ago
Jakub Narebski c4ccf61f4c gitweb: Create links leading to 'blame_incremental' using JavaScript 16 years ago