]> git.proxmox.com Git - libgit2.git/history - src
Merge pull request #3865 from libgit2/ethomson/leaks
[libgit2.git] / src /
2016-08-02 Edward ThomsonMerge pull request #3865 from libgit2/ethomson/leaks
2016-07-24 Edward Thomsoncrlf: set a safe crlf default
2016-07-24 Edward ThomsonMerge pull request #3815 from pks-t/pks/coverity-model
2016-07-24 Edward ThomsonMerge pull request #3862 from novalis/dturner/do-not...
2016-07-24 Edward Thomsonrepository: don't cast to `int` for no reason
2016-07-24 Edward Thomsonindex: cast to avoid warning
2016-07-24 Edward Thomsonpackbuilder: `size_t` all the things
2016-07-24 Edward Thomsonapply: safety check files that dont end with eol
2016-07-24 Edward Thomsonapply: check allocation properly
2016-07-24 Edward Thomsonapply: compare preimage to image
2016-07-15 David Turnerremote: Handle missing config values when deleting...
2016-07-05 Edward ThomsonMerge pull request #3851 from txdv/get-user-agent
2016-07-05 Edward ThomsonMerge pull request #3846 from rkrp/fix_bug_parsing_int64min
2016-07-05 Andrius BentkusAdd get user agent functionality.
2016-07-01 Edward ThomsonMerge pull request #3836 from joshtriplett/cleanup...
2016-07-01 Edward ThomsonMerge pull request #3711 from joshtriplett/git_reposito...
2016-06-30 Edward ThomsonMerge pull request #3847 from libgit2/ethomson/read_ind...
2016-06-29 Edward Thomsonindex: include conflicts in `git_index_read_index`
2016-06-29 Edward Thomsonindex: refactor common `read_index` functionality
2016-06-29 Edward ThomsonMerge pull request #3813 from stinb/submodule-update...
2016-06-29 Edward ThomsonMerge pull request #3842 from pks-t/pks/double-free
2016-06-29 Patrick Steinhardtblame: do not decrement commit refcount in make_origin
2016-06-29 Krishna Ram Prakash RFixed bug while parsing INT64_MIN
2016-06-28 Jason Haslamsubmodule: Try to fetch when update fails to find the...
2016-06-26 Edward ThomsonMerge pull request #3223 from ethomson/apply
2016-06-26 Edward ThomsonMerge pull request #3831 from libgit2/ethomson/readme
2016-06-26 Edward Thomsonpatch: show copy information for identical copies
2016-06-26 Edward Thomsonpatch::parse: handle patches with no hunks
2016-06-24 Josh Triplettfind_repo: Clean up and simplify logic
2016-06-24 Josh TriplettAdd GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_...
2016-06-24 Josh TriplettAdd GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appendi...
2016-06-24 Josh TriplettFix repository discovery with ceiling_dirs at current...
2016-06-21 Edward ThomsonMerge pull request #3834 from pks-t/pks/cleanups
2016-06-21 Patrick SteinhardtRemove unused static functions
2016-06-21 Patrick SteinhardtAvoid old-style function definitions
2016-06-21 Edward ThomsonMerge pull request #3830 from pks-t/pks/thread-namespacing
2016-06-20 Patrick Steinhardtthreads: add platform-independent thread initialization...
2016-06-20 Patrick Steinhardtwin32: rename pthread.{c,h} to thread.{c,h}
2016-06-20 Patrick Steinhardtthreads: remove now-useless typedefs
2016-06-20 Patrick Steinhardtthreads: remove unused function pthread_num_processors_np
2016-06-20 Patrick Steinhardtthreads: split up OS-dependent rwlock code
2016-06-20 Patrick Steinhardtthreads: split up OS-dependent thread-condition code
2016-06-20 Patrick Steinhardtthreads: remove unused function pthread_cond_broadcast
2016-06-20 Patrick Steinhardtthreads: split up OS-dependent mutex code
2016-06-20 Patrick Steinhardtthreads: split up OS-dependent thread code
2016-06-20 Edward ThomsonMerge pull request #3818 from meatcoder/fix_odb_read_error
2016-06-20 Sim Domingofix error message SHA truncation in git_odb__error_notf...
2016-06-20 Edward ThomsonMerge pull request #3827 from dbrnz/basic_auth
2016-06-19 David BrooksHTTP authentication scheme name is case insensitive.
2016-06-17 Carlos Martín NietoMerge pull request #3823 from libgit2/ethomson/checkout...
2016-06-16 Carlos Martín NietoMerge pull request #3822 from libgit2/ethomson/checkout...
2016-06-15 Edward Thomsoncheckout: use empty baseline when no index
2016-06-14 Edward ThomsonMerge pull request #3812 from stinb/fetch-tag-update...
2016-06-14 Jason Haslamfetch: Fixed spurious update callback for existing...
2016-06-14 Edward ThomsonMerge pull request #3816 from pks-t/pks/memory-leaks
2016-06-14 Edward ThomsonMerge pull request #3814 from pks-t/pks/invalid-memrefs
2016-06-07 Patrick Steinhardtwinhttp: plug several memory leaks
2016-06-07 Patrick Steinhardtglobal: clean up crt only after freeing tls data
2016-06-07 Patrick Steinhardtindex: fix NULL pointer access in index_remove_entry
2016-06-07 Patrick Steinhardttransports: smart: fix potential invalid memory derefer...
2016-06-02 Edward ThomsonMerge pull request #3808 from ethomson/read_index_fixes
2016-06-02 Edward Thomsonindex_read_index: invalidate new paths in tree cache
2016-06-02 Edward Thomsonindex_read_index: set flags for path_len correctly
2016-06-02 Edward Thomsonindex_read_index: differentiate on mode
2016-06-02 Edward Thomsonindex_read_index: reset error correctly
2016-06-01 Edward ThomsonMerge pull request #3796 from mmuman/haiku
2016-06-01 Edward ThomsonMerge pull request #3801 from ethomson/warning
2016-06-01 Edward Thomsonwin32: clean up unused warnings in DllMain
2016-06-01 Edward Thomsonrebase: change assertion to avoid
2016-06-01 Edward Thomsonfilebuf: fix uninitialized warning
2016-06-01 Edward Thomsoncheckout: drop unused repo
2016-05-26 Edward Thomsonpatch: zero id and abbrev length for empty files
2016-05-26 Edward Thomsonpatch: identify non-binary patches as `NOT_BINARY`
2016-05-26 Edward ThomsonIntroduce `git_diff_to_buf`
2016-05-26 Edward Thomsonintroduce `git_diff_from_buffer` to parse diffs
2016-05-26 Edward Thomsonpatch: differentiate not found and invalid patches
2016-05-26 Edward Thomsongit_patch_parse_ctx: refcount the context
2016-05-26 Edward Thomsongit_diff_generated: abstract generated diffs
2016-05-26 Edward Thomsonparse: introduce parse_ctx_contains_s
2016-05-26 Edward Thomsonpatch: `patch_diff` -> `patch_generated`
2016-05-26 Edward Thomsonvector: more sensible names for `grow_at`/`shrink_at`
2016-05-26 Edward Thomsonpatch: `git_patch_from_patchfile` -> `git_patch_from_bu...
2016-05-26 Edward Thomsonpatch: provide static string `advance_expected`
2016-05-26 Edward Thomsonpatch: formatting cleanups
2016-05-26 Edward Thomsongit_vector_grow/shrink: correct shrink, and tests
2016-05-26 Edward Thomsongit_buf_quote/unquote: handle > \177
2016-05-26 Edward Thomsonpatch application: drop unnecessary `patch_image_init`
2016-05-26 Edward Thomsonpatch parse: dup the patch from the callers
2016-05-26 Edward Thomsonpatch parsing: squash some memory leaks
2016-05-26 Edward Thomsonpatch: drop some warnings
2016-05-26 Edward Thomsonpatch: use strlen to mean string length
2016-05-26 Edward Thomsonpatch: show modes when only the mode has changed
2016-05-26 Edward Thomsonpatch: quote filenames when necessary
2016-05-26 Edward Thomsongit_buf_quote: quote ugly characters
2016-05-26 Edward Thomsonpatch: don't print some headers on pure renames
2016-05-26 Edward ThomsonIntroduce git_patch_options, handle prefixes
2016-05-26 Edward Thomsonpatch printing: include rename information
2016-05-26 Edward Thomsonpatch_parse: don't set new mode when deleted
2016-05-26 Edward Thomsonpatch_parse: use names from `diff --git` header
2016-05-26 Edward Thomsonpatch_parse: set binary flag
next