List for cgit developers and users
 help / color / mirror / Atom feed
log --follow
 2013-04-20 10:14 UTC  (10+ messages)
      ` [PATCH] log: allow users to follow a file
            ` [PATCH v2 0/2] Allow users to follow file renames
              ` [PATCH v2 1/2] shared: make cgit_diff_tree_cb public
              ` [PATCH v2 2/2] log: allow users to follow a file

Caching
 2013-04-18 21:13 UTC  (3+ messages)

[PATCH] Regression fix: Make section-from-path=-1 work again
 2013-04-17 11:41 UTC  (6+ messages)

[PATCH] RFC: Hide owner value in repo overwiev
 2013-04-16 14:33 UTC  (2+ messages)

[PATCH 1/2] t0109: refactor test code into a function
 2013-04-15 15:00 UTC  (5+ messages)
` [PATCH 2/2] t0109: test using multiple URLs

FastCGI integration for cgit?
 2013-04-15 14:44 UTC  (4+ messages)
  ` fcgiwrap+nginx configuration (was: Re: FastCGI integration for cgit?)

[PATCH] t0001: ignore ".dirty" suffix on Git version
 2013-04-14 18:15 UTC 

[PATCH] tests: set TEST_OUTPUT_DIRECTORY to the CGit test directory
 2013-04-14 16:59 UTC 

Caching and concurrency?
 2013-04-13 14:37 UTC  (2+ messages)

Fwd: hjemli.net http is down
 2013-04-12 10:21 UTC 

[PATCH] t0109: chain operations with &&
 2013-04-10 22:40 UTC  (4+ messages)

hjemli.net mailing list problems
 2013-04-10 13:23 UTC  (2+ messages)

Branch Age Sorting and Idle Most Recent Sorting [Was: Re: Today is a big day for us]
 2013-04-10 12:53 UTC  (7+ messages)

[PATCH] ui-snapshot.c: Prepend "V" when guessing ref names
 2013-04-10 12:34 UTC  (2+ messages)

[PATCH] cgit.c: Do not restore unset environment variables
 2013-04-10 11:46 UTC  (2+ messages)

[PATCH] cgitrc.5.txt: Mention remove-suffix order issue
 2013-04-09 20:08 UTC 

[PATCH v2 1/2] tests/: Do not use `sed -i`
 2013-04-09 18:13 UTC  (4+ messages)
` [PATCH v2 2/2] t0107: Skip ZIP tests if unzip(1) isn't available

[PATCH 1/3] tests/: Do not use `sed -i`
 2013-04-08 22:23 UTC  (12+ messages)
` [PATCH 2/3] t0107: Skip ZIP tests if unzip(1) isn't available
` [PATCH 3/3] t0107: Use `tar -z` for gzip'ed archives

master testing time, a possible 9.1.1, and where we stand
 2013-04-08 21:03 UTC 

[PATCH] tests: Make sure that git does not access $HOME
 2013-04-08 20:38 UTC  (5+ messages)

[PATCH] Do not load user or system gitconfig and gitattributes
 2013-04-08 19:50 UTC  (5+ messages)

[PATCH] Update git to v1.8.2.1
 2013-04-08 19:29 UTC  (24+ messages)
          ` [PATCH] Do not load system gitconfig and gitattributes

[PATCH 00/12] Test improvements
 2013-04-08 19:23 UTC  (14+ messages)
` [PATCH 01/12] tests: use Git test functions directly
` [PATCH 02/12] tests: don't let Git's test-lib create a repository
` [PATCH 03/12] tests: remove prepare_tests
` [PATCH 04/12] t0001: don't setup test repositories
` [PATCH 05/12] tests/.gitignore: update for using Git's test infrastructure
` [PATCH 06/12] tests: remove "trash" directory
` [PATCH 07/12] tests: put cgit onto $PATH
` [PATCH 08/12] .gitignore: tighten cgit ignore expression
` [PATCH 09/12] tests: add Valgrind support
` [PATCH 10/12] t0001: use test_cmp instead of 'diff -u'
` [PATCH 11/12] tests: use test_line_count where appropriate
` [PATCH 12/12] tests: use test_create_repo instead of "git init"

