Make lock function available for older versions of svn.
[jelmer/subvertpy.git] / subvertpy / wc.c
2018-05-26 Jelmer VernooijMake lock function available for older versions of...
2018-05-26 Jelmer VernooijMore locking improvements.
2018-05-24 Jelmer VernooijConsistently use absolute paths.
2018-05-24 Jelmer VernooijCreate actual locks in tests, too.
2018-05-24 Jelmer VernooijProper lock handling.
2018-05-23 Jelmer VernooijFix another test.
2018-05-23 Jelmer VernooijFix reference counting.
2018-05-23 Jelmer VernooijPass on full path.
2018-05-23 Jelmer VernooijPass in absolute paths in a few more places.
2018-05-22 Jelmer VernooijFix compilation against svn 1.5.
2017-08-11 Jelmer VernooijSupport svn < 1.9.
2017-08-10 Jelmer VernooijAdd subvertpy.wc.Contect.get_prop_diffs.
2017-08-10 Jelmer VernooijAdd add_from_disk.
2017-08-10 Jelmer VernooijAdd basic support for locking.
2017-08-10 Jelmer VernooijMake last argument to ensure_adm optional.
2017-08-10 Jelmer VernooijAcquire the GIL before running python code.
2017-08-10 Jelmer VernooijAdd walk_entries.
2017-08-09 Jelmer VernooijAdd a few more status fields.
2017-08-09 Jelmer VernooijAdd subvertpy.wc.Context.status.
2017-08-09 Jelmer VernooijFormatting fixes.
2017-08-09 Jelmer VernooijAdd ensure_adm.
2017-08-08 Jelmer VernooijAdd subvertpy.wc.Context.get_update_editor.
2017-08-04 Jelmer VernooijFIx python3 compatibility.
2017-08-04 Jelmer VernooijAdd wc.Context.crawl_revisions.
2017-08-04 Jelmer VernooijAdd wc.Context.conflicted.
2017-08-04 Jelmer VernooijAdd wc.Context.props_modified.
2017-08-04 Jelmer VernooijAdd wc.Context.text_modified.
2017-08-04 Jelmer VernooijAdd wc.Context.check_wc.
2017-08-04 Jelmer VernooijAdd wc.Context.locked.
2017-08-04 Jelmer VernooijAdd basic support for creating wc contexts.
2017-08-04 Jelmer VernooijFix tests.
2017-08-04 Jelmer VernooijSplit wc.c.
2017-08-04 Jelmer VernooijAvoid deprecated svn_path_is_canonical.
2017-07-19 Jelmer VernooijMore endianness fixes.
2017-07-19 Jelmer VernooijMore endian fixes.
2016-07-24 Jelmer VernooijAllow SHA1 checksums.
2016-07-24 Jelmer VernooijAdd and use py_object_to_svn_dirent().
2016-07-24 Jelmer VernooijAdd (mostly) Python3 support.
2016-07-24 Jelmer VernooijMore python3 compatibility work.
2016-07-24 Jelmer VernooijRemove some uses of PyString.
2016-07-10 Jelmer VernooijAdd wrapper for repr formatting.
2016-07-09 Jelmer VernooijDigest are bytes.
2016-07-09 Jelmer VernooijMake object construction compatible with Python3.
2016-07-09 Jelmer VernooijAvoid svn_path_join.
2016-07-09 Jelmer VernooijUse py_object_to_svn_string.
2016-07-09 Jelmer VernooijUse svn_dirent_canonicalize.
2016-07-08 Jelmer VernooijFix init function use in C modules for Python3.
2016-07-08 Jelmer VernooijRemove another use of staticforward.
2016-07-07 Jelmer VernooijAvoid staticforward, not available in python3.
2016-07-07 Jelmer VernooijRemove compatibility workarounds for Python < 2.6
2015-07-31 Jelmer VernooijUpdate my email address.
2013-05-04 Jelmer VernooijFor the moment, disable subvertpy.wc.WorkingCopy when...
2012-05-13 Jelmer VernooijUpdate FSF address.
2012-05-03 Jelmer VernooijAdd another docstring.
2011-11-29 Jelmer VernooijInclude wc.h in wc.c to fix build issue on NetBSD 5...
2011-09-24 Jelmer VernooijSupport None as property value in WorkingCopy.prop_set...
2011-09-24 Jelmer VernooijMake sure digests can contain null characters.
2011-09-23 Jelmer VernooijFix PyList_SetItem check, canonicalize paths in crawl_r...
2011-09-20 Jelmer Vernooijwc: Free object in case of OOM.
2011-09-19 Jelmer VernooijVarious fixes for memory leaks/potential error conditions.
2011-08-26 Jelmer VernooijEditors will now raise an exception if the protocol...
2011-08-20 Jelmer VernooijCope with missing T_BOOL.
2011-08-15 Jelmer VernooijFix handling of paths in walk_entries.
2011-07-26 Jelmer VernooijMerge support for subvertpy.wc.WorkingCopy.status from...
2011-07-26 Mark LeeAddress Jelmer's merge review comments.
2011-07-25 Mark LeeThe KIND_* constants already exist as subvertpy.NODE_*.
2011-07-25 Mark LeeMerge trunk.
2011-07-22 Jelmer VernooijSimplify editor handling.
2011-07-18 Mark LeeAdd node kind constants.
2011-07-18 Mark LeeAdd wc.WorkingCopy.status().
2011-06-18 Jelmer VernooijFix double free when calling close() more than once...
2011-06-17 Jelmer VernooijSome reformatting, pass function names to PyArg_ParseTuple.
2011-06-17 Jelmer VernooijFix type for revnum in process_committed_queue.
2011-06-15 Jelmer VernooijFix leaking of error messages.
2011-06-15 Jelmer VernooijRemove cancel func from all working copy methods -...
2011-06-02 Jelmer VernooijFix types of file size and time, pragma warning on...
2011-05-06 Jelmer VernooijFix typo, arguments to svn_wc_resolved_conflict2.
2011-05-06 Jelmer VernooijFix compatibility with svn 1.4.
2011-04-30 Jelmer VernooijFix two long lines.
2011-04-18 Jelmer VernooijFix potential memory leaks in subvertpy.wc.
2011-03-09 Jelmer VernooijKeep reference to commit callback.
2011-03-04 Jelmer VernooijSupport 1.4.
2011-03-04 Jelmer VernooijWorkingCopy.resolved_conflict.
2011-03-04 Jelmer VernooijAdd WorkingCopy.conflicted.
2011-03-02 Ronny PfannschmidtCope with trailing slash specified to subvertpy.wc...
2011-02-17 Jelmer VernooijAdd macros for svn version checking.
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.probe_try.
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.probe_retrieve, subvertpy...
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.probe_retrieve.
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.transmit_prop_deltas.
2011-02-17 Jelmer Vernooijcanonicalize path in transmit_text_deltas.
2011-02-17 Jelmer VernooijAdd test for process_committed_queue.
2011-02-17 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.send_text_deltas.
2011-02-16 Jelmer VernooijAdd subvertpy.wc.WorkingCopy.is_wc_root.
2011-02-16 Jelmer VernooijAdd subvertpy.wc.get_actual_target.
2011-02-16 Jelmer VernooijWorkingCopy.entry() will now raise KeyError if the...
2011-02-16 Jelmer VernooijActually make CommittedQueue available for older svns.
2011-02-16 Jelmer VernooijFix lifetime of objects added to committed queue.
2011-02-15 Jelmer VernooijAdd compatibility code to support CommittedQueue on...
2011-02-15 Jelmer VernooijAdd subvertpy.wc.CommittedQueue.
next