]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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 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 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
2016-06-02 Edward Thomsonindex_read_index: differentiate on mode
2016-06-02 Edward Thomsonindex_read_index: reset error correctly
2016-06-02 Edward Thomsonround-trip trees through index_read_index
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-06-01 Edward Thomsoncleanup: unused warning
2016-05-27 Edward ThomsonMerge pull request #3803 from glensc/patch-1
2016-05-27 Elan RuusamäeUpdate CMakeLists.txt
2016-05-26 Edward ThomsonMerge pull request #3799 from sschuberth/master
2016-05-26 Edward ThomsonMerge pull request #3798 from mmuman/stat-test-fix
2016-05-26 Edward ThomsonMerge branch 'checkout_submodules'
2016-05-26 Jason HaslamIgnore submodules when checking for merge conflicts...
2016-05-26 Jason Haslamcheckout: handle dirty submodules correctly
2016-05-26 Edward ThomsonMerge pull request #3792 from edquist/misc
2016-05-25 Sebastian SchuberthUse AppVeyor's Start-FileDownload cmdlet
2016-05-24 François Revoltest: Fix stat() test to mask out unwanted bits
2016-05-24 Carlos Martín... Merge pull request #3797 from libgit2/cmn/remove-single...
2016-05-24 Carlos Martín... tree: handle removal of all entries in the updater
2016-05-23 Carlos Martín... Merge pull request #3794 from libgit2/cmn/tree-update...
2016-05-22 François RevolCMakeLists: Add libnetwork for Haiku
2016-05-19 Carlos Martín... tree: plug leaks in the tree updater
2016-05-19 Carlos Martín... tree: use the basename for the entry removal
2016-05-19 Carlos Martín... tree: use testrepo2 for the tree updater tests
2016-05-18 Carl EdquistFix comment for GIT_FILEMODE_LINK
2016-05-18 Edward ThomsonMerge pull request #3770 from libgit2/cmn/tree-update
2016-05-17 Carlos Martín... Introduce a function to create a tree based on a differ...
2016-05-09 Edward ThomsonMerge pull request #3767 from pks-t/pks/misc-fixes
2016-05-08 Edward ThomsonMerge pull request #3773 from lucasderraugh/patch-1
2016-05-06 Carlos Martín... Merge pull request #3757 from johnhaley81/jh/fix-create...
2016-05-06 Lucas DerraughFix unused variable 'message' warning
2016-05-04 John HaleyFix initial commit test
2016-05-04 Carlos Martín... Merge pull request #3769 from libgit2/ethomson/rebase_i...
2016-05-03 John HaleyAdd tests for creating an initial commit
2016-05-03 John HaleyFix `git_commit_create` for an initial commit
2016-05-03 Edward Thomsonrebase: handle no common ancestor for inmemory
2016-05-03 Edward Thomsonrebase: test rebase (merge) w/ no common ancestor
2016-05-03 Patrick Steinhardtdiff: simplify code for handling empty dirs
2016-05-02 Edward ThomsonMerge pull request #3759 from libgit2/cmn/faster-header
2016-05-02 Patrick Steinhardtdelta-apply: fix sign extension
2016-05-02 Patrick Steinhardtodb_loose: fix undefined behavior when computing size
2016-05-02 Patrick Steinhardtcheckout: set ignorecase=0 when config lookup fails
2016-05-02 Patrick Steinhardtmerge_file: do not unnecessarily check ours/theirs...
2016-05-02 Carlos Martín... odb: avoid inflating the full delta to read the header
2016-05-02 Patrick Steinhardtindex: fix memory leak on error case
2016-04-29 Carlos Martín... Merge pull request #3764 from libgit2/ethomson/cmake_pc
2016-04-29 Edward Thomsoncmake: include threading libraries in pkg-config
2016-04-29 Carlos Martín... Merge pull request #3763 from libgit2/ethomson/signatur...
2016-04-29 Edward ThomsonMerge pull request #3760 from backhub/bug/openssl_read
2016-04-28 Edward ThomsonIntroduce `git_signature_from_buffer`
2016-04-27 Christian SchlackFix style: no braces
2016-04-26 Carlos Martín... Merge pull request #3758 from libgit2/ethomson/annotate...
2016-04-26 Edward Thomsonannotated_commit: provide refs and description
2016-04-26 Christian SchlackFix return value of openssl_read (infinite loop)
2016-04-26 Edward Thomsonrebase::abort: test we can abort rebase by revspec
2016-04-26 Carlos Martín... Merge pull request #3755 from arthurschreiber/patch-9
2016-04-26 Arthur SchreiberRemove traces of `git_blob_create_fromchunks`
2016-04-26 Carlos Martín... Merge pull request #3749 from arthurschreiber/arthur...
2016-04-26 Carlos Martín... Merge pull request #3748 from libgit2/ethomson/rebase_d...
2016-04-25 Edward ThomsonMerge pull request #3752 from libgit2/cmn/silly-tags
2016-04-25 Carlos Martín... tag: ignore extra header fields
2016-04-22 Arthur SchreiberAllow creating copies of `git_reference` objects.
2016-04-22 Carlos Martín... Merge pull request #3747 from libgit2/ethomson/warnings
2016-04-21 Edward Thomsonrebase: correctly finish rebasing detached heads
next