[PATCH 00/19] Fixed-size buffer removal
 2013-04-08 18:28 UTC  (75+ messages)
` [PATCH 01/19] Fix out-of-bounds memory accesses with virtual_root=""
` [PATCH 02/19] Remove redundant calls to fmt("%s", ...)
` [PATCH 03/19] cache.c: don't use statically sized buffers for filenames
` [PATCH 04/19] html: introduce html_txtf and html_vtxtf functions
` [PATCH 05/19] Convert cgit_print_error to a variadic function
` [PATCH 06/19] scan-tree: use struct strbuf instead of static buffers
` [PATCH 07/19] ui-log.c: use a strbuf for refs
` [PATCH 08/19] ui-log.c: use a strbuf for grep arguments
` [PATCH 09/19] ui-plain.c: use struct strbuf instead of fmt()
` [PATCH 10/19] ui-refs.c: use struct strbuf instead of fixed-size buffers
` [PATCH 11/19] ui-repolist.c: use struct strbuf for repository paths
` [PATCH 12/19] ui-snapshot.c: tidy up memory management in write_archive_type
` [PATCH 13/19] ui-snapshot: use a struct strbuf instead of fixed-size buffers
` [PATCH 14/19] ui-summary.c: use "
` [PATCH 15/19] ui-tag.c: use struct strbuf for user-supplied data
` [PATCH 16/19] ui-tree.c: use struct strbuf instead of fmt()
` [PATCH 17/19] cgit.c: "
` [PATCH 18/19] html: add html_attrf to output an attribute value from a format string
` [PATCH 19/19] ui-shared.c: use struct strbuf instead of fmt()
` [PATCH v2 00/22] Fixed-size buffer removal
  ` [PATCH v2 01/22] Fix out-of-bounds memory accesses with virtual_root=""
  ` [PATCH v2 02/22] Mark char* fields in struct cgit_page as const
  ` [PATCH v2 03/22] Remove redundant calls to fmt("%s", ...)
  ` [PATCH v2 04/22] html.c: add fmtalloc helper
  ` [PATCH v2 05/22] shared.c: add strbuf_ensure_end
  ` [PATCH v2 06/22] cache.c: don't use statically sized buffers for filenames
  ` [PATCH v2 07/22] html: introduce html_txtf and html_vtxtf functions
  ` [PATCH v2 08/22] Convert cgit_print_error to a variadic function
    ` [PATCH 08/22 v3] "
  ` [PATCH v2 09/22] scan-tree: use struct strbuf instead of static buffers
  ` [PATCH v2 10/22] ui-log.c: use a strbuf for refs
  ` [PATCH v2 11/22] ui-log.c: use a strbuf for grep arguments
  ` [PATCH v2 12/22] ui-plain.c: use struct strbuf instead of fmt()
  ` [PATCH v2 13/22] ui-refs.c: use struct strbuf instead of fixed-size buffers
  ` [PATCH v2 14/22] ui-repolist.c: use struct strbuf for repository paths
  ` [PATCH v2 15/22] ui-snapshot.c: tidy up memory management in write_archive_type
  ` [PATCH v2 16/22] ui-snapshot: use a struct strbuf instead of fixed-size buffers
  ` [PATCH v2 17/22] ui-summary.c: use "
  ` [PATCH v2 18/22] ui-tag.c: use struct strbuf for user-supplied data
  ` [PATCH v2 19/22] ui-tree.c: use struct strbuf instead of fmt()
  ` [PATCH v2 20/22] cgit.c: "
  ` [PATCH v2 21/22] html: add html_attrf to output an attribute value from a format string
  ` [PATCH v2 22/22] ui-shared.c: use struct strbuf instead of fmt()

[PATCH] tests: use Git's test framework
 2013-04-08 14:28 UTC  (3+ messages)

[PATCH] ui-blob: don't segfault when no path is given
 2013-04-07 14:08 UTC  (2+ messages)

[PATCH 1/2] ui-refs.c: Remove global header variable
 2013-04-06 21:39 UTC  (2+ messages)
` [PATCH 2/2] ui-refs.c: Refactor print_tag()

[PATCH] html.c: Replace strdup() with xstrdup()
 2013-04-06 14:26 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] Always #include corresponding .h in .c files
 2013-04-06 14:25 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).