]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-10-08 Ben StraubWinHTTP: set Accept header for POSTs
2013-10-08 Vicent MartíMerge pull request #1894 from libgit2/cmn/tree-raw
2013-10-08 Carlos Martín... tree: allow retrieval of raw attributes
2013-10-05 Vicent MartíMerge pull request #1890 from libgit2/multiple-init
2013-10-05 Ben StraubDon't use git_atomic as an integer
2013-10-05 Philip KelleyUse InterlockedCompareExchange for the lock
2013-10-05 Ben StraubPosix synchronized init, prototype win32 version
2013-10-05 Ben StraubAdd test for multiple thread init/shutdown
2013-10-04 Vicent MartíMerge pull request #1892 from libgit2/ntk/topic/index_read
2013-10-04 nulltokenindex: Make _read() cope with index file creation
2013-10-04 nulltokenindex: Enhance documentation
2013-10-04 nulltokenTabify indentations
2013-10-03 Vicent MartíMerge pull request #1888 from jamill/network_cancellation
2013-10-03 Jameson MillerStyle tweaks and changes for code review feedback
2013-10-03 Vicent MartíMerge pull request #1887 from libgit2/ntk/topic/git_mes...
2013-10-03 nulltokencommit: Introduce git_commit_message_raw()
2013-10-02 Russell BelferMerge pull request #1889 from libgit2/relative-redirect
2013-10-02 Ben StraubHTTP: handle "relative" redirects
2013-10-02 Jameson MillerFix broken online push tests
2013-10-02 Jameson MillerSupport cancellation in push operation
2013-10-02 Vicent MartíMerge pull request #1855 from libgit2/cmn/clone-into
2013-10-02 Carlos Martín... clone: put the callbacks struct directly in the clone...
2013-10-02 Carlos Martín... remote: add some comments to the callback struct
2013-10-02 Carlos Martín... clone: mention clone_into in the clone documentation
2013-10-02 Carlos Martín... clone: bring back NULL as defaults
2013-10-02 Carlos Martín... clone: re-allow using a custom remote name
2013-10-02 Carlos Martín... clone: const-ify checkout options
2013-10-02 Carlos Martín... clone: re-add a way to ignore certificate errors
2013-10-02 Carlos Martín... clone: remove more options from basic clone
2013-10-02 Carlos Martín... clone: implement git_clone on top of git_clone_into
2013-10-02 Carlos Martín... clone: remove the autotag option
2013-10-02 Carlos Martín... remote: add a convenience 'fetch' function.
2013-10-02 Carlos Martín... clone: implement git_clone_into
2013-10-02 Carlos Martín... remote: move the credentials callback to the struct
2013-10-02 Carlos Martín... remote: put the _download() callback with the others
2013-10-01 Vicent MartíMerge pull request #1885 from ethomson/transport_register
2013-10-01 Philip KelleyAdd git_transport_register, git_transport_unregister
2013-10-01 Ben StraubMark git__timer as inline on OSX
2013-10-01 Vicent MartíMerge pull request #1882 from linquize/config-subsectio...
2013-10-01 LinquizeAdd negative test cases for config header with invalid...
2013-10-01 LinquizeAdd test case to test ']' and '\\' characters in config...
2013-10-01 LinquizeConfig subsection name should allow to have ']' and...
2013-09-30 Vicent MartíMerge pull request #1879 from libgit2/redir-refactor
2013-09-30 Vicent MartíMerge pull request #1412 from jamill/push_progress
2013-09-30 Vicent MartíMerge pull request #1881 from libgit2/ignore-submodules...
2013-09-30 Ben StraubEnsure submodule repos and indices are freed
2013-09-30 Vicent MartíMerge pull request #1878 from libgit2/ntk/fix/warnings
2013-09-30 Jameson MillerInitial Implementation of progress reports during push
2013-09-30 Vicent MartíMerge pull request #1883 from libgit2/ntk/fix/empty_fir...
2013-09-30 nulltokencommit: Trim message leading newlines
2013-09-30 nulltokenTabify indentations
2013-09-28 Justin Spahr... Test that submodules don't affect stashing
2013-09-28 Justin Spahr... Never consider submodules for stashing
2013-09-27 Vicent MartíMerge pull request #1880 from ethomson/refdb_h_oopsie
2013-09-27 Edward ThomsonAdd refdb.h to git2.h, reorder git2.h sanely
2013-09-26 Ben StraubTighten up url-connection utility
2013-09-26 Ben StraubWHOOPS
2013-09-26 Ben StraubMake sure utility doesn't leak memory
2013-09-26 Ben StraubAdjust to new utility signature
2013-09-26 Ben StraubDeploy gitno_connection_data into transport (winhttp)
2013-09-26 Ben StraubDeploy gitno_connection_data into transport
2013-09-26 nulltokenFix warnings
2013-09-26 Ben StraubRefactor URL handling to use library call
2013-09-26 Ben StraubMigrate redirect URL handling to common utility
2013-09-25 Ben StraubWhy are we disabling redirects?
2013-09-25 Ben StraubMerge pull request #1877 from libgit2/win32-redirects
2013-09-25 Vicent MartíMerge pull request #1876 from arrbee/fix-error-handling...
2013-09-25 Ben StraubWin32: handle http->https redirects
2013-09-25 Russell BelferThe error handling docs are out of date
2013-09-25 Vicent MartíMerge pull request #1875 from ethomson/refdb_not_odb
2013-09-25 Edward ThomsonThat's the refdb, it's not the odb...
2013-09-25 Vicent MartíMerge pull request #1873 from mikeando/doc_cleanup
2013-09-25 Vicent MartíMerge pull request #1874 from mikeando/doc_cleanup2
2013-09-25 Mike AndersonFixed formatting of diff-internals.md
2013-09-25 Mike AndersonCleaned up some tables in checkout-internals doc
2013-09-24 Vicent MartíMerge pull request #1872 from libgit2/config-isolate-xdg
2013-09-24 Russell BelferMake tests pass if XDG config exists
2013-09-24 Vicent MartíMerge pull request #1871 from libgit2/cross-protocol...
2013-09-24 Russell BelferPrevent HTTPS to HTTP redirect
2013-09-24 Russell BelferDisconnect path string to preserve after redirect
2013-09-24 Vicent MartíMerge pull request #1869 from ethomson/fs_iterator_race_2
2013-09-24 Edward ThomsonIgnore files that disappear while iterating
2013-09-24 Ben StraubProperly parse urls that include protocol://
2013-09-24 Ben StraubAllow redirects to use same host
2013-09-24 Vicent MartíMerge pull request #1865 from arrbee/various-cleanups
2013-09-24 Vicent MartíMerge pull request #1864 from libgit2/minimize-regex...
2013-09-24 Russell BelferFix up filebuf tests a bit
2013-09-24 Russell BelferFix incorrect return code in crlf filter
2013-09-24 Russell BelferMerge pull request #1867 from ethomson/remove_not_delete
2013-09-24 Edward Thomson'del' instead of 'delete' for the poor C++ users
2013-09-24 Russell BelferFix warnings in Makefile.embed
2013-09-24 Russell BelferClean up unnecessary git_buf_printf calls
2013-09-24 Russell BelferFix warnings on Windows 64-bit build
2013-09-24 Russell BelferClean up newly introduced warnings
2013-09-23 Russell BelferRemove regex usage from places that don't need it
2013-09-22 Vicent MartíMerge pull request #1863 from linquize/typo
2013-09-22 Carlos Martín... merge: reverse array and length parameter order
2013-09-22 LinquizeFix typo in documentation
2013-09-21 Vicent MartíMerge pull request #1840 from linquize/warning
2013-09-20 Vicent MartíMerge pull request #1861 from ben/molo-valgrind
next