]> git.proxmox.com Git - libgit2.git/history - src/fileops.h
Fix the build on Emscripten
[libgit2.git] / src / fileops.h
2012-01-20 Russell BelferMerge branch 'fix-subdir-attr-paths' into development
2012-01-17 Russell BelferMove path related functions from fileops to path
2012-01-16 Russell BelferMerge pull request #531 from arrbee/gitignore
2012-01-12 Russell BelferAllow ignores (and attribs) for nonexistent files
2012-01-11 Russell BelferInitial implementation of gitignore support
2012-01-04 Vicent MartíMerge remote-tracking branch 'nulltoken/topix/path_from...
2012-01-02 Vicent MartíMerge remote-tracking branch 'drizzd/diff-index-tests...
2012-01-02 Vicent MartíMerge remote-tracking branch 'arrbee/git-attributes...
2011-12-29 Russell BelferAdd support for macros and cache flush API.
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
2011-11-26 Vicent MartíMerge pull request #497 from carlosmn/config
2011-11-26 Vicent MartíMerge pull request #491 from schu/refs-cleanup
2011-11-21 schufileops.h: remove git_futils_mv_atomic prototype
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-10-29 Vicent MartíMerge pull request #468 from nulltoken/ntk/fix/issue-465
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-14 Brodie Raofileops/repository: create (most) directories with...
2011-10-14 Brodie Raofileops/posix: replace usage of "int mode" with "mode_t...
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-07-28 Vicent MartíMerge pull request #335 from carlosmn/read-updated
2011-07-23 Carlos Martín NietoAdd git_futils_readbuffer_updated
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-06 Vicent MartíMerge pull request #306 from carlosmn/development
2011-07-06 Vicent MartíMerge pull request #296 from kiryl/index-optimization
2011-07-06 Vicent Martirefs: Cleanup reference renaming
2011-07-06 Vicent MartíMerge pull request #303 from schu/ref-rename
2011-07-06 nulltokenRemove duplicated recursive directory removal related...
2011-07-06 nulltokenFix windows specific issues
2011-07-06 schufileops: add git_futils_rmdir_recurs()
2011-07-06 schufileops: add convenience function is_dot_or_dotdot()
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-05 Vicent Martifileutils: Finish dropping the old `prettify_path`
2011-07-05 Vicent Martifileops: Drop `git_fileops_prettify_path`
2011-07-05 Vicent Martifileops: Cleanup
2011-07-01 Kirill A. Shutemovcleanup: remove trailing spaces
2011-06-29 Vicent MartíMerge pull request #284 from nulltoken/topic/hide-git-dir
2011-06-29 nulltokenHide ".git" directory on Windows upon creation of a...
2011-06-16 Vicent MartíMerge pull request #248 from carlosmn/config
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-15 Romain GeisslerFix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under...
2011-06-11 Vicent MartíMerge pull request #253 from sschuberth/msvc10-fixes
2011-06-10 Sebastian SchuberthAdd missing function declarations to avoid MSVC compile...
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-08 Vicent MartíMerge pull request #250 from pegonma/commit_short_message
2011-06-08 Vicent Martiwindows: Fix Symlink issues
2011-06-08 Vicent MartíMerge pull request #246 from carlosmn/keep-lock
2011-06-07 Vicent MartíMerge pull request #243 from jpfender/symlinks2
2011-06-07 Vicent MartíMerge pull request #242 from schu/fix-unused-2
2011-06-07 Jakob PfenderExport gitfo_shallow_exists
2011-06-07 Jakob Pfenderindex/fileops: Correctly process symbolic links
2011-06-07 Vicent MartíMerge pull request #240 from Romain-Geissler/tree-objec...
2011-06-07 Vicent MartíMerge pull request #234 from Romain-Geissler/entry...
2011-06-06 Romain GeisslerTree: Added a function that returns the type of a tree...
2011-06-04 Vicent MartíMerge pull request #227 from Romain-Geissler/discovery...
2011-06-03 Romain GeisslerRepository: Added some util functions that we'll need...
2011-06-03 Romain GeisslerFilebuf: Fixed a TODO in filebuf (real lock in lock_file)
2011-06-03 Romain GeisslerFileops: Added gitfo_isfile.
2011-06-03 unknownFileops: Added a fourth argument to the path prettifyin...
2011-06-03 unknownSha1Lookup: Fixed two MSVC compilation warnings.
2011-06-03 Romain GeisslerFileops:retrieve_path_root_offset is now named gitfo_re...
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-05-23 Vicent Martifileops: Cleanup
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-23 Vicent MartiImprove the ODB writing backend
2011-03-22 nulltokenChange gitfo_prettify_dir_path() and gitfo_prettify_fil...
2011-03-22 nulltokenMake gitfo_prettify_dir_path() and gitfo_prettify_file_...
2011-03-22 nulltokenAdd failing test for issue 84
2011-03-20 Vicent MartiI broke your bindings
2011-03-05 Vicent MartiFix creation of deeply-rooted references
2011-03-03 Vicent MartiAdd new move function, `gitfo_mv_force`
2011-03-03 Vicent MartiMove the path comparison method to fileops.c
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-01-29 nulltokenFixed naming convention related issue.
2011-01-29 nulltokenAdded git_prettify_file_path().
2011-01-20 Vicent MartiMerge branch 'dir-path-prettifying' of https://github...
2011-01-11 nulltokenAdded git_prettify_dir_path().
2011-01-11 Alex BudovskiRevised platform types to use 'best supported' size.
2010-12-22 Vicent MartiRevert "Properly export all external symbols in Win32"
2010-12-22 Vicent MartiProperly export all external symbols in Win32
2010-12-19 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-17 nulltokenAdded gitfo_mkdir_recurs() placeholder.
2010-11-02 Vicent MartiChange git_repository initialization to use a path
2010-04-30 Ramsay JonesAdd some more (macro) file operation wrappers
2010-04-23 Andreas EricssonMerge remote branch 'ramsay/dev'
next