]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-05-20 Carlos Martín... smart: send a flush when we disconnect
2014-05-19 Vicent MartiMerge pull request #2371 from martinwoodward/attrib_fnmatch
2014-05-19 Martin WoodwardRestore attributions for fnmatch
2014-05-19 Vicent MartiMerge pull request #2354 from libgit2/cmn/clone-into...
2014-05-19 Carlos Martín... clone: don't error out if the branch already exists
2014-05-19 Carlos Martín... clone: duplicate the remote
2014-05-19 Carlos Martín... clone: add failing test for a mirror-clone with clone_into
2014-05-19 Vicent MartiMerge pull request #2364 from libgit2/cmn/comment-char
2014-05-19 Vicent MartiMerge pull request #2303 from jacquesg/mingw-lseek
2014-05-18 Philip KelleyMerge pull request #2365 from kitbellew/fix-indexer...
2014-05-18 Albert MeltzerFix warning on uninitialized variable.
2014-05-18 Carlos Martín... message: don't assume the comment char
2014-05-17 Philip KelleyFix a bug in the pack::packbuilder suite
2014-05-17 Philip KelleyFix printf format string from previous commit
2014-05-17 Philip Kelleyprint_binary_hunk: Treat types with respect
2014-05-17 Philip KelleyMerge remote-tracking branch 'upstream/cmn/indexer...
2014-05-17 Vicent MartiMerge pull request #2362 from libgit2/rb/update-4k...
2014-05-16 Carlos Martín... indexer: mmap fixes for Windows
2014-05-16 Carlos Martín... indexer: use mmap for writing
2014-05-16 Russell BelferGit binary check compat tests
2014-05-16 Russell BelferIncrease binary detection len to 8k
2014-05-16 Russell BelferMerge pull request #2360 from phkelley/noinherit
2014-05-16 Philip KelleyWin32: Supply _O_NOINHERIT when calling _wopen
2014-05-16 Vicent MartiMerge pull request #2313 from libgit2/cmn/remote-delete
2014-05-16 Carlos Martín... remote: remove remote-tracking branches on delete
2014-05-15 Russell BelferMerge pull request #2357 from libgit2/cmn/pack-cache...
2014-05-15 Vicent MartiMerge pull request #2356 from libgit2/rb/restore-search...
2014-05-15 Carlos Martín... pack: init the cache on packfile alloc
2014-05-15 Russell BelferBetter search path sandboxing
2014-05-15 Philip KelleyFix mutex init/free in config_file.c
2014-05-14 Vicent MartiMerge pull request #2351 from linquize/init-var
2014-05-14 Vicent MartiMerge pull request #2349 from libgit2/rb/coverity-fixes
2014-05-14 Vicent MartiMerge pull request #2348 from stewid/add-link-R-bindings
2014-05-13 Russell BelferIncrease use of config snapshots
2014-05-13 Russell BelferSome coverity inspired cleanups
2014-05-13 Stefan WidgrenAdd R bindings to the README
2014-05-13 LinquizeInitialize local variable
2014-05-13 Vicent MartiMerge pull request #2328 from libgit2/rb/how-broken...
2014-05-13 Vicent MartiMerge pull request #2330 from libgit2/cmn/pack-unpack...
2014-05-13 Vicent MartiMerge pull request #2346 from kitbellew/fix2300
2014-05-13 Albert MeltzerWin32 fix for #2300.
2014-05-13 Carlos Martín... pack: don't forget to cache the base object
2014-05-13 Carlos Martín... pack: use stack allocation for smaller delta chains
2014-05-13 Carlos Martín... pack: expose a cached delta base directly
2014-05-12 Russell BelferMerge pull request #2336 from libgit2/rb/unicode-branch...
2014-05-12 Russell BelferMerge pull request #2334 from libgit2/rb/fix-2333
2014-05-12 Russell BelferDon't scale diff stat when not needed
2014-05-12 Russell BelferMinor fixes for warnings and error propagation
2014-05-12 Russell BelferMerge pull request #2300 from libgit2/cmn/match-host...
2014-05-12 Russell BelferMerge pull request #2188 from libgit2/cmn/config-snapshot
2014-05-09 Carlos Martín... pack: simplify delta chain code
2014-05-09 Carlos Martín... pack: preallocate a 64-element chain
2014-05-09 Carlos Martín... pack: make sure not to leak the dep chain
2014-05-09 Carlos Martín... pack: use a cache for delta bases when unpacking
2014-05-09 Carlos Martín... pack: unpack using a loop
2014-05-09 Carlos Martín... pack: do not repeat the same error message four times
2014-05-09 Carlos Martín... pack: remove misleading comment
2014-05-09 Vicent MartiMerge pull request #2331 from libgit2/rb/dont-stop...
2014-05-08 Russell BelferDisable threads::refdb::edit_while_iterate test
2014-05-08 Russell BelferDon't always test composed-insensitive lookups
2014-05-08 Russell BelferAllow cl_repo_get_bool to work with missing key
2014-05-08 Vicent MartiMerge pull request #2335 from libgit2/cmn/indexer-vecto...
2014-05-08 Russell BelferPass unconverted data when iconv doesn't like it
2014-05-08 Carlos Martín... indexer: avoid memory moves
2014-05-08 Russell BelferMerge pull request #2332 from libgit2/peff/iconv
2014-05-08 Jeff Kingexamples: add a basic for-each-ref example
2014-05-08 Jeff Kingcmake: s/ICONV/Iconv/ in FIND_PACKAGE
2014-05-08 Russell BelferUse unsigned type for APIs with opt flag mask
2014-05-08 Russell BelferBe more careful with user-supplied buffers
2014-05-07 Carlos Martín... repository: introduce a convenience config snapshot...
2014-05-06 Russell BelferMerge pull request #2329 from anuraggup/fix_git_shutdown
2014-05-06 Russell BelferAdd filter options and ALLOW_UNSAFE
2014-05-06 Russell BelferMerge pull request #2324 from libgit2/cmn/file-in-objec...
2014-05-06 Anurag GuptaFix the issues in git_shutdown
2014-05-06 Russell BelferImprove checks for ignore containment
2014-05-06 Carlos Martín... object: fix a brace
2014-05-06 Anurag GuptaFix the issues in git__on_shutdown
2014-05-05 Carlos Martín... odb: ignore files in the objects dir
2014-05-02 Russell BelferDoc fixes
2014-05-02 Vicent MartiMerge pull request #2308 from libgit2/rb/diff-update...
2014-05-02 Russell BelferMerge pull request #2310 from libgit2/cmn/commit-create...
2014-05-02 Russell BelferSome further sandboxing cleanups to tests
2014-05-02 Russell BelferImprove handling of fake home directory
2014-05-02 Russell BelferFix remaining init_options inconsistencies
2014-05-02 Russell BelferMake init_options fns use unsigned ints and macro
2014-05-02 Russell BelferRemove trace / add git_diff_perfdata struct + api
2014-05-02 Russell BelferGet rid of redundant git_diff_options_init fn
2014-05-02 Russell BelferAdd payloads, bitmaps to trace API
2014-05-02 Russell BelferDon't use trace if GIT_TRACE not defined
2014-05-02 Russell BelferAdd GIT_STATUS_OPT_UPDATE_INDEX and use trace API
2014-05-02 Russell BelferAdd diff option to update index stat cache
2014-05-02 Russell BelferLay groundwork for updating stat cache in diff
2014-05-02 Russell BelferSkip diff oid calc when size definitely changed
2014-05-02 Russell BelferAdd build option for diff internal statistics
2014-05-02 Vicent MartiTemporary fix for Travis CI builds
2014-05-02 Vicent MartiMerge pull request #2318 from linquize/sleep
2014-05-02 Vicent MartiMerge pull request #2320 from libgit2/rb/fix-starstar...
2014-05-01 Russell BelferMake ** pattern eat trailing slash
2014-05-01 LinquizeMake examples/status.c compile on Windows
2014-05-01 Jacques Germishuysgit_pool_mallocsz takes an unsigned long
next