]> git.proxmox.com Git - libgit2.git/history - src/fileops.h
fileops/repository: create (most) directories with 0777 permissions
[libgit2.git] / src / fileops.h
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'
2010-02-28 Ramsay JonesFix some coding style issues
2010-01-20 Ramsay Jonesmsvc: Fix some "unreferenced formal parameter" warnings
2010-01-20 Ramsay JonesFix some "unused parameter" warnings with -Wextra
2010-01-20 Ramsay Joneswin32: Use an 64-bit file offset type
2010-01-20 Ramsay JonesUse a 64 bit off_t throughout the library and tests...
2009-06-16 Julio Espinoza-SokalUse GIT_INLINE macro instead of keyword inline.
2009-06-15 Ramsay Joneswin32: Add an fsync() implementation for windows
2009-06-05 Ramsay JonesAdd the git_move_file() function
2009-06-05 Ramsay Joneswin32: Add some file operation stubs and wrapper functions
2009-03-30 Ramsay Jonest0020-dirent.c: allow test to be run standalone
2009-03-30 Ramsay Joneswin32: Add missing include for mkdir() and rmdir()
2009-03-20 Ramsay Joneswin32: Add <dirent.h> directory reading routines
2009-03-20 Ramsay Joneswin32: Add routines to abstract memory-mapped file...
2009-03-18 Ramsay Joneswin32: Open or create files in binary mode
2009-03-18 Ramsay Joneswin32: fixup some headers to improve win32 compilation
2009-01-28 Ramsay JonesAdd some (macro) file operation wrappers
2009-01-03 Shawn O. PearceAdd a simple mmap wrapper for cross-platform mmap usage
2009-01-01 Shawn O. PearceDefine gitfo_exists to determine file presence
next