summaryrefslogtreecommitdiff
path: root/src/filter.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* Fix warnings on Windows 64-bit buildRussell Belfer2013-09-231-3/+11
* Bug fixes and cleanupsRussell Belfer2013-09-171-6/+8
* Some tests with ident and crlf filtersRussell Belfer2013-09-171-1/+1
* Fix win32 warningsRussell Belfer2013-09-171-3/+3
* Port tests from PR 1683Russell Belfer2013-09-171-0/+5
* Merge git_buf and git_bufferRussell Belfer2013-09-171-24/+24
* Add ident filterRussell Belfer2013-09-171-2/+29
* Add functions to manipulate filter listsRussell Belfer2013-09-171-3/+49
* Update filter registry codeRussell Belfer2013-09-171-54/+113
* Hook up filter initialize callbackRussell Belfer2013-09-171-2/+32
* Extend public filter api with filter listsRussell Belfer2013-09-171-51/+96
* Add attributes to filters and fix registryRussell Belfer2013-09-171-20/+243
* Make git_filter_source opaqueRussell Belfer2013-09-171-0/+27
* Create public filter object and use itRussell Belfer2013-09-171-33/+143
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-69/+0
* Update of text stats calculationJameson Miller2012-11-011-4/+0
* checkout : reduce memory usage when not filteringnulltoken2012-09-171-19/+0
* checkout: introduce git_checkout_tree()nulltoken2012-09-171-25/+9
* filter: fix memory leakBen Straub2012-07-211-0/+3
* Migrate code to git_filter_blob_contents.Ben Straub2012-07-161-0/+33
* Checkout: add structure for CRLF.Ben Straub2012-07-091-3/+3
* 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