]> git.proxmox.com Git - libgit2.git/history - src/crlf.c
treebuilder: fix memory leaks in `write_with_buffer`
[libgit2.git] / src / crlf.c
2013-09-18 Vicent MartíMerge pull request #1860 from libgit2/cmn/indexer-hash
2013-09-17 Vicent MartíMerge pull request #1858 from linquize/win32-template-dir
2013-09-17 Vicent MartíMerge pull request #1847 from libgit2/filters-alternative
2013-09-17 Russell BelferBug fixes and cleanups
2013-09-17 Russell BelferMove binary check to CRLF filter itself
2013-09-17 Russell BelferMerge git_buf and git_buffer
2013-09-17 Russell BelferAdd ident filter
2013-09-17 Russell BelferAdd functions to manipulate filter lists
2013-09-17 Russell BelferUpdate filter registry code
2013-09-17 Russell BelferExtend public filter api with filter lists
2013-09-17 Russell BelferAdd attributes to filters and fix registry
2013-09-17 Russell BelferMake git_filter_source opaque
2013-09-17 Russell BelferCreate public filter object and use it
2013-09-17 Russell BelferStart of filter API + git_blob_filtered_content
2013-08-09 Russell BelferMerge pull request #1462 from yorah/fix/libgit2sharp...
2013-06-24 Vicent MartiMerge branch 'development'
2013-06-12 Vicent MartiMerge remote-tracking branch 'arrbee/minor-paranoia...
2013-06-12 Vicent MartíMerge pull request #1643 from ethomson/rename_source
2013-06-12 Vicent MartíMerge pull request #1642 from arrbee/diff-function...
2013-06-10 Russell BelferReorganize diff and add basic diff driver
2013-04-16 Vicent MartiMerge branch 'development'
2013-04-10 Vicent MartíMerge pull request #1424 from phkelley/efficient_push
2013-04-07 Vicent MartiMerge remote-tracking branch 'gnprice/revwalk' into...
2013-03-26 Vicent MartíMerge pull request #1436 from schu/opts-cache-size
2013-03-25 Vicent MartíMerge pull request #1437 from phkelley/redirect
2013-03-25 Vicent MartíMerge pull request #1431 from libgit2/autocrlf-fixes
2013-03-25 Russell BelferMove crlf conversion into buf_text
2013-03-25 Edward Thomsondon't convert CRLF to CRCRLF
2013-03-25 Russell BelferAdd has_cr_in_index check to CRLF filter
2013-02-05 Vicent MartíMerge pull request #1315 from nulltoken/development
2013-01-08 Vicent MartíMerge pull request #1209 from ethomson/update_copyright
2013-01-08 Edward Thomsonupdate copyrights
2012-11-30 Russell BelferMerge pull request #1108 from libgit2/ahead-behind...
2012-11-29 Vicent MartíMerge pull request #1110 from libgit2/features/push_rebased
2012-11-29 Vicent MartíMerge pull request #1090 from arrbee/ignore-invalid...
2012-11-29 Vicent MartíMerge pull request #1083 from nulltoken/fix/tracking
2012-11-29 Vicent MartíMerge pull request #1102 from nulltoken/topic/fetch...
2012-11-29 Vicent MartíMerge pull request #1107 from nulltoken/fix/diff-null...
2012-11-29 Vicent MartíMerge pull request #1088 from arrbee/consolidate-text...
2012-11-28 Russell BelferConsolidate text buffer functions
2012-09-13 Vicent MartíMerge pull request #927 from arrbee/hashfile-with-filters
2012-09-11 Russell BelferAdd git_repository_hashfile to hash with filters
2012-09-11 Vicent MartíMerge pull request #920 from scunz/mergebase_const
2012-09-11 Vicent MartiMerge branch 'diff-crlf-filters' into development
2012-09-06 Russell BelferAlternate test for autocrlf with status
2012-08-20 Vicent MartíMerge pull request #884 from carlosmn/global-windows
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-07-31 Ben StraubCheckout: crlf filter.
2012-07-27 Ben StraubMerge remote-tracking branch 'upstream/development...
2012-07-18 Ben StraubCheckout: obey core.symlinks.
2012-07-17 Ben StraubMerge branch 'development' into clone
2012-07-10 Ben StraubCheckout: add structure for CRLF.
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-05 Ben StraubMerge branch 'development' into rev-parse
2012-05-18 Vicent MartiMerge branch 'development'
2012-05-18 Vicent MartíMerge pull request #710 from libgit2/breaking-changes
2012-05-17 Vicent Martíerrors: Rename error codes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
2012-05-17 Vicent Martíglobal: Change parameter ordering in API
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-05 Vicent MartíMerge pull request #664 from arrbee/attrs-from-index
2012-05-03 Russell BelferSupport reading attributes from index
2012-05-03 Vicent MartíRemove old and unused error codes
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-05-02 Vicent MartíMerge remote-tracking branch 'carlosmn/remaining-errors...
2012-04-30 Vicent MartíMerge pull request #654 from carlosmn/pkt-err
2012-04-30 Russell BelferMerge pull request #652 from nulltoken/topic/diff-callbacks
2012-04-30 nulltokenbuf: deploy git_buf_len()
2012-03-06 Vicent Martíerror-handling: Repository
2012-03-05 Carlos Martín NietoMerge branch 'ssh-urls' into development
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-03-02 Russell BelferAdd filter tests and fix some bugs
2012-03-02 Vicent Martíconfig: Implement a proper cvar cache
2012-03-02 Vicent Martíattr: Change the attribute check macros
2012-03-01 Vicent Martífilter: Beautiful refactoring
2012-02-29 Vicent Martífilter: Add write-to CRLF filter