Commit Graph

  • f5c83d7b5d move get_mimetype_from_file() to shared Christian Hesse 2015-08-14 16:50:56 +0200
  • 73ef8567f0 cmd: fix command definition John Keeping 2015-08-14 15:20:23 +0100
  • 03de473354 cmd: no need for pre function hook now Jason A. Donenfeld 2015-08-14 15:54:32 +0200
  • c5975ae566 ui-shared: cache errors for "dynamic TTL" John Keeping 2015-08-14 12:47:22 +0100
  • a420c7ce9b cmd: remove "want_layout" field John Keeping 2015-08-14 12:47:21 +0100
  • 9c70c0bfdb tree: move layout into page function John Keeping 2015-08-14 12:47:20 +0100
  • 696a33b66f tag: move layout into page function John Keeping 2015-08-14 12:47:19 +0100
  • a3daa41b78 summary: move layout into page function John Keeping 2015-08-14 12:47:18 +0100
  • 892c5441f4 stats: move layout into page function John Keeping 2015-08-14 12:47:17 +0100
  • 6d39dd1914 refs: move layout to page function John Keeping 2015-08-14 12:47:16 +0100
  • 23c17d8ff0 log: move layout into page function John Keeping 2015-08-14 12:47:15 +0100
  • 3b220eb22d diff: move layout to page function John Keeping 2015-08-14 12:47:14 +0100
  • c53a15c77a commit: move layout into page function John Keeping 2015-08-14 12:47:13 +0100
  • 51d9176e4b about: move layout into page functions John Keeping 2015-08-14 12:47:12 +0100
  • 764987980e ui-shared: add cgit_print_layout_{start,end}() John Keeping 2015-08-14 12:47:11 +0100
  • fb2c71fad2 html: remove html_status() John Keeping 2015-08-14 12:47:10 +0100
  • fd00e71ab7 snapshot: don't reimplement cgit_print_error_page() John Keeping 2015-08-14 12:47:09 +0100
  • 58e827cbd9 snapshot: use cgit_print_error_page() for HTTP status codes John Keeping 2015-08-14 12:47:08 +0100
  • e3e41e5125 patch: use cgit_print_error_page() for HTTP status codes John Keeping 2015-08-14 12:47:07 +0100
  • 9a06211daa blob: use cgit_print_error_page() to add HTTP headers John Keeping 2015-08-14 12:47:06 +0100
  • 048f195eaf snapshot: use cgit_print_error_page() instead of html_status() John Keeping 2015-08-14 12:47:05 +0100
  • 2b3e76a9f9 plain: use cgit_print_error_page() instead of html_status() John Keeping 2015-08-14 12:47:04 +0100
  • 329381dfe4 clone: use cgit_print_error_page() instead of html_status() John Keeping 2015-08-14 12:47:03 +0100
  • e9b71ae6fe cgit: use cgit_print_error_page() where appropriate John Keeping 2015-08-14 12:47:02 +0100
  • aec1204a54 ui-shared: add cgit_print_error_page() function John Keeping 2015-08-14 12:47:01 +0100
  • aa12084f98 ui-patch: make sure to send http headers Christian Hesse 2015-08-14 00:02:50 +0200
  • c543d7dbf6 Makefile: make "git/config.mak.uname" inclusion optional John Keeping 2015-08-13 15:54:37 +0100
  • a360666df3 ui-shared: show full date in tooltip if longer ago than max_relative John Keeping 2015-08-13 12:24:34 +0100
  • b44dd95f13 ui-shared: use common function in print_rel_date() John Keeping 2015-08-13 12:24:33 +0100
  • f03e3cb8a5 ui-shared: extract date formatting to a function John Keeping 2015-08-13 12:24:32 +0100
  • 0c4d76755b filter: don't use dlsym unnecessarily John Keeping 2015-08-13 12:14:20 +0100
  • 7105a78b17 ui-tree: use "sane" isgraph() John Keeping 2015-08-13 12:14:19 +0100
  • e09574bdf6 cgit.h: move stdbool.h from ui-shared.h John Keeping 2015-08-13 12:14:18 +0100
  • 43620cf6aa cache.c: fix header order John Keeping 2015-08-13 12:14:17 +0100
  • f2e8ca806d configfile.c: don't include system headers directly John Keeping 2015-08-13 12:14:16 +0100
  • 157f544ac2 Remove redundant includes John Keeping 2015-08-13 12:14:15 +0100
  • 0393102249 Makefile: include Git's config.mak.uname John Keeping 2015-08-13 12:14:14 +0100
  • 2ef4edee19 tests: allow shell to be overridden John Keeping 2015-08-13 12:14:13 +0100
  • c0b5982303 redirect: cleanliness Jason A. Donenfeld 2015-08-13 11:38:56 +0200
  • 622e64d5f2 redirect: be more careful for different cgi setups Jason A. Donenfeld 2015-08-13 11:38:27 +0200
  • da1d4c7776 ui-log: fix double counting John Keeping 2015-08-12 16:41:34 +0100
  • 30304d8156 log: allow users to follow a file John Keeping 2015-08-12 15:55:28 +0100
  • 044e2d26da shared: make cgit_diff_tree_cb public John Keeping 2015-08-12 15:34:48 +0100
  • 2d386e227e t0110: Chain together using && Jason A. Donenfeld 2015-08-12 15:15:56 +0200
  • d7034806a4 about: always ensure page has a trailing slash Jason A. Donenfeld 2015-08-12 14:50:09 +0200
  • 13c2d3df04 filters: apply HTML escaping Lazaros Koromilas 2015-07-15 15:53:12 +0300
  • de83de276b git: update to v2.5.0 Christian Hesse 2015-07-28 10:42:01 +0200
  • dc41a00180 Fix processing of repo.hide and repo.ignore Daniel Reichelt 2015-08-10 09:45:48 +0200
  • 121e653914 contrib/hooks: add sample post-receive hook using agefile John Keeping 2014-12-23 14:40:44 +0000
  • 2eb41c4665 git: update to v2.4.1 Christian Hesse 2015-05-14 13:47:28 +0200
  • d1ddce90f5 ui-shared: allow remote refs in branch switcher Christian Hesse 2015-03-18 18:08:48 +0100
  • 84627609f5 git: update to v2.3.3 Christian Hesse 2015-03-14 17:21:42 +0100
  • cadbb69990 Bump version Jason A. Donenfeld 2015-03-13 16:22:11 +0100
  • db021a1989 Remove no-op link from submodule entries Lukas Fleischer 2015-03-05 20:41:45 +0100
  • 7511f4b4df filters: Add sample gentoo script Jason A. Donenfeld 2015-03-10 02:21:31 +0100
  • f3ab1f178f cgit: remember to set up env vars before empty clone path Jason A. Donenfeld 2015-03-08 13:08:04 +0100
  • 8eef4589d0 ui-shared: currenturl should take into account leading slash Jason A. Donenfeld 2015-03-08 12:34:07 +0100
  • 438bac6f57 html: avoid using a plain integer as a NULL pointer John Keeping 2015-03-08 16:32:27 +0000
  • 80d52079f7 cache: don't use an integer as a NULL pointer John Keeping 2015-03-08 16:32:26 +0000
  • d34b967190 ui-shared: don't use an integer as a NULL pointer John Keeping 2015-03-08 16:32:25 +0000
  • 94e5f212f5 ui-shared: avoid initializing static variable to zero John Keeping 2015-03-08 16:32:24 +0000
  • bd9fb0324d ui-stats: make cgit_period definitions 'static const' John Keeping 2015-03-08 16:32:23 +0000
  • 0f23d4651c ui-shared: make cgit_doctype 'static' John Keeping 2015-03-08 16:32:22 +0000
  • ad74669e67 ui-repolist: make sortcolumn definitions 'static const' John Keeping 2015-03-08 16:32:21 +0000
  • 3fe509e17a ui-log: make some variables 'static' John Keeping 2015-03-08 16:32:20 +0000
  • eefd5e0aea shared: make some variables 'static' John Keeping 2015-03-08 16:32:19 +0000
  • 812cd49e31 scan-tree: make some variables 'static' John Keeping 2015-03-08 16:32:18 +0000
  • 12d3d4c3ed Avoid signed bitfields John Keeping 2015-03-08 16:32:17 +0000
  • e3d3fffdd4 Avoid non-ANSI function declarations John Keeping 2015-03-08 16:32:16 +0000
  • 5150b7c1e6 Makefile: add a target to run CGit through sparse John Keeping 2015-03-08 16:32:15 +0000
  • 97a91657a5 git: update to v2.3.2 Christian Hesse 2015-03-07 12:44:39 +0100
  • 198d84a9e3 Bump version Jason A. Donenfeld 2015-03-05 15:58:28 +0100
  • 3cb8e76278 Drop return value from parse_user() Lukas Fleischer 2015-03-05 12:58:12 +0100
  • 4d8ed337cb Remove leading newline characters from tag messages Lukas Fleischer 2015-03-05 12:58:11 +0100
  • ecd6b7230c simple-authentication.lua: tie secure cookies to field names Jason A. Donenfeld 2015-03-05 15:45:25 +0100
  • bd24832cd7 cgit: show clone URLs for empty repo Jason A. Donenfeld 2015-03-05 02:18:42 +0100
  • db9a70b159 cache: use F_SETLK to avoid stale lock files John Keeping 2015-03-03 19:22:31 +0000
  • 2e4a41e840 Make root handling sane again. Jason A. Donenfeld 2015-03-03 17:23:40 +0100
  • 6bcda2f73d ui-shared: Add current url helper function. Jason A. Donenfeld 2015-03-03 17:18:42 +0100
  • db4b735464 ui-shared: keep filter repolist page in pagination Jason A. Donenfeld 2015-03-03 17:13:52 +0100
  • c3473e8a5d ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering Jason A. Donenfeld 2015-03-03 17:06:48 +0100
  • e14eee9ea5 ui-repolist: use correct owner query link Jason A. Donenfeld 2015-03-03 16:53:11 +0100
  • 936295c4e4 Simplify commit and tag parsing Lukas Fleischer 2015-03-03 13:00:07 +0100
  • 911d574250 git: update to v2.3.1 Christian Hesse 2015-02-25 09:14:13 +0100
  • 5e3e665d60 Bump verison Jason A. Donenfeld 2015-02-15 22:12:12 +0100
  • 36b1d78923 shrink cgit.png file size Christian Hesse 2015-02-11 09:12:44 +0100
  • 6e498de213 ui-clone.c: Fix off-by-one error in pack path Jason A. Donenfeld 2015-02-09 12:27:44 +0100
  • b66b16ed02 ui-clone.c: Fix path check Lukas Fleischer 2015-02-09 07:25:00 +0100
  • 7358f63015 git: update for v2.3.0 Christian Hesse 2015-02-07 14:18:28 +0100
  • 1a9e56607e ui-shared.c: Refactor add_clone_urls() Lukas Fleischer 2015-02-05 10:11:42 +0100
  • c58cec9dff Add repo.hide and repo.ignore Lukas Fleischer 2015-01-29 12:52:49 +0100
  • 1a2eeb94d4 Add Etags for snapshots Janus 2015-01-17 14:54:31 +0100
  • c422b9b3d5 tag: reference with "h" instead of "id" John Keeping 2015-01-15 22:18:14 +0000
  • ed7e3bc822 Return proper HTTP response when accessing info/ Lukas Fleischer 2015-01-15 19:47:42 +0100
  • c641e0ab64 git: update to v2.2.2 Christian Hesse 2015-01-13 08:53:56 +0100
  • d6c4050771 ui-diff: don't link to single file diff stat John Keeping 2014-12-29 22:27:55 +0000
  • 7552266aac ui-patch: match git-format-patch(1) output John Keeping 2014-12-28 13:10:33 +0000
  • ce8f490229 t0108: modernize style John Keeping 2014-12-28 13:10:32 +0000
  • b122730014 Revert "git: use xz compressed archive for download" Jason A. Donenfeld 2014-12-24 12:50:11 +0100
  • 6f9e8a9659 Use split_ident_line() in parse_user() Lukas Fleischer 2014-12-24 08:50:11 +0100