List for cgit developers and users
 help / color / mirror / Atom feed
author/committer/tagger links -- kernel.org?
 2014-01-16 22:02 UTC  (6+ messages)
` owner links? (was: author/committer/tagger links -- kernel.org?)

Policy on global variables
 2014-01-16 21:36 UTC  (13+ messages)

Time Invariant String Comparison
 2014-01-16 11:44 UTC 

TODO list for next release
 2014-01-16 11:39 UTC 

authentication support: work has begun!
 2014-01-16 11:14 UTC  (8+ messages)

[PATCH 1/2] parsing.c: Remove leading space from committer
 2014-01-15 23:57 UTC  (4+ messages)
` [PATCH 2/2] t0111: Additions and fixes

[PATCH 0/4] Remove references to the global context variable
 2014-01-15 21:37 UTC  (5+ messages)
` [PATCH 1/4] Remove context parameter from cgit_print_*()
` [PATCH 2/4] Remove context parameter from all commands
` [PATCH 3/4] cgit.c: Remove context parameter from initializations
` [PATCH 4/4] Remove callback data parameter for cache slots

[PATCH] auth: add basic authentication filter framework
 2014-01-15 18:11 UTC 

ssh clone config
 2014-01-15 14:26 UTC  (4+ messages)
  ` Fwd: "

[PATCH 1/1] email-gravatar: fix html syntax issues
 2014-01-15 13:52 UTC  (3+ messages)

[PATCH v2 1/3] t0111: Prepare for other filter prefixes
 2014-01-15 13:46 UTC  (4+ messages)
` [PATCH v2 2/3] t0111: Add basic tests for Lua filters
` [PATCH 3/3] t0111: Check all arguments

cgit-lua: to jit or not to jit
 2014-01-15  1:32 UTC  (15+ messages)

lua vs luajit vs both
 2014-01-14 22:54 UTC  (5+ messages)

[PATCH] filter: refactor cgit_new_filter()
 2014-01-14 21:59 UTC  (4+ messages)

[PATCH 1/2] t0111: Prepare for other filter prefixes
 2014-01-14 20:05 UTC  (2+ messages)
` [PATCH 2/2] t0111: Add basic tests for Lua filters

Welcome on board Lukas Fleischer
 2014-01-14 18:00 UTC  (16+ messages)
` [RESEND PATCH 1/1] enable cgit to show gravatar for author, committer and tagger

[PATCH 1/1] filter: fix lua function name
 2014-01-14 17:21 UTC  (2+ messages)

[PATCH 1/1] fix email-gravatar.lua for lua 5.2
 2014-01-14 17:20 UTC  (3+ messages)

[PATCH/RFC] tests/: Add t0111-filter.sh
 2014-01-14 12:54 UTC  (2+ messages)

[PATCH 1/1] fix html syntax in email-gravatar.*
 2014-01-14 12:49 UTC  (2+ messages)

[PATCH 1/1] fix UTF-8 with email-gravatar.py
 2014-01-14 12:49 UTC  (2+ messages)

Idle time in project overview
 2014-01-14 12:08 UTC  (2+ messages)

[PATCH v3 1/2] filters: Improved syntax-highlighting.py
 2014-01-14 10:39 UTC  (8+ messages)
` [PATCH v3 2/2] filters: Choose 'trac' theme in pygments

[PATCH] cgitrc.5.txt: Fix documentation of the snapshot mask
 2014-01-14  1:30 UTC  (2+ messages)

LUXURY WATCHES,JEWELRY and ACCESSORIES,BAGS and WALLETS - SALE!!
 2014-01-13 22:33 UTC 

[PATCH v2] filters: Improved syntax-highlighting.py
 2014-01-13 14:53 UTC  (5+ messages)

[PATCH v2 0/9] filter framework and lua support: complete
 2014-01-13 14:00 UTC  (10+ messages)
` [PATCH v2 1/9] filter: add fprintf_filter function
` [PATCH v2 2/9] filter: add interface layer
` [PATCH v2 3/9] filter: introduce "filter type" prefix
` [PATCH v2 4/9] filter: allow for cleanup hook for filter types
` [PATCH v2 5/9] filter: basic write hooking infrastructure
` [PATCH v2 6/9] filter: add lua support
` [PATCH v2 7/9] filter: return on null filter from open and close
` [PATCH v2 8/9] filter: add support for email filter
` [PATCH v2 9/9] filter: add gravatar scripts

[PATCH 00/12] filter framework and lua integration: complete
 2014-01-13  9:41 UTC  (19+ messages)
` [PATCH 01/12] filter: add fprintf_filter function
` [PATCH 02/12] filter: add interface layer
` [PATCH 03/12] filter: introduce "filter type" prefix
` [PATCH 04/12] filter: allow for cleanup hook for filter types
` [PATCH 05/12] filter: basic write hooking infrastructure
` [PATCH 06/12] filter: add preliminary lua support
` [PATCH 07/12] filter: document lua filter type
` [PATCH 08/12] filter: lua error reporting
` [PATCH 09/12] filter: return on null filter from open and close
` [PATCH 10/12] filter: add support for email filter
` [PATCH 11/12] filter: add simple gravatar "
` [PATCH 12/12] filter: add gravatar lua script

[PATCH] build system: switch to luajit instead of lua
 2014-01-13  4:28 UTC  (2+ messages)

sendfile patch revival?
 2014-01-13  4:17 UTC  (3+ messages)

Adding Filter Types to cgit [was: RFE: .so filters]
 2014-01-13  3:53 UTC  (5+ messages)

[PATCH] filter: basic write hooking infrastructure
 2014-01-12 23:10 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/3] ui-refs: escape HTML chars in author and tagger names
 2014-01-12 22:17 UTC  (8+ messages)
` [PATCH 2/3] ui-shared: URL-escape script_name
` [PATCH 3/3] ui-repolist: HTML-escape cgit_rooturl() response

[PATCH] tests: add CGIT_TEST_OPTS variable to Makefile
 2014-01-12 22:03 UTC  (2+ messages)

[PATCH] filter: allow for cleanup hook for filter types
 2014-01-12 20:12 UTC 

[RFC/PATCH 0/6] Preparation for more filter types
 2014-01-12 19:40 UTC  (12+ messages)
` [PATCH 1/6] html: remove redundant htmlfd variable
` [PATCH 2/6] ui-snapshot: set unused cgit_filter fields to zero
` [PATCH 3/6] filter: pass extra arguments via cgit_open_filter
` [PATCH 4/6] filter: add fprintf_filter function
` [PATCH 5/6] filter: add interface layer
` [PATCH 6/6] filter: introduce "filter type" prefix

[PATCH] cache: don't leave cache_slot fields uninitialized
 2014-01-12 19:02 UTC  (3+ messages)

RFE: .so filters
 2014-01-11  2:37 UTC  (19+ messages)

[PATCH] Disallow downloading disabled snapshot formats
 2014-01-10 17:14 UTC  (3+ messages)

syntax-highlighting.py
 2014-01-10 16:19 UTC  (5+ messages)
` RESEND: syntax-highlighting.py

[PATCH 1/2] cgit.c: Use "else" for mutually exclusive branches
 2014-01-10 16:06 UTC  (3+ messages)
` [PATCH 2/2] cgit.c: Fix comment on bit mask hack

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).