]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-08-14 Edward ThomsonDon't run the ssh clone tests against http remotes
2014-08-14 Vicent MartiMerge pull request #2469 from ethomson/transport2
2014-08-14 Edward ThomsonCustom transport: minor cleanups
2014-08-13 Vicent MartiMerge pull request #2517 from ethomson/no_win_unreadable
2014-08-13 Edward ThomsonDon't include the unreadable tests on win32
2014-08-13 Vicent MartiMerge pull request #2513 from ethomson/giterr_null_msg
2014-08-13 Edward ThomsonAllow NULL error message prefix when class=GITERR_OS
2014-08-09 Vicent MartiMerge pull request #2509 from libgit2/cmn/immediate...
2014-08-09 Carlos Martín... config: a multiline var can start immediately
2014-08-08 Vicent MartiMerge pull request #2507 from libgit2/rb/timer-typo
2014-08-08 Vicent MartiMerge pull request #2506 from libgit2/rb/ignore-pipes-etc
2014-08-08 Russell BelferDon't report status on named pipes
2014-08-07 Vicent MartiMerge pull request #2471 from jacquesg/compatibility...
2014-08-05 Russell BelferFix typo in timer normalization constants
2014-08-05 Jacques GermishuysIntroduce some consistency in definition/declaration...
2014-08-05 Jacques GermishuysMove p_realpath logic to realpath.c
2014-08-05 Jacques GermishuysUse p_snprintf also in tests
2014-08-05 Jacques GermishuysConsistently use p_snprintf
2014-08-05 Jacques GermishuysCleanup portability/compatibility layer
2014-08-05 Jacques GermishuysDefine WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH if not defined
2014-08-05 Jacques GermishuysSilence unused variables warnings
2014-08-05 Vicent MartiMerge pull request #2503 from jacquesg/solaris-http...
2014-08-05 Jacques GermishuysSolaris doesn't necessarily have stdint.h, use inttypes.h
2014-07-25 Vicent MartiMerge pull request #2487 from libgit2/cmn/revwalk-no...
2014-07-25 Carlos Martín... array: mark the array to grow as volatile
2014-07-24 Carlos Martín... revwalk: remove preallocation of the uninteresting...
2014-07-23 Vicent MartiMerge pull request #2477 from ethomson/merge
2014-07-23 Vicent MartiMerge pull request #2484 from libgit2/fix-git-status...
2014-07-23 Alan Rogersundo indentation change in diff_print.c
2014-07-22 Vicent MartiMerge pull request #2485 from ethomson/cherrypick
2014-07-22 Edward Thomsongit_cherry_pick -> git_cherrypick
2014-07-22 Alan RogersMerge remote-tracking branch 'origin/master' into fix...
2014-07-22 Alan RogersRemove debug printfs.
2014-07-22 Alan RogersMove the UNREADABLE enums to the correct group.
2014-07-17 Edward ThomsonDon't allow conflicts by default
2014-07-16 Vicent MartiMerge pull request #2475 from libgit2/expose-buffer...
2014-07-16 joshaberJust put it all in buffer.
2014-07-16 Vicent MartiMerge pull request #2476 from linquize/config-lf-eof
2014-07-16 Vicent Martissh: Fix unused warning
2014-07-16 Vicent Marticlone: should_clone? Of course we should clone. That...
2014-07-16 Vicent MartiMerge pull request #2467 from ethomson/win_local_clone
2014-07-16 LinquizeAdd unit test to test add section without lf at EOF
2014-07-16 LinquizeMake sure \n is at the end of config file before a...
2014-07-16 joshaberExport git_buf_text_is_binary and git_buf_text_contains...
2014-07-15 Vicent MartiMerge pull request #2472 from jacquesg/perl-link
2014-07-15 Vicent MartiMerge pull request #2474 from ethomson/clar_file_report
2014-07-15 Edward ThomsonSwitch description and path reporting
2014-07-13 Jacques GermishuysUpdated perl bindings link
2014-07-13 Jacques GermishuysOnly create openssl_locks if thread support is enabled
2014-07-13 Jacques GermishuysFix unix/posix.h include guard
2014-07-11 Edward ThomsonHandle local file:/// paths on Windows
2014-07-11 Vicent MartiMerge pull request #2466 from jacquesg/win2003-platform-sdk
2014-07-11 Vicent MartiMerge pull request #2463 from libgit2/cmn/ssh-factory...
2014-07-11 Vicent MartiMerge pull request #2465 from libgit2/cmn/refspec-start...
2014-07-11 Carlos Martín... Merge pull request #2468 from Airbitz/pack-error-reporting
2014-07-11 Carlos Martín... Merge pull request #2457 from ethomson/merge_fix
2014-07-11 Carlos Martín... checkout: fix docs formatting for the options
2014-07-11 Alan RogersMerge remote-tracking branch 'origin/development' into...
2014-07-09 William SwansonProperly report failure when expanding a packfile
2014-07-08 Edward Thomsonmerge: don't open COMMIT_MSG unless we need to append...
2014-07-08 Carlos Martín... Documentation fixes
2014-07-07 Carlos Martín... ssh: provide a factory function for setting ssh paths
2014-07-06 Jacques GermishuysDefine IO_REPARSE_TAG_SYMLINK if its not defined by...
2014-07-06 Jacques GermishuysSecure CRT is only available from Visual Studio 2005+
2014-07-06 Jacques Germishuysqsort_r is only available from Visual Studio 2005+
2014-07-06 Jacques GermishuysVariadic macros is only available from Visual Studio...
2014-07-06 Jacques Germishuys_stat64 is a function, __stat64 is the structure
2014-07-06 Jacques Germishuysstrnlen() is only available from Visual Studio 2005+
2014-07-06 Jacques Germishuysin_addr is defined in <Winsock2.h>, include before...
2014-07-04 Vicent MartiMerge remote-tracking branch 'origin/cmn/update-zlib'
2014-07-04 Carlos Martín... Add a CHANGELOG entry for refspecs with asterisk in...
2014-07-04 Carlos Martín... refspec: support asterisks in the middle of a pattern
2014-07-04 Carlos Martín... refspec: short-circuit non-pattern refspecs on transform
2014-07-04 Carlos Martín... Merge pull request #2461 from jacquesg/ssh2-warnings
2014-07-03 Jacques GermishuysInclude libssh2.h before git2.h (transport.h)
2014-07-03 Jacques GermishuysFix git_cred_ssh_interactive_callback signature
2014-07-03 Vicent MartiMerge pull request #2460 from libgit2/cmn/sched-yield
2014-07-03 Carlos Martín... Move yield to the tests and enable for FreeBSD
2014-07-03 Vicent MartiMerge pull request #2459 from libgit2/cmn/http-url...
2014-07-03 Carlos Martín... netops: error out on url without a path
2014-07-02 Vicent MartiMerge pull request #2449 from libgit2/cmn/maint-21
2014-07-02 Vicent MartiMerge pull request #2455 from ethomson/equal_oid
2014-07-02 Vicent MartiMerge pull request #2453 from ethomson/checkout_index
2014-07-02 Vicent MartiMerge pull request #2452 from libgit2/cmn/clone-custom...
2014-07-02 Vicent MartiMerge pull request #2456 from libgit2/cmn/ssh-send...
2014-07-02 Carlos Martín... ssh: libssh2_channel_write() behaves like send()
2014-07-02 Carlos Martín... clone: remote git_clone_into{,_local} from the public API
2014-07-02 Carlos Martín... clone: add a callback for repository creation
2014-07-01 Edward Thomsongit_checkout_index: checkout other indexes
2014-07-01 Edward Thomsonrevwalk::simplify test should test
2014-07-01 Edward ThomsonIntroduce cl_assert_equal_oid
2014-07-01 Vicent MartiMerge pull request #2451 from libgit2/rb/round-up-pool...
2014-06-30 Carlos Martín... ssh: always declare the libssh2 types
2014-06-30 Russell BelferRound up pool alloc sizes for alignment
2014-06-30 Vicent MartiMerge pull request #2440 from phkelley/transports
2014-06-30 Carlos Martín... ssh: create the right callback signature based on build...
2014-06-30 Carlos Martín... ssl: init only once without threads
2014-06-27 Vicent MartiMerge pull request #2447 from phkelley/pkt_assert
2014-06-27 Philip KelleyFix assert when receiving uncommon sideband packet
2014-06-27 Philip KelleyImprovements to git_transport extensibility
next