]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-08-12 Patrick Steinhardtignore: allow unignoring basenames in subdirectories
2016-08-04 Edward ThomsonMerge pull request #3861 from libgit2/ethomson/refresh_...
2016-08-04 Edward Thomsonodb: only freshen pack files every 2 seconds
2016-08-04 Edward Thomsonodb: freshen existing objects when writing
2016-08-04 Carlos Martín... Merge pull request #3877 from libgit2/ethomson/paths_init
2016-08-04 Edward ThomsonMerge pull request #3869 from richardipsum/fix-outdated...
2016-08-04 Edward ThomsonMerge pull request #3850 from wildart/custom-tls
2016-08-04 Edward Thomsonsysdir: use the standard `init` pattern
2016-08-04 Edward ThomsonMerge pull request #3879 from libgit2/ethomson/mwindow_init
2016-08-04 Edward Thomsonmwindow: init mwindow files in git_libgit2_init
2016-08-04 Edward ThomsonMerge pull request #3880 from libgit2/ethomson/diff_file
2016-08-03 Edward Thomsongit_diff_file: move `id_abbrev`
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 Thomsontests: use a `size_t`
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-24 Edward Thomsonrepo::open: remove dead code, free buffers
2016-07-24 Edward ThomsonMerge pull request #3868 from libgit2/ethomson/mac_build
2016-07-24 Edward Thomsonci: install homebrew's curl on mac
2016-07-23 Richard IpsumMake comment conform to style guide
2016-07-23 Richard IpsumFix outdated comment
2016-07-23 Edward Thomsonci: install homebrew's zlib on mac
2016-07-15 David Turnerremote: Handle missing config values when deleting...
2016-07-06 wildartremove conditions that prevent use of custom TLS stream
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 Josh TriplettCHANGELOG.md: Document new flags for git_repository_ope...
2016-06-30 Josh TriplettCHANGELOG.md: Document behavior change in repository...
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... Fixed 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: test diff with exact rename and copy
2016-06-26 Edward Thomsonpatch::parse: test diff with simple rename
2016-06-26 Edward Thomsonpatch::parse: handle patches with no hunks
2016-06-26 Edward Thomsondiff::parse tests: test parsing a diff
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 Edward ThomsonMerge pull request #3833 from pks-t/pks/msys-conditiona...
2016-06-21 Patrick SteinhardtRemove unused static functions
2016-06-21 Patrick SteinhardtAvoid old-style function definitions
2016-06-21 Patrick Steinhardtcmake: do not use -fPIC for MSYS2
2016-06-21 Edward ThomsonMerge pull request #3830 from pks-t/pks/thread-namespacing
2016-06-20 Edward ThomsonREADME: update "Getting Help" section
2016-06-20 Edward ThomsonREADME: update bindings
2016-06-20 Edward ThomsonREADME: improve contributing paragraph
2016-06-20 Edward ThomsonREADME: disambiguate what to distribute source of
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... Merge pull request #3823 from libgit2/ethomson/checkout...
2016-06-16 Carlos Martín... Merge pull request #3822 from libgit2/ethomson/checkout...
2016-06-15 Edward Thomsoncheckout: use empty baseline when no index
2016-06-15 Edward Thomsondocumentation: improve docs for `checkout_head`
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 Steinhardttests: fix memory leaks in checkout::typechange
2016-06-07 Patrick Steinhardtcoverity: model functions printing into git_buf
2016-06-07 Patrick Steinhardtcoverity: add user model
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 Thomsonrebase: test rebasing a new commit with subfolder
2016-06-02 Edward Thomsontest: ensure we can round-trip a written tree
2016-06-02 Edward Thomsonindex_read_index: set flags for path_len correctly
next