]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-05-30 Alan RogersRemove GIT_FILEMODE_NEW as it's unused.
2014-05-22 Alan RogersWe do expect the foo path in the nopermissions test
2014-05-22 Alan RogersDon't need to duplicate this code.
2014-05-22 Alan RogersTry a value for UNREADABLE that won't get masked out?!
2014-05-22 Alan RogersReturn GIT_DELTA_UNREADABLE for a file with a mode...
2014-05-22 Alan RogersRemove errant newline
2014-05-21 Alan RogersSimplify the no permission test.
2014-05-21 Alan RogersRemove errant whitespace.
2014-05-21 Alan RogersReturn GIT_FILEMODE_UNREADABLE for files that fail...
2014-05-20 Alan RogersStart adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNR...
2014-05-20 Alan RogersSkip unreadable files for now.
2014-05-20 Alan RogersRename GIT_ENOACCESS -> GIT_EUNREADABLE
2014-05-15 Alan RogersSkip unreadable files for now.
2014-05-15 Alan RogersReturn a specific error for EACCES.
2014-05-15 Alan RogersSimplify the test.
2014-05-14 Alan RogersAdd a test (failing) for a work tree status.
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 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 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 Vicent MartiMerge pull request #2304 from jacquesg/solaris
2014-04-30 Jacques GermishuysCheck for NULL before passing it to vsnprintf
2014-04-30 Jacques Germishuysstrcasecmp is in <strings.h>
2014-04-30 Jacques GermishuysBuild regex.c for Solaris. Added required defines for...
2014-04-30 Vicent MartiMerge pull request #2314 from libgit2/cmn/known-libs
2014-04-30 Vicent MartiMerge pull request #2315 from jacquesg/qsort-cygwin
2014-04-30 Jacques Germishuyscygwin also doesn't have qsort_r
2014-04-30 Carlos Martín... ciscript: don't use an empty string as a number
2014-04-30 Carlos Martín... refs: document _next_name()
2014-04-30 Carlos Martín... Don't exclude libssh2 from MinGW
2014-04-30 Ting-Wei LanWorkaround missing .pc files on FreeBSD
2014-04-30 Carlos Martín... Unquiet CMake output
2014-04-29 Carlos Martín... commit: safer commit creation with reference update
2014-04-29 Vicent MartiMerge pull request #2309 from jacquesg/midnightbsd
2014-04-29 Jacques GermishuysMidnightBSD may also not have strnlen
2014-04-28 Vicent MartiMerge pull request #2306 from odcinek/development_cmake
2014-04-28 Marcin SawickiMake the build CMake 2.6 compatible
2014-04-27 Vicent MartiMerge pull request #2301 from libgit2/cmn/pack-objects...
2014-04-26 Carlos Martín... pack-objects: always write out the status in write_one()
2014-04-26 Carlos Martín... zstream: grow based on used memory rather than allocated
2014-04-26 Carlos Martín... netops: catch the server not sending a certificate
2014-04-26 Carlos Martín... netops: provide more specific error for cert failure
2014-04-26 Carlos Martín... netops: unit-test the cert host-name pattern matching
2014-04-26 Carlos Martín... refdb: fix typo and wording
2014-04-25 Vicent MartiMerge pull request #2299 from mekishizufu/fix_leaks
2014-04-25 Jiri PospisilReset tests: Use sandboxed index
2014-04-25 Jiri PospisilFilter: Make sure to release local on error
2014-04-25 Vicent MartiMerge pull request #2284 from jacquesg/push-progress...
2014-04-25 Vicent MartiMerge pull request #2297 from libgit2/rb/status-with...
2014-04-25 Vicent MartiMerge pull request #2241 from libgit2/rb/stash-skip...
2014-04-24 Russell BelferMerge pull request #2294 from ethomson/merge_checkout_s...
2014-04-24 Russell BelferImprove docs for status rename detection limits
2014-04-24 Russell BelferTest toggling core.precomposeunicode yields rename
2014-04-24 Russell BelferTest decomposed unicode renames work as expected
2014-04-24 Russell BelferHandle explicitly ignored dir slightly differently
2014-04-24 Vicent MartiMerge pull request #2295 from libgit2/cmn/fetchhead...
2014-04-24 Carlos Martín... fetchhead: deal with quotes in branch names
next