summaryrefslogtreecommitdiff
path: root/subvertpy/repos.c
Commit message (Expand)AuthorAge
* Various fixes for running on svn 1.5.Jelmer Vernooij2018-05-22
* Fix compilation against svn 1.5.Jelmer Vernooij2018-05-22
* Pass things in the canonicalized form.Jelmer Vernooij2017-08-11
* More endian fixes.Jelmer Vernooij2017-07-19
* svn_dirent_canonicalize doesn't actually appear to exist in 1.6.Jelmer Vernooij2016-07-24
* Add and use py_object_to_svn_dirent().Jelmer Vernooij2016-07-24
* Add (mostly) Python3 support.Jelmer Vernooij2016-07-24
* Remove some more uses of PyString.Jelmer Vernooij2016-07-24
* Use PyLong on python3.Jelmer Vernooij2016-07-24
* Fix const errors.Jelmer Vernooij2016-07-09
* Make object construction compatible with Python3.Jelmer Vernooij2016-07-09
* Use py_object_to_svn_string.Jelmer Vernooij2016-07-09
* Use svn_dirent_canonicalize.Jelmer Vernooij2016-07-09
* Use svn_uri_canonicalize when possible.Jelmer Vernooij2016-07-09
* Fix init function use in C modules for Python3.Jelmer Vernooij2016-07-08
* Update my email address.Jelmer Vernooij2015-07-31
* Update FSF address.Jelmer Vernooij2012-05-13
* Various more fixes for potential memory leaks.Jelmer Vernooij2011-09-20
* More return value checking in various places.Jelmer Vernooij2011-09-20
* Various fixes for memory leaks/potential error conditions.Jelmer Vernooij2011-09-19
* Fix revnum types in verify_fs, release 0.8.7.Jelmer Vernooij2011-09-19
* Fix double free of apr pools from subvertpy.repos.Repos.fs.Jelmer Vernooij2011-09-19
* Add pack_fs method.Jelmer Vernooij2011-09-13
* Add repos.verify_fs.Jelmer Vernooij2011-09-13
* Fix indentation.Jelmer Vernooij2011-09-04
* Add tests for loading invalid dump file.Jelmer Vernooij2011-08-26
* Some reformatting, pass function names to PyArg_ParseTuple.Jelmer Vernooij2011-06-17
* Fix memory management in Auth.Jelmer Vernooij2011-06-17
* Fix leaking of error messages.Jelmer Vernooij2011-06-15
* Remove all uses of cancel_func in the public APIs.Jelmer Vernooij2011-06-15
* Use py_fs_path_change2 if possible.Jelmer Vernooij2011-02-20
* Add macros for svn version checking.Jelmer Vernooij2011-02-17
* Add some more docstrings.Jelmer Vernooij2010-12-19
* Add api_version() / version() methods to subvertpy.client and subvertpy.repos.Jelmer Vernooij2010-10-18
* Move Stream type to util.Jelmer Vernooij2010-06-04
* repos: canonicalize paths when instantiating a repository.Dan Villiom Podlaski Christiansen2010-06-03
* Cope with type size issues. Jelmer Vernooij2010-01-29
* Improve 1.4 support ??Jelmer Vernooij2009-10-19
* Fix 1.5 compatibility.Jelmer Vernooij2009-10-19
* Add support for svn_fs_node_proplist.Jelmer Vernooij2009-10-18
* Add bindings for svn_fs_file_checksum.Jelmer Vernooij2009-10-18
* Cope with older versions of Subversion not providing svn_string_from_stream().Jelmer Vernooij2009-10-18
* Fix declaration after statements.Ronald Blaschke2009-10-18
* Avoid closing streams multiple times - bad things will happen.Jelmer Vernooij2009-10-13
* has_capability.Jelmer Vernooij2009-10-13
* Add subvertpy.repos.hotcopy().Jelmer Vernooij2009-10-13
* Add Repository.has_capability().Jelmer Vernooij2009-10-13
* Use svn_repos_delete rather than svn_fs_delete_fs().Jelmer Vernooij2009-10-13
* Add svn.repos.delete().Jelmer Vernooij2009-10-13
* Add path_change_type constants.Jelmer Vernooij2009-10-13