summaryrefslogtreecommitdiff
path: root/src/filter.c
Commit message (Expand)AuthorAgeFilesLines
* errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* Remove old and unused error codesVicent Martí2012-05-021-4/+4
* Merge remote-tracking branch 'carlosmn/remaining-errors' into new-error-handlingVicent Martí2012-05-011-2/+2
|\
| * error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-261-2/+2
* | buf: deploy git_buf_len()nulltoken2012-04-301-5/+5
|/
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-1/+1
* Add filter tests and fix some bugsRussell Belfer2012-03-021-16/+15
* config: Implement a proper cvar cacheVicent Martí2012-03-021-50/+0
* filter: Beautiful refactoringVicent Martí2012-03-011-56/+60
* filter: Properly cache filter settingsVicent Martí2012-03-011-2/+8
* filter: Precache the filter config options on loadVicent Martí2012-03-011-0/+41
* filter: Add write-to CRLF filterVicent Martí2012-02-291-93/+38
* filter: Load attributes for fileVicent Martí2012-02-281-0/+88
* filter: Apply filters before writing a file to the ODBVicent Martí2012-02-271-0/+132