]> git.proxmox.com Git - libgit2.git/history - src/fileops.h
Hide ".git" directory on Windows upon creation of a non bare repository
[libgit2.git] / src / fileops.h
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
2008-12-31 Shawn O. PearceRewrite git_foreach_dirent into gitfo_dirent
2008-12-31 Shawn O. PearceSet GIT_EOSERR when the OS errno should be consulted
2008-12-19 Ramsay JonesImplement git_odb__read_loose()
2008-12-19 Ramsay JonesAdd a file reading routine along with an io buffer...
2008-12-02 Andreas EricssonAdd a dirent walker to the fileops API
2008-12-02 Andreas EricssonAdd an io caching layer to the gitfo api
2008-12-02 Andreas EricssonRemove config.h and make fileops an internal